@font-face {
  font-family: "GillSans";
  src: url(../fonts/GillSansLight.ttf) format("truetype");
}

@font-face {
  font-family: "GillSansIE";
  src: url(../fonts/GillSansLightIE.eot);
}

@font-face {
  font-family: "Helvetica";
  src: url(../fonts/HelveticaNeue.ttf) format("truetype");
}

@font-face {
  font-family: "HelveticaIE";
  src: url(../fonts/HelveticaNeueIE.eot);
}

/*h1 { font-family: "Kimberley", sans-serif }*/

body,ul,li,p,h1,h2,h3,img {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}

body {
	background-color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	/*line-height:1.5;*/
	color: #fff;
	background-image: url(../images/curtains_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-position-y: top;
	/*background-repeat: repeat-y;*/
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color: #353535;
}

.clrboth {
	clear:both;
	height: 1px;
}

#mainwrap {
	width: 899px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: black;
	-webkit-box-shadow: 0px 5px 5px #333;
	-moz-box-shadow: 0px 5px 5px #333;
}

#headers  {
	/*border-bottom: 5px solid #ef3624;*/
	margin: 0 0px;
	margin-bottom: 3px;
	background-image: url(../images/masthead_bg.jpg);
	height: 233px;
}

#mainwrap .toplinks {
	float: right;
	margin-top:150px;
	margin-right: 35px;
	width: 460px;
	color: white;
}

#mainwrap .toplinks ul {
	
}

#mainwrap .toplinks ul li {
	/*text-transform: lowercase;*/
	display: inline;
	float: left;
	display: block;
	border-right: 2px solid #5f687b;
	padding: 0 5px;
}

#mainwrap .toplinks a, #mainwrap .toplinks a:visited {
	color: white;
	text-decoration: none;
}

#mainwrap .toplinks ul li.last {
	padding-right: 0;
	border: none;
}

#content_wrap {
	color: #fff;
	background-color: black;
	overflow: hidden;
	width: 899px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 300px;
}

#content_inner {
	padding: 10px;
	padding-top: 0px;
}

#content_inner h3 {
	font-family: "Helvetica", "HelveticaIE", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 10px 0;
	font-weight: normal;
}

#mainpage_image_editable {
	/*border-top: 1px solid #ef3624;
	border-bottom: 1px solid #ef3624;*/
	padding: 5px 0;
}

#col1 {
	width: 527px;
	float: left;
	margin-left:10px
}

#col1 a {
	color: red;
	text-decoration: none;
}

#col1 a:hover {
	color: red;
	text-decoration: underline;
}

#col1 a:visited {
	color: red;
}

#col1_content {
	width: 527px;
	float: left;
}

#col1_content ul {
	list-style: disc;
	margin: 10px 0;
}

#col1_content ul li {
	list-style: disc;
	margin-left: 20px;
}

#col1 #intro_content {
	margin-bottom: 30px;
}

#col #news_content {
	
}

#news_content {
	/*margin-bottom: 20px;*/
}

#news_content .news_item span {
	font-size: 0.85em;
	font-style: italic;
}

#news_content .news_item strong a {
	color: #353535;
	text-decoration: none;
}

#news_content .news_item {
	margin-bottom: 30px;
}

#col2 {
	float: left;
	width: 141px;
	margin-top:10px;
}

#col2 ul {
	
}

#col2 ul li {
	display: block;
	background: #000;
	padding: 5px;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#col2 ul li ul {
	margin-top: 5px;
	background: #b4b4b4;
	background-image: url(../images/sublist_bg.gif);
	background-repeat: repeat-x;
}

#col2 ul li ul li {
	background: none;
	color: #000;
}

#col2 ul li a {
	color: #fff;
	text-decoration: none;
}

#col2 ul li ul li a {
	color: #000;
	text-decoration: none;
}

#col2 ul li:hover {
	background: #333;
}

#col3 {
	float: left;
	margin-left: 10px;
	width: 191px;
}

.red_panel {
	background-image: url(../images/red_panel.jpg);
	width: 191px;
	height: 183px;
	margin-top: 10px;
	color: white;
}

.black_panel {
	background-image: url(../images/black_panel.jpg);
	width: 191px;
	height: 183px;
	margin-top: 10px;
	color: white;
}

.red_panel p, .black_panel p {
	margin: 0 0 10px 0;
}

.red_panel a, .black_panel a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}


#footer {
	margin-top: 10px;
	/*border-top: 1px solid #ef3624;*/
	overflow: hidden;
	padding: 3px 0px;
	padding-top: 15px;
	clear: both;
}

#footer ul li {
	/*text-transform: lowercase;*/
	display: inline;
	float: left;
	display: block;
	border-right: 2px solid #5f687b;
	padding: 0 5px;
}

#footer_title_editable {
	float: left;
	width: 140px;
	font-family: "Helvetica", "HelveticaIE", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
}

#col_title1_template_editable, #col_title2_template_editable, #col_title3_template_editable, #col_title4_template_editable {
	float: left;
	width: 185px;
	/*font-size: 0.85em;*/
	margin-top: 0.5em;
	font-weight: normal;
}



#footer_divider {
	clear: both;
	height: 1px;
	border-bottom: 1px solid #d0d0d0;
	margin: 5px 0;
}

#col_links1_template_editable, #col_links2_template_editable, #col_links3_template_editable, #col_links4_template_editable {
	float: left;
	width: 185px;
	/*font-size: 0.70em;*/
	line-height: 1.2em;
	margin-top: 5px;
}

#col_links1_template_editable a, #col_links2_template_editable a, #col_links3_template_editable a, #col_links4_template_editable a {
	/*color: #ababab;
	text-decoration: none;*/
}

#col_links1_template_editable a:visited, #col_links2_template_editable a:visited, #col_links3_template_editable a:visited, #col_links4_template_editable a:visited {
	/*color: #ababab;*/
}

#col_links1_template_editable a:hover, #col_links2_template_editable a:hover, #col_links3_template_editable a:hover, #col_links4_template_editable a:hover {
	/*color: #000;
	background: #999;*/
}

#col_links1_template_editable {
	margin-left: 140px;
}

#copyright {
	margin-top: 10px;
	text-align: right;
}

/*Form styles*/
#masthead_login_template_editable .inputfield input {
	width: 140px;
}

#masthead_login_template_editable .submit input {
	width: auto;
}

#col1 .inputfield {
	margin: 5px;
	overflow: hidden;
	/*position: relative;*/
	clear: both;
	background: #333;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#col1 form fieldset {
	margin: 20px auto;
}

#col1 form fieldset legend {
	font-size: 1.1em;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
}

#col1 .inputfield label {
	display: block;
	width: 175px;
	float: left;
	clear: left;
	font-size: 1.0em;
}

#col1 .inputfield input {
	width: 175px;
	float: left;
	clear: right;
	font-size: 1.0em;
}

#col1 .inputfield textarea {
	width: 200px;
	float: left;
	clear: right;
	font-size: 1.0em;
	height: 150px
}

#col1 .CMSForm {
	overflow: hidden;
	margin-bottom: 20px;
}

#col1 .formerrors_summary {
	margin: 5px;
	padding: 10px;
	border: 1px solid #f00;
	background-color: #dc9e9e;
	color: #000;
	font-size: 1.0em;
	/*font-size: 1.1em;*/
}

#col1 .error {
	border: 1px solid #f00;
	background-color: #dc9e9e;
	color: #000;
}

.hint {
	display: none;
	border: 1px solid #ccc;
	background: #ffa200;
	padding: 5px;
	position: absolute;
	width: 300px;
	/*color: white;*/
}

#right_panel_1_template_editable {
	margin-bottom: 10px;
}

#bottomnav_template_editable {
	width: 300px;
}

#actual_content_editable ul {
	list-style: disc;
	padding-left:20px;
}

#actual_content_editable ul li {
	list-style: disc;
}
