* {
	font-family:"trebuchet ms";
	color:#58595B;
}

body {
	background-color:#dee2e4
}

a {
	color:#1D536D;
	text-decoration:none;
}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}

div#wrapper {
	text-align:center;
	margin:40px auto;
	width:858px;
}

div#header {
	width:100%;
	height:98px;
	background:transparent url(../images/header_bg.jpg) no-repeat top left;
}
div#header p {
	display:none;
	width:300px;
	float:right;
	font-style:italic;
	font-size:11px;
	text-align:left;
	margin-top:32px;
	margin-right:18px;
}

a#logo {
	float:left;
	display:block;
	width:364px;
	height:92px;
	margin:6px 0px 0px 32px;
	background:transparent url(../images/logo.jpg) no-repeat bottom left;
}

div#navigation {
	width:100%;
	height:47px;
	background:transparent url(../images/navigation.png) no-repeat top left;
}
div#navigation dl {
	margin:0px;
	padding:6px 0px 0px 0px;
}
div#navigation dt {
	display:inline;
	margin:0px;
	padding:0px 24px;
}
div#navigation dt a {
	text-decoration:none;
	color:#fff;
}
div#navigation dd {
	position:absolute;
	overflow:hidden;
	opacity:0;
	margin:0px;
	padding:0px;
}
div#navigation dd ul {
	list-style:none;
	background-color:#DEE2E4;
	border:1px solid #999;
	margin:0px;
	padding:0px;
}
div#navigation dd ul li {
	padding:4px 12px;
	font-size:12px;
}
div#navigation dd ul li a {
	color:#666;
}
div#navigation dd ul li a:hover, div#navigation dd ul li a:active {
	color:#1D536D;
}


div#search {
	text-align:right;
	margin-right:48px;
}
div#search input {
	width:150px;
	padding:4px 0px 4px 20px;
	background:transparent url(../icons/magnifier.png) no-repeat center left;
}


div#content {
	text-align:left;
	width:100%;
	padding:8px 0px;
	background:transparent url(../images/content.png) repeat-y top left;
	font-size:.8em;
}
div#content div#leftcontent {
	float:left;
	margin-left:32px;
	width:500px;
}
div#content div#rightcontent {
	float:left;
	margin-left:24px;
	width:250px;
}


div#footer {
	width:100%;
	height:94px;
	background:transparent url(../images/footer.png) no-repeat top left;
}
div#footer p {
	color:#fff;
	font-size:12px;
}
div#footer a {
	color:#fff;
	text-decoration:none;
}
div#footer a:hover, div#footer a:active {
	text-decoration:underline;
}

/* misc */
.box {
	width:262px;
	padding-top:8px;
}
.box .top {
	width:100%;
	height:16px;
	background:transparent url(../images/box_top.png) no-repeat top left;
}
.box .middle {
	width:100%;
	background:transparent url(../images/box_middle.png) repeat-y top left;
}
.box .middle .content {
	padding:0px 12px;
}
.box .middle .content * {
	padding:0px;
	margin:0px;
}
.box .bottom {
	width:100%;
	height:19px;
	background:transparent url(../images/box_bottom.png) no-repeat top left;
}

 /* GOOPJS */
 .validate {
 	background-color:#fcc;
	border:1px solid #f99;
	padding:6px;
 }
