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

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../back2.jpg);
	background-repeat: repeat-x;
	background-color:#1f1f1f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
}
#cms_content {
    width: 500px;
}

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

#header {
	margin: 0px;
	padding: 0px;
	background-color:#24b9e3;
	height: 69px;
	text-align: left;
}

#nav {
	margin: 0px;
	margin-top: -39px;
	padding: 0px;
	width: 600px;
	float: right;
}

#top {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#flash {	
	margin: 0px;
	margin-top: -5px;
	width: 572px;
	padding: 0px;
	background-color:#fff;
	float: left;
	
}

#image {
	margin: 0px;
	margin-top: -5px;
	padding: 0px;
	float: left;
}

#sidebar {
	display: none;
}

#blue {
	clear: both;
	margin: 0px;
	margin-top: 13px;
	padding: 0px;
	height: 220px;
}

#blue img {
	margin-top: 5px;
}

#divider {
	clear: both;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	height: 61px;
}

#gray {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 256px;
}



#footer {
	margin: 0px;
	padding: 10px;
	text-align: right;
	font-size: 11px;
	clear: both;
}

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

#footer a:hover {
	color:#afcadb;
}

a{
	color:#fff;
	text-decoration: none;
}

a:hover {
	color:#afcadb;
}

h1 {
	font-family:"BakerSignet BT", Optima, "Trebuchet MS", sans-serif;
	font-size: 20px;
	font-weight: normal;
	color:#fff;
}


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

.suckertreemenu {
  width:600px;
  height:39px;
}

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

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

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

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}
  /*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;
z-index: 90;
}

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

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFF;
text-decoration: none;
padding: 3px 5px;
background-color:#24b9e3;
z-index: 92;
}

.suckertreemenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color: #084a5d;
text-decoration: none;
background-color:#8ad5ea;
}


* 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 */
