html { font-family: Arial, Helvetica, Tahoma, sans-serif; }  /* Change this to fit the site */ 
body { color: #000; margin: 0px; font-size: 62.5%; background: #fff;}
img { border: 0; }

/* --- These are used to markup required field asterisks --- */
abbr { border: 0; }

/* --- Levels out differences between browsers --- */
h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.4em;  color: #ED1C91; }
form { margin: 0; padding: 0; }
input,select { font-size: 1.1em; }
textarea { font-size: 1.2em; font-family:Arial, Helvetica, Tahoma, sans-serif; }
p { margin: 4px 0px 10px 0px; padding: 0px 0px 0px 0px; }
small { font-size: 1.1em; }
h1, h2,h3,h4,h5,h6 { margin: 25px 0 0px 0px; font-family:"Myriad Pro", Arial, Helvetica, sans-serif; }
h1 span, h2 span, h3 span { display: none; }
table, p  { font-size: 1.2em; }

/* --- The only reliable way to style HR's is to hide them and them style a div! --- */
hr {
	visibility: hidden;
}
div.d_hv {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 16px 0;
	height: 5px;
}

/* --- Some useful tools/classes --- */
.border { border: 1px solid #000 !important; }
.clrb { clear: both; }
.clrb_thin { clear: both; line-height: 0px; }
.inline { display: inline; }
.left { float: left; }
.right { float: right; }
.hidden { visibility: hidden; }
.size10 { font-size: 1.0em; }
.size11 { font-size: 1.1em; }
.size12 { font-size: 1.2em; }
.size13 { font-size: 1.3em; }
.size14 { font-size: 1.4em; }
.none { display: none; }
.text_center { text-align: center; }
.text_right { text-align: right; }
.red { color: #FF0000; }
.orange { color: #ff6600; font-weight:bold;}
.message { color: #FF0000; font-size: 1.3em; font-weight: bold; letter-spacing: -1px;}
.point { cursor: pointer; }
.no_marg { margin: 0!important; }
.foot_notes { font-size:1.1em!important; margin-top:0!important; }

/* ---  Main link styles --- */
a:link, a:active, a:visited { 
	text-decoration: none; 
	font-weight: normal;
	color:#FF6600;
}
a:visited {
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}
/* --- Error message ul --- */
.error_ul {
	margin: 5px 0 5px 0;
	padding: 0 0 4px 0;
	color: #FF0000; 
	font-size: 1.2em; 
	font-weight: bold; 
	letter-spacing: -1px;
	list-style: circle;
}
.error_ul li { margin: 0 0 0 25px; }

/* --- Form styling --- */

form {
	float:left;
	margin-top:10px;
}

form label {
	float:left;
	margin-bottom:10px;
}

form label span {
	display: block;
	float: left;
	width: 150px;
	font-size:1.2em;
}
form input.indented {
	margin-left: 150px;
}

form input.submit {
	float: right;
}

/* --- Center aligned 940px width wrapper --- */ 
body {
	margin:0;
}

div#header_content {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background:url(/images/internal_bg_header.jpg) top left no-repeat;
	min-height:151px;
}

div#header_content_home {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background:url(/images/home_bg_header.jpg) top left no-repeat;
	min-height:235px;
}

#options_logo {
	display:block;
	float:left;
	margin:7px;
}

#search_wrap {
	display: none
}

div#nav_content {
	display:none;
}

div#main_content {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

div#header_bar_content { 
	width:940px;
	margin: 0 0 5px 0 ;	
}

div#breadcrumbs { 
	margin:0 0 5px 18px;
	font-size:1.1em;
}

div#breadcrumbs a, div#breadcrumbs a:visited { 
	color:#9900CC;
}



#header_bar_content h1 {
	float:left;
	margin:45px 0 0 18px;
	color:#000000;
	font-weight:normal;
}

#header_bar_content div#page_controls {
	display:none;
}


/* --- NAV MENU home ---*/

div.columns_home {
	background: url(/images/bg_home_cols.png) bottom left no-repeat #FFB74C;
	width: 230px;
	margin: 2px 2px 5px 3px;
	float:left;
	min-height:374px;
}

div.columns_home_on {
	background: url(/images/bg_home_cols_on.png) bottom left no-repeat #D699EB!important;
}

div.columns_home ul {
	list-style:none;
	font-size:1.2em;
	margin:0;
	padding-left:0;
}

div.columns_home ul li {
	margin-left:0;
}

div.columns_home ul li a, div.columns_home ul li a:visited {
	display:block;
	width:215px;
	padding:5px 5px 5px 10px;
	margin-left:0;
	border-bottom:1px solid #FFE7C1;
	color:#000000;
	background:url(/images/orange_linkarrow.png) right center no-repeat;
}

div.columns_home ul li a:hover {
	display:block;
	padding:5px 5px 5px 10px;
	margin-left:0;
	background:url(/images/white_linkarrow.png) right center no-repeat #9900CC!important;
	border-bottom:1px solid #ECC2FE;
	color:#ffffff;
	text-decoration:none;
}

div.columns_home div.home_poll {
	border-top:5px solid #ffffff;
	margin:35px 0 0 0;
}

div.columns_home div.home_poll fieldset {
	border:none;
	margin:0!important;
	padding:0!important;
	position: relative;
}

div.columns_home div.home_poll fieldset legend {
	margin:0!important;
	padding:0!important;
	position:absolute;
	left:0;
	top:0;
}

div.columns_home div.home_poll fieldset form {
	padding:10px!important;
	margin:0;
	position:absolute;
	left:0;
	top:35px;
}

div.columns_home div.home_poll legend span {
	float:left;
	display:block;
	background-color:#FF9900;
	border-bottom:1px dotted #333333;
	font-size:2em;
	padding:5px 5px 5px 10px;
	margin:0!important;
	font-weight:normal;
	color:#ffffff;
	width:215px;
}

div.columns_home_on div.home_poll legend span {
	background-color:#9900CC;
	border-bottom:1px dotted #ffffff;
}
	

div.columns_home ul li.list_head a, div.columns_home ul li.list_head a:visited  {
	padding-left:10px;
	margin-left:0;
	border-bottom:1px dotted #333333;
	background:none;
	background-color:#ff9900!important;
	color:#ffffff;
	padding:5px 5px 5px 10px;
}

div.columns_home ul li h1 {
	margin:0;
	font-size:1.7em;
	font-weight:normal;
}


div.columns_home_on ul li.list_head a, div.columns_home_on ul li.list_head a:visited {
	background:none;
	background-color: #9900CC!important;
	border-bottom:1px dotted #ffffff;
	color:#ffffff;
	padding:5px 5px 5px 10px;
}

div.columns_home_on ul li {
	margin-left:0;
}

div.columns_home_on ul li a, div.columns_home_on ul li a:visited {
	border-bottom:1px solid #ECC2FE;
	background:url(/images/purple_linkarrow.png) right center no-repeat;
}

div.columns_home ul li a.quiz_home, div.columns_home ul li a.quiz_home:visited {
	display:block;
	border-bottom:2px solid #FFB74C;
	border-top:2px solid #FFB74C;
	background:url(/images/quiz_home_orange.png) top left no-repeat #ff9900;
	width:226px;
	height:76px;
	padding:2px;
	margin-top:30px;
}

div.columns_home ul li a.quiz_home:hover {
	border-bottom:2px solid #ffffff!important;
	border-top:2px solid #ffffff!important;
	background:url(/images/quiz_home_purple.png) top left no-repeat #9900CC!important;
	width:226px;
	height:76px;
	padding:2px;
	margin-top:30px;
}

div.columns_home_on ul li a.quiz_home, div.columns_home_on ul li a.quiz_home:visited {
	display:block;
	border-bottom:2px solid #D699EB;
	border-top:2px solid #D699EB;
	background:url(/images/quiz_home_purple.png) top left no-repeat #9900CC;
	width:226px;
	height:76px;
}


/* --- NAV MENU home ---*/


/* --- NAV MENU internal ---*/

.nav_on {
	background:url(/images/nav_on.png) top right no-repeat #333333!important;
}

.nav_on a {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
}

.current a, .current a:visited {
	color:#ffffff!important;
}

.sf-menu {
	float: left;
	margin-bottom: 4px;
	
}
.sf-menu a {
	border-left:hidden;
	padding: 0.65em 0.75em 0.35em 0.75em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #ffffff;
}
.sf-menu li {
	background:	#FF9900;
	width: 230px;
	margin: 0 2px 0 3px;
}

.sf-menu li a, .sf-menu li a:visited {
	font-family: Arial, Helvetica, sans-serif;
}

.sf-menu li a:hover {
	color:#ffffff!important;
}

.sf-menu li li {
	background: #DDA9EE;
	width: 230px;
	margin:0;
}

.sf-menu li li a, .sf-menu li li a:visited {
	color:#000000!important;
	border-top:1px solid #ECC2FE;
}

.sf-menu li li a:hover {
	color:#ffffff!important;
	border-top:1px solid #ECC2FE;
}

.sf-menu li li li {
	background:#DDA9EE;
	width: 230px;
	margin:0;
}

.sf-menu li li li a, .sf-menu li li li a:visited {
	color:#000000!important;
}

.sf-menu li li li a:hover  {
	color:#ffffff!important;
}


.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:	url(/images/purple_nav_down.png) top right no-repeat #9900CC!important;
	color:#ffffff!important;
	border:none;
	outline: 0;
}

.sf-menu li li.sfHover a, .sf-menu li li li.sfHover a {
	color:#ffffff!important;
}

.top_tier a:hover {
	display:block;
	margin:0;
	background:	url(/images/purple_nav_down.png) top right no-repeat #9900CC!important;
	color:#ffffff;
	border:none;
	text-decoration:none;
}

.top_tier ul li a:hover {
	display:block;
	margin-left:0;
	background:url(/images/white_linkarrow.png) right center no-repeat #9900CC!important;
	color:#ffffff;
	text-decoration:none;
}


.foot_nav_drop, .foot_nav_drop:hover, .foot_nav_drop.sfHover, foot_nav_drop:focus, .sf-menu li li.foot_nav_drop {
	background-color:#9900CC!important;
	background-image:none!important;
	display:block;
	height:1px;
	border-top:1px solid #ECC2FE;
	border-bottom:3px solid #9900CC;
}

/* NAV MENU internal END */


/* Left main col stylings */

#left_main_col {
	margin: 0.6in;
	padding: 0;
}

#left_main_col ul, #left_main_col ul, #left_main_col p {
	font-size:1.2em;
}

#left_main_col legend {
	font-weight:bold;
	font-size:1.4em;
}

#left_main_col fieldset {
	border:1px solid #FFC69F;
}

#left_main_col ul {
	margin:10px 0 15px 0;
	padding:0;
}

#left_main_col ul li {
	padding-left:12px;
	margin-left:12px;
	background:url(/images/orange_arrow.png) 0 0.35em no-repeat;
	list-style:none;
	margin-bottom: 0.5em;
}

/* Left main col stylings end */


/* Right main col stylings  */

.addthis_button_right {
	display:none!important;
}

.addthis_button_foot {
	float:left;
	display:none;
}

#right_main_col {
	display:none;
}

.black_box_head {
	float:right;
	width:215px;
	background-color:#333333;
	padding:5px 5px 5px 10px;
	color:#ff9900;
	font-weight:normal!important;
	margin:5px 0 0 0;
}

.dark_grey_box_head {
	float:right;
	width:215px;
	background-color:#666666;
	padding:5px 5px 5px 10px;
	color:#ffffff;
	font-weight:normal!important;
	margin:5px 0 0 0;
}

.light_grey_box_head {
	float:right;
	width:215px;
	background-color:#999999;
	padding:5px 5px 5px 10px;
	color:#ffffff;
	font-weight:normal!important;
	margin:5px 0 0 0;
}

.grey_box_wrap {
	float:right;
	width:213px;
	padding:5px 5px 5px 10px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	margin-bottom:5px;
}

.grey_box_wrap textarea {
	color:#9900CC;
}


.grey_box_wrap p, .grey_box_wrap ul {
	margin:0;
	padding:0;
	font-size:1.2em;
}

.grey_box {
	float:right;
	width:218px;
	padding:5px 5px 5px 5px;
	border:1px solid #999999;
	margin:5px 0 5px 0;
}

#right_main_col ul li {
	padding-left:12px;
	margin-left:12px;
	background:url(/images/black_list_arrow.png) 0 0.3em no-repeat;
	list-style:none;
	margin-bottom: 0.5em;
}

ul.orange_list_arrows li {
	background:url(/images/orange_list_arrow.png) 0 0.3em no-repeat!important;
}

#right_main_col ul li a, #right_main_col ul li a:visited {
	color:#333;
}



/* Right main col stylings end  */




/* Footer Rail styling */

#footer_content {
	display:none;
}



/* tables in main body content */
caption {
	margin: 1em 0;
	font-weight: bold
}
table {
	width: 90%;
	margin: 1em 0;
	border-collapse: collapse;
}
th, td {
	border: 1px solid #333333;
	vertical-align: top;
	padding: 0.2em
}
table br {
	margin-bottom: 1em
}
table col.fixed {
	width: 5em;
}

/* More styling - Main Content */

.notes_print {
	padding:5px 10px 5px 10px;
	background-color:#ededed;
	border:1px dashed #bbbbbb;
}

