/*-----------Main-------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000;
}



.MainWrap {
	
}

.Container {
	width: 1017px;
	margin: 0 auto;
}

.ClearFloat {
	clear: both;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 45px;
}
h2 {
	font-size: 18px;
}

p {
	font-size: 17px;
	color: #333;
	line-height: 25px;
	margin-bottom: 25px;
}

a:hover {
	cursor: pointer;
	color: #333;
}

.Center {
	margin: 0 auto;
}

/*-----------Header-------------*/

.Header {
	background: #0c1125 url(images/header-bg.png) 0 0 repeat-x;
	border-bottom: #ebebeb 1px solid;
	*position: relative;
	*z-index: 2;
}

.HeaderInner {
	position: relative;
	height: 163px;
	*zoom:1;

}

.HeaderMenu {
	padding-top: 113px;
	padding-left: 270px;
}

.HeaderLogo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.HeaderSearch {
	background: transparent url(images/search-bg.jpg) 0 0 repeat-x;
	width: 330px;
	padding-left: 6px;
	height:29px;
	position: absolute;
	right: 0px;
	margin-right: 30px;
	margin-top: 6px;
	top: 0px;
	padding-top: 1px;
}

.HeaderSearch input.NormalTextBox {
	margin-left: 10px;
	background-color: #4c5365;
	border: 1px solid #7b869a;
	width: 150px;
}

.HeaderSearch a.SkinObject {
	color: #9ba1ad;
	font-family: Verdana, Arial;
}	

.HeaderSearch .SkinObject input {
	margin-top: 4px;
	position: absolute;
	*margin-top: 0px;

}
.HeaderSearch label {
	color: #fefefe;
	font-family: Verdana, Arial;
	margin-left: 20px;
}


.HeaderDate {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 30px;
	margin-top: 60px;
}	

.HeaderDate span{
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.HeaderUserLogin {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 30px;
	margin-top: 40px;
}

.HeaderUserLogin span, .HeaderUserLogin a, .HeaderUserLogin,
.HeaderUserLogin a:visited, .HeaderUserLogin a:link, .HeaderUserLogin a:active{
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.BannerWrapper .Container {

}

.HeaderBanner {

}
/*-----------Content-------------*/
.ContentWrapper {
	min-height: 300px;
	background: #dadde2 url(images/content-bg.png) 0 0 repeat-x;
}

.ContentWrapper .Content {
	padding: 20px 35px 15px 10px;

}


.ContentWrapper .Container {
	background-color: #fff;
}

.BannerWrapper {
	background-color: #0C1125;
}
 
.LeftContent {
	width: 28%;
	float:left;
}

.LeftContentWrapper {

}


.LeftContent {

}

.ContentPaneWrapper {
	width: 72%;
	float:left;
}

.ContentPane {
	margin-left: 10px;
}

.InfoLineWrapper {
	background-color: #606b81;
	margin-top: 5px;
	min-height: 25px;
}
.InfoLine {
	text-align: right;
}
.InfoLine p {
	font-family: Myriad Pro, Arial;
	color: #d3e2e8;
	font-size: 12px;
	margin: 0px;
}

.InfoLine a {
	text-decoration: underline;
	font-family: Myriad Pro, Arial;
	color: #d3e2e8;
	font-size: 12px;
}

.InfoLine a:hover {
	text-decoration: none;
}

a.ReadMore, .ReadMore a {
	background: transparent url(images/two-arrows.jpg) 0 0 no-repeat;
	padding-left: 25px;
	float: right;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



/*-----------Footer-------------*/
.FooterWrapper {
	background-color: #000;
	overflow: hidden;
}

.FooterTable {
	margin: 20px auto;
}

/*-----------Containers-------------*/



/*-----------Other-------------*/
.ModuleTitle_MenuItem {border: none;}
.ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {height:1px;}
.Normal, .NormalDisabled {font-family: Georgia, "Times New Roman", Times, serif;}
.DNNEmptyPane {width: 0px;}
