/* ---------------------------------------[ Standard Elements ]-------------------------------------------------------- */
html,body{
	margin:0;
	padding:0;
}
body{
	font: 80% arial,sans-serif;
	text-align:center;
	/*background: url(../images/topNav_bg.jpg) repeat-x left top;*/
	background-image: url(../images/topNav_bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
}
p{
	margin: 0 10px 10px 0;
	line-height: 1.5em;
}
.logo {
	float:left;
	margin-top: 0px;
}
img{
	border: 0px;
}
/* ---------------------------------------[ Main Structure ]-------------------------------------------------------- */
div#header{
	/*position:relative;*/
	height:109px;
}
div#container{
	text-align:left;
}
div#content p{
	line-height:1.4;
}
div#navigation{
	text-align:left;
}
div#extra{
	color:#666;
	margin-bottom: 20px;
}
div#footer{
	color: #FFF;
}
div#footer p{
	margin:0;
	padding:5px 10px;
}
div#footer a{
	display:inline;
	padding:0;
	color: #C6D5FD;
}

div#container{
	width:760px;
	margin:0 auto;
}
div#content{
	float:left;
	width:535px;
}
div#navigation{
	float:right;
	width:225px;
	margin-top: 85px;
}
div#extra{
	float:left;
	width:535px;
	margin-bottom: 20px;
}
/* ---------------------------------------[ Special Head Tag Content ]-------------------------------------------------------- */
div#extra h2 {
	color: #407DB6;
}
div#extra h3 {
	color: #407DB6;
	background-color: #B5D7F0;
	font-size: 1.5em;
	text-indent: 15px;
	margin-left: 0px;
	margin-top:20px;
	margin-right: 21px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	
	clear:both;
}
div#extra h4 {
	margin: 0px;
	padding: 0px;
	color: #407DB6;
	font-size: 1.1em;
}
div#extra h5 {
	margin-left: 5px;
	color: #407DB6;
}
div#extra a {
	color: #407DB6;
	text-decoration: none;
}
div#extra a:hover { 
	text-decoration:underline;
}

/* ---------------------------------------[ Global Footer ]-------------------------------------------------------- */
div#footer{
	clear:both;
}
div#footerNav{
	/*background: url(../images/footer_bg.jpg) repeat-x top left;*/
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	height: 87px;
	width: 100%;
	color:#666;
	padding-top: 20px;
	margin-bottom: 0px;
	bottom: 0px;
}
div#footerNav a {
	color: #666;
	display:inline;
	text-decoration:none;
	padding: 8px;
}
.copy { 
	color:#417eb7;
	font-size:11px;
}
div#footerNav .dmd  { 
	color:#b44141;
	font-size:11px;
	padding: 0 5px;
}
div#footerNav p {
	padding: 10px;
}
div#footerNav a:hover {
	text-decoration: underline!important;
}
/* ---------------------------------------[ Portfolio Features List ]-------------------------------------------------------- */

.featText {
	float:right;
	width: 220px;
}
#extra .featText ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style:none;
	/*background: url(../images/list_dot.gif) no-repeat top left;*/
}
#extra .featText li { 
	padding: 5px 0 0 10px;
	color: #407DB6;
	/*padding-left: 10px;
	background: url(../images/list_dot.gif) no-repeat left 11px;*/
	background-image: url(../images/list_dot.gif);
	background-repeat:no-repeat;
	background-position:left 11px;;
}
#extra ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style:none;
	/*background: url(../images/list_dot.gif) no-repeat top left;*/
}
#extra li {
	padding: 5px 0 10px 10px;
	color: #407DB6;
	/*padding-left: 10px;
	background: url(../images/list_dot.gif) no-repeat left 11px;*/
	background-repeat:no-repeat;
	background-position:left 11px;
	background-image: url(../images/list_dot.gif);
}

/* ---------------------------------------[ Right Column List ]-------------------------------------------------------- */


#navigation ul {
	margin: 0 0 0 5px;
	padding: 0 0 10px 0;
	list-style:none;
	/*background: url(../images/list_dot.gif) no-repeat top left;*/
}
#navigation li { 
	padding: 5px 0 3px 10px;
	color: #B0B069;
	/*padding-left: 10px;*/
	/*background: url(../images/list_dot.gif) no-repeat left 11px;*/
	background-image: url(../images/list_dot.gif);
	background-repeat:no-repeat;
	background-position:left 11px;
}

/* ---------------------------------------[ W3C Validated ]-------------------------------------------------------- */

#w3c {
	color: #B0B069;
	font-size: 11px;
	text-align: right;
	padding-right: 25px;
	margin-bottom: 20px;
}
#w3c a {
	color: #B44141;
	text-decoration:none;
	font-size: 11px;
}

