/*--- Coded by Laura McGuigan  --  www.grafxnerd.net ---*/ 

body{
	margin:0;
	padding:0;
	background-color:#19406C;
	font-family:Arial, Helvetica, sans-serif;
	}

#header{
	background-image:url('../images/sunburst-top.gif');
	background-repeat:no-repeat;
	background-position:top center;
	height:112px;
	position:relative;
	background-color:#ffffff;
	width:100%;
	}
	
#content{
	position:relative;
	clear:float;
	width:800px;
	z-index:1;
	margin: 0 auto;
	margin-top:20px;
	height:auto;
	margin-bottom:20px;
	background-color:#ffffff;
	border:1px solid #d8dbea;
	}
	
#leadStory{
	position:relative;
	clear:float;
	width:800px;
	z-index:1;
	margin: 0 auto;
	margin-top:20px;
	height:auto;
	margin-bottom:20px;
	background-color:#738295;
	border:1px solid #415166;
	}
	
#content a{
	color:#54606e;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	}
	
h3{
	font-family:Impact, Arial Bold, sans-serif;
	font-weight:normal;
	font-size:30px;
	color:#ffffff;
	text-transform:uppercase;
	margin:0 0 -20px 0;
	padding:10px ;
	}
	
#content a:hover{
	color:#54606e;
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
	}
	
#content ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#54606e;
	width:75%;
	}

#content ul li{
	margin-bottom:10px;
	list-style-type:none;
	
	}

#leadStory{
	position:relative;
	clear:float;
	width:800px;
	z-index:1;
	margin: 0 auto;
	margin-top:20px;
	height:auto;
	margin-bottom:20px;
	background-color:#738295;
	border:1px solid #415166;
	}
	
#aboutContent{
	position:relative;
	clear:float;
	width:800px;
	z-index:1;
	margin: 0 auto;
	margin-top:20px;
	height:auto;
	padding-bottom:20px;
	background-color:#738295;
	border:1px solid #415166;
	overflow: visible;
	}
	
#aboutContent p{
	padding:0 10px 10px 10px;
	font-size:13px;
	color:#FFFFFF;
	line-height:140%;
	}
	
#aboutContent h1{
	color:#ffffff;
	text-transform:uppercase;
	margin:0 0 -20px 0;
	padding:10px ;
	font-size:18px;
	}
	
#leadStory p{
	padding:0 10px 10px 10px;
	font-size:13px;
	color:#FFFFFF;
	line-height:140%;
	}
	
#leadStory h1{
	color:#ffffff;
	text-transform:uppercase;
	margin:0 0 -20px 0;
	padding:10px ;
	font-size:18px;
	}
	
.redText{
	font-weight:bold;
	color:#bf0000;
	}
	
p{
	padding:0 10px 10px 10px;
	font-size:13px;
	color:#333333;
	line-height:140%;
	}
	
h1{
	color:#19406c;
	text-transform:uppercase;
	margin:0 0 -20px 0;
	padding:10px ;
	font-size:18px;
	}
	
#authorBtm{
	position:relative;
	clear:float;
	width:800px;
	z-index:1;
	height:130px;
	margin: 0 auto;
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
	}
	
#authorBtm table{
	margin-left:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#a10000;
	}
	
#authorBtm table a{
	text-decoration:none;
	color:#738295;
	}
	
#authorBtm table a:hover{
	text-decoration:underline;
	color:#bf0000;
	}
	
/*------------------------------------   MENU STYLES -----------------------------------------*/
	
#menu{
	background-color:#ffffff;
	border-top:1px solid #d8dbea;
	border-bottom:1px solid #d8dbea;
	height:35px;
	z-index:100;
	width:100%;
	position:relative;
	margin-top:-3px;
	}
	
#navHolder{
	z-index:100;
	width:680px;
	margin:0px auto;
	position:relative;
	}
	
#nav {
    background:#ffffff repeat-x;
    font-size:15px;
	z-index:100;
    font-family:helvetica,sans-serif;
    font-weight:bold;
    width:680px;
    }
	
#nav, #nav ul {
	z-index:100;
    float:left;
    list-style:none;
    line-height:35px;
    padding:0;
    margin:0;
    width:100%;
    }
	
#nav a {
	z-index:100;
    display:block;
    color:#19406c;
    text-decoration:none;
    padding:0px 10px;
    }
	
#nav li {
	z-index:100;
    float:left;
    padding:0;
	margin-right:20px;
    }
	
#nav ul {
    position:absolute;
    left:-999em;
    height:auto;
		z-index:100;
    width:150px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    }

.active{
	background-color:#eff0f6;
	width:auto;
	}
	
#nav li li {
    width:150px;
	padding:10px 0 10px 0;
    font-weight:bold;
    font-family:helvetica,sans-serif;
    }
	


#nav li li a {
    padding:4px 10px;
    width:150px;
    font-size:12px;
    color:#19406c;
    }
	
#nav li ul ul {
    margin:-21px 0 0 100px;
    }
	
#nav li li:hover {
    background:#a2a5bd;
    }
	
#nav li ul li:hover a{
    color:#fff;
    }

#nav li:hover ul, #nav li.sfhover ul{
    left:auto;
    background:#dfe1ed;
    }
	
#nav li:hover, #nav li.sfhover {
    background:#dfe1ed;
    }
	
HomePageAuthorTextColor {
	color: #bf0000;
}
