body {
	background:url(/images/) repeat;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
}
p{
text-align:left;
line-height:19px;
padding:0px;
margin:0px;
}
h2{
	padding:0px 0 10px 0;
	margin:0px;
	color:#105694;
	font-size:20px;
	font-weight:normal;
}


h3{
	padding:0px 0 0px 0;
	margin:0px 0 0px 0;
	color:#105694;
	font-size:12px;
	font-weight:bold;
}


h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:30px 0px -20px 20px;
	margin:20px 0px -20px 20px;
	color:#105694;
	font-size:22px;
	font-weight:normal;
	font-style:italic;
}



.clear{
clear:both;
}
#wrap{
width:977px;
margin:20px auto auto auto;
}
.top_corner{
width:976px;
height:15px;
background:url(/images/top_bg.gif) no-repeat center bottom;
}
#main_container{
width:977px;
background:url(/images/center_bg_repeat.gif) repeat-y center;
}
#header{
width:960px;
margin:auto;
height:90px;
}
#logo{
padding:10px 0 0 20px;
float:left;
}







/*----------------------menu-------------------------*/






#menu{
width:530px;
float:right;
padding:30px 100px 0 0;
font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	z-index: 1000;
	
}


#nav {
	background:repeat-x scroll 0 -110px #FFFFFF;
	
	margin: 0;
	padding: 7px 6px 0;
	background-color: #FFFFFF;
		z-index: 1000;

}


#nav li {
    float: left;
    list-style: none outside none;
    margin: 0 5px;
    padding: 0 0 8px;
    position: relative;
		z-index: 1000;

}


/* main level link */
#nav a {
    border-radius: 0px;
    color: #555555;
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 8px 10px;
    text-decoration: none;
}



/* main level link hover */

#nav a:hover {
		font-weight:normal;

    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}

#nav .current a {
		font-weight: normal;
		background: #105694;
			color: #FFFFFF;
			text-shadow: 0 0px 0 #FFFFFF;

}


#nav li:hover > a {
		font-weight:normal;

	background: #105694 repeat-x scroll 0 -40px #105694;
	border-top: 0px solid #F8F8F8;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	text-shadow: 0 0px 0 #FFFFFF;
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#105694', endColorstr='#105694'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#105694), to(#105694)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #105694,  #105694); /* for firefox 3.6+ */
}



/* sub levels link hover */

#nav ul li:hover a, #nav li:hover li a {
    background: none repeat scroll 0 0 transparent;
    border: none;
    box-shadow: none;
    color: #666666;
}


#nav ul a:hover {
	font-weight:normal;
    background: repeat-x scroll 0 -100px #105694 !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#105694', endColorstr='#105694'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#105694), to(#105694)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #105694,  #105694) !important; /* for firefox 3.6+ */
    border-radius: 0 0 0 0;
    color: #FFFFFF !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}





/*    #105694   JHU Dark blue       */
/*    #CBE0F1   JHU Light blue       */



/* level 2 list */


#nav li:hover > ul {
    display: block;
}
#nav ul {
    background:repeat-x scroll 0 0 #CBE0F1;
	
    border: 1px solid #105694;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    width: 185px;
}

#nav ul {
	background: #CBE0F1; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CBE0F1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #CBE0F1); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #CBE0F1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}





#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #FFFFFF;
}
#nav ul ul {
    left: 181px;
    top: -3px;
}
#nav ul li:first-child > a {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
#nav ul li:last-child > a {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
#nav:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#nav {
    display: inline-block;
}
html[xmlns] #nav {
    display: block;
}
* html #nav {
    height: 1%;
}
 
















/*-----------------middle_banner----------------------------*/
.middle_banner{
width:977px;
height:314px;
background:url(/images/middle_banner_bg.gif) no-repeat center;
}
/*----------------------slider---------------------------*/
.featured_slider { width:965px; margin:auto; float:left; margin:18px 0 0 6px; }
ul, li{
padding:0px;
margin:0px;
list-style:none;
}
/** ----------------------------------------------------- **/
#featured_border { position: relative; border: none; padding:0px; height:280px; margin: 0px; }
#featured_wrapper { position: relative; width: 100%; height: 100%; overflow: hidden; }
#featured_images { position: absolute; left: 0; top: 0; }
#featured_images li { float: left; }
#featured_positioner_desc { width:965px; height: 280px; position: absolute; top: 0px; left: 0px; }
#featured_wrapper_desc { width: 100%; height:280px; position: relative; overflow: hidden; }
#featured_desc { position: absolute; left: 0; bottom: 0;  padding:0px; margin:0px; }
#featured_desc li { width: 965px; float: left;padding:0px; margin:0px; }
#featured_desc li div { margin:0px 0 0px 0px; padding:10px; width:945px;  background: url(/images/featured-desc-bg.png); }
#featured_desc li h2 {
color:#FFFFFF;
font-size:18px;
padding:0px 0 5px 0;
margin:0px; 
}
#featured_desc li p {
color:#FFFFFF;
font-size:12px;
padding:0px 0 10px 0;
margin:0px;
line-height:18px;
}

#featured_buttons { position: absolute; top: 15px; right: 15px; width: auto; padding:0; list-style:none;}
#featured_buttons li { width: 22px; height: 22px; background: url(/images/featured-button-off.png); float: left; margin-left: 3px; text-align:center; font-size:12px; color:#FFFFFF; line-height:22px; cursor: pointer; }
#featured_buttons li.clicked { background: url(/images/featured-button-on.png); }
/**/


/*-------------------------------*/
.center_content{
width:960px;
clear:both;
margin:auto;
padding:10px 0 20px 0;
}
.center_content_pages{
	width:960px;
	clear:both;
	margin:auto;
	padding:20px 0 20px 0;
	background-repeat: no-repeat;
	background-position: center top;
}
.home_section_left{
width:270px;
height:auto;
float:left;
margin:0 14px 0 14px;
padding:0 10px 20px 10px;
background:url(/images/home_block_bg.gif) no-repeat center bottom;
}
.home_section_left p{
clear:both;
}
.home_section_left p span{
font-weight:bold;
}
img.home_section_icon{
width:63px;
float:left;
}
h2.home_title{
	width:190px;
	float:left;
	font-size:20px;
	padding:20px 0 0px 10px;
	margin:0px;
	color:#105694;
}
.home_subtitle{
width:190px;
float:left;padding:0px 0 0px 10px; font-size:12px; color:#a7a7a7;
}


.home_section_thumb{
	float:left;
	clear:both;
	padding:2px;
	text-align:center;
	margin:20px 0 10px 20px;
	border:1px #dcdcdc solid;
	width: 920px;
	height: 520px;
}



a.more{
float:right;
}
img.projects{
float:left;
padding:2px;margin:0 10px 0 0; border:1px #dcdcdc solid;
}


.left_content{
	width:660px;
	float:left;
	padding:0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0 0 0 15px;
}
.left_block{
width:295px;
float:left;
padding:20px 20px 10px 15px;
}
.left_block_wide{
width:625px;
float:left;
padding:20px 20px 10px 15px;
}
.financial-application-form{
width:530px;
float:left;
padding:20px 20px 10px 15px;
}
.financial-application-form p{
margin-bottom:30px;
}
.testimonials{
width:360px;
float:right;
padding:20px 20px 0 0;
}
.block_wide{
width:625px;
float:left;
margin:10px 20px 10px 15px;
padding-top:10px;
border-top:1px #ededed solid;
}


.block_wide2{
width:625px;
float:left;
margin:10px 20px 10px 15px;
padding-top:10px;
border-top:0px #ededed solid;
}



.wide_content{
width:930px;
clear:both;
padding:10px 15px 0 15px;
}


.right_block{
width:280px;
float:left;
padding:20px 20px 10px 0;
}



.right_block2{
width:280px;
float:left;
padding:20px 20px 10px 0;
text-align:left;
}








img.pic{
border:3px #22496a solid;
margin:0 0 10px 0;
}
.home_news a{
	font-size:12px;
	color:#105694;
	text-decoration:none;
	border-bottom:1px #bcbcbc dotted;
	padding:10px 0 5px 12px;
	display:block;
	float:left;
	background:url(/images/arrow.gif) no-repeat left top;
	background-position: 0px 13px;
}
.home_news a:hover{
text-decoration:underline;
}
input.newsletter_input{
	background-color:#E3E6F9;
	border:1px solid #C3D4E2;
	width:193px;
	height:18px;
	padding:4px;
	float:left;
}
form#newsletter{
	padding:#CCD6FA;
}
input.newsletter_submit{
	background-color:#105694;
	color:#FFFFFF;
	text-align:center;
	float:left;
	padding:4px 4px 3px 4px;
	margin:0 0 0 10px;
	border:1px #fdeaeb solid;
	cursor:pointer;
}
.testbox{
padding:20px 10px 5px 0;
margin:0;
border-bottom:1px #ededed solid;
}
.testbox p{
font-style:italic;
}



/*-----------------------contact_form-------------------*/
.form{
width:500px;
height:auto;
float:left;
padding:20px 10px 10px 20px;
border:1px #fdeaeb solid;
}
.form_row{
width:425px;
float:left;
clear:both;
padding:7px 0 7px 0;
}
label{
	width:100px;
	float:left;
	padding:3px 15px 0 0;
	color:#105694;
	text-align:right;
	font-weight:bold;
}
input.main_input{
	background-color:#E3E6F9;
	border:1px solid #C3D4E2;
	width:300px;
	height:18px;
	padding:4px;
	float:left;
}
textarea.main_textarea{
	background-color:#E3E6F9;
	border:1px solid #C3D4E2;
	width:300px;
	height:120px;
	padding:4px;
	float:left;
}
input.submit{
	background-color:#105694;
	color:#FFFFFF;
	text-align:center;
	float:right;
	padding:3px 10px 2px 10px;
	margin:0px 0 0 0;
	border:1px #105694solid;
	cursor:pointer;
}
/*-----------------------------footer------------------*/
.footer{
clear:both;
width:960px;
margin:auto;
background:url(/images/footer_bg.jpg) no-repeat center;
height:65px;
}
.copyright{
	text-align: center; 
padding:30px 0 30px 0px;
color:#6996c0;
margin-left:auto;
margin-right:auto;
}
.copyright a{
	text-align: center; 
color: #2A1C11;
text-decoration:none;
margin-left:auto;
margin-right:auto;
}
.footer_links{
	text-align: center; 
margin-left:auto;
margin-right:auto;
padding:30px 15px 0 0;
}
.footer_links a{
text-decoration:none;
text-align: center; 
color: #2A1C11;
padding-left:10px;
}
.footer_links a:hover{
text-decoration:underline;
color: #2A1C11;
}



/*-----------------------------more links------------------*/


.more_links{
	font-size:12px;
	text-align: center; 
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
padding:0px 15px 0 0;
}
.more_links a{
text-decoration:none;
text-align: center; 
color: #6996c0;
padding-left:10px;
}
.more_links a:hover{
text-decoration:underline;
color: #2A1C11;
}

.links{
	font-size:12px;
}
.links a{
text-decoration:none;
color: #6996c0;
}
.links a:hover{
text-decoration:underline;
color: #2A1C11;
}


.top
{
	font-family: Verdana, Sans-Serif;
		color: #6996c0; 
	font-size:12px;
	margin-left: 450px;
	margin-top:2px;

}
.top a{
	text-decoration:none;
	color: #6996c0; 
	}

.top a:hover{
text-decoration:underline;
	color: #2A1C11; 

	}
