﻿@import url("Reset.css");

html, body, form, div, p
{
	color: #545344;
}

body, input, textarea, select
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
}

body
{
	padding-top: 6px;
}

div, p
{
	/*font-size: 1.0em;*/
	font-size: small;
}
p
{
	margin-bottom: 0px;
}
h1
{
	color: #2c1017;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}
h2
{
	color: #2c1017;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}
h3
{
	color: #2c1017;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 15px;
}
h4
{
	color: #2c1017;
	font-size: 1.0em;
	font-weight: bold;
}
h5
{
	font-size: 0.8em;
	padding: 3px 0 3px 0;
}
strong
{
	font-weight: bold;
}
li
{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 5px;
}
em
{
	font-style: italic;
}
a:link,
a:hover,
a:visited,
a:active
{
	color: #6e6b87;
}
#header
{
	background-color: #ffffff;
	border-bottom: solid 2px #ffffff;
}
.clear
{
	clear: both;
}
.latest_headline
{
	padding-top: 30px;
	font-weight: bold;
	color: #2c1017;	
}
.latest_headline a:link,
.latest_headline a:hover,
.latest_headline a:active,
.latest_headline a:visited
{
	color: #9c96b2;
}
.top_menu
{
	height: 28px;
	background-image: url(Images/menu_background.gif);
	background-position: right top;
	background-repeat: repeat-x;
}
.top_menu_item
{
	float: left;
	height: 28px;
	background-color: #ffffff;
}
.top_menu_item .main_navigation
{
	margin-top: 11px;
	padding-left: 35px;
	background-color: #9b96b3;
}
.top_menu_item .home_section
{	
	margin-bottom: 11px;
	background-color: #000000;
	width: 72px;
	height: 16px;
}
.required
{
	color: #6e6b87;
	font-size: 0.9em;
}
.padding_bottom
{
	padding-bottom: 10px;
}
.padding_top
{
	padding-top: 10px;
}
.hand_cursor
{
	cursor: hand;
	cursor: pointer;
}
/*  Validation Summary  */
.feedback_negative
{
	font-size: 0.9em;
}
.feedback_positive
{
	font-size: 0.9em;
}

.force_wrap
{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/*RadControl RadComboBox*/
.RadComboBoxDropDown_WebBlue .rcbList {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.RadComboBoxDropDown_WebBlue .rcbList li {
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
}

/* IE8 fix for RadComboBox width */ 
div.RadComboBox, 
div.pickerWrapper_WebBlue,
div.pickerWrapper_Default  
{ float: left; display: inherit !important; }