@charset "utf-8";
/* CSS Document 
   by T.Hughes Consulting style sheet
   for IPIT Resources 
   Copyright 2010 All rights reserved.
*/

html,body,div,h1 {
	margin:0;
	padding:0;
}

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	background-image:url(../img/bg-body.jpg);
	background-repeat: repeat-x;
	line-height: 160%;
	text-align: center; 
	color: #362f2d;
}
h1 {display:inline; color:#362f2d; font-size: 24px;}

a {border-bottom:1px dotted #a5b2d1; color:#362f2d; text-decoration: none;}
a:active {}
a:link {}
a:visited {}
a:hover {border-bottom:1px solid #2f3f63; color: #2f3f63; text-decoration: none;}

a.img {border-bottom:none;}
a.img:hover {border-bottom:none;}

img {border: 0;}
img.alignright {float:right; padding:0 0 0 2px;}

#container { 
	margin: 0 auto;
	text-align: left; 
	width: 880px; 
}

#nav-bar {
	float:right;
	height:54px;
	width: 100%; 
}
#nav, #nav ul {
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	font-size: 16px;
	text-transform:uppercase;
	list-style: none;
	line-height: 1;
	padding: 0;
}
#nav ul li { /* all list items */
	float:left;
	border-right: 1px solid #326aaa;
	margin: 0 2px 0 1px;
	padding:0 3px 0 0;
}
/* Root Menu */
#nav ul li a {
	border-bottom:4px solid transparent;
	color: #fdfdfd;
	display: block;
	padding: 10px 20px 7px 14px;
	text-align: center;
	text-decoration: none;
/*  height: auto !important; */
	height: 1%; /*For IE*/
}
#nav ul li a.current {
	border-bottom:4px solid #03204a;
} 
#nav ul a:hover,
#nav ul li:hover a,
#nav ul li.sfHover a {
	background-color: transparent;
	border-bottom:4px solid #326aaa;	
	color: #FFF;
} 
#banner {
	clear: both;
	width: 100%;
}
#content { 
	float:left;
	width: 100%;
	background-color:#FFF;
	border-top:3px solid #d7d7d7;
}
#fullspan {
	padding:20px;
}

#sidebar1 {
	float: right; 
	width: 235px;
	line-height: 170%;
	margin-top:12px;
	padding: 2px 0 2px 0;
}
#sidebar1 p {
	background:#ececec;
	padding: 8px 15px 15px 15px;	
}
#mainContent { 
	margin: 12px 250px 0 0; 
	padding: 0 8px 10px 5px; 
	background: #FFFFFF;
}
#footer {
	clear: both;
	width: 100%;
	height:50px;
	background-image:url(../img/bg-footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
}
#footer ul {
	padding: 30px 0 0 0;
	list-style:none;
}
#footer ul li {
	color:#dbe3ee;
	display:inline;
	padding:0 100px 0 7px;
}	
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
table.intro {
	width:100%;
	background-image:url(../img/openquote.png);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px dotted #666;
}

#horiz ul {
	border-bottom:4px solid #c69c6d;
	font-size:18px;
	font-weight:bold;
	list-style:none;
	padding-bottom:18px;
}
#horiz ul li {display:inline;}
#horiz ul li.symbol { padding:0 22px 0 22px;}

