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

body {
	background-color: #333333;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:15px;
}

#header {
	margin:0 auto;
	width:868px;
}

#wrapper {
	margin:0 auto;
	width:848px;
	border-left:#FFFFFF solid 10px;
	border-right:#FFFFFF solid 10px;
	background-color:#fff;
}

#nav {
	height: 36px;
	width:848px;
	background-color:#11496A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:no-repeat;
	border-bottom:#FFFFFF solid 1px;
}

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

#pictures {
	float:left;
	width:609px;
}

#form {
	float:right;
	width:239px;
	height:259px;
	background-color:#DFD5BC;
	line-height:13px;
}

#middle {
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:848px;
	clear:both;
}

#content {
	width:502px;
	float:left;
	padding:10px 20px 0px 20px;
	color:#11496A;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:13px;
}

#content h2 {
	color:#559dc7;
	font-family:"BakerSignet BT",Times New Roman,"Trebuchet MS",sans-serif;
	font-size:17px;
}

#sidebar {
	width:290px;
	float:right;
	padding:10px 0px 0px 15px;
	border-left:#E8E8E8 solid 1px;
}

#sidebar a {
	color:#990000;
	text-decoration:none;
}

#sidebar a:visited {
	color:#990000;
	text-decoration:none;
}

#sidebar a:hover {
	color:#000000;
	text-decoration:underline;
}

#box {
	margin: 0px;
	margin-left: -20px;
	padding: 20px 0px 10px 30px;
	background-image:url(images/box_bg.jpg);
	background-repeat: no-repeat;
	width: 235px;
	height: 200px;
}

#box h2 {
	margin: 0px;
	padding: 0px;
}


#text {
	padding:0px 10px 0px 33px;
}

h1 {
	color:#11496A;
	font-family:"BakerSignet BT",Times New Roman,"Trebuchet MS",sans-serif;
	font-size:21px;
	font-weight:normal;
}

h2 {
	color:#11496A;
	font-family:"BakerSignet BT",Times New Roman,"Trebuchet MS",sans-serif;
	font-size:17px;
	font-weight:normal;
}
.style1 {color: #666666}

#footer {
	background-color:#11496A;
	border-bottom:#FFFFFF solid 10px;
	color:#FFFFFF;
	padding: 10px;
}

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

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

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

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

a:hover {
	color:#336699;
}

/*.contact {
	color:#347ca7;
}


.contact a{
	color:#11496A;
}

.contact a:hover {
	color:#336699;
}*/


-->


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

.suckertreemenu {
  width:860px;
  height:30px;
  padding-top: 10px;
}

.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: 9px 15px;
text-decoration: none;
color: #FFF;
display:inline;
border-right:1px solid #3399CC;
}

.suckertreemenu ul li a:hover{
color:#6699CC;
}
  /*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;
padding-top: 5px;
}

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

/* 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;
text-align: left;
background-color:#11496A;
border: none;
border-bottom: 1px solid #336699;
}

.suckertreemenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color:#6699CC;
text-decoration: none;
padding: 3px 5px;
}

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