/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background: #e08e17 url(images/main_bck_grad.gif) top left repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu{
	margin: 60px 0 0 8px;
	float: left;
	padding: 0;
	height: 30px;
	width: 891px;
}
#logo {
	position: absolute;
	top: 38px;
	margin-left: 610px;
	height:auto;
	width: auto;
}
.lightbackground {
	border: solid #ffe1a0 1px;
}
table{ 
margin-left: 10px;
} 


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
/*	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#014b94;
	margin: 0 5px;
}
.sf-menu li li {
	background:		#014b94;
	margin: 0 5px;
}
.sf-menu li li li {
	background:		#9AAEDB;
	margin: 0 5px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#07396a;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.current_page_item { 
	color:#FFF;
	background: #4f81bd;
}
#wrapper {
	margin: 0 auto;
	height:auto;
	width: 906px;
}
#top{
	background: url(images/top-background.jpg) top left no-repeat;
	margin:0;
	height: 48px;
	width: 906px;
	float:left;
}
#footer {
	float:left;
	clear:left;
	margin: 0;
	height: 150px;
	width: 900px;
	background: url(images/footer_bg.jpg) top left no-repeat;
}
#footer p{
	text-align: center;
	color:#fcf3e7;
	margin: 80px 0 10px;
	font-weight: normal;
}
#footer p a{
	color:#FFF;
	font-weight: normal;
	text-decoration: underline;
}
#footer p a:hover{
	color:#FFF;
	font-weight: normal;
	text-decoration: none;
}

/* Top Section and Header Rules */
#header {
	float:left;
	clear:left;
	width: 906px;
	height: 181px;
	margin: 0 8px; 
}

/* Content and Content Rules */ 
#container{
	width:906px;
	background: url(images/content_grad.gif) top repeat-y;
	height: auto;
	float:left;
	clear: both;
	margin: 0;
}
#content{
	width:906px;
	height: auto;
	float:left;
	clear: both;
	margin: 20px 0;
}

/* 3 Column Layout - 50% 25% 25% */ 
.con-3col-left{
	float:left;
	clear:left;
	width: 30%;
	height:auto;
	margin: 30px 4px 20px 15px;
}
.con-3col-mid{
	float:left;
	width: 30%;
	height:auto;
	margin: 30px 4px 20px;
}
.con-3col-right{
	float:right;
	clear:right;
	width: 30%;
	height:auto;
	margin: 30px 15px 20px 5px;
}

/* 2/3 Column Layout - 66% 33% */ 

.col-left2-3 {
	float:left;
	clear:left;
	width: 65%;
	height:auto;
	margin: 10px 5px 5px 8px;
}
.col-right2-3 {
	float:right;
	clear:right;
	width: 32%;
	height:auto;
	margin: 10px 8px 5px 5px;
}

/* 2 Column Layout - 50% 50% */ 
.col-left {
	float:left;
	clear:left;
	width: 49%;
	height:auto;
	margin: 10px 0;
}
.col-right {
	float:right;
	clear:right;
	width: 49%;
	height:auto;
	margin: 10px 0;
}

/* Rollovers Section */

#menu a:hover {
background-position: right -28px;
}
#menu a:hover span {
	background-position: left -28px;
}
/* Current Selection Area */

#menu #current a span {
	background-image: url(../images/header/menu-left.jpg);
	background-position: left -28px;
	z-index: 2;
}
#menu #current a {
	background-image: url(../images/header/menu-right.jpg);
	padding-bottom:5px;
	background-position: right -28px;
}
/*
ul { 
	text-align: left;
	margin: 5px 0 5px 30px;
	color:#345686;
}*/

img {
	border: none;
}
h1{
	font-size: 20px;
	text-align: left;
	margin: 10px 10px 5px 20px;
	color: #014590;
}
h2{
	font-size: 16px;
	text-align: left;
	margin: 10px 10px 5px 20px;
}
h2 a{
	color:#014590;
	text-decoration: underline;
}
h2 a:hover{
	text-decoration: none;
}
h3{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 10px 5px 20px;
}
p a {
	color: #345686;
	text-decoration: underline;
}
p a:hover{ 
	text-decoration: none;
}
p {
	margin: 10px 20px 5px 20px;
}
