@charset "utf-8";
/* CSS Document */
body {
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	background: #fffffe url(../images/bg_top.jpg) no-repeat left top;
}
/***** layout *****/
#bg_bottom {
	padding: 0px 0 0 0;
	margin:0px auto;
	background: url(../images/bg_bottom.jpg) no-repeat left bottom;
}
#base {
	position:relative;
	margin:0px;
	width:860px;
	height:100%;
	border:0px red solid;
	background: url('bg_repeat.jpg') repeat-y center;
}
/*#base2 {
	position:relative;
	margin:0px auto;
	background:url('footer.jpg') no-repeat center bottom;
}*/
#header {
	position:relative;
	width: 860px;
	height:150px;
	padding:0px;
	margin:0px;
	background:url('header1.jpg') no-repeat center top;
	border:0px red solid;
}
/*#container {
	position:relative;
	overflow:hidden;
	width:960px;
	background: url('header2.jpg') no-repeat center top;
	border:0px blue solid;
}*/
#sidebar{
	float:left;
	display:inline; 
	width:200px;
	margin:140px 0 0 0px;
	padding:0px;
}
#content {
	float:right;
	display:inline;
	/*width:574px;*/
	padding:0px 4px 0 0;
	margin:10px 47px 0 0;
	width:608px;
	min-height:900px;
	height:auto !important;
	height:900px;
}
#content h1 {
	color: #000055;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	/*height: 35px;*/
	/*background:url(../images/content-heading-bg-blue.jpg) repeat-y left;*/
	font:bold 18px Arial, Verdana, sans-serif;
}
.content-header{
	position:relative;
	width:608px;
	height:40px;
	background:url(../images/content-heading-bg-blue.jpg) no-repeat left top;
}
.page-heading{
	position:absolute;
	font-family:Arial,Verdana;
	left:11px;
	top: 9px;
	width:520px;
	height: 25px;
	font-size:17px;
	color: #9D080D;
	font-weight:bold;
}
#footer {
	clear:both;
	width:860px; /* 960px */
	height:60px; /* 90px */
	line-height:1.3em;
	color:#000;
	margin: 35px 0px 0 0px;
	padding: 25px 10px 5px 80px;
	color:#ffffff;
}
#footer a, #footer a:hover {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	color:red;
	text-decoration:underline;
}
/***** sidebar styling*****/
#sidebar a  {
	color:#000059;
	font-weight:bold;
	text-decoration:none;
}
#sidebar a:hover {
	color:red;
	text-decoration:underline;
}
#sidebar h1 {
	color: #000055;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 20px;
	height: 23px;
	background:url(../images/sb-heading-bg-blue.jpg) no-repeat left;
	font: bold 14px Verdana, Arial;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana, Arial;
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
	font-family:Verdana, Arial;
}
#sidebar ul ul li {
	position: relative;
	line-height:1.6em;
	list-style-type: none;
	font-size:12px;
	font-family:Verdana, Arial;
	height:25px;
	margin: 0px 0px 0px 5px;
	padding:2px 2px 0 24px;
	background: url(../images/sb-bullet.gif) no-repeat 0px 5px;
}
#sidebar ul ul ul li {
	position: relative;
	list-style-type: none;
	font-size:12px;
	border:0px;
	margin: 0px 0px 0px -12px;
	line-height: 1.7em;
	font-family:Verdana, Arial;
	background: url(../images/sb_arrow.jpg) no-repeat 0px 5px;
	padding: 0px 0px 0px 24px;
}

/* classes */
.center {
	text-align:center;
}
.medium {
	font-size:1.5em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border:none;
	margin:0;
	padding:0;
	vertical-align: bottom;
}


/* html */

h2 {
	margin:0;
	padding:3px 0 5px 5px;
	font-size:14px;
	color: #000099;
}
p {
	margin:15px;
	padding:0px;
}
