@charset "utf-8";

html, body {height:100%;}

body {
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:center;
	background-color: #ebebeb;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
}

#container {
	margin:0px auto;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	border: 0px dotted red;
	background-image: url(../images/whitebg.gif);
	background-repeat: repeat-y;
	background-position: center top;

}
#header #logo {
	position: absolute;
	left: 14px;
	top: 17px;
}

#container #main {
	text-align:left;
	width: 743px;
	margin: auto;
	height: auto !important;
	height: 100%;

}

#header {
	position:relative;
	height:100px;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;

}
#header ul {position:absolute; right:12px; bottom:0px; border:0px solid white; height:32px; font-family:Arial, Helvetica, sans-serif; letter-spacing:1px; text-transform:uppercase; font-size:12px; font-weight:bold;}
#header ul li {
border:0px solid white;
display:block;
float:left;
	background-image: url(../images/btnright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right:2px;
}
#header ul li a {
	display:block;
	border:0px solid white;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/btnleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}

#content {
	
	background-repeat: repeat-y;
	min-height:600px;

}

#footer {
	background-color:#808080;
	height:100px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	position:absolute;
	bottom:0px;
	width:743px;
}
#footer p {position:absolute; top:15px; left:25px; color:#FFFFFF}
#footer p a {color:#FFFFFF}
#infoRow {
	border-bottom:1px solid #e3e3e3;
	margin-bottom:0px;
	clear: both;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
}
.ww p {
	font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	color: #5695cc;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size: 20px;
	margin-top: 15px;
	margin-left: 5px;
	line-height: 26px;
}
strong {
	font-weight: bold;
}
#content li {
	padding-left: 8px;
	list-style-type: disc;
	margin-left: 17px;
	margin-bottom:6px;
}

p {
	margin-bottom: 12px;
}

#infoRow .ww {
	width: 220px;
	float: left;
}
#infoRow .info {
	float: left;
	margin-top: 15px;
	width: 474px;
	
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #999999;
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom:2px; border-bottom:1px dotted #999999;
}
