/* Layout base from: http://www.code-sucks.com */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 13px;
	background: url("../images/site_background_white.png") center repeat-y rgb(224, 224, 224);
	list-style-image: url("../images/listitem.png");
}

li {
	margin-left: 15px;
	margin-top: 5px;
}

img {
	border: none;
}

h1 {
	font-size: 30px;
	font-family: Adobe Garamond pro, Verdana, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: rgb(0, 125, 255);
	padding-left: 18px;
	padding-top: 23px;
}

h2 {
	font-size: 24px;
	font-family: Adobe Garamond pro, Verdana, sans-serif;
	font-weight: normal;
	color: rgb(0, 125, 255);
	line-height: 39px;
	padding-left: 3px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top: 1px solid rgb(165, 165, 165);
	border-bottom: 1px solid rgb(165, 165, 165);
}

h3 {
	font-size: 18px;
	font-family: Georgia, Verdana, sans-serif;
	font-weight: normal;
	line-height: 39px;
	padding-left: 3px;
	border-top: 1px solid rgb(165, 165, 165);
	border-bottom: 1px solid rgb(165, 165, 165);
	margin-top: 20px;
	margin-bottom: 8px;
}

a {
	color: #000;
	text-decoration: underline;
}

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

a:visited {
	color: #000;
}

.cleaner {
	clear: both;
}

.signature {
	float: right;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
}

#wrapper { 
	margin: 0 auto;
	width: 1036px;
}

#header {
	width: 971px;
	height: 75px;
	padding-left: 15px;
	margin-left: 20px;
	padding-bottom: 15px;
	background: rgb(113, 113, 113) url(../images/header_background_plain.png) top center no-repeat;
}

#menuwrapper {
	color: #fff;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 961px;
	margin-left: 32px;
	line-height: 40px;
	background: rgb(113, 113, 113);
}

#menu {
	font-size: 15px;
	padding-left: 24px;
}

#menu a, #menu a:visited {
	color: #fff;
	font-family: Georgia, Verdana, sans-serif;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

.menuitem, .menuitemactive {
}

#homeimage {
	padding-top: 30px;
	padding-left: 3px;
}

#content { 
	padding-left: 23px;
	margin-top: 17px;
	margin-left: 35px;
	width: 930px;
	background-color: #fff;
}

#leftcontent {
	float: left;
	padding-left: 3px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin-left: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 546px;
	border-right: 1px solid rgb(165, 165, 165);
}

#rightcontent { 
	padding: 0px;
	width: 285px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

#bottomWrapper {
	width: 961px;
	height: 33px;
	background: rgb(113, 113, 113);
	border-bottom: 3px solid rgb(149, 149, 149);
	float: left;
	margin-left: 32px;
}

#bottom {
	width: 961px;
	height: 8px;
	float: left;
	background: rgb(113, 113, 113);
	margin-left: 32px;
}

#footer { 
	width: 961px;
	height: 52px;
	line-height: 52px;
	background: rgb(51, 51, 51) url("../images/footer_shadow.png") top left repeat-x;
	/*margin-top: 8px;*/
	margin-left: 32px;
	float: left;
}

#cleaner {
	background: rgb(113, 113, 113);
	width: 961px;
	margin-left: 32px;
}
