/* CSS Document */

/**************************************************/
/*                                                */
/*  CSS by G3Group.com  */
/*                                                */
/**************************************************/

html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #555;
	background-attachment: scroll;
	background-color: #8A9DBE;
	background-image: url(../images/bg_large.jpg);
	background-repeat: repeat-x;
	background-position: center -75px;
	text-align: center;
}
#bbb {
	float: left;
	width: 165px;
	height: 110px;
}
/********************************/
/* Main Nav Styles			*/
/********************************/
#tabs {
	float:left;
	width:100%;
	line-height:normal;
	border-bottom:1px solid #fff;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	background-color: #333;
	margin-left: 0px;
	margin-top: 0px;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
		color:#fff;

	}

#tabs a span {
	float:left;
	display:block;
	margin-right:2px;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 0px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	font-size: 13px;
	font-weight: bold;
	color: #5E6C88;
	background-image: url(../images/but_Left-blk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#tabs a:hover span {
	background-position:100% -42px;
	background-image: url(../images/butRight-blk.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#tabs ul li a:hover, #tabs ul li .current{
	background-position:0% -42px;
	font-size: 13px;
	font-weight: bold;
	color: #5E6C88;
	background-image: url(../images/but_Left-blk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

	#tabs ul li .current span {
	background-color: #FFF;
	background-position:100% -42px;
	background-image: url(../images/butRight-blk.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/********************************/
/* Link Styles			*/
/********************************/

a {
	color: #516A99;
	text-decoration: none;
}
a:hover {
	color: #3357B7;
	text-decoration: underline;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	line-height: 160%;
}
ul { 
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}


.img1 {
	float: right;
	margin: 3px 5px 5px 15px;
}





/********************************/
/* Layout			*/
/********************************/

#container {
	text-align: left;
	width: 983px;
	margin: 18px auto;
}


img, a img {
	border: none;
}



#content {
	width: 983px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #FFF;
}








/********************************/
/* Left Nav			*/
/********************************/
#nav {
	width: 979px;
	padding: 0px;
	margin: 0 auto;
	background-image: url(../images/shadowPage.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.menu{
font: bold 13px Arial;
width: 875px; /*leave this value as is in most cases*/
overflow: hidden;
margin: 0 auto;
background-color:#000;
}

.menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background-color: black;
}

.menu ul li{
display: inline;
}

.menu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 10px 11px;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.menu ul li a:visited{
color: white;
}

.menu ul li a:hover, .menu ul li .current{
	color: #FFFFFF !important; /*text color of selected and active item*/
	padding: 10px 0 px 11px;
	background-color: #3E4D76;
}






#tophome {
	width: 979px;
	height: 250px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/shadowPage.png);
	background-repeat: repeat-y;
	background-position: center top;
}




#topicons {
	width: 875px;
	height: 30px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	
}



/********************************/
/* Top Nav			*/
/********************************/
#topnav {
	width: 979px;
	margin: 0 auto;
	height: 40px;
	background-image: url(../images/shad-curvetop.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#topnav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#topnav ul li {
	display: inline;
	margin-right: 10px;
	visibility: hidden;
}

#topnav ul { 
	color: #9c916e;
	font-size: .91em;
}
#topnav ul li a { 
	color: #c69d39;
	text-decoration: none;
	text-transform: uppercase;
}
#topnav ul li a:hover { 
	color: #e3b954;
	text-decoration: underline;
}




/********************************/
/* Footer 		*/
/********************************/
#footer {
	width: 100%;
	margin-top: 10px;

}

#footer p {
	color: #333;
	font-size: 0.7em;
	margin: 0;
}
#container #bar {
	height: 14px;
	background-image: url(../images/blk_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover { 
	text-decoration: underline;
}

/********************************/
/* Content 		*/
/********************************/


#content .spacer { display:block; height:25px; width:100%; }


#content {
	line-height:140%;
}


#content p { font-size: 1em; }


#content div.blurbs {
	margin-top:20px;
}


#content .left-col {
	padding:0 0 0 28px !important;
	width:205px;
	float:left;
}
#content .right-col {
	padding:0 8px 0 0 !important;
	width:190px;
	float:right;
}

#content .one-col {
	padding:0 0 0 28px !important;
	width:530px;
	float:left;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #516A99;
	text-transform:none;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 35px;
	border-bottom: solid 1px #94b0c8;
}

h1 {
	font-weight:bold;
	font-size: 15px;
	color: #516A99;
	text-transform:none;
	padding-bottom: 3px;
}	

h2 {
	font-size: 1.3em;
	color: #666;
	margin: 5px 0 4px 0;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.3em;
	color: #999;
	margin: 5px 0 4px 0;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-weight: bold;
	font-size: 1em;
	color: #516A99;
	margin: 0 0 4px 0;
}
h6 {
padding-top: -5px;
	font-weight:bold;
	font-size: 15px;
	color: #516A99;
	text-transform:none;
}
/* InsideContent */

#bottomcontainer {
	width: 983px;
	padding: 0;
	background-image: url(../images/content_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000000;
	height: 23px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.insidecontent {
padding:5px 30px 30px 35px;
}
#homeheader {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #304B9C;
}
.boxtop {
	background-image: url(../images/boxtop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 627px;
}
.boxcontainer {
	background-color: #FFFFFF;
	width: 627px;
}
.bluebox {
	background-color: #95AAC7;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
	padding-top: 10px;
	line-height: 22px;
	font-weight: bold;
}
#footertext {
	float: right;
	margin-left: 20px;
	width: 798px;
}
#colOne {
	float: right;
	width: 300px;
	padding-right: 20px;
}

#colTwo {
	float: left;
	width: 600px;
	margin-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/welcome.gif);
	background-repeat: no-repeat;
	background-position: 20px top;
}

#colThree {
	float: left;
	width: 600px;
	padding-right: 20px;
	padding-left: 20px;
}

#colFour {
	float: left;
	width: 900px;
	margin-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

