@charset "utf-8";
* { padding: 0; margin: 0; }
body {
	background-color: #8C0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#wrapper { 
 width: 980px;
 margin: 0 auto;
 border:solid 1px;
 border-color:#FFFFFF;
 background-color: #942825;
 background-image: url(../images/bg_img_3.jpg);
 background-repeat:no-repeat;
}
#header {
 width: 980px;
 height: 86px;
}
.topheaderleft{
 float: left;
 height: 86px;
 width:352px;
 margin: 0px 0px 0px 0px;
}
.topheaderright{
 float: right;
 height: 86px;
 width:608px;
 margin: 0px 0px 0px 0px;
}
.topnavigation{
 float: right;
 width:608px;
 margin: 7px 0px 5px 0px;
}
#banner {
 width: 980px;
}
#content { 
 width: 940px;
 padding-left:20px;
 padding-right:20px;
 padding-bottom:20px;
 background-color: #942825;
}
#footer { 
 width: 100%;
 background: #FFFFFF;
 height: 80px;
}
.Fcontent { 
 width: 980px;
 background-color:#FFFFFF;
 padding-top:10px;
 color:#000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
.jqueryslidemenu{
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
width: 608px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #FFFFFF; /*background of tabs (default state)*/
color: white;
padding: 6px 10px;
border-right: 0px solid #778;
color: #b12d2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #b12d2b;
}

.jqueryslidemenu ul li a:hover{
background: #5e2728; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
.roundcont {
	width: 100%;
	background-color: #FFF;
	color: #000;
}

.roundcont p {
	margin: 0 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/*/////////////////////////////// REGISTRATION FORM /////////////*/
.roundreg {
	width: 78%;
	background-color: #FFF;
	color: #000;
	margin-left:109px;
	margin-top:15px;
}

.roundreg p {
	margin: 0 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.roundtopreg { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottomreg {
	background: url(../images/br.gif) no-repeat top right; 
}

img.cornerreg {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/*/////////////////////////////// Home Page /////////////*/
.roundh {
	width: 100%;
	background-color: #FFF;
	color: #000;
}

.roundh p {
	margin: 0 10px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 60px;
	color:#000000;
}

.roundtoph { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottomh {
	background: url(../images/br.gif) no-repeat top right; 
}

img.cornerh {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.style1 {font-size: 9px; color:#000000;}
.style2 {
	font-size: 11px;
	font-weight: bold;
	color:#000000;
}
.style3 {font-size: 11px; color:#000000;}
.cssbutton{
	background: url(../images/blank.gif) top left no-repeat;
	height: 36px;
	width: 109px;
	border: 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight:bold;
}