@charset "utf-8";
/* CSS Document */

body {
	background: url('../images/main_bg.jpg') top center repeat-x #12568b;
	font-family: Arial;
	font-size: 12px;
	}
	
p,div,span,li,a,div {
	font-family: Arial;
	}
	
.clear {
	clear: both;
	}

#container {
	width: 960px;
	margin: 0 auto;
	}

#header {
	height: 85px;
	}
	
#logo {
	float: left;
	margin: 14px 0px;
	}
	
#header_right {
	float: right;
	text-align: right;
	}

#register {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px
	}

#register a {
	color: #FFFFFF;
	}
	
#nav {
	background: url('../images/nav_bg.jpg') top center repeat-x;
	height: 36px;
	font-size: 1px;
	}
	
#nav ul {
	float: left;
	width: 700px;
	display: inline;
	}
	
#nav ul li {
	float: left;
	margin: 0px 15px 0px 5px;
	display: inline;
	}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

#nav .nav_hi a {
	color: #000;
	}

#search {
	float: right;
	margin: 10px 2px 0px 0px;
	background: #FFF;
	height: 21px;
	border: 1px solid #CCC;
	width: 200px;
	display: inline;
	}

#search input {
	margin: 0px;
	float: left;
	border: 0px;
	display: inline;
	padding: 0px;
	}

#search .search_submit {
	margin: 2px 2px 1px 0px;
	float: right;
	display: inline;
	}
	
#subnav {
	height: 2px;
	background: #FFF;
	border: 0px;
	margin: 0px;
	font-size: 1px;
	}
	
#main {
	background: url('../images/main_bg.gif') top center repeat-y;
	}
	
#col_left {
	float: left;
	width: 670px;
	margin: 20px;
	display: inline;
	}

#col_left h3 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	margin: 0px 0px 10px 0px;
	}

#col_left p {
	margin: 0px 0px 15px 0px;
	line-height: 18px;
	font-size: 11px;
	font-family: Verdana;
	color: #222;
	}
	
#tweets {
	float: left;
	width: 200px;
	}

#tweets h3, #blog_entries h3 {
	line-height: 20px;
	}
	
#tweets h3 img, #blog_entries h3 img {
	float: left;
	margin-right: 5px;
	}

#tweets ul {
	list-style-image: url('../images/tweet_bullet.gif');
	margin-left: 30px;
	}

#tweets ul li {
	margin-bottom: 10px;
	line-height: 16px;
	}

#tweets ul li a {
	font-size: 10px;
	font-family: Verdana;
	color: #222;
	text-decoration: none;
	}

#blog_entries {
	float: right;
	width: 425px;
	}

#blog_entries .item img {
	float: left;
	margin: 0px 10px 10px 0px;
	}

#blog_entries .item h4 {
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	}

#blog_entries a {
	color: #003366;
	font-weight: bold;
	}

#blog_entries a:hover {
	color: #000033;
	}

#col_right {
	float: right;
	margin: 0px;
	width: 250px;
	display: inline;
	}

#col_right h3 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	margin: 0px 0px 10px 0px;
	}

#col_right p {
	line-height: 16px;
	}

#col_right .button {
	margin-top: 8px;
	}

#explore_programs {
	padding: 15px;
	}
	
#request_info, #request_brochure {
	padding: 15px;
	border-bottom: 1px solid #CCC;
	}
	
#footer {
	background: url('../images/footer_bg.gif') top center no-repeat;
	}

#footer_col_1 {
	float: left;
	width: 700px;
	padding: 0px;
	margin: 0px;
	display: inline;
	}

#footer_col_2 {
	float: left;
	width: 230px;
	padding: 0px;
	margin: 0px;
	display: inline;
	}

#vr_spacer {
	float: left;
	border-right: 1px solid #666;
	width: 10px;
	height: 120px;
	margin: 15px 0px;
	display: inline;
	}
	
#footer h3 {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	margin: 0px 20px;
	padding-top: 25px;
	}
	
#footer ul {
	float: left;
	margin: 12px 20px 15px 20px;
	display: inline;
	}

#footer ul li {
	margin-bottom: 8px;
	}

#footer ul li a {
	color: #222;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	}

#footer ul li a:hover {
	text-decoration: underline;
	}

#footer_social {
	margin: 10px 20px;;
	}

#footer_social img {
	margin: 0px 3px 3px 0px;
	}
	
#footer_links {
	padding: 10px;
	color: #222;
	text-align: center;
	font-size: 11px;
	}

#footer_links img {
	margin-bottom: 10px;
	}

#footer_links a {
	color: #222;
	font-weight: bold;
	}
	
#footer_links h3 {
	text-indent: -9999px;
	float: left;	
}

#footer_links .heritage {
	background: url('../images/WorldStrides_Heritage_Logo.gif') top center no-repeat;
	height: 65px; width: 80px;
	margin-right: 20px;
}

#footer_links .discovernow {
	background: url('../images/WorldStrides_DiscoverNow_Logo.gif') top center no-repeat;
	height: 65px; width: 89px;
	margin-right: 20px;
}

#footer_links .capstone {
	background: url('../images/WorldStrides_Capstone_Logo.gif') top center no-repeat;
	height: 65px; width: 82px;
}
	
#sddm3
{	margin: 5px 0px 0px 0px;
	padding: 0;
	z-index: 30}
 
#sddm3 li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}
 
#sddm3 li a
{	display: block;
	margin: 0;
	padding: 0;
	width: 208px;
	height: 30px;
	line-height: 20px;
	background: #f0f0f0;
	color: #000;
	text-align: center;
	text-decoration: none}
 
#sddm3 li a:hover
{	background: #CCCCCC;
	color: #000;}
 
#sddm3 div
{	position: absolute;
	visibility: hidden;
	margin: 0 0 0 3px;
	padding: 0;
	background:#ccc;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999}
 
	#sddm3 div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 8px 10px 3px 10px;
		width: 190px;
		height: 20px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ccc;
		color: #000000;
		font: 11px arial}
 
	#sddm3 div a:hover
	{	background: #999;
		color: #fff}
