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

body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/index.jpg);
	background-repeat: repeat-x;
	font-family:Times,"Times New Roman", serif;
	font-size: 14px;
	color:#fff;
	line-height: 1.3em;
	background-color:#000035;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 814px;
}

#header {
	margin: 0px;
	padding: 0px;
}

#main {
	margin: 0 auto;
	padding: 0px;
	width: 763px;
	position: relative;
}

#nav {
	margin: 0px;
	margin-top: -6px;
	padding: 0px;
	height: 31px;
	z-index: 90;
}


#flash {
	margin: 0px;
	margin-top: -5px;
	margin-left: 3px;
	padding: 0px;
	z-index: 1;
}

#content {
	margin: 0px;
	padding: 20px;
	float: left;
	width: 457px;
}

#box {
	margin: 0px;
	margin-top: 10px;
	padding: 10px;
	background-image:url(images/box_bg.jpg);
	background-repeat: no-repeat;
	height: 209px;
	width: 244px;
	float: right;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 10px;
	color:#999999;
	text-align: center;
	font-size: 12px;
}

#footer a{
	color:#CCCCCC;
	text-decoration:none;
}

#footer a:hover {
	color:#3366CC;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
	z-index: 95;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background-color:none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color:none;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: inline;
width: auto; /*Width of top level menu link items*/
padding: 0px;
border: none;
text-decoration: none;
color: navy;
background-color:none;
}

.suckertreemenu ul li a:hover{
background-color:none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin-top: -5px;
}

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

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #4c0403;
text-decoration: none;
padding: 1px 5px;
border-bottom: 1px solid #ccc;
background-color:#fcfcfc;
}

.suckertreemenu ul li ul li a:hover {
background-color:#e6e3e3;
color:#7f1d06;
}

.suckertreemenu ul li a:hover{
background-color: none;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

