/*reset*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}
body{line-height:1.5}
table{border-collapse:separate;border-spacing:0}
caption,th,td{text-align:left;font-weight:normal}
table,td,th{vertical-align:middle}
blockquote:before,blockquote:after,q:before,q:after{content:""}
blockquote,q{quotes:"" ""}
a img{border:none}

/*typography*/
html{font-size:100.01%}
body{font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif}
h1,h2,h3,h4,h5,h6{font-weight:normal;color:#111}
h1{font-size:3em;line-height:1;margin-bottom:0.5em}
h2{font-size:2em;margin-bottom:0.75em}
h3{font-size:1.5em;line-height:1;margin-bottom:1em}
h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em}
h5{font-size:1em;font-weight:bold;margin-bottom:1.5em}
h6{font-size:1em;font-weight:bold}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{margin:0}
p{margin:0 0 1.5em}
p img.left{float:left;margin:1.5em 1.5em 1.5em 0;padding:0}
p img.right{float:right;margin:1.5em 0 1.5em 1.5em}
a:focus,a:hover{color:#000}
a{color:#009;text-decoration:underline}
blockquote{margin:1.5em;color:#666;font-style:italic}
strong{font-weight:bold}
em,dfn{font-style:italic}
dfn{font-weight:bold}
sup,sub{line-height:0}
abbr,acronym{border-bottom:1px dotted #666}
address{margin:0 0 1.5em;font-style:italic}
del{color:#666}
pre{margin:1.5em 0;white-space:pre}
pre,code,tt{font:1em 'andale mono','lucida console',monospace;line-height:1.5}
li ul,li ol{margin:0}
ul,ol{margin:0 1.5em 1.5em 0;padding-left:3.333em}
ul{list-style-type:disc}
ol{list-style-type:decimal}
dl{margin:0 0 1.5em 0}
dl dt{font-weight:bold}
dd{margin-left:1.5em}
table{margin-bottom:1.4em;width:100%}
th{font-weight:bold}
thead th{background:#ccc}
th,td,caption{padding:4px 10px 4px 5px}
tr.even td{background:#eee}
tfoot{font-style:italic}
caption{background:#eee}
.small{font-size:.8em;margin-bottom:1.875em;line-height:1.875em}
.large{font-size:1.2em;line-height:2.5em;margin-bottom:1.25em}
.hide{display:none}
.quiet{color:#666}
.loud{color:#000}
.highlight{background:#ff0}
.added{background:#060;color:#fff}
.removed{background:#900;color:#fff}
.first{margin-left:0;padding-left:0}
.last{margin-right:0;padding-right:0}
.top{margin-top:0;padding-top:0}
.bottom{margin-bottom:0;padding-bottom:0}

/*forms*/
label{font-weight:bold}
fieldset{padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc}
legend{font-weight:bold;font-size:1.2em}
input[type=text],input[type=password],input.text,input.title,textarea,select{background-color:#fff;border:1px solid #bbb}
input[type=text]:focus,input[type=password]:focus,input.text:focus,input.title:focus,textarea:focus,select:focus{border-color:#666}
input[type=text],input[type=password],input.text,input.title,textarea,select{margin:0.5em 0}
input.text,input.title{width:300px;padding:5px}
input.title{font-size:1.5em}
textarea{width:390px;height:250px;padding:5px}
input[type=checkbox],input[type=radio],input.checkbox,input.radio{position:relative;top:.25em}
form.inline{line-height:3}
form.inline p{margin-bottom:0}
.error,.notice,.success,.info{padding:.8em;margin-bottom:1em;border:2px solid #ddd}
.error{background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4}
.notice{background:#FFF6BF;color:#514721;border-color:#FFD324}
.success{background:#E6EFC2;color:#264409;border-color:#C6D880}
.info{background:#E6EFC2;color:#264409;border-color:#C6D880}
.error a{color:#8a1f11}
.notice a{color:#514721}
.success a{color:#264409}
.info a{color:#264409}

/*display*/
.right{float:right;text-align:right;clear:right}
.left{float:left;text-align:left;clear:left}
.center{text-align:center;clear:both;margin-left:auto;margin-right:auto}
img.left{margin:0 20px 20px 0}
img.right{margin:0 0 20px 20px}

/*layout*/
body {
	margin:0;
	padding:0;
	width:100%;
	font:98% Trebuchet MS,Georgia;
	background:url(images/bg1.png) top center repeat-x #fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
}
h1{font-size:200%;
	border-bottom:3px dotted #c23715;
	padding-bottom:.2em;
	color:#c23715;
	font-family:georgia;
	letter-spacing:.1em;
}
h2{font-size:160%;

}
li{margin-bottom:.7em}

a{
	color:#8c2410;
}
a:hover,a:focus{
	color:#c23715;
}
h3 a{text-decoration:none}

#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background:url(images/bg3.png) center left repeat-x #fff;
}
#header .content{
	width:980px;
	padding:0;
	margin:0 auto;
	float:none;
	
}
#nav .content{
	width:980px;
	padding:0;
	margin:0 auto 0 auto;
	float:none;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background:#fff;
}

#wrapper{width:980px;margin:0 auto;float:none;text-align:left}

#header{height:240px}
#header .content{width:940px;padding:20px}
#header .slogan{float:left;clear:right;margin:110px 0 20px 60px;}

#header .logo{float:left;position:relative;top:-15px;left:0px;}
#header {position:relative;z-index:99999}


#inner-wrapper{overflow:hidden;width:100%;float:left;clear:both;background:url(images/bg2.png) top left repeat-y #fff}
#col1{float:left;width:600px;padding:30px 0 30px 40px;
background:0;}
#col2{float:right;width:230px;padding:30px;
background:0}
#col1,#col2{padding-bottom:30030px;margin-bottom:-30000px}
#footer{padding:20px 40px 0 40px;margin:0;width:900px;float:left;clear:both;
background:url(images/footera.png) bottom no-repeat #ce1900;
}
#footer_clear{background:url(images/footer2a.png) top no-repeat transparent;float:left;width:100%;height:50px;clear:both}

#footer *{color:#fff}
#footer a{color:#ddd}
#footer a:hover{color:#fff}



#col2{font-size:90%}
#col2 h3{text-align:center;color:#c23715;}

/*-------------NAV---------------------------------------------*/
#nav {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #000;
	background:url(images/nav/bg1a.png) bottom repeat-x #ce1900;
}
#nav li{padding:1px !important}
#nav li{margin-bottom:-1px !important}

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

#nav ul {
 position: relative;
 z-index: 597;
}

#nav ul li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
}

#nav ul li.hover,
#nav ul li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

#nav ul ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;

}

#nav ul ul li {float: none;}
#nav ul ul ul {top: 1px;left: 99%;}

#nav ul li:hover > ul {
 visibility: visible;
}



/*-------------------------------------------------/
 *	@section	Custom Styles
 */

#nav li{background:url(images/nav/bg1a.png) bottom repeat-x #ce1900; }


#nav ul ul {
 margin-top: 0;
}
#nav ul li a
{
	text-decoration:none;
	color:#fff;
	font:800 12px arial;
	text-transform:uppercase;
	 display: block;
 padding: 7px 10px;
 text-align:center;
}

#nav .content ul:first-child{float:right}

#nav ul li a{
border-width:1px 1px 1px 1px;
border-color:#777;
border-style:solid;
margin-left:-1px;
width:auto;
}

#nav ul ul li{font-size:14px}
#nav .content ul:first-child li:hover a{color:#fff;background:url(images/b2.png) repeat}
#nav .content ul:first-child li ul li:hover a{}
#nav .content ul:first-child li ul li ul li:hover a{}
#nav a:hover{border-color:#999;background:url(images/nav/bg1.png) repeat !important}

#nav ul li:first-child a{
	margin-left:0px;
}
#nav ul ul li a{width:170px;font-size:70%;text-transform:none}
#nav a{white-space:nowrap;}

/*------------------------------------------------------------*/



#footer_nav{
float:right;
width:600px;

}
#footer_nav *{font-size:11px;font-family:arial;white-space:nowrap;margin:0;padding:0;list-style:none;text-decoration:none;text-align:center}
#footer_nav ul ul{display:none !important}
#footer_nav ul{float:right;
border-color:#999;
border-width:1px 0 1px 0;
border-style:solid;}
#footer_nav ul li{display:block;float:left;
margin:0 0 0 5px;
padding:2px 4px 2px 4px;
}
#footer_nav a{
	color:#ddd;
	font-size:10px;
	text-transform:uppercase;
	font-weight:900;
}
#footer_nav a:hover,#footer_nav a:focus{
	
	color:#fff;
}	


#footer p{
	font-size:12px;
	font-family:arial;
	width:300px;
}
#footer p.right{margin:30px 0 0 0}
#footer p.left{line-height:1.5em}


.scholar{
float:left;
width:570px;
margin:0 0 8px 0;padding:15px;
background:#fafafa;
border:1px solid #eaeaea;}
.scholars h1{display:none !important}


#col2 .content{margin-bottom:20px;float:left}