/* CSS Document */

div#printlogo{ display: none; margin: 0; padding: 0; }


/* text-align center aligns entire page to center for IE */

body {
	font-family: verdana, arial, helvetica, geneva, sans-serif; 
	margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;
	background: #91A1AE url(../images/bg_body_grad.jpg) repeat-x;
	text-align: center;
	}
	
p, br, ul, li, td, b, u, i, th {
font-family: verdana, arial, helvetica, geneva, sans-serif;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	}

hr {
	border: none;
    border-top: 1px dotted #3F567C;
    height: 1px;
	margin-top: 10px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 1px;
    background: #fff;
}

	
/* standard link styles */

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3F567C;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3F567C;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #3F567C;
	}
	
a.white:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a.white:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a.white:hover, a.white:active { 
	text-decoration: underline; 
	color: #FFFFFF;
	}
		
		
/* ALL LAYOUT */

/* text-align left fixes so text throughout page is not centered from body tag above for IE fix*/
#logo {
 position: relative;
	margin-left:auto;
	margin-right: auto;
    width:840px;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 5px;
}

#wrap {
    position: relative;
	margin-left:auto;
	margin-right: auto;
    width:840px;
	background: url(../images/content_back.gif) repeat-y;
	border: 10px solid #ffffff;
    }


#content {
position: relative;
	float:left;
width: 600px;
left: 10px;
text-align: left;
}

.location {
	width:250px;
	float:left;
	}
	
	.column {
position: relative;
float: left;
width: 290px;
}

.column p {
font-size: 11px;
line-height: 1.3;
}

.column ul {
 		list-style: none;
		padding: 0;
		text-indent: -10px;
		padding-top: 10px;
		padding-bottom: 8px;
		margin-left: 20px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;

		}

.column li {
		font-size: 11px;
		line-height: 1.1;
		margin-bottom: 4px;
}
		
#sidebar {
position: relative;
	float:left;
    width:230px;
	text-align: left;
    }
	
#footer {
 position: relative;
	margin-left:auto;
	margin-right: auto;
    width:860px;
	clear:both;
	padding-top: 10px;
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.5;
	padding-bottom: 10px;
	padding-right: 20px;
    }

/* FONT Formatting */

h1 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	color: #00125C;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-top: 10px;
	}
	
h2 {
	font-size: 13px;
	line-height: 1.3;
	font-weight: bold;
	color: #2E2C4E;
	background: url(../images/bg_h2.jpg) repeat-y;
	padding: 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -5px;
	margin-top: 0px;
	}
	
h3 {
font-size: 12px;
color: #A52315;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
margin-left: 10px;
margin-right: 10px;
background: #ffffff;
}
	
p {
font-size: 12px;
line-height: 1.5;
	margin:10px;
}



li {
font-size: 12px;
margin-bottom: 10px;
}


/* Side Navigation Bullet Layout */

/* negative text indent used for lines that wrap with margin left setting the indent */

#jarunav {
margin-top: 0px;
margin-left: 0px;
}

#jarunav ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   list-style-image: none;
		}
		
#jarunav li a {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
	display: block;
	width: 210px;
	padding: 5 0 5 15;
	margin-bottom: 0px;
	line-height: .75;
	}
#jarunav li a:hover {
	color: #FFCC00;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/nav_on.jpg) repeat-x top left;
	margin-bottom: 0px;
	}
#jarunav li a.active {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	background: url(../images/nav_on.jpg) no-repeat top left;
	display: block;
	width: 210px;
	}
#trigger {
	cursor:pointer; cursor:hand;
	}
	
.imgright {
position: relative;
right: 10px;
float: right;
width: 283px;
margin-left: 20px;
margin-bottom: 20px;
font-size: 10px;
line-height: 1.5;
}

#wrap:after {
content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

