body {
	margin : 0px;
	/*background : #4E6761 url(/images/layout/bg.gif); */
	background : #4E6761;
}

body, td {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #858585;
	line-height : 1.5em;
}

a {
	color : #688D8F;
}

img {
	border : 0px;
}
/*
#bgGradient {
	background : url(/images/layout/bg_gradient.png) repeat-x top center;
	width : 100%;
	min-height : 350px;
	padding : 20px 0px;
}
*/

#siteWidth {
	width : 975px;
}

#siteContent {
	background : url(/images/layout/content_bg.png) repeat-y top center;
	padding : 0px 8px;
	text-align : left;
}

#leftCol {
	width : 138px;
	float : left;
	
}

#nav a {
	color : #A59C6E;
	text-decoration : none;
	font-size : 9px;
}

#nav a.button {
	display : block;
	width : 138px;
	height : 19px;
	line-height : 19px;
	text-indent : 8px;
	background : url(/images/layout/nav_bg.gif) no-repeat top left;
	font-weight : bold;
	text-transform : uppercase;
}

#nav a:hover, #nav .selected {
	color : #587B7C;
}

#nav .areas {
	margin : 0px;
	padding : 0px;
	list-style : none;
	background : #fff;
}

#nav .areas a {
	font-size : 10px;
	line-height : 11px;
	display : block;
	border-bottom : 1px dotted #D4D4D4;
	padding : 6px 4px;
}

#contactSidebar {
	width : 155px;
	margin : 20px 16px 20px 0px;
	float : right;
	line-height : 1.2em;
}

.contactForm label {
	display : block;
	margin-top : 5px;
}

.contactForm .borders {
	border-top : 1px solid #A9A7A7;
	border-left : 1px solid #A9A7A7;
	border-bottom : 1px solid #D5D5D5;
	border-right : 1px solid #D5D5D5;
	background : #F4F4F4;
}

.contactForm .width {
	width : 155px;
}

.box .contactForm .width {
	width : 255px;
}

.dottedBottom {
	border-bottom : 1px dotted #D5D5D5;
}

.dottedTop {
	border-top : 1px dotted #D5D5D5;
}

h1 {
	font-size : 24px;
	color : #688D8F;
	text-transform : uppercase;
	margin : 0px;
	margin-bottom : 5px;
}

h2 {
	color : #A59C6E;
	font-size : 18px;
	text-transform : uppercase;
	font-weight : normal;
	margin : 0px;
	margin-bottom : 10px;
}

h3 {
	font-size : 18px;
	color : #688D8F;
	text-transform : uppercase;
	margin : 0px;
	margin-bottom : 5px;
}

h4 {
	font-size : 14px;
	color : #688D8F;
	text-transform : uppercase;
	margin : 0px;
	margin-bottom : 5px;
}

h5 {
	font-size : 12px;
	color : #688D8F;
	text-transform : uppercase;
	margin : 0px;
	margin-bottom : 5px;
}

.padded {
	padding : 24px;
}

.grey {
	background : #F4F4F4;
}

.brown {
	color : #A69D6F;
}

.intro {
	color : #688D8F;
	line-height : 1.7em;
	font-size : 14px;
}

.expander, .box {
	border : 4px solid #C4C5C8;
	background : #EDEDED;
	padding : 12px;
}

.expander .open {
	display : none;
}

.expanderOpen .open {
	display : block;
}

.expanderOpen .closed {
	display : none;
}


.expander .areas {
	margin : 0px;
	padding : 0px;
}

.expander .areas li {
	display : block;
	float : left;
	margin : 2px;
	width : 178px;
	border : 1px solid #D0D0D2;
}

.expander .areas li:hover {
	background : #6b9697;
	border : 1px solid #6b9697;
}

.expander .areas li a {
	display : block;
	margin : 5px 8px;
	color : #6b9697;
	height : 38px;
	text-decoration : none;
	line-height : 18px;
}

.expander .areas li:hover a {
	color : #fff;
}


.expanderOpen, .expanderClose {
	display : block;
	text-decoration : none;
}

.spaced li {
	margin-bottom : 10px;
}


#superbgimage img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}
