/* CSS Document */

/* ----------------------------------------
STEP MDD
Baseline styles

Version: 1.0
Author: Matt Flynn
E-mail: mflynn@mmgct.com 

Colors:

---------------------------------------- */

* {  /* Clears all margins and paddings to eliminate discrepencies between IE and FF */
  	margin: 0px;
  	padding: 0px;
}

body {  /* Sets font face, size, and full page background */
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size: .9em;
	background-color: #fff;
	background: #237ab3;
	text-align: center;  /* IE hack */
}

/* =Layout
---------------------------------------- */
#pageWrapper {  /* sets width of page and centers */
	width: 881px;
	position: relative;
	margin-left: auto;
  	margin-right: auto;
	text-align: left; /* to realign text */
}

#social {
	text-align: right;
	height: 30px;
	border: thin solid #237ab3;
}

#social .links {
	margin-top: .65em;
	/*margin-bottom: .25em;*/
	color: #ffffff;
	font-size: .8em;
	text-decoration: none;
}

#social a {
	color: #ffffff;
	text-decoration: none;
}

#social a:HOVER {
	color: #ffffff;
	text-decoration: underline;
}

#social a:VISITED {
	color: #ffffff;
}

#container {
	width: 881px;
	position: relative;
	margin-left: auto;
  	margin-right: auto;
	background-color: #ffffff;
	background-image: url(images/container_bg.gif);
	background-repeat: repeat;
}

#header {
	clear: both;
}

/******************************************************************************************************/
/* HOME */
#content {
	width: 368px;
	float: right;
}

#flash {
	/*clear: both;*/
	width: 368px;
	position: absolute;
	float: right;
	bottom: 0px;
}

#nav {
	width: 507px;
	float: left;
}

#nav ul {
	font-size: 12pt;
	list-style-type: none;
	text-align: left;
	padding-top: 1em;
	padding-left: .5em;
}

#nav ul li a {
    display: inline-table;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
	text-align: left;
	text-decoration: none;
	color: #2c62ac;
}

#nav ul li a:hover {
	background: transparent url(images/button2.gif) left top no-repeat;
}

#calltoaction {
	float: right;
}

#international {
	margin-top: 1em;
	width: 881px;
	clear: both;
}
/******************************************************************************************************/

/******************************************************************************************************/
/* INTERIOR */
#content-int {
	width: 415px;
	float: right;
}

#content-int p, #content-int h2, #content-int h3 {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1em;
}

#content-int h2 {
	padding-top: 15px;
}

#content-int ul {
    margin-left: 45px;
    margin-right: 45px;
    margin-bottom: 1em;
}

#content-int li {
    margin-left: auto;
}

#content-int a {
	color: #2c62ac;
	text-decoration: none;
}

#content-int .map {
	margin-left: .5em;
}

#content-int .new {
	margin-left: 30px;
	margin-right: 5px;
}

#nav-int {
	width: 460px;
	float: left;
	/*background-color: #ffffff;
	background-image: url(images/blue_white_side.gif);
	background-repeat: repeat;*/
	margin-bottom: 150px;
}

#nav-int ul {
	font-size: 12pt;
	list-style-type: none;
	text-align: left;
	padding-top: 1em;
	padding-left: .5em;
	/*margin-bottom: 150px;*/
}

#nav-int ul li a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
	text-align: left;
	text-decoration: none;
	color: #2c62ac;
	
}

#nav-int ul li a:hover {
	background: transparent url(images/button.gif) left bottom no-repeat;
}

#qualify {
	clear: both;
	float: right;
	margin-right: 2em;
}

#footer-int 
{
	clear: both;
	position: absolute;
	bottom: 69px;
}
/******************************************************************************************************/

/******************************************************************************************************/
/* SCREENER */
#nav-scr {
	width: 460px;
	float: left;
	/*background-color: #ffffff;
	background-image: url(images/blue_white_side.gif);
	background-repeat: repeat;*/
}

#nav-scr ul {
	font-size: 12pt;
	list-style-type: none;
	text-align: left;
	padding-top: 1em;
	padding-left: .5em;
	margin-bottom: 150px;
}

#nav-scr ul li a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
	text-align: left;
	text-decoration: none;
	color: #2c62ac;
	
}

#nav-scr ul li a:hover {
	background: transparent url(images/button.gif) left bottom no-repeat;
}
/******************************************************************************************************/


#footer {
	width: 890px;
	text-align: right;
}

#footer .links {
	float: left;
	margin-top: .5em;
	margin-left: 3em;
	color: #ffffff;
	font-size: .8em;
	text-decoration: none;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	margin-right: 1em;
}

#footer a:HOVER {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:VISITED {
	color: #ffffff;
}

#clear {
	clear: both;
}

/* =Typography
---------------------------------------- */

h1 {
	font-size: 1.7em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

/*a {
	color: #ffffff;
	text-decoration: none;
}

a:HOVER {
	color: #ffffff;
}

a:VISITED {
	color: #ffffff;
}*/

img {
	border: none;
}

sup,sub {	
	height: 0;	line-height: 1;	vertical-align: baseline;	_vertical-align: bottom;	position: relative;
	font-size: .7em;}

sup {	bottom: .5ex;}

sub {	top: .5ex;}

.red {
	color: #b32d2e
}

.checks li {
	list-style-image: url(images/check.gif);
	margin-left: -20px;
}

table.borders {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

table.borders td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.continue-submit {border:none; background:url(images/continu1.jpg) no-repeat left top; width:144px; height:36px; text-indent:-999em; display:block; cursor:pointer; }
.continue-submit:hover { background:url(images/continu2.jpg) no-repeat left top; }


.MyCalendar
{
padding:0;
margin:0;
}

	

.MyCalendar .ajax__calendar_header
{
	background-color:#F5F5F5;
}	
	
.MyCalendar .ajax__calendar_title 
{
	font-size:12px;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid black;
    background-color:White;
    color: black;
    width:170px;
    height:180px;
}

.MyCalendar .ajax__calendar_body {
    width:170px;
    height:140px;
       background-color:White;
}

.MyCalendar .ajax__calendar_dayname {
    font-weight:bold;
}

.MyCalendar .ajax__calendar_today
{
	   font-weight:bold;
}


.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
  visibility:hidden;
display:none;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year 
{
	
    color:#3333FF;
    font-weight:bold;
}