/*CSS Reset */

html, body, div, pre, form, fieldset, input, h1, h2, h3, h4, h5, h6, p, textarea, ul, ol, li, dl, dt, dd, blockquote, th, td { margin:0; padding:0; }


fieldset, img { border:0; }

address, caption, cite, code { font-style:normal; font-weight:normal; }


h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }

abbr, acronym { border:0; }

/* Main CSS */
html, body {
   margin : 0;
   padding : 0;
   background-color: #ECE9E2;
background-image:  url(../images/background.jpg);
background-repeat: repeat-x;
font-size:1em;
color: #000;
height:100%;

}

	body {
	font-family : "helvetica", Arial, Tahoma, sans-serif;
	font-weight: normal;
font-size:62.5%;
	color : #000;
background-color: #ECE9E2;
padding-bottom:30px;
margin:0;
		padding:0;
	}



#container {
text-align:left;
min-height:100%;
position:relative;

}

#site-width {
width : 855px;
margin : 0 auto;
}



#strip1 {
margin:  0;
padding: 0;
border: 0;
height: 30px;
	font-family : "helvetica", Arial, Tahoma, sans-serif;
	font-weight: normal;
color: #fff;
line-height: 29px;
}

#strip_fontsize {
float: left;
}

#strip_menu {
float: right;
}

#heading{
margin:  0;
padding: 0;
border: 0;
height: 108px;

background-image: url(../images/topbanner_grey.jpg);
}

#search{
float: right;
text-align: right;
	font-family : "helvetica", Arial, Tahoma, sans-serif;
	font-weight: normal;
color: #fff;
}

#header_search_input{
width: 200px;
margin: 0px 0 0px 0;
padding: 0;
border: 0px solid red;
}

.vspace2{
height: 20px;
}

#header_search_buttons{
margin: 8px 0 0 0;
padding: 0;
border: 0px solid green;
}

.searchform{
margin: 10px 0 0 0;
}

.searchbox{
border: 0;
width:200px;
height:20px;
line-height: 20px;
padding: 0 0 0 0;
margin: 0;
text-align: left;
font-family : "helvetica", Arial, Tahoma, sans-serif;
font-weight: normal;
font-size: 12px;
}




#logo{
width: 600px;
float: left;
}

#menu{
margin:  0;
padding: 0;
height: 33px;
display:block; 
}




#main_content{
margin:  16px 0 0 0;
padding: 0;
border: 0;
padding-bottom:20px;
}

#content-box{
margin:  0;
padding: 10px;
border: 1px solid #DEDBD1;
background-color: #FFF;
}

#mcmc-box{
float:left;
width: 540px;
margin:  0;
padding: 0px;
border: 1px solid #DEDBD1;
background-color: #FFF;
}

#opportunities-box{
float:right;
width: 290px;
height: 200px;
margin:  0;
padding: 0px;
border: 1px solid #DEDBD1;
background-color: #FFF;
}
#opportunities-header{
padding: 0 5px 0 5px;
height: 25px;
font : 11px "Verdana", Arial, Helvetica, Tahoma, sans-serif;
font-weight: bold;
color : #ffffff;
background-color:#3399cc;
line-height: 25px;
}

#opportunities-content{
padding: 0 5px 0 5px;
overflow: auto;
height: 175px;
}

#news_left{
float: left;
width: 400px;
border: 1px solid #DEDBD1;
background-color: #FFF;
}

#events_right{
float:right;
width: 400px;
border: 1px solid #DEDBD1;
background-color: #FFF;
}

#news-event-content{
padding: 0 5px 0 5px;
}

#news-event-header{
padding: 0 5px 0 5px;
height: 25px;
font : 11px "Verdana", Arial, Helvetica, Tahoma, sans-serif;
font-weight: bold;
color : #ffffff;
background-color:#3399cc;
line-height: 25px;
}


.left{
float: left;
}
.right{
float: right;
text-align: center;
}


#column_left {
float: left;
width: 450px;
padding: 0;
margin: 0;
}



#column_right{
float: right;
width: 200px;
padding: 0;
margin: 0;
}


#breadcrumb{
margin:  0 0 10px 0;
padding: 10px;
border: 1px solid #DEDBD1;
background-color: #FFF;
}



#footer {
position: absolute;
bottom: 0;
width: 100%;
text-align: left;
color: #676767; 
background-color: #FFF;
border-top: 3px solid #6888A1;
height: 20px;
padding: 10px 0 0 0;
}



#footer-content{
margin: 0 auto;
width: 855px;
}

#copyright{
width: 140px;
float: right;
text-align: right;
}
#footer_menu{
width: 700px;
float: left;
text-align: left;
}

#footer_dev{
margin: 20px 0 0 0;
text-align: center;
}



.clear{
clear: both;
line-height: 0;
height: 0;
font-size: 0;
}


/* Links */
a:link, a:visited {
	color: #3398CC;
	text-decoration: underline;
	}

a:hover, a:visited:hover {
	color: #7194B2;
	text-decoration: underline;
	}

#strip1 a:link, #strip1 a:visited {
	color: #FFF;
	text-decoration: underline;
	}

#strip1 a:hover, #strip1 a:visited:hover {
	color: #FFF;
	text-decoration: underline;
	}

#footer a:link, #footer a:visited {
	color: #003366;
	text-decoration: underline;
	}

#footer a:hover, #footer a:visited:hover {
	color: #7194B2;
	text-decoration: underline;
	}


/* Fonts */
p {
	font-size: 1.2em; 
margin: 0.5em 0 1.5em;
}

#main_content ul, #main_content ol {margin: 0 0 20px 40px; }
#main_content li {margin-bottom: 0.66em; line-height: 1.4em; font-size:1.25em; list-style:disc;}
#main_content ul li {padding-left: 5px; }
#main_content ol {padding-left: 40px; list-style: decimal;}
#main_content ol li {padding-left: 5px;}



H1 {
font-size:2em;
margin: 0.5em 0 1.5em;
}  /* displayed at 24px */
H2 {
font-size:1.5em;
margin: 0.5em 0 1.5em;
font-weight: bold;
}  /* displayed at 18px */
H3 {
font-size:1.25em;
margin: 0.5em 0 1.5em;
font-weight: bold;
}  /* displayed at 15px */


INPUT, SELECT, TH, TD {font-size:1em}


.accessibility
{
position:absolute;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

.provider_partner{
float: left;
margin: 0;
padding: 0;
width: 200px;
height: 200px;
}

.provider_partner_padding{
padding: 5px;
}


#learning_search1{
width: 360px;
float: left;
text-align: center;
}

#learning_search2{
width: 380px;
float: right;
text-align: center;
}


