
/* RESET STYLES BEGIN */


*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic,600italic,700,700italic,800,800italic);

html{
    background-color: #fff;
}
body{
	margin: 0px auto;
	width: 1000px;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2;
 color:#363d41;
    position: relative;
}
a {
	text-decoration: none;
	color: #0e5f9e;
}
sup{ 
    vertical-align: super; font-size: 75%;
}
sub{ 
    vertical-align: sub; font-size: 75%;
}
ol,ul{	
    margin-left: 36px;	
}
h1{
    font-size: 200%;
}
h2{
    font-size: 175%;
}
h3{
    font-size: 150%;
}
h4{
    font-size: 125%;
}
h5{
    font-size: 100%;
}
h6{
    font-size: 75%; 
}
h1, h2, h3, h4, h5, h6{
	color:#0e5f9e;
	font-weight: 600;
	margin: 12px 0px 6px 0px;
	text-align: center;
}
p{ 
    margin: 10px 0px; 
}
strong{ 
    font-weight: bold; 
}
em{ 
    font-style: italic; 
}
table{
	margin: 10px auto;
	border-collapse: collapse;
}
th{
	font-weight: bold;
}
th, td{
	vertical-align: middle;
}
table.tabular {
	margin: 10px;
}
table.tabular td{
	border: 1px solid #CCCCCC;
	padding: 3px;
}
input{
	font-size: 100%;
}
input[type=button]{
	font-size: 75%;
	padding: 4px 8px;
	background-color: #2c96af;
	color:#faf9f2;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.85);
	-moz-box-shadow:    0px 0px 1px 0px rgba(50, 50, 50, 0.85);
	box-shadow:         0px 0px 1px 0px rgba(50, 50, 50, 0.85); 
	 margin: 4px;
}


input[type="button"]:active{
    border-style: inset;
}

input[type=button]:hover{
	background-color: #0e5f9e;
}

input[type="text"] {
    border: 2px solid #fdb159;
    padding: 0 2px 2px;
    margin: 8px;
}
.checkVal {
   max-width: 110px
}


.clearfix{
	clear: both;
}
/* RESET STYLES END */

/* HEADER STYLES BEGIN */
#header{
	overflow: hidden;
	clear: both;
	border-top: 2px solid #fdb159;
	border-bottom: 1px dotted #2c96af;
	background-color: #2c96af;
	font-size: 70%;
}
#header_home_link {
    display: block;
    float: left;
    color:#fff;
    margin:30px 0 34px 22px;
    text-decoration: none;
    font: "Open Sans" , sans-serif;
    font-weight: 700;
    font-size: 130%;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #0e5f9e;
}
#header_home_link span{
    font-size: 175%;
    color:#fdb159 ;
    font-style: italic;
    text-transform: none;
}
#header_ad{
	float: right;
    margin-right: 10px;
}
/* HEADER STYLES END */

/* MENU BEGIN */

#nav{
    clear: both;
    background: #0e5f9e;
}
#header_top_menu,
#header_top_menu li,
#header_top_menu ul{
    list-style-type: none;
    margin: 0;
}
#header_top_menu{
    height:33px; 
}
#header_top_menu > li{
    height:33px; 
    float: left;
    width: 18%;
    position: relative;
    border-left: 1px solid #fdb159;
}
#header_top_menu > li:first-child{
    width: 20px; /*5%;*/
    border-left: none;
}
#header_top_menu > li:last-child{
    width: 23%;
}
#header_top_menu ul.menu_items{
    display: none;
    position: absolute;
    top: 33px; 
    left: 0;
    width: 100%;
    z-index:10;
}

#header_top_menu ul.menu_items > li:first-child{
    margin-top: 10px;
}
.menu_items{
	font-size: 88%;
	background-color: #fff ;
	color: #0e5f9e;
	border: 1px dotted #2c96af;
	border-top:none;
}
.menu_items a:active, .menu_items a:visited, .menu_items a:link, .menu_items a{
	text-decoration: none;
	font-weight: 600;
	color: #0e5f9e;
    display: block;
    margin-bottom: 2px;
    padding: 6px;
}
.menu_items a:hover{
	background:#2c96af;
	color: #faf9f2;
	letter-spacing:.02em;	
}

.menu_header{
	text-align: center;
    cursor: pointer;
	color: #faf9f2;

	font-weight: 600;
	font-size: 88%;
	letter-spacing:.02em;
    padding: 8px 10px 6px;
    display: block;
    
}
.menu_header.placeholder{
    height: 33px;
}
.addthis_button_compact span {
    display: inline-block;
    margin-right: 4px;
}

/* MENU END */

/* FOOTER STYLES BEGIN */
#footer{
	clear:both;
	text-align: center;
	color: #FFFFFF;
	font-size: 70%;
	padding: 20px;
	border-top: 1px dotted #ccdeed;
    background: #2c96af;
}
#footer a{
	text-decoration: underline;
}
#footer_menu{
	margin: 10px;
}
#footer_menu a {
	color: #FFF;
	padding: 5px;
	border-left: 1px solid #fdb159;
}
#footer_menu a:first-child{
	border-left: 0;
}
/* FOOTER STYLES END */

/* LINK STYLES BEGIN */
a {
	color: #2c96af;
}
a.rollred:active, a.rollred:visited, a.rollred:link, a.rollred{
	color: #0e5f9e;
	text-decoration: none;
}
a.rollred:hover{
	color: #faf9f2;
}
a.rollyellow:active, a.rollyellow:visited, a.rollyellow:link, a.rollyellow{
	color: #FFFF00;
	text-decoration: none;
}
a.rollyellow:hover{
	color: #C00000;
}
a.rollgreenwhite:active, a.rollgreenwhite:visited, a.rollgreenwhite:link, a.rollgreenwhite{
	color: #FFFFFF;
	text-decoration: none;
}
a.rollgreenwhite:hover{
	color: #87F94F;
}
/* LINK STYLES END */

/* CONTENT PANE BEGIN */
#content{
	background-color: #faf9f2;
	padding: 20px;
    overflow: hidden;
	border: 1px dotted #fdb159;
	border-top: none;
	border-bottom: none;
}
.leftColumn {
	float: left;
	width: 580px;
	margin: 10px 20px 10px 10px;
	padding: 10px 20px 10px 10px;
}
.narrow{
	width: 300px;
	margin: 0px;
	padding: 0px 10px;
}
.accordion{
/*	background: #fff;*/
	padding:0;
}
/*accordian--overwrite styles in jquery UI css */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #fff;
background: #0e5f9e;
font-size: 80%;
font-weight: 400;
letter-spacing: .04em;
color:  #faf9f2;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 1px solid #fdb159;
background: #fdb159;
font-size: 1em;
font-weight: 600;
color: #fff;
}

.ui-widget-content {
border: 1px solid #ddd;
background: #fff;
font-size: 100%;

/*color: #333;*/
}
.ui-widget-content a{
		color: #2c96af;	
}
.ui-widget-content a:hover{
		color: #0e5f9e;	
}


.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
border-bottom-right-radius: 1px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
border-bottom-left-radius: 1px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
border-top-right-radius: 1px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
border-top-left-radius: 1px;
}

/*end accordion*/
.pageTitle{
	/*background: url(images/blackboard_back.gif);*/
	text-align: left;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-weight:600;
	padding: 0 10px;
	color: #0e5f9e;
    margin: 0;
/*    border-top: 4px solid #fdb159;*/
}

.ads{
    background-color: #0e5f9e;
	margin: 10px auto;
	color: #FFFFFF;
    position: relative;
}
.ads:before{
    content: '[Advertisement]';
    font-size: 62%;
    color: #999999;
    position: absolute;
    top: -12px;
    left: 0px;
}
.ads.horiz{
	height: 89px;
	width: 728px;	
}

#rightSidebar{
	float:right;
}
.ads.vert{
	height: 600px;
	width: 160px;
}
.ads.rect{
	height: 250px;
	width: 300px;
}
.addthis_toolbox {
    width: 180px;
    margin: 10px auto;
}
.footnote{
	text-align: center;
	margin: 20px 100px 0px 100px;
	font-size: 70%;
}
.indent{
	margin-left: 40px;
}
.equal-col{
    float: left;
    width: 50%;
    padding: 20px;
}
.equal-cols-container{
    overflow: hidden;
}
/* CONTENT PANE END */


/* PRINT AND EMAIL BEGIN */
.email-instructions {
    font-size: 75%;
    color: #999;
}
/* PRINT AND EMAIL END */