/* CSS Document */

html { 
	height		: 100%; 
	margin-bottom	: 1px; 
}

body {
	margin: 0;
	padding: 0;
	height:  100%;
	margin-bottom: 1px;
	background: url(../images/main_background.png) repeat-x 0 0;
}
a:link {
	color: #00C;
	font-weight: normal;
	text-decoration: none;
}

 a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #46c;
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 2px 0px;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
}

h5{
	text-align: center;
	padding: 0px;
	margin: 0px;
}


td, p, div, span {
	color: #333;
	text-align: left;
	font: 14px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3, .componentheading {
	color: #333;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-right: 0pt;
	padding-bottom: 1px;
	padding-left: 0pt;
	margin: 5px 0;
	border-bottom: 2px solid #ccc;
}

.componentheading {
	padding: 0;

}

.contentheading {
	height: 35px;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: bold;
}

.buttonheading {
	vertical-align: bottom;
}

.sectiontableheader {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

table.contenttoc {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 5px;
}

span.small, td.createdate {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

a.mainlevel {
	display: block;
	background: url(../images/menu_bullet.png) 0 -3px no-repeat;
	padding-left: 20px;
	height: 20px;
}

div.clr {
	clear: both;
}

div#center {
	height: 10%;
	text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
  min-width: 785px;
  max-width: 1000px;
}

div#whitebg {
	margin: 0 10px;
	background: #fff;
}

div#header {
	background: #FAFAF3 url(../images/header.gif) no-repeat 0 0;
	margin: 1px 0px;
}

div#header_car {
	height: 165px;
	background: url(../images/header_right.png) 100% 0 no-repeat;
}

span.header {
	display: block;
	line-height: 90%;
	vertical-align: bottom;
	padding-left: 30px;
	padding-top: 80px;
	font-family: Times New Roman, Times, serif;
	font-size: 36px;
	color: #fff;
}
span.subhead {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #CFEDC8;
	padding-left: 30px;
}

div#padding {
	padding-bottom: 14px;
}

div#horizsep {
	height:1px;
	overflow: hidden;
	background: #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#divider {
	border: 1px solid #fff;
	background: url(../images/vert_sep.png) repeat-y 25% 0;
}

div.thinsep {
	clear: both;
	margin-top: 10px;
	height: 5px;
	overflow: hidden;
	background: #751844 url(../images/footer_sep.gif) no-repeat 0 0;
}

div#footer {
	clear: both;
	margin-top: 5px;
	padding: 2px 0;
	text-align: center;
	color: #603;
	font-size: 13px;
}


div#main {
	margin-left: 25%;
	float: none;
	width: auto;
}


div#main_padding {
	padding: 0 15px;
	float: none;
	width: auto;
	font: 40px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#sidebar {
	float: left;
	width: 205px;
}

div#sidebar_padding {
	padding: 0 10px;
	float: none;
	width: auto;
}

/* horizmenu */
div#horizmenu {
	white-space: nowrap;
	margin: 0px;
	line-height: 20px;
	height: 24px;
	text-align: right;
	font-weight: 900;
	font-size: 1.2em;
	padding: 10px 10px 10px 15px;
	background: url(../images/shadow_background.png) repeat-x;
}



div#horizmenu img {float: left;
}

div#horizmenu a.active_menu {
  color: #000;
}

span.pathway {
	float: left;
	line-height: 20px;
}

ul {
	font-size: 13px;
	font-weight: normal;
	display: inline;
	width:50%;
}



div.list_class {
	font-weight: bold;
	margin: 0px;
	padding: 0px;	

}

.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #FBFBF2 url(../images/header_form_right.jpg) no-repeat right;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
}
.oneColLiqCtrHdr #header h1 {
	bottom: 0px; 
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.shiftRight
{
	padding-left: 15px;
}