﻿/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0B2F69;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0B2F69;
}
a:hover {
	text-decoration: underline;
	color: #0B2F69;
}

a:active {
	text-decoration: none;
	color: #0B2F69;
}

#container
{
width: 100%;
margin: 10px auto;
background-color: #fff;
padding-top: 10px;

}

#language-links {
	margin: 0px 0px 10px 22px;
	font-size: 70%;
	font-weight: bold;
	visibility: hidden;
}

#panel {
	width: 20%;
	float: left;
	margin-left: 12px;
	background: #EEEEEE;
}

#paneltop {
	background: left top url(images/left_top_corner.gif) no-repeat;
	margin: 0px;

}

#paneltop h1 {
	background: right top url(images/right_top_corner.gif) no-repeat;
	height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	font-variant: small-caps;
	margin: 0px;
	padding-top: 3px;
}	


#panelbottom {
	height: 18px;
	background: left bottom url(images/panel_left_btm.gif) no-repeat;
}

#panelbottom p {
	background: right bottom url(images/panel_right_btm.gif) no-repeat;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display: block;
	
}

#panelseparator {
	background: #FFFFFF;
	
}

#leftnav
{
	margin: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%
}

#leftnav h3
{
font-size: 120%;
color: #0B2F69;
margin: 0px;
padding: 0px 0px 0px 0px;
}

#leftnav p
{
margin: 0px;
padding: 0px;
}

#leftnav ul
{
display:block;
font-family: Arial, Helvetica, sans-serif;
list-style: none;
margin:4px 0px 4px 0px;
padding:0px;
border-top: 1px solid #CCCCCC;
line-height: 160%;
}

#leftnav ul ul
{
display:block;
list-style: square inside;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#leftnav li
{
display:block;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-bottom: 1px solid #CCCCCC;
}

#leftnav ul ul li
{
	background: #EEEEEE;
	border: none;
}

#leftnav a
{
text-decoration:none;
color: #0B2F69;
}

#leftnav a:hover
{
background:#C9D5E5;
display: block;
text-decoration:none;

}

#leftnav li a:hover
{
background:#C9D5E5;
display: block;
text-decoration:none;

}

#leftnav #current
{
	background:#CCDDF9;
	color: #0B2F69;
}

#leftnav #current-ru
{
	background: #CCCCCC;
	color: #FF0000;
}





#rightnav
{
font-size: 70%;
float: right;
width: 240px;
margin: 0px 10px 0px 20px;


}

#advert {
padding: 4px;
border: 1px solid #CCCCCC;
margin: 0px 0px 20px 00px;
}

#content
{
font-size: 75%;
margin-left: 25%;
margin-right: 280px;
padding: 0px 12px 0px 12px;

}

#content h1
{
	font-family: Tahoma, Verdana, Times, serif;
	font-size: 160%;
	color: #E4701E;
	padding:  0px;
	margin: 0px 0px 8px 0px;
	text-transform: small-caps;
	font-weight: 500;
}

#content h2
{
	font-family: Tahoma, Verdana, Times, serif;
	font-size: 130%;
	color: #0B2F69;
	padding:  0px;
	margin: 0px 0px 8px 0px;
	font-weight: 400;
}

#content p a
{
	
}

#content p
{
color: #666666;
padding:  0px;
margin: 0px 0px 8px 0px;
}

#content ul
{
font-family: Arial, Helvetica, sans-serif;
color: #666666;
font-size: 100%;
padding:  0px 0px 0px 8px;
margin: 0px 0px 8px 8px;
}

#feature1 {
	border-bottom: 1px dotted #cccccc;
}

#feature2 {
	padding-top: 12px;
	
}


#feature2 h1 {
	font-size: 120%;
}

#footer
{
clear: both;
margin: 0;
padding: .0;
color: #333;
background-color: #ddd;
}

#masthead {
	width: 100%;
	height: 160px;
	padding: 0px;
	margin: 0px;
	background-color: #eff7de;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	
}


#globalnav {
	width: 100%;
	height: 24px;
	padding: 0px;
	margin: 0px;
	background: #003366;
	font-size: 80%;
	display:block;
	
}

#globalnav ul {
	display: block;
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	

}

#globalnav li {
	float: left;
	padding: 0px 12px 0px 12px;

}

#globalnav li a {
	color: #FFFFFF;

}

#header {
  width:100%;
  height: 24px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  background: url("images/nav_bg_2.gif") no-repeat left top;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:75%;
  line-height:normal;
  
  }
#header ul {
float: right;
  padding:0px;
  margin:0px;
  list-style:none;
  }
#header li {
	float:left;
  background:url("images/left_2.gif") no-repeat left top;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("images/right_2.gif") no-repeat right top;
  padding:5px 15px 7px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#666;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */


#header a:hover {
  color:#333;
  }
  
#header #current {
  background-image:url("images/left_on_2.gif");
  }
#header #current a {
  background-image:url("images/right_on_2.gif");
  color:#FFF;
  }
  
  #lefthead {
	margin: 0px;
	padding: 0px;
	float:left;
}

#righthead {
	width: 198px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	float: right;
	display:block;
}

#headlines p {
	color: #999999;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


.floatleft {
	float: left;
	margin-top: 4px;
	padding-right: 8px;
}

.floatright {
	float: right;
	margin-top: 4px;
	padding-left: 8px;
}

#siteInfo{
	clear: both;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 70%;
	color: #999999;
	padding: 4px 4px 4px 4px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

.mediabutton {
	background-repeat: no-repeat;
	background-position: left center;
	
}

.regionselect {
	background: #9DB5DE;
	border: none;
}

.caption {
	font-size: 10px;
	color:#006699;
}

.credit {
	font-size: 9px;
	font-weight: 400;
	color: #666;
	
}

#country{
	width: 275px;
}
#state{
	width: 275px;
}
#degreeprogram{
	width: 275px;
}
.frmcntrlwidth{
	width: 275px;
}

.regfrmlbl {
	text-align: right;
}
#winners .label {
	vertical-align: top;
	font-weight: bold;
	text-align: right;
	color: #666666;
	width: 25%;
}
#winners .text {
	color: #666666;
	vertical-align: top;
}

h3 {
	font-family: Tahoma, Verdana, Times, serif;
	font-size: 12px;
	color: #666666;
}

#language-links {
	display: none;
}

strong {
	
}

span.show-tooltip-text { display: none; position: absolute; background: #DC7E01; padding: 6px; padding-left: 12px; padding-right: 12px; color: white; }

#photocaption {
	width: 400px;
}
#facebook {
	margin:20px 0px;
}

