@charset "UTF-8";

html,
body {
   margin:0;
   padding:0;
   height:100%;
   overflow: auto; /* removes disused vertical scrollbar in IE PC*/
}
body {
	background-color: #222222;
}
.mceContentBody { background-color: #FFFFFF; } /*SnippetMaster editor bg color*/

p {
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
}

a:link {
	color: #991C25;
	text-decoration: none;
}
a:visited {
	color: #991C25;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

/*
#wrapper {
   min-height:100%;
   height: auto !important;
   height: 100%;
}
*/

#top_space {
   height: 20px;
}
#container {
	position:relative;
	width: 750px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
}
#header {
	position:absolute;
	width: 750px;
	left: 0px;
	top: 140px;
	z-index: 100;
}

#header img {
	behavior: url(pngHack.htc);
}

#col1 {
	width: 140px;
	float: left;
}
#col1_space {
	height: 230px;
}
#col1_content {
	margin-left: 30px;
}
#col1_head {
	height: 22px;
	border-bottom: 2px solid #B42D25;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: normal;
	letter-spacing: 1px;
	font-variant: small-caps;
	color: #991C25;
}
#col1_news {
	width: 100px;
}
#col2 {
	width: 130px;
	height: 640px;
	background-color: 1a1a1a;
	float: left;
}
#col3 {
	width: 480px;
	float: left;
}
#col3_header {
	height: 230px;
}
#col3_content {
	padding-left: 50px;
	padding-top: 13px;
	height: 373px;
	overflow: auto;
}
#col3_content2 {
	padding-left: 10px;
	padding-top: 13px;
	height: 373px;
	overflow: auto;
	width: 400px;
	
}
#col3_events {
	padding-left: 0px;
	padding-top: 0px;
	height: 386px;
	overflow: auto;
}

/* Navbar */

#navbar {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#navbar li {
	display: inline;
}

#navbar li a {
	float: left;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	background-color: #B42D25;
	color: #DABF8E;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: normal;
	outline: none;
	letter-spacing: 1px;
	font-variant: small-caps;
}

#navbar li a:hover {
	color: #FFFFFF;
}

#navbar a:active {
	color: #FFFFFF;
}

#navbar li#active a {
	color: #FFFFFF;
}

/* SubNavbar */

#subnavbar
{
margin-top: 20px;
}

#subnavbar ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
}

#subnavbar ul li
{
display: block;
padding: 0;
margin: 0;
margin-bottom: 2px;
}

#subnavbar ul li a
{
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #B42D25;
	color: #DABF8E;
	text-decoration: none;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	outline: none;
	letter-spacing: 1px;
	font-variant: small-caps;
}

#subnavbar ul li a:hover
{
	color: #FFFFFF;
}

#subnavbar a:active
{
	color: #FFFFFF;
}

#subnavbar li#active a
{
	color: #FFFFFF;
}

/* SubNavbar2 */

#subnavbar2
{
margin-top: 19px;
}

#subnavbar2 ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
}

#subnavbar2 ul li
{
display: block;
padding: 0;
margin: 0;
}

#subnavbar2 ul li a
{
	border-bottom: 1px solid #B42D25;
	padding-top: 3px !important;
	padding-top: 0px;
	padding-bottom: 5px !important;
	padding-bottom: 0px;
	color: #B42D25;
	text-decoration: none;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	outline: none;
	letter-spacing: 1px;
	font-variant: small-caps;
}

#subnavbar2 ul li a:hover
{
	color: #333333;
	border-bottom: 1px solid #666666;
}

#subnavbar2 a:active
{
	color: #333333;
	border-bottom: 1px solid #666666;
}

#subnavbar2 li#active a
{
	color: #333333;
	border-bottom: 1px solid #666666;
}

/* end */

#clear {
	clear: both;
}
#logo {
	margin-top: 70px;
	text-align: center;
}
#photo {
	margin-top: 30px;
	text-align: center;
}
#intro_txt {
	width: 200px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 15px;
	text-align: center;
}
#footer {
	clear: both;
	
}
#footer p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 28px;
	text-align: center;	
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:active {
	color: #CCCCCC;
	text-decoration: none;
}

/* IE transparent PNG fix */

img.pngfix {
	behavior: url(pngHack.htc);
}

div.hr {
  height: 20px;
  background: url(images/hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

#table1 td {
 	padding-top: 5px;
 	padding-bottom: 5px;
}
.cell_rpad {
 	padding-right: 10px;
}

/* Text styles */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #991C25;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 12px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #991C25;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

.main_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
}
.main_txt_red {
	color: #991C25;
}
.small_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
input {
	
}
input.txtfield{
	background-color: transparent;
	border: 1px solid #B42D25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 200px;
}
input.btn{
	background-color: #B42D25;
	border: 1px solid #B42D25;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: normal;
	letter-spacing: 1px;
	font-variant: small-caps;
	color: #DABF8E;
}
