@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: "Century Gothic", Century, Helvetica;
	background-color: #CCC;
	font-size: .7em;
}
#container  {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}

#header  {
	text-align: center;
	background-image: url(/images/edulocate/header_logo.jpg);
	background-repeat: no-repeat;
	height: 234px;
	background-position: center;

}
#header #header_nav {
	padding-top: 210px;
	color: #FFF;
	font-weight: bold;

}
.header_nav {
	padding-right: 10px;
	padding-left: 10px;
}




#mainContent  {
	padding-left: 10px;
	padding-right: 50px;
	padding-top: 15px;

}
.search_by {
	padding-right: 68px;
	padding-bottom: 10px;
	text-decoration: underline;
	color: #666;
}


#footer  {
	text-align: center;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999;
	padding-top: 5px;
	color: #999;
	font-size: .8em;

}
#mainContent #additional {
	margin-left: 75px;
	margin-bottom: 15px;
}
#mainContent #additional tr td {
	padding-right: 15px;
}
#mainContent #additional tr td ul {
	padding-left: 25px;
}
#column1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#column2 {
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#featured_schools {
	padding-bottom: 5px;
	padding-left: 5px;
}

#featured_school_headers{
	background-color: #7581CB;
}

.featured_school_box{
	background-color: #eeeeee;
}

#mainContent table tr td #form1 label {
	padding-top: 3px;
}

.table_header {
	background-color: #7581CB;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
	font-size: 1.3em;
	padding-bottom: 3px;
}

.get_more_info {
	font-weight: bold;
	color: #06F;
}
#button {
	padding-top: 5px;

}

#search_box {
	background-color: #d1dadf;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 1.5em;
	width: 860px;
	padding-left: 65px;
	font-weight: bold;
}
h1 {
	color: #203092;
	font-size: 1em;
	text-decoration: underline;
}

h2 {
	color: #203092;
}





h3 {
	font-size: 2.3em;
	color: #FF8001;
}
h4 {
	color: #666;
}
h5 {
	font-size: 1.4em;
	color: #FFF;
	text-decoration: underline;
}

div, h1, h2, h3, h4, h5, h6, p, form, table, ul , li{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#study {
	width: 175px;
}
a:link {
	color: #000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: none;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: none;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	text-decoration: none;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul li a:link{
color: #00f;
text-decoration: underline;
font-weight: bold;
}

ul li a:visited{
color: #00f;
text-decoration: underline;
font-weight: bold;
}

ul li a:hover{
color: #00f;
text-decoration: underline;
font-weight: bold;
}

ul li a:active{
color: #00f;
text-decoration: underline;
font-weight: bold;
}

a.backLink:link{
color: #00f;
text-decoration: underline;
font-weight: bold;
}

a.backLink:visited{
color: #00f;
text-decoration: underline;
font-weight: bold;
}


a.backLink:hover{
color: #00f;
text-decoration: underline;
font-weight: bold;
}


a.backLink:active{
color: #00f;
text-decoration: underline;
font-weight: bold;
}

#mainContent table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header a:link {
	color: #FFF;
}
#header a:visited {
	color: #FFF;
}
#header a:hover {
	color: #FFF;
}
#header a:active {
	color: #FFF;
}

.desc_link{
font-size: 11px;
}

.desc_link:hover{
text-decoration: underline;
}

.read_more{
color: #00f;
text-decoration: underline;
font-weight: bold;
}

#notAcceptingBlock{
position: absolute;
z-index: 100;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #000;
opacity: 0.35;
display: none;
filter: alpha(opacity = 35);
}

#notAcceptingMessage{
height: 250px;
width: 500px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
z-index: 101;
display: none;
position: absolute;
top: 100px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background-image: url(/images/edulocate/na_popup_bk.gif);
background-repeat: no-repeat;
}



#notAcceptingMain  {
	padding-top: 50px;


}
#notAcceptingMain img  {
	padding-left: 100px;
	border: 0px solid white;
}



#notAcceptingSchool{
	font-weight: bold;
display: inline;
}

#notAcceptingMonth{
font-weight: bold;
display: inline;
}

#notAcceptingMessage a{
color: #00f;
}