@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;

}

#main
{
	position:relative;
	width:900px;
	margin-left:0 auto;
	margin-right:0 auto;
	text-align:center;
}
#header
{
	position:relative;
	width:900px;
	margin:0 auto;
}
#menubar
{
	background-image:url(menubg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:50px;
	position:relative;
}
#bannerbg
{
	width:100%;
	top:-8px;
	position:relative;
	background-image:url(bannerbg.jpg);
	background-repeat:repeat-x;
}
#banner
{
	width:900px;
	position:relative;
	margin:0 auto;
}
#content
{
	width:900px;
	position:relative;
	margin:0 auto;
}
.frontpagelink a{
	text-decoration:none;
	color:#666;
}
.frontpagelink a:visited{
	text-decoration:none;
	color:#666;
}
.frontpagelink a:hover{
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
.frontpagelink {
	text-decoration:none;
	color:#666;
}

.contentbox
{
	width:215px;
	height:250px;
	background-image:url(images/boxbg.jpg);
	background-repeat:repeat-x;
	border:#999 solid 1px;
	font-size:13px;
	color:#666;
}
.contentboxheader
{
	font-size:18px;	
	font-weight:bold;
	font-variant:small-caps;
	width:100%;
	margin:0 auto;
}
.contentboxsub
{
	font-size:13px;
	font-weight:bold;
	color:#F08800;
}
.contactheading{
	color:#F08800;
	font-variant:small-caps;
	font-weight:bold;
}
.contactcontent{
	font-weight:bold;
}

.rightnav
{
	width:210px;
	height:400px;
	border:#999 solid 1px;
	font-size:13px;
	color:#666;
}
.highlightcontent{
	font-size:13px;
}
.highlightcontentheader{
	color:#666;
	font-size:20px;
	font-variant:small-caps;
	font-weight:bold;
}
.highlightimg{
	border:solid #666 1px;
}
.highlightcontenttable
{
	border:1px solid #999;
	font-size:13px;	
}
.hightlightcontenttable tr
{
	background-color:#f08800;	
}
.highlighttoprow
{
	background-color:#f08800;
}
.highlightoddrow
{
	background-color:#aeaeae;		
}



#footer {
   position:relative;
   bottom:0;
   width:100%;
   height:40px;   /* Height of the footer */
   background:url("images/footer.jpg");
   text-align:center;
   padding-top:14px;
   font-size:13px;
   color:#FFF;
}

/*this is the start of the menu css
--------------------------------------------------------------*/
#menu
{
	position:relative;
	width:900px;
	margin:0 auto;
	z-index:500;
}

#menu ul {
list-style: none;
margin: 0 auto;
width:115px;
padding: 0;
float:left;
text-align:center;
}

#menu a {
font: arial, helvetica, sans-serif;
display: block;
text-decoration:none;
font-size:16px;
}

.menusub a{
color: #fff;
background: #333;
text-decoration: none;
padding:3px;
text-align:left;
}

.menusub a:hover {
color: #fff;
background: #f08800;
}

.menuheader a{
color: #fff;
height:32px;
font-size:20px;
margin:0 auto;
width:100%;
padding-top:8px;
font-variant:small-caps;
border-right:solid #CCC 1px;
}

.menuheaderhome a{
/* This should perfectly match .menuheader with the4 additionl of a left border */
color: #fff;
height:32px;
font-size:20px;
margin:0 auto;
width:100%;
padding-top:8px;
font-variant:small-caps;
border-right:solid #CCC 1px;
border-left:solid #CCC 1px;
}

.menuheader a:hover{
background: #f08800;
}
.menuheaderhome a:hover{
background: #f08800;
}


#menu ul ul {
position: absolute;
z-index: 500;
border:#999 1px solid;
width:200px;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/*this is the end of the menu css */


#referralform{
	border:solid #999 1px;
}
.smallheader {
	font-weight: bold;
}
.smallheaderorange {
	font-weight: bold;
	font-variant:small-caps;
	color:#f08800;
	font-size:16px;
}
.smallheaderorange a{
	font-weight: bold;
	font-variant:small-caps;
	color:#f08800;
	text-decoration:none;
	font-size:16px;
}
.smallheaderorange a:hover{
	font-size:14px;
	font-weight: bold;
	font-variant:small-caps;
	color:#f08800;
	text-decoration:underline;
	font-size:16px;
}
.smallheaderorange a:visited{
	font-weight: bold;
	font-variant:small-caps;
	color:#f08800;
	font-size:16px;
}

.loginform{
	background:#F0F0F0;
	color:#666;
	font-size:11px;
	border:#999 solid 1px;
	width:100%;
}	
.logintext
{
	font-size:11px;
}
input.submitbutton
{
	border:#f08800 solid 1px;
	background-color:#f0f0f0;
	color:#666;
}
