/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}
h1{
	margin-bottom: 0.5em;
	letter-spacing: -0.05em;
	font-family: Arial, Helvetica, sans-serif;
}
h2, h3 {
	margin-top: 1.5em;
	letter-spacing: -0.05em;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #00adef;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #00adef;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

/* Logo container*/

#logocontainer {
	width:100%;
	height: 178px;
	margin: 0 auto;
	background-color:#3c3c3c;
	background-image:url(images/header_tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
#logocontainerinside {
	width:100%;
	height: 178px;
	margin: 0 auto;
	background-color:#3c3c3c;
	background-image:url(images/ins_header_tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
/* Logo */

#logo {
	width: 870px;
	height: 178px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 75px;
}

#logo h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}


a {
	color: #00adef;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}
/* Logo box */
#logobox {
	height: 178px;
	width:auto;
	float:left;
}

/* Menu */
#menu {
	width: 667px;
	height: 33px;
	margin: 0 auto;
	position: relative;
	top: 109px;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 8px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 6px 0 6px;
}


#menu a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
}
#menu a:hover {
	background-image:url(images/menu_hover.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* banner */
#bannercontainer {
	width:100%;
	background-color:#3c3c3c;
	margin: 0 auto;
}
#banner {
	width:870px;
	margin: 0 auto;
}
/* Page */

#page {
	width: 870px;
	margin: 0 auto;
	padding: 10px 35px 45px 25px;
}
#pagecontainer {
	width:100%;
	background-image: url(images/pagetile.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#pagecontainerinside {
	width:100%;
	background-image: url(images/ins_pagetile.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Content */

#content {
	float: left;
	width: 603px;
}



/* Footer */
#footer {
	width: 870px;
	margin: 0 auto;
	padding: 35px 45px;
}
#footercontainer {
	width:100%;
	background-image: url(images/footertile.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ecf8fd;
	height: 65px;
	margin: 30px auto 0;
	clear: both;
}
#footer p {
	margin: 0;
	line-height: normal;
	color: #00adef;
}

#footer a {
	color: #00adef;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 253px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}
