@charset "utf-8";
/* CSS Document */
* {
	/*zoom:1;*/
	padding:0px;
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
}
body {
	background:#fff url(/templates/template_1/images/interface/body-bg.gif);
}
img {
	border:none;
}
.clear {
	clear:both;
}
#wrapper {
	width:935px;
	margin:37px auto 10px auto;
	background:#fff;
}
#header {
}
#header #header_rounded_left {
	float:left;
	background:transparent url(/templates/template_1/images/interface/header-rounded-left.gif) top left no-repeat;
	width:12px;
	height:26px;
}
#header #header_rounded_right {
	float:right;
	background:transparent url(/templates/template_1/images/interface/header-rounded-right.gif) top right no-repeat;
	width:12px;
	height:26px;
}
#header #logo {
	padding:15px 5px 10px 0px;
}
#header h1 {
	color:#939598;
	float:right;
	padding:50px 20px 5px 5px;	
	font-size:18px;
	font-weight:normal;
}
#body {
	padding:7px;
}
#breadcrumb {
	border-top:2px solid #d3d4d5;
	padding:8px 5px;
	color:#a7a9ac;
	font-size:10px;
}
#breadcrumb a {
	color:#a7a9ac;
}
#menu {
	background:#fff url(/templates/template_1/images/interface/menu-bg.gif);
	height:28px;
	padding-left:35px;
}
#menu ul li {
	display:block;
	float:left;
}
#menu a {
	display:block;
	float: left;
	height:12px;
	padding:8px 20px 8px 22px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	letter-spacing:1px;
	background:transparent url(/templates/template_1/images/interface/link-spacer.gif) top left no-repeat;
}
#menu ul li.last {
	background:transparent url(/templates/template_1/images/interface/link-spacer.gif) top right no-repeat;
}
#menu li.parent a, #menu a:hover, #menu li.selected a {
	background:transparent url(/templates/template_1/images/interface/menu-selected.gif) top left no-repeat;
}
#menu ul {
	/*background:transparent url(/templates/template_1/images/interface/menu-selected.gif) top right no-repeat;*/
}
#content #left {
	width:204px;
	float:left;	
}
#content #left ul li {
	list-style:none;
	background:#00548e;
	border-bottom:1px solid #7fa9c6;
	padding:8px 10px;
}
#content #left .banner {
	padding:7px 0px;
}
#content #left a {
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	letter-spacing:1px;	
}
#content #left a:hover, #content #left li.selected a {
	color:#fff200;
}
#footer {
	background:#000;
	color:#666;
	padding:10px;
	text-align:center;
	font-size:10px;	
}
/*----------------OTHER STYLES-------------------*/
#topText {
	padding-bottom:30px;
	color:#990000;	
}
.homeContent {
	text-align:center;
}
.redCaption {
	color:#BF1E2D;
	font-weight:bold;
}
hr {
	margin:10px 0px;
}