/* CSS Document */
* {
margin:0;
}
html {
	height: 100%;	
}
body {
	height:100%;
	background-color: #809FFF;
	background-image:url(../layout_images/full_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:12px;
	}
body p{
line-height:1.5em;
padding-bottom:10px;
}
.main a{
text-decoration:none;
}
.main a:hover{
border-bottom:1px dotted #333333;
}
.main a:visited{
color:#333333;
}
h1{
font-size:24px;
}
h2{
font-size:18px;
}
h3{
font-size:16px;
}
h4{
font-size:14px;
padding: 5px 0 3px 0;
}
h5{
font-size:12px;
padding-top:3px;

}
h6{
font-size:10px;
font-style:italic;
}
.page_header{
padding-bottom:10px;
}
#wrapper {
	/*This wrapper contains the entire content area except the footer.
	It allows us to keep the footer at the bottom of the page all the time.*/
	min-height: 100%;
	height: auto !important;
	width: 800px;
	height: 100%;
	margin: 0 auto -60px auto; /* the bottom margin is the negative value of the footer's height */
	background-image:url(../layout_images/full_bg.jpg);
	background-repeat:repeat-y;
	
}
#header{
margin:0px 41px 0px 39px;
}
#masthead{
height:80px;
padding:60px 10px 10px 10px;
background-image:url(../navigation/main_nav.jpg);
background-repeat:no-repeat;
}
#masthead ul{
list-style-position:outside;
list-style-type:none;
padding-left:0px;
}
#masthead a{
color:white;
letter-spacing:.05em;
font-weight:200;
text-decoration:none;
line-height:25px;
font-size:16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#masthead a:hover{
border-bottom:2px dotted #FDCB34;
}
#logged_in{
float:right;
}
.left_bar{
float:left;
margin: 15px 0 0 0;
width:175px;
padding-left: 45px;
}
.left_bar p{

padding-bottom:10px;
font-size:12px;
}
.left_bar a{
display:block;
text-decoration:none;
font-size:10px;
padding: 4px;
color:#000099;
border-bottom: 1px solid #000099;
}

.left_bar a:hover{
font-weight:bold;
border-bottom-width: 2px;
}
.left_bar h5{
display:block;
padding-top:20px;
border-bottom: 2px solid #000074;
margin-bottom:5px;
}
.main {
float:right;
width:475px;
padding:17px 60px 100px 0px;
}
img.float_right {
border: 2px #000074 solid;
}
.float_right {
float:right;
margin: 1em 5px 3em 2em;
}
.main ul {
list-style-position:inside;
list-style-type:disc;
padding:5px;
}
.main p{
margin-top:5px;
}
#push {
clear:both;
height:60px;
}

#footer {
height: 60px;
width:800px;
margin: 0 auto 0 auto; 
}
.footer_nav{
padding-left:265px;
width:400px;
color:#FDCB34;
}
.footer_nav a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color:#000074;
}
.footer_nav a:hover{
font-weight:bold;
color:#FDCB34;
}
.base{
background-image:url(../layout_images/footer_image.jpg);
background-repeat:no-repeat;
height: 44px;
margin: 0 41px 0 39px;
border-top: 2px solid #FDCB34;
}
.base p{
float:right;
position:relative;
display:block;
left:-210px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.base img{
float:left;
}
.main table a{
display:block;
padding:2px;
text-decoration: none;
}
.main table a:visited{
color:#333333;
}
.main table a:hover{
background-color:#809FFF;
color:#333333;
border:0px;
}
/*NAVIGATION BAR*/
#nav{
background-color:#FDCB34;
background-image:url(../layout_images/bar_bg.png);
height:17px;
border-top: 1px solid #000074;
border-bottom: 1px solid #000074;
} 

#nav ul {
	padding: 0 0 0 0;
	margin:0;
	list-style: none;
	
}

#nav a{
	display: block;
	width: 130px;
	padding:0 10px 0 10px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000074;
	font-size:14px;
}
#nav a:hover {
width: 130px;
font-weight:bold;

}
#nav li {
	float: left;
	width: 130px;

}
#nav li ul {
	position: absolute;
	width: 130px;
	left: -999em;
	padding-bottom:200px;

}
#nav li ul li{
	padding:0px 0px 0px 0px;
	color:white;

}
#nav ul li ul a{
color:white;
background-color:#2F54C7;
padding:2px 0px 2px 5px;
height:18px;
}
#nav ul li ul a:hover{
width: 130px;
font-weight:bold;
background-image:url(../layout_images/link_bg.png);
background-repeat:repeat-x;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;

}
#nav li:hover {background-position: 0 0;}

/* BUTTONS */

.buttons a, .buttons button{
	display:block;
	float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons .left_bar a{
font-size:8px;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
.left_bar .mini_button{
border:0px;
display:inline;
}
