/* Swanmet CSS */

body {
	margin: 0;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	background: #009999 url(../images/bg.jpg) top repeat-x;
	font-size: 0.7em;
	color: #99FFFF;
}

a img {
	border: none;
}

a {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h2 {
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	padding: 0 0 16px 0;
}

h3 {
	font-size: 1.2em;
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 16px 0;
}

h4 {
	font-size: 1.1em;
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 16px 0;
}

h5 {
	font-size: 1em;
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 6px 0;
}

p {
	margin: 0;
	padding: 0 0 16px 0;
}

ul {
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
}	

td {
	vertical-align: top;
}	


.form-top{
	margin: 0;
	padding: 0;
	width: 528px;
	height: 20px;
	background: url(../images/form_top.jpg) no-repeat;
}

.form-bot{
	margin: 0;
	padding: 0;
	width: 528px;
	height: 20px;
	background: url(../images/form_bot.jpg) no-repeat;
}

.form-cnt{
	margin: 0;
	padding: 20px 30px 20px 30px;
	width: 468px;
	background: url(../images/form_bg.jpg) repeat-y;
}

.txt-box{
	padding: 20px 30px 20px 30px;
	background: #E9E9E9;
	margin-bottom: 15px;
}
/* Forms */

select {
	 font-size: 10px;
}

input {
	 font-size: 10px;
}

.button {
	 background-color: #29458F;
	 color: #fff;
	 padding: 4px 4px 4px 4px;
	 font-size: 10px;
}

/* Structure */



#rapper {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	width: 900px;
	background: url(../images/page.jpg) top no-repeat;
}

#header {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #00667F;
}

#header a{
	color: #009999;
	text-decoration: none;
}

#header a:hover{
	color: #00D2D2;
	text-decoration: none;
}

#menu {
	margin: 0;
	padding: 0 0 0 370px;
	height: 39px;
	background: url(../images/menubg.jpg) no-repeat;
}

#content {
	margin: 0;
	padding: 40px 45px 40px 45px;
	background: url(../images/cntbg.jpg) top no-repeat;
}

#footer {
	margin: 0;
	padding: 10px 0 15px 0;
	background: url(../images/footerbg.jpg) top no-repeat;
	text-align: center;
	font-size: 0.8em;
	color: #00D2D2;
}

#footer a{
	color: #33FFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #00D2D2;
	text-decoration: none;
}

#hm_box {
	margin: 0;
	padding: 0;
	width: 354px;
	height: 180px;
	background: url(../images/hmbox.jpg) top no-repeat;
}

#feat_box {
	margin: 0;
	padding: 10px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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{
	display: block;
	padding: 13px 12px 0 10px;
	text-decoration: none;
	font-size: 1.1em;
	background: url(../images/mndiv.gif) top right no-repeat;
}
.suckertreemenu ul li a.last{
	background: none;
}
.suckertreemenu .current{
	color: #FFFFFF;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 4em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	padding-top: 10px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	padding: 2px 4px 4px 8px;
	margin: 0;
	display: block;
	width: 150px; /*width of sub menu levels*/
	text-decoration: none;
	font-size: 1em;
	background: #00152B;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; width: 0;}
/* End */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
}

.markermenu li a{
	background: url(../images/arr.gif) top left no-repeat;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
}

.markermenu .current {
	color: #fff;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 150px;
}

.markermenu li a:active{
	color: #fff;
}

.markermenu li a:hover{
	color: white;
}