/* --------------------------------------------------------------
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/*----------
My actual CSS
----------*/

html {
	margin:0;
	padding:0;
}
body {
	background-image:url(./images/melioratile.png);
	background-repeat:repeat;
	font-family:Garamond,Georgia,"Times New Roman",Times,serif;
	font-size:1em;
	margin:0;
	padding:0;
	text-align:center;
}
#header {
	background-color:#00467F;
	background-image:url(./images/header_bg.png);
	background-repeat:repeat-x;
	width:100%;
	margin:0;
	padding:0;
}
#header h1 {
	margin:0;
	padding:0;
}
#topbanner {
	margin:0;
	padding:0;
}

#container_nw {
	background-image:url(./images/containerbg1.png);
	border-top:1px solid #043354;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:950px;
}

.nw_container {
	
	position: relative;
	width:800px;
	top: 80px;
	margin: auto;
	overflow:hidden;
}




#topbanner a {
	background:transparent no-repeat scroll center top;
	height:110px;
	margin:0 0 0 0;
	padding:0;
	text-decoration:none;
}
#topbanner a span {
	display:none;
}
#container {
	background-image:url(./images/containerbg.png);
	border-top:1px solid #043354;
	margin:0 auto;
	padding-top:50px;
	text-align:left;
	width:950px;
}

#maincontent {
	float: none;
	margin:0;
	padding:0;
	width:800px;        /* 800 */
	padding-left:75px;   /* 75 */
	padding-right:75px;  /* 75 */
}
#maincontent h1 {
	border-bottom:1px solid #DCD8D0;
	color:#666666;
	font-family:Garamond,Georgia,"Times New Roman",Times,serif;
	font-size:2em;
	line-height:100%;
	margin:0 40px 25px 0;
	padding:0;
}
#maincontent h2 {
	color:#666666;
	font-family:Garamond,Georgia,"Times New Roman",Times,serif;
	font-size:1.4em;
	margin:0 40px 0 0;
	padding:0 0 5px;
}
#maincontent h3 {
	color:#666666;
	font-family:Garamond,Georgia,"Times New Roman",Times,serif;
	font-size:1.1em;
	margin:0;
	padding:0 0 5px;
}
#maincontent h4 {
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	margin:0;
	padding:0 0 0;
}
#maincontent p {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:0.75em;
	line-height:1.8;
	margin:0 40px 0 0;
	padding:0 0 20px;
}
#maincontent strong {
	font-size:1.2em;
}
#maincontent li {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:0.75em;
	line-height:1.5;
	margin:0 40px 0 0;
	padding:0 0 10px;
}

#maincontent blockquote {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:0.65em;
	line-height:1.5;
	margin-top:0;
}
#maincontent a:link, #maincontent a:visited {
	color:#6489A6;
	font-weight:600;
	text-decoration:none;
}
#maincontent a:hover {
	color:#D1C19D;
	font-weight:600;
	text-decoration:none;
}
#maincontent img.thumbnail {
	border:1px solid white;
}
#maincontent hr {
	color:#DCD8D0;
	margin-right:40px;
}

#maincontent img.floatLeft {
	float:left;
	margin:4px;
}

#maincontent img.floatRight {
	float:right;
	margin:4px;
}



#footer {
	background-image:url(./images/bottombar.png);
	background-repeat:no-repeat;
	height:51px;
	margin:0 auto;
	padding:0;
	width:950px;
}
#footer p {
	color:#9B9890;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.7em;
	margin:0;
	padding:8px 0;
}
.clearfloat {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
}

#searchframe {
	width:150px;
	position:absolute;
	top:15px;
	right:5px;
}

.search_box {
	background-color:#FAF9F5;
	color:#00467F;
	font-size:11px;
	margin:0;
	margin-right:5px;
	width:110px;
}

.search_button {
	height:10px;
	width:12px;
}

#navwrapper {
	padding: 0;
	margin:-18px 0 -10px 0;
	background-image:url(./images/menu.png);
	background-repeat:repeat-x;
	font-family:Garamond,Georgia,"Times New Roman",Times,serif;
	font-size:1em;
	height:55px;
	z-index:100;
	overflow:none;
	position:relative;
}

#navigation {
	padding: 9px 0 0 0;
	margin: 9px auto;
	list-style: none;	
	text-transform:uppercase;
	line-height: 18px;
	overflow:auto;
	width:581px;
}

#navigation li {
	float: left;
}
#navigation li a {
	display: block;
	padding: 10px 10px 9px 10px;
	margin: 0 0 0 0;
	color:#000000;
	text-decoration: none;
}

#navigation li:hover{
	background:#336699;
	color:#FFFFFF;
}

#navigation li:hover ul,
#navigation li.sfhover ul{
	left: auto;
}

#navigation li ul {
	position: absolute;
	left: -999em;
	text-transform:none;
	background-color:#333333;
	color:#FFFFFF;
	font-family:Verdana,Geneva,sans-serif;
	font-size:0.7em;
	font-style:normal;
	opacity:0.9;
	width:200px;
	list-style-type: none;
}

#navigation li ul a {
	color: #FFFFFF;
	height:1em;
	width:180px;
	text-align: left;
	padding-top: .75em;
	padding-bottom: 1em;
}

#important {
	border:1px solid #043354;
	padding: 5px;
	margin:0;
	margin-left: -5px;
	margin-right: -7px;
	text-align:left;
	width: 800px;
}

#newsbox {
	border: 1px solid #043354;
	margin: 0 0 0 10px;
	margin-right: 0px;
	padding: 0 0 5px 0;
	text-align: left;
	width: 200px;
	float: right;
	display: block;
	background: #ffffff;
}

#newsbox h1 {
	font-family: Helvetica;
	font-size: 0.8em;
	border-bottom:1px solid #DCD8D0;
	margin: 2px 0 2px 0;
	text-align: center;
}

#newsbox ul {
	list-style-image: none;
	margin: 0 0 0 20px;	
	padding: 0 0 0 0;
}

#newsbox li {
	font-family: Helvetica;
	font-size: 0.6em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

img.center {
	margin: 0 auto;
}

.regular{
  
text-decoration: none;
color: #000000;
font:   14px  Trebuchet MS;
margin:0px;
padding:0px;
padding-left:20px;
padding-top:15px;
padding-right:20px;

}



.title{

position:relative;
top:20px;
left:20px;
font: 18px Century Gothic, Trebuchet MS, Geneva, sans-serif;
font-weight: 700;
color: #3F3F3F;

}

.author{

position:relative;
top:28px;
left:20px;
font: 15px Century Gothic, Trebuchet MS, Geneva, sans-serif;
font-weight: 400;
color: #ffffff;

}

.text_{

position:relative;
top:40px;
left:20px;
font: 14px Century Gothic, Trebuchet MS, Geneva, sans-serif;
font-weight: 400;
color: #000000;
width: 300px;

}

.text1_{

position:relative;
left:20px;
font: 17px Century Gothic, Trebuchet MS, Geneva, sans-serif;
font-weight: 600;
overflow: hidden;
margin-right: 40px;
margin-top: 40px;
}
.text11_{

position:relative;
left:20px;
font: 17px Century Gothic, Trebuchet MS, Geneva, sans-serif;
font-weight: 600;
overflow: hidden;
margin-right: 40px;
margin-top: 10px;
}

.text2_{

position:relative;
left:20px;
font: 15px Century Gothic, Trebuchet MS, Geneva, sans-serif;
font-weight: 400;
overflow: hidden;
margin-right: 40px;
margin-top: 30px;
}


.text3_{

position:relative;
top:5px;
left:20px;
font: 12px Century Gothic, Trebuchet MS, Geneva, sans-serif;
font-weight: 500;

overflow: hidden;
margin-right: 40px;

}

smallBr{
  
  font-size: 1px; 
  line-height: 0px; 
}



.floatRight
{
float: right;
margin: 15px;
margin-right:0px;
padding: 10px;
overflow: hidden;

}

div.floatRight img
{

}

.caption
{
background-color: #E70103;
font: 12px Century Gothic, Trebuchet MS, Geneva, sans-serif;
color: #ffffff;
padding: 6px;
}

ul.prev li a {
text-decoration: none;
color: #fff83e;
font: 14px  Century Gothic, Trebuchet MS, Geneva, sans-serif;
z-index:100;
font-weight: 100;
margin-left:0px;
}


.main_container {
	
	position: relative;
	width:800px;
	margin: auto;
	margin-top:10px;
	overflow:hidden;
}

.banner{
position:relative; 
width:800px; 
margin:auto; 
height:60px;
overflow:hidden; 
}

.border_fall13{
	position:relative; 
	width:800px; 
	margin:auto; 
	height:6px;
	overflow:hidden; 
	background-image:url(./../images/border.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	
}
.content_fall13{
	position:relative; 
	width:800px; 
	margin:auto; 
	height:804px;
	overflow:hidden; 
	/*background-color:white;*/
	margin-top:0px;
	
}
.content_fall13_1{
	position:relative; 
	width:800px; 
	margin:auto; 
	height:804px;
	overflow:hidden; 
	background-color:white;
	margin-top:0px;
	
}

.title_fall13{
	position:relative; 
	width:800px; 
	margin:auto; 
	height:auto;
	overflow:hidden; 
	background-color:#a01517;
	margin-top:0px;
	color:white;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	padding:20px;
	
	
}

.fall13_text{
	
	position:relative; 
	width:760px; 
	margin:auto; 
	height:1000px;
	overflow:hidden; 
	color:black;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	padding: 20px;
	
}

.row1{
position:relative; 
width:800px; 
margin:auto; 
height:266px;
overflow:hidden; 
margin-top:0px;

}
/* Solve problem on a non-solid background */

/* Solve problem where border size changes on hover */
.content_fall13 img { 
   outline: 1px solid white; 
} 
.content_fall13 img:hover { 
  outline: 1px solid #bd1c1e; 
}


.row2{
	position:relative; 
	width:800px; 
	margin:auto; 
	height:266px;
	overflow:hidden; 
	margin-top:0px;

}


.main{
position:relative; 
left:14px; 
width:922px; 
background-image:url(../images/bk.jpg); 
background-repeat:repeat-y; 
overflow:hidden;
}

.content{
position:relative; 
width:850px; 
height:2000px;
margin:auto; 
overflow:hidden; 
margin-top: 45px;
}

.content_left{
position:relative; 
width:625px; 
height:2000px;
left:0px; 
top:0px;
overflow:hidden; 
}

.content_right{
position:relative; 
width:215px; 
height:2000px;
top:-2000px;
left:635px; 
overflow:hidden; 
/*background-image:url(../homepage_images/mission.jpg); */
background-color:#ffffff;
 
}


.content_left_bottom{
position:relative; 
position:relative; height:335px; width:625px; background-color:#ffffff; overflow:hidden;
 
}


#event2{
position:relative; 
width:390px; 
height:315px;
top:-315px;
left:410px; 
overflow:hidden; 

}

#event4{
position:relative; 
width:390px; 
height:315px;
top:-315px;
left:410px; 
overflow:hidden; 

}
#event5{
position:relative; 
width:390px; 
height:60px;
top:-60px;
left:410px; 
overflow:hidden; 

}


.links_a{
text-decoration: none;
color: #102f2f;


}

.links_a A:link {
text-decoration: none;
color:#146594;
font-weight:600;
}
.links_a A:visited {
text-decoration: none;
color:#146594;
}
.links_a A:active {text-decoration: none;}
.links_A A:hover {
text-decoration: none;
color: #737373;
}