/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

form {
	margin: 0;
	padding: 0;
	display: inline;
  }
	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}
	
	
#testing 
{
    position: absolute;
    top: 0;
    right: 0;
	width: 295px;
	height: 290px;
}
	
/*** Option List ***/
.optionList {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-size: 11px;
	}
	
.optionList li {
	margin: 2px 0;
	padding: 0;
	}
	
.optionList [disabled] {
	color: #999 !important;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #9f0c10;
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	}
	
h2 {
	font-size: 20px;
	line-height: 28px;
	color: #18497d;
	margin: 10px 0 0 0;
	}
	
h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 40px 0 10px;
	font-weight: 700;
	}
	
h4 {
	font-size: 14px;
	line-height: 16px;
	margin: 30px 0 5px;
	font-weight: 700;
	}
	
.datagrid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	border-collapse: collapse;
	margin: 10px 0;
	width: 100%;
	}
	
.datagrid.small {
	width: 50% !important;
	}
	
.datagrid th, .datagrid td {
	border: none;
	border-bottom: 1px solid #b0b6bb;
	padding: 5px 15px;
	}
	
.datagrid thead th {
	border-bottom: 2px solid #b0b6bb;
	text-align: left;
	}

.disabled_link {
  color: #999;
}
	
/*** Content ***/
#content  {
	float: left;
	width: 705px;
	padding: 15px 20px 20px;
	background: #fff;
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #292929;
	
	}
	
#content p {
	margin: 5px 0;
	}
	
#content a {
	color: #18497d;
	text-decoration: none;
	}
	
#content a:hover {
	color: #292929;
	}


#content strong {
	color: #9f0c10;
	position: relative;
	bottom: 2px;
	font-weight: normal;
	font-size: 12px;
	}
	
.required sup {
   color: #9f0c10;
   font-weight: bold;
   font-size: 20px;
   display: inline;
   margin: 0 5px 5px 5px;
}


/*** Breadcrumb ***/
#breadcrumb {
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	margin: 0 0 30px 0;
	}
	
#breadcrumb a {
	color: #18497d;
	text-decoration: none;
	}
	
/*** Wrapper ***/
	
#wrapper {
	width: 995px;
	position: relative;
	}
	
/*** Header ***/

#header {
	height: 59px;
	position: relative;
	}
	
#header_logo {
	position: absolute;
	left: 20px;
	top: 20px;
	}
	
#header_tools {
	position: absolute;
	right: 0;
	top: 20px;
	}
	
#header_tools select {
	font-size: 11px;
	width: 155px;
	vertical-align: middle;
	margin: 0 5px 0 0;
	}
	
#header_tools .search_button {
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
	
#header_tools .search_field {
	font-size: 11px;
	margin: 0 2px 0 5px;
	vertical-align: middle;
	}

/*** Menu Strip ***/

#menu_container {
	height: 45px;
	border-top: 1px solid #18497d;
	border-bottom: 1px solid #18497d;	
	}
	
#menu {
	margin: 9px 0 0 8px;
	padding: 0;
	list-style: none;
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	}
	
#menu li {
	display: block;
	float: left;
	background: url(images/menu_li.gif) no-repeat right 5px;
	padding: 0 8px 0 7px;
	}
	
#menu a {
	padding: 3px 6px 7px;
	color: #6a737b;
	display: block;
	float: left;
	text-decoration: none;
	}
	
#menu li.selected a, #menu li a:hover  {
	background: #184a7b;
	color: #fff;
	}
	
#menu li.last {
	background: none;
	}
	
/** sub heade ***/

#sub_header {
	border-top: 2px solid #18497d;
	border-bottom: 1px solid #b0b6bb;
	background: url(images/breadcrumb.gif) no-repeat top;
	height: 25px;
	}
	
/*** main ***/
#main {
	min-height: 400px;
	}
	
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html #main {
	height: 1px;
	}

/*** Sidebar ***/
#sidebar {
	width: 250px;
	float: left;
	padding: 60px 0 0 0;
	}

#sidebar h2 {
	font-size: 28px;
	line-height: 35px;
	color: #18497d;
	margin: 0 0 0 15px;
	}
	
#sidebar h2 img {
	margin: 0 10px 0 0;
	position: relative;
	top: 2px;
	}
	
/*** Sub Menus ***/

.sub_menu {
	padding: 20px 0 0 15px;
	margin: 10px 50px 10px 0;
	background: url(images/sub_menu.gif) repeat-x top;
	font-size: 11px;
	}

.sub_menu h4 {
	color: #9f0c10;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	margin: 0 0 12px 0;
	}
	
.sub_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
.sub_menu li {
	margin: 5px 0;
	line-height: 15px;
	}
	
.sub_menu a {
	color: #18497d;
	text-decoration: none;
	}
	
.sub_menu a:hover {
	color: #292929;
	}

.sub_menu strong {
	color: #9f0c10;
	position: relative;
	bottom: 2px;
	font-weight: normal;
	font-size: 12px;
	}
	
/*** Footer ***/

#footer {
	clear: both;
	margin: 20px 0 0 0;
	height: 37px;
	font-size: 8.3pt;
	color: #292929;
	position: relative;
	border-top: 1px solid #b0b6bb;
	border-bottom: 3px solid #18497d;
	text-align: right;
	padding: 4px 15px 0 0;
	line-height: 16px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	text-decoration: none;
	color: #18497d;
	text-transform: uppercase;
	}
	
#footer a:hover {
	color: #292929;
	}
	
#footer_tagline {
	position: absolute;
	top: 10px;
	left: 15px;
	}