@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(../assets/background.jpg);
	background-repeat:repeat-x;
}

.thrColLiqHdr #container {
	width: 960px;
	/*background: #69BEDC;*/
	margin: 0 auto;
	text-align: left;
	background-position:left;
	background-repeat:repeat-y;
	height:100%;
	/*border: 1px color:#212121 solid*/
} 
.thrColLiqHdr #header { 
	height:438px;
	text-align:right;
	font-size:70%;
	valign:bottom;
	background-image:url(../assets/top.jpg);
	background-position:left top;
	background-repeat:no-repeat; 
	width:762px;  
	margin-bottom:10px;
} 
.thrColLiqHdr #header h1 {
	margin: 0; 
	padding-top: 11px;
}
h1{
   color:#CC0000;
   font-size:200%;	
}
h3{
   font-size:200%;
   color:#CC0000;
}

.thrColLiqHdr #menu { 
	height:60px;
	border-bottom:thin;
	vertical-align:top;
	/*background: #F7BAD6;*/
} 
.menuBar{
	
}

hr{
  height:1px;
  color:#CC0000;
}

.menuBarBottom{
	height:30px;
	padding-top:10px;
	padding-left:12px;
	font-size:85%;

}
.menuBarTop{
	height:30px;
	padding-top:10px;
	padding-left:2px;
	font-size:85%;
	
}
.thrColLiqHdr #sidebar1 {
	float: left;
	width: 300px;
	padding:0;
}
.thrColLiqHdr #sidebar2 {
	float: right;
	width: 200px;
	background: #FFFFFF;
	padding: 0;
	font-size:80%;

}

.thrColLiqHdr #mainContent {
	margin: 1px 10px 0 315px;
	padding:5px 5px 5px 5px;
	font-size:80%;
	background-color:#000000;
	color:#FFFFFF;
	border-color:#CC0000;
	border-width:1px;
	border-style:solid;
	width:430px;
}

.thrColLiqHdr #footer { 
    font-size:70%;
	padding: 0 10px;
	margin-top:5px;
	text-align:center;
	color:#FFFFFF;
	width:738px; 
	height:200px;
	background-color:#000000;
} 

.thrColLiqHdr #footer .contentlink{ 
	padding: 0 10px;
	margin-top:5px;
	text-align:center;
	color:#FFFFFF;
} 


.thrColLiqHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.botNavItem {
	display:inline;
}

fieldset{
 margin-left:5px;
 margin-right:5px;
}
.top-nav{
	float:left;
	font-size:100%;
	padding-top:21px;
	text-align:center;
	width:100%;
}

a.contentlink:link, a.contentlink:visited, a.contentlink:active { 
	color: #FFFFFF;
    text-decoration:underline;
	font-weight:bold;
}

a.contentlink:hover{
	text-decoration:underline;
}

a.mainlink:link, a.mainlink:visited, a.mainlink:active { 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.mainlink:hover,{
	color:#000000;
	font-weight:bold;
	
}
h1.topheader{
	font-size:200%;
	text-align:center;
	valign:top;
	color:#FFFFFF;
}
h1, h2, h3{
     font-size:200%;
}

/* GLIDER STYLES */
#my-glider{

}

div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	width:300px;
	height:350px;
	overflow:hidden;
	float:right;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width:300px;
	height:350px;
	overflow:hidden;
	float:left;
	text-align:center;
	padding-top:50px;
	color:#212121;
}
div.scroller div.section p{
	padding-left:30px;
	padding-right:30px;
}

div.scroller div.content {
	width: 10000px;
}
#sideAdvert{
	z-index:1;
	position:absolute;
	text-align:right;
	v-align:bottom;
	color:#FFFFFF;
	width:176px;
	/*height:950px;*/
	margin-left:770px;
	margin-bottom:50px;
    /*border: 1px solid #CC0000;*/
	top:38px;
}
#sideAdvert span{
	padding-right:90px;
	
}
.logo{
	height:147px;
}
.cursor {
	display: inline;
    cursor:pointer;
}
li{
    list-style:square;
	list-style-position:inherit;
	color:#CC0000;
}
