/* Layout Styles */ 

/* http://www.greywyvern.com/code/min-height-hack.html */
/*.prop {
    float:right;
    width:1px;
    height:435px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}*/

#mainwrapperleft {
 position: relative;
margin-top: 15px;
margin-bottom: 15px;
text-align: left;
}

#mainwrapper {
 position: relative;
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

#main {
position: relative;
padding: 0px;
margin: 0 auto;
width: 950px;
text-align: left;
background: #ffffff;
 /* border: 1px solid #111111 ;*/
}

#top {
  width: 920px;
	margin: 0px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 3px;
	padding-bottom: 0px; 
  background: #ffffff;
text-align: center;
}

#rest {
  position: relative;
  width: 930px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}


#footer {
	clear: both;

		border: none;
  padding-top: 20px;
padding-left: 20px;
  width: 900px;
	margin-top: 0px;
}


#maincol {
        position : relative;
	float: left;
        left: 10px;
        top: 0px;
		border: none;
        width: 700px;
}

.horline {
	width:700px;
	margin-top: 10px;
	margin-bottom: 2px;
	border-bottom: 1px solid #111111;
}

#maincolsingle {
        position : inline;
	float: left;
        left: 20px;
        top: 0px;
		border: none;
        width: 920px;
padding-top: 10px;
}


#rightcol {
        position : relative;
	float: right;
        left: -5px;
        top: 20px;
        width: 160px;
        padding: 10px;
	
	border: solid 1px #aaaaaa;
}


td {
 	color:#111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: 400;
	}
h1 { margin-top: 2px;
	margin-bottom: 12px;
font-size: 20px;
color:#0055ff;
}
body {
 	background: #ffffff;
 	color:#111111;
 	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: 400;
	}

body a {
 	color: #0000bb;
	text-decoration:none;
 	}

body a:hover {
 	color: #0000ff;
text-decoration:underline;
 	}

.ftit {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


h3 {font-size: 14px;
margin-top: 2px;
margin-bottom: 2px;
color: #0033ff;
}

.details
{
/* border: 1px solid #3333ff; */
padding-right: 10px;
}
.details 
td {
 	color:#111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: 400;
border-bottom: 1px solid #cccccc;
	}
.details
a { color:#0055ff;}
.details
a:hover { color:#0055ff;
text-decoration: underline;}

.fdesc {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: italic;
	color: #000000;
}
.rtd
 {padding-left: 10px;
margin-left: 0px;}

#mapbuttons {
  margin-top: 5px;
}

a.button {
padding: 0px;
margin: 0px;
border-top: 0px solid #006add;
border-bottom: 1px solid #006add;
border-left: 5px solid #006add;
border-right: 5px solid #006add;
background: #006add;
color: #ffffff;
text-decoration:none;
font-weight: bold;
}

a:hover.button {
margin: 0px;
padding: 0px;
border-top: 0px solid #006add;
border-bottom: 1px solid #006add;
border-left: 5px solid #006add;
border-right: 5px solid #006add;
background: #006add;
text-decoration:none;
font-weight: bold;
color: #000000;
}

.horizontalcssmenu {
	margin-top: 1px;
	margin-bottom: 4px;
	margin-left: 8px;
text-align: center;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left; 
z-index: 100;
}
/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 150px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: black;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}
/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #eeeeee;
border-width: 0 1px 1px 1px;
}
.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}
.horizontalcssmenu ul li ul li a:hover{
background: #999999;
}
.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

