
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}


body {
	margin: 0px;
	padding: 0px;
	background-color:#161616;
	background-image:url("/img/css/body-bg.gif");
	background-repeat:repeat-x;
}
#container {
	margin:0 auto;
	width:706px;
	min-height:650px;
	background-color:#ffffff;
	background-image:url("/img/css/container-bg.gif");
	background-repeat:repeat-y;
	padding-bottom:1px;
	margin-bottom:20px;
}
#masthead-container {
	width:666px;
	background-image:url("/img/css/masthead-bg.gif");
	background-repeat:no-repeat;
	height:167px;
	padding:8px 20px 0px 20px;
}
#masthead {
	background-image:url("/img/masthead/homepage-top.jpg"); 
	background-repeat:none; 
	height:165px;
}
#masthead img {
	position:absolute; 
	display:block; 
	margin-left:565px; 
}
#content {
	background-image:url("/img/masthead/homepage-bottom.gif");
	background-repeat:no-repeat;
	margin:0px 20px 0px 20px;
}


#menubar a, #maintext h1, #maintext h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#032e4b;
}


/* MENUBAR */
#leftsection {
	margin-left:21px;
	margin-top:-59px;
	position:absolute;
	padding:4px;
	background-color:white;
}
#logo img {
	margin-bottom:4px; 
	border:0px;
}
#menubar {
	margin:0px;
}
#menubar a {
	display:block;
	width:115px;
	height:22px;
	background-color:#eaf2f6;
	font-size:16px;
	margin-bottom:2px;
	padding-left:16px;
	padding-top:1px;
	text-decoration:none;
	background-image:url("/img/css/menu-left.gif");
	background-repeat:no-repeat;
}
#menubar a.current {background-color:#d3e0e8; cursor:pointer!important;}
#menubar a:hover {background-color:#032e4b; color:#eaf2f6;}
#menubar a:hover.current {background-color:#d3e0e8; color:#032e4b;}

div.services-menu {
	padding:4px 0px 6px 13px;
	background-color:#eaf2f6;
	margin-bottom:2px;
	margin-top:-2px;
	background-image:url("/img/css/submenu-bg.gif");
	background-repeat:no-repeat;
}
div.services-menu a {
	background-image:none!important;
	background-color:transparent!important;
	font-size:10px!important;
	padding-left:0px!important;
	height:auto!important;
	font-family:"Calibri", "Verdana", "Arial"!important;
}
div.services-menu a:hover {
	color:#032e4b!important;
	text-decoration:underline!important;
}
div.services-menu a.current {
	font-weight:bold;
}


div.sidebar {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:130px;
	border-bottom:solid 3px #032e4b;
	margin-top:15px;
	text-align:center;
}
div.sidebar h2 {background-color:#032e4b; color:white; display:block; padding:3px 6px 4px 6px; font-size:10px;
					letter-spacing:-0.02em; font-weight:bold; text-align:left;}
div.sidebar p {background-color:#d1e2ed; color:#032e4b; padding:4px 7px 5px 7px; font-size:10px; text-align:left;}
div.sidebar img {padding:5px 0px 5px 0px;}



/* MAIN TEXT */

#maintext {
	margin:0px 75px 0px 185px;
	padding-bottom:30px;
	padding-top:18px;
	min-height:450px;
}
#maintext h1, #maintext h2 {
	font-size:24px;
	line-height:110%;
	margin-bottom:13px;
}
#maintext h2 {font-size:14px; margin-bottom:5px; margin-top:6px;}
#maintext p, #maintext ul, #maintext p b {
	font-family:"Calibri", "Trebuchet", "Arial";
	font-size:12px;
	color:#032e4b;
	line-height:160%;
	width:330px;
	margin-bottom:7px;
}
#maintext li {list-style-type:circle!important; margin-left:20px!important;}
#maintext a	{
	color:#ea5300;
	font-weight:bold;
	text-decoration:none;
}
#maintext a:hover {
	text-decoration:underline;
}
#maintext img.cn-image {
	border:solid 1px #aaaaaa;
	padding:3px;
	margin:5px;
}
#maintext img.right {
	float:right;
	margin-left:15px!important;
	margin-right:-70px;
}
img.left	{float:left; margin:5px 5px 5px 0px;}


/* FOOTER */
#footer {
	background-color:#3b474d;
	background-image:url("/img/css/footer-bg.gif");
	color:#ffffff;
	margin:0px 22px 2px 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	padding:7px 12px 0px 12px;
	height:19px;
}
#footer .right {float:right;}
#footer .right a {margin-left:5px; color:#ffffff; text-decoration:none;}
#footer .right a:hover {text-decoration:underline;}

#flashcontent	{position:absolute; z-index:100;}








