@charset "utf-8";
/* CSS Document */


/*------------------------------- CSS reset ---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img,iframe { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
} 
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}


/*------------------------------- Body ---------------------------------*/

body {
	background: url(../images/bg.gif) no-repeat top center #239FBF;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

html, body, #container { height: 100%;}

body > #container { height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 { color: #005278; font-size: 15px;}
h2 { color: #005278; font-size: 14px;}
h3 { color: #005278; font-size: 13px;}
h4 { color: #005278; font-size: 12px;}
h5 { color: #005278; font-size: 11px;}
h6 { color: #005278; font-size: 10px;}


/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 900px;
	background: url(../images/containerBg.png);
}


/*------------------------------- Header ---------------------------------*/

#header {
	width: 900px;
	height: 308px;
	background: url(../images/headerBg.jpg);
}

#banner {
	width: 876px;
	height: 282px;
	margin: 0 12px;
}


/*------------------------------- Topnav ---------------------------------*/

#topNav {
	height: 26px;
	padding: 0 25px 0 0;
	color: #005178;
	font-size: 10px;
	text-align: right;
	line-height: 26px;
}
	#topNav a { color: #005178; text-decoration: none;}
	#topNav a:hover { color: #2F8EBC; border-bottom: 1px dotted #2F8EBC;}


/*------------------------------- Wrapper ---------------------------------*/

#wrapper {
	width: 874px;
	margin: 0 13px;
	padding: 0 0 25px 0;
}


/*------------------------------- Sidebar ---------------------------------*/

#sidebar {
	float: left;
	width: 230px;
	font-size: 11px;
}

/* banner */
#sidebar .banner {
	width: ;
	height: ;
}


/*------------------------------- Content ---------------------------------*/

#content {
	float: left;
	width: 600px;
	padding: 15px 30px 15px 14px;
	color: #005278;
	font-size: 12px;
	line-height: 17px;
}
	#content a {color: #005278; text-decoration: underline;}
	#content a:hover {color: #2F8EBC;}

#content img { border: 1px solid #27B0D4; margin: 0 0 5px 5px;}


/*------------------------------- 3wmedia:logo ---------------------------------*/

#logo_3wmedia {
	position: fixed;
	bottom: 3px;
	right: 5px;
}


/*------------------------------- Footer ---------------------------------*/

#footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 25px;
	margin: -25px 0 0 0;
	background: url(../images/footerBg.png);
	color: #005278;
	font-size: 10px;
	text-align: center;
	line-height: 25px;
}
	#footer a { color: #005278; text-decoration: none;}
	#footer a:hover { color: #2F8EBC;}
	

/*------------------------------- Clearfix ---------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */