@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #666666;
}
/*GLOBAL LINKS*/

a:link {
	font-size: 11px;
	color: #E27272;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:visited {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E27272;
	text-decoration: none;
}
a:hover {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: underline;
}
a:active  {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	background-color: #333333;
}

.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	height: 242px;
	padding: 63px 50px 0 50px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:24px;
	color: #E27272;
}

.oneColFixCtrHdr #header_logo {
	background: #000000;
	width: 550px;
	height: 210px;
	float:left;
}

.oneColFixCtrHdr #homebtn {
	width: 60px;
	height: 32px;
	float:left;
	background-color: #333333;
}

.oneColFixCtrHdr #header_navi {
	background: #791711;
	height:210px;
	float:left;
}

.oneColFixCtrHdr #header_navi_buttons {
	/*	background: #CC1817; */
	float:right;
	width: 900px;
	height: 32px;
}


.oneColFixCtrHdr #header_desc {
	background: #791711;
	height:200px;
	float:left;
	width: 330px;
	padding: 10px 10px 0px 10px;
}
.oneColFixCtrHdr #header_desc_home {
	background: #791711;
	height:210px;
	float:left;
	width: 350px;
}

.oneColFixCtrHdr #sublinks {
	width: 310px;
	height:180px;
	float:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	color: #E27272;
	padding:10px 10px 0px 10px;
	background-color: #660000;
	text-align: left;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 50px 30px 50px;
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-x;
	float: left;
	width: 90%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.oneColFixCtrHdr #content_black {
	width: 900px;
	background-color:#000000;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	float:left;
}

/* TEXT COLOUMN */
.oneColFixCtrHdr #text_coloumn {
	padding: 20px 30px 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#791711;
	float: left;
	width: 490px;
	height: 100%;
}

.oneColFixCtrHdr #text h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:24px;
	color: #E27272;
}

.oneColFixCtrHdr #text h2 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:14px;
	color: #E27272;
}

/* IMG COLOUMN */
.oneColFixCtrHdr #img_coloumn {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	/*	background-image:url(images/testimg.jpg);
	background-repeat:no-repeat; */
	float: left;
	width: 350px;
}
.oneColFixCtrHdr #footer {
	padding: 10px 0 20px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
	float: left;
	width: 100%;
	margin: 0 auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFCCCC;
	line-height:normal;
	margin:0;
	text-align: left;
}

li.pli {
list-style:outside;
color:#FFFFFF;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:24px;
	color: #FFFFFF;
	margin:0px 0px 6px 0px;
	padding-bottom:10px;
	border:2px solid; 
	border-bottom-color:#E27272;
	border-left-color:#791711;
	border-right-color:#791711;
	border-top-color:#791711;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #E27272;
	margin:0;
}

.homeh2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FFFFFF;
	margin:0px 0px 6px 0px;
	padding-bottom:2px;
	border:2px solid;
	border-bottom-color:#E27272;
	border-left-color:#6D0607;
	border-right-color:#6D0607;
	border-top-color:#690203;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	font-weight:bold;
	margin:0;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #E27272;
	font-weight:normal;
	margin:0;
	font-style: normal;
}
/*FOOTER LINKS*/

#footer p {
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing:3px;
	color: #999999;
	text-decoration:none;
	text-align: center;
}
#footer p a {
font:Georgia, "Times New Roman", Times, serif;
font-size: 10px;
letter-spacing:3px;
color: #999999;
text-decoration:none;
}
#footer p a:active  {
font:Georgia, "Times New Roman", Times, serif;
font-size: 10px;
letter-spacing:3px;
color: #999999;
text-decoration:none;
}
#footer p a:visited {
font:Georgia, "Times New Roman", Times, serif;
font-size: 10px;
letter-spacing:3px;
color: #999999;
text-decoration:none;
}
#footer p a:hover {
font:Georgia, "Times New Roman", Times, serif;
font-size: 10px;
letter-spacing:3px;
color:#FFFFFF;
text-decoration:none;
}

/*NAV MENU*/

#nav-menu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	float:left;
}

#nav-menu li
{
	float: none;
}

#nav-menu li a
{
background-color:#791711;
height: 17px;
width: 300px;
float: left;
display: block;
text-decoration: none;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color: #FFFFFF;
padding:5px 5px 0px 5px;
margin:0px 0px 1px 0px;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none;
}
/* End hide */

#nav-menu
{
	width:300px;
	float:left;
}

/*NAV MENU LINKS*/

#nav-menu li a:hover
{
	background-color: #330000;
	color:#FFFFFF;
	text-decoration: none;
}

/* BUTTON BG*/

.link6 {
background-color:#D01414;
}
.link5 {
background-color: #E06666;
}
.link4 {
background-color: #FF9999;
}
.link1 {
background-color: #666666;
}
.link2 {
background-color:#999999;
}
.link3 {
background-color: #CCCCCC;
}

/* SUB NAVI */

.subnavi_title {
font:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#CC9999;
}
.subnav {
font:Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
letter-spacing:3px;
color: #999999;
text-decoration:none;
}
a.subnav:link {
font:Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
text-decoration:none;
}
a.subnav:visited {
font:Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
text-decoration:none;
}
a.subnav:hover {
font:Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#FFFFFF;
text-decoration:none;
}
a.subnav:active  {
font:Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
text-decoration:none;
}
/*S9V24*/
a.s9v24:link {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
letter-spacing:3px;
color: #999999;
text-decoration:none;
}

/* RED BG */
.table_index td {
background-image:url(images/red_bg.jpg);
background-repeat:repeat-x;
}

/*LIST MENU */
#list ul
{
padding: 0px;
margin: 0px;
}

#list li
{
margin:0;
list-style: none;
font-family: Arial, Helvetica, sans-serif;
padding-bottom:5px;
}

#list li a
{
list-style: none;
text-decoration: none;
font-size:12px;
color: #FF9999;
display: block;
background-color: #990000;
padding:5px;
}
#list li a:hover
{
background-color: #000000;
text-decoration: none;
color: #FFFFFF;
}


/*------------- FORM -----------*/

.input_fields {
	background-color:#CCCCCC;
	color:#000000;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
	overflow: auto;
}
.input_button {
	background-color:#660000;
	color:#FFFFFF;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid;
	cursor: pointer;
	border-color: #330000;
} 

