/* CSS Document */

* { margin:0; padding:0 }

body {
	background: #DCE1E6;
	position: relative;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	color: #33332D;
}

p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	color: #33332D;
	margin-bottom:6px;
}

a {
	color: #3B628E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}

li {
	list-style: none;
	margin: 0 0 6px 5px;
}

#containerTop {
	margin-left:auto;
	margin-right:auto;
	width: 953px;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width: 953px;
	background: url(../images/bg.gif) repeat-y #FFFFFF;
	position:relative;
}

#wrapper {
	width: 900px;
	margin-left:26px;
	position:relative;
}

#topBanner {
	height: 84px;
	float:left;
	width: 373px;
}

.activeNav {
	color: #E5A306;
	text-decoration: none;
}

#subNav {
	position: absolute;
	top: 10px;
	right: 7px;
	color: #3B628E;
	font-size: 11px;
	width: 256px;
}
	
#email {
	float: left;
	width: 120px;
}

#phone {
	float: right;
	color: #B7C5D5;
	font-size: 18px;
	width: 126px;
}

#footer {
	background: url(../images/bg_blue.gif) repeat-y;
	color: #FFFFFF; 
	padding: 15px 0 36px 26px;
	font-size: 10px;
	font-weight: bold;
	clear: both;
}

#footer a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; 
}

#rightSideBarModules {
	position: relative;
	font-weight: normal;
}

#rightSideBarModules a {
	font-weight: normal
}

#module {
	position: relative;
	font-weight: normal;
	width: 213px;
}

#rightModuleContent {
	position: absolute;
	top: 10px;
	left: 50px;
	width: 157px;
	font-size: 11px;
	font-weight: normal;
}

#rightModuleContent a{
	color: #33332D;
	font-weight: normal;
}

#rightModuleContent .header {
	font-size: 14px;	
	font-weight: bold;
}

#floatLeft {
	float: left;
	margin: 0 3px 0 0;
}
