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

body{
	margin:0px;
	padding:0px;
	background-color:#FFD700;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	
	background-image:url(../images/page_body_top.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

h1, h2, h3, h4, h5, p {
	margin-top:0px;
	padding:0px;
}
p, li, td {
	font-family:Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
h1 {
	font-size:1.8em;
	color:#000000;
	margin-bottom:10px;
}
h2 {
	font-size:1.4em;
	color:#000000;
	padding-top:5px;
	margin-bottom:5px;
}
h3 {
	font-size:1.2em;
	color:#000000;
}
a {
	color:#0066CC;
	text-decoration:none;
	}
a:hover, a:active {
	color:#0066CC;
	text-decoration:underline;
	}
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
table, td {
	font-size: 100%;
	font-family:Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}

/*-----------------------------------------------------------------------*/
#wrapper{
	background-image:url(../images/page_body_base.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:1px 0px;
}
#page{
	width:960px;
	margin:0px auto;
	
	background-image:url(../images/page_shadow_topNonIE.png);
	background-repeat:no-repeat;
	background-position:top;
	
	/*NON IE only*/
	padding-top:1px;
}
#shadow{
	background-image:url(../images/page_shadow_tile.png);
	background-repeat:repeat-y;
	margin-top:15px;
	}
/*-----------------------------------------------------------------------*/
#header_flash{
	height:380px;
	background-color:#0066CC;
	width:900px;
	margin:0px auto 0px;
	
	}
/*-----------------------------------------------------------------------*/
#header{
	height:190px;
	background-color:#0066CC;
	width:900px;
	margin:10px auto 0px;
	}
/*-----------------------------------------------------------------------*/
#nav {
	height:30px;
	background-color:#231F20;
	color:#CCCCCC;
	text-transform:uppercase;
	font-size:14px;
	width:900px;
	margin:0px auto;
	font-weight:bold;
	
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	}
#nav .list{
	padding:2px 10px;
	}
#nav ul{
	display:inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	display:inline;
	height:30px;
}
#nav ul li a {
	text-decoration: none;
	color: #CCCCCC;
	padding: 4px 10px 3px;
	display: inline-block;
	line-height:normal;
	}
#nav ul li a:hover {
	/*background-color:#FFCC00;
	background-image:url(../images/nav_over.jpg);
	background-repeat:repeat-x;66CCFF*/
	color:#FFD700;
}
/*-----------------------------------------------------------------------------------------*/
#main {
	width:900px;
	margin:0px auto;
	background-color:#FFFFFF;
	padding-top:1px; /*Browser fix*/
}
#main .content{
	margin:20px;
}

.intro{
	font-size:1.1em;
}
.picRight{
	float:right;
	margin-left:20px;

}
.clearAll{
	clear:both;
	height:1px;
	}
/*--- HOME PAGE ---------------------------------------------------------------------------*/
.leftCol{
	float:left;
	width:550px;
}
.rightCol{
	float:right;
	width:275px;
}
.rightCol a{
	color:#FFFFFF;
}
.rightCol h2{
	color:#FFFFFF;
}
/*--------------------------*/
#quotes {
	height:115px;
}
#quotes p {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#539740;
	padding:10px;
}
/*-----------------------------------------------------------------------------------------*/
#toolSet{
	clear:both;
	height:20px;
}
#tools{
	float:left;
	font-size:0.95em;
	padding-left:20px;
}
#tools a{
	padding-top:2px;
	margin-right:10px;
}
#tools img {
	vertical-align: middle;
}
.backTo{
	font-size:0.95em;
	text-align:right;
	padding-right:20px;
	padding-top:2px;
	float:right;
	}

/*------------------------------------------------*/

#baseNav{
	clear:both;
	display:block;
	padding-top:3px;
	padding-bottom:15px; /*IE 10*/
}

#baseNav .content{
	margin:0px 20px;
	padding:5px 0px 5px;
	border-top:2px solid #0099CC;
	
	text-align:center;
	font-size:0.95em;
}
#baseNav .left{
	float:left;
	padding-bottom:5px;
	}
#baseNav .right{
	float:right;
	padding-bottom:2px;
	}
/*-----------------------------------------------------------------------------------------*/
#footer{
	margin:0px auto 20px;
	font-size:0.95em;
	background-image:url(../images/page_shadow_base.png);
	background-repeat:no-repeat;
	height:80px;

}
#footer a{
	color:#000000;
	}
#footer .content{
	padding:10px 70px 0px;
}
#footer .left{
	float:left;
	}
#footer .right{
	float:right;
	}