/* Start of CMSMS style sheet 'mobilityCMS_educator' */
* {
	font-family:Tahoma, sans-serif, Verdana;
	margin:0px;
}

body {
	background-color: #ffffff;
	background-image: url(images/ed_background.jpg);
	background-repeat: repeat-x;
}

body, html {
	margin:0;
	height:100%;
}

.clear{
	clear: both;
}

p {
	font-family:Tahoma, sans-serif, Verdana !important;
	font-size: 0.75em !important;
	color: #666 !important;
	line-height: 1.3em !important;
	padding: 5px 0 5px 0 !important;
}

#form_side p {
	font-family:Tahoma, sans-serif, Verdana !important;
	font-size: 0.75em !important;
	color: #666 !important;
	line-height: 1.3em !important;
	padding: 5px 0 5px 0 !important;
}
p a{
	color: #003399;
	text-decoration: none;
}
p a:hover{
	color: #000033;
	text-decoration: underline;
}
h1{
	font-family:Helvetica, Tahoma, sans-serif;
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 15px 0;
}
h2{
	font-family:Helvetica, Tahoma, sans-serif;
	font-size: 1.125em;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 35px 0;
}

h3{
	font-family:Helvetica, Tahoma, sans-serif;
	font-size: 0.75em;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	list-style-image: url(images/arrows.png);
	list-style-position: inside;
	}

a #app_link
{
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 0.75em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: .75em;
	margin-left: 4px;
	background-position: left center;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: .03em;
}

#nlink { text-decoration: none !important; } /* fix underline in safari */

a #app_link:hover { color: #FF6; }

a #app_link:visited { color: #FFF; }


h4{
	font-family:Helvetica, Tahoma, sans-serif;
	font-size: 1.4em;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 10px 0;
}
h5{
	font-family:Helvetica, Tahoma, sans-serif;
	font-size: 1.125em;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}
h6{
	font-family:Helvetica, Tahoma, sans-serif;
	font-size: 1.875em;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}

#container { 
	margin-top:0;
	position:relative;
	background-color:#Fff;
	width: 970px;
	margin-right: auto;
	margin-left: auto; 
}

/*------------------------------------- Header ----------------------------------- */
	
#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 85px;
	width: 970px;
	background-image: url(images/header.jpg);
}
#logo {
	position: relative;
	left: 20px;
	margin: 0;
	padding: 0;
	height: 37px;
	width: 310px;
	float: left;
}

/*---------------------------------------------Login-------------------------------- */
#login {
	float: right;
	padding: 10px 10px 0 0;
	height:13px;
	width: 960px;
	}
#login p{
	font-family: Tahoma, sans-serif, Verdana;
	font-size: 0.8em;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	padding: 0 4px 0 2px;
}
#login a{
	color: #999;
	text-decoration: none;
}
#login a:hover{
	color: #fff;
	text-decoration: none;
}

/*---------------------------------------------Contact Form-------------------------------- */


.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden;
}

#contact_form
{
	clear: both;
	overflow: hidden;
	width: 745px;
    height:100%;
	border: 1px #CCC solid;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px;
}

#contact_form #contact_info
{
	width: 196px;
	height: 470px;
	position: relative;
	border: 1px #999 solid;
	padding: 22px;
	background-image: url(images/c_ed_info_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	background-color: #7babd3;
}

#contact_form #form_side
{
	float: right;
	position: relative;
	width: 462px;
	height: 334px;
	/*border: 1px #999 solid;*/
}

#contact-form #form_side p {
       padding:0px;
}


#contact_form #form_side input[type="text"]
{
	background-color: #9abfdc;
	border: 1px #999 solid;
	width: 422px;
	font-family:Tahoma, sans-serif, Verdana;
	font-size: 0.95em;
        margin-right: 30px;
height: 19px;
}

#contact_form #form_side input[type="checkbox"]{
        
        clear: both;
}


#contact_form #form_side input[type="submit"]
{
	background-color: #9abfdc;
	border: 1px #999 solid;
	width: 423px;
	color: #333;
	margin-top: 2px;
}

#contact_form #form_side input:hover[type="submit"]
{
	background-color: #3f79a7;
	border: 1px #333 solid;
	cursor: pointer;
color: white;
}

#contact_form #form_side textarea
{
	background-color: #9abfdc;
	border: 1px #999 solid;
	width: 422px;
	font-family:Tahoma, sans-serif, Verdana;
	font-size: 0.95em;	
}

#contact_form #form_side label
{
	font-family:Tahoma, sans-serif, Verdana;
	font-size: 0.85em;
	color: #666;
	line-height: 1.3em;
	padding: 5px 0 5px 0;
}

/*---------------------------------------------Sign Up Form-------------------------------- */

#contact_form .title
{
	width: 196px;
	position: relative;
	border: 1px #CCC solid;
	padding: 12px;
	background-image: url(images/c_info_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}


#contact_form .sign_up
{
	float: right;
	position: relative;
	width: 462px;
	/*border: 1px #999 solid;*/
}


#contact_form .sign_up input[type="text"]
{
	background-color: #c7e4e4;
	border: 1px #CCC solid;
	width: 422px;
	font-family:Tahoma, sans-serif, Verdana;
	font-size: 0.95em;
}

#contact_form .sign_up input[type="submit"]
{
	background-color: #c7e4e4;
	border: 1px #CCC solid;
	width: 423px;
	color: #333;
	margin-top: 2px;
}

#contact_form .sign_up select
{
	background-color: #c7e4e4;
	border: 1px #CCC solid;
	width: 58px;
	color: #333;
	margin-top: 2px;
}

#contact_form .sign_up input:hover[type="submit"]
{
	background-color: #6CC;
	border: 1px #333 solid;
	cursor: pointer;
}

#contact_form .sign_up textarea
{
	background-color: #c7e4e4;
	border: 1px #CCC solid;
	width: 422px;
	font-family:Tahoma, sans-serif, Verdana;
	font-size: 0.95em;	
}

#contact_form .sign_up #cvv2 input[type="text"]
{
	background-color: #c7e4e4;
	border: 1px #CCC solid;
	width: 42px !important;
	font-family:Tahoma, sans-serif, Verdana;
	font-size: 0.95em;	
}

#contact_form .sign_up label
{
	font-family:Tahoma, sans-serif, Verdana;
	font-size: 0.85em;
	color: #666;
	line-height: 1.3em;
	padding: 5px 0 5px 0;
}

/*

#contact_form #contact_info h1
{
	color: #444;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
}
*/

/*---------------------------------------------- Navigation ---------------------------*/
#navigation {
	position:relative;
	float: left;
	left: 76px;
	padding: 0;
	margin: 0;
	top: 19px;
	width: 620px;
	height: 22px;
}
#navigation ul{
	padding: 0;
	margin:0;
	
	position:absolute;
	width: 620px;
}
#navigation li{
	float: left;
	list-style: none;
	height: 22px;
	margin: 0;
	padding: 0;	
}
#navigation li a{
	font-family: Tahoma, sans-serif, Verdana;
	font-size: 0.8em;
	text-decoration: none;
	color: #999;
	padding: 0 15px;
	margin:0;
}
#navigation li a:hover{
/*
	font-family: Tahoma, sans-serif, Verdana;
	font-size: 0.8em;
	line-height: 1.7em;
	text-decoration: none;	
	padding: 10px 20px 0 20 px;
	margin: 0;
	display: block;
	height: 22px;
*/	
	color: #9fbed9;
}

/*---------------------------------------------- Image---------------------------*/

#imagehome {
	background: url(images/ed_background.jpg) 0 -85px repeat;
float:right;
height:269px;
margin:0;
padding:0;
width:970px;
}

#phone {
	position: absolute;
	margin: 0;
	top: 77px;
	padding: 0 0 0 38px;
	float: left;
	height: 269px;
	width: 140px;
}

#emphasis {
	position: relative;
	margin: 0;
	padding: 35px 100px 0 0 ;
	float: right;
	width: 645px;
}


/*---------------------------------------------- Content---------------------------*/


#content{ 
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	background-color: #fff;	
}

#box1{
	position: relative;
	margin-left: 78px;
	float: left;
	width: 231px;
	height: 180px;
	background-image: url(images/box1.jpg);
	padding: 15px 20px 20px 20px;
}

#box2{ 
	position: relative;
	float: left;
	width: 237px;
	height: 180px;
	background-image: url(images/box2.jpg);
	padding: 15px 20px 20px 20px;
}
#box3{ 
	position: relative;
	float: right;
	width: 231px;
	height: 180px;
	background-image: url(images/box3.jpg);
	margin-right: 73px;
	padding: 15px 20px 20px 20px;	
}
#box1 p, #box2 p, #box3 p {
	font-family:Tahoma, sans-serif, Verdana;
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
/*--------------------------------------------- Icons -------------------------------------*/
.icons {
	position: relative;
	float: left;
	width:270px;
	padding: 0 0 0 30px;
	margin: 0;
}
.icons img{
	padding: 50px 2px 0 0;
	margin: 0;
}
/*--------------------------------------------- Footer -------------------------------------*/
#footer {
	float: right;
	position:relative;
	width:365px;
	background-color:#fff;
	padding: 0;
	margin: 0;
}
#footer ul{
	padding: 0;
	margin:0;
	float: left;
}
#footer li{
	text-align: left;
	float: left;
	list-style-type: none;
	font-family: Tahoma, sans-serif, Verdana;
	font-size: 0.8em;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	padding: 50px 10px 20px 10px;
}
#footer li a, #footer li p{
	text-align: left;
	color: #999;
	text-decoration: none;
}
#footer li a:hover{
	color: #039;
	text-decoration: none;
}

/* End of 'mobilityCMS_educator' */

