@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #585e6c;
}
body {
	background-color:#FFFFFF;
}

#wrapper{
	width: 766px;
	text-align:center;
	margin: 0 auto;
}
#top{ height: 39px; padding:0; margin:0; background:#000 url(../images/2009-home_01.jpg) top no-repeat;}
#nav {float:left; width:238px; height:318px; background: #000 url(../images/2009-home_02.jpg) no-repeat; text-align:left; padding:150px 10px 15px 70px;}
#header{
	padding: 10px 0;
	width: 400px;
	height:132px;
	background: #000 url(../images/2009-home_03.jpg) no-repeat;
	text-align:right;
	float:left;
}

#rightedge {float:right; width: 48px; height:483px; background: #000 url(../images/2009-home_04.jpg) no-repeat;}
#main {background-color:#ececec; text-align:left; padding:0px; width:400px;   height:331px; float:left; overflow:auto;}
#footer {background: #fff url(../images/2009-home_06.jpg) no-repeat; height:8px; text-align:right; padding: 150px 20px 5px; clear:both; font-size:9px}

/* General formatting */
.imgleft {float: left; padding 10px; border:#585e6c 1px solid;}
.imgright {float: right; padding 10px; border:#585e6c 1px solid;}
.imgborder{border:#585e6c 1px solid;}
.heading {
	font-size:1.8ems;
	font-weight: bold;
	width: 180px;
	float:right;
	text-align:right;
}
.border {border:1px solid #8f8f8f; background-color:#fff; padding: 5px; margin: 5px;}
/* Text Formatting */
a.main:link, a.main:visited, a.main:active {
	color: #585e6c;
	font-weight: bold;
	text-decoration: underline;
	border-bottom:0px solid #8f8f8f;
	display:inline;
}
	
a.main:hover {
	text-decoration: underline;
	color: #481617;
	border-bottom:0px solid #8f8f8f;
	display:inline;
}

a.nav:link, a:visited, a:active {
	color: #585e6c;
	text-decoration: none;
	border-bottom:1px solid #8f8f8f;
	display:block;
	height: 1eps;
	width: 150px;
	padding: 5px 5px;
	text-align:center;
	margin: 0;
}
a.nav:hover {
	text-decoration: none;
	color: #585e6c;
	border-bottom:1px solid #8f8f8f;
	background-color:#ececec;
	display:block;
	height: 1eps;
	width: 150px;
	padding: 5px 5px;
	text-align:center;
}

a.footer:link, a.footer:visited, a.footer:active {

	color: #585e6c;
	font-weight: bold;
	text-decoration: none;
	font-size:9px;
	
	
	border-bottom:0px solid #8f8f8f;
	display:inline;
}
a.footer:hover {
	text-decoration: underline;
	color: #481617;
	font-size:9px;
	border-bottom:0px solid #8f8f8f;
	display:inline;

}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	color:#6ebdea;
	font-size: 1.1em;

}
h2 {
	font-size: 1.1em;
	font-weight:normal;
	color: #6ebdea;
}
h3 {
	color: #6ebdea;
}
.clearall{clear:both}


/*  Contact form formatting */
#contactwrapper {
	height: auto;
	width: auto;
}
#contactleftcol {
	float: left;
	height: auto;
	width: 370px;
}
#contactrightcol {
	float: right;
	height: auto;
	width: 170px;
	background-color:#CED2D6;
	padding:5px;
	margin:10px 100px;
	text-align:left;
}
#piname {
	text-align: right;
	float: left;
	height: 25px;
	width: 110px;
}
#pinameright {
	float: right;
	height: 25px;
	width: 210px;
}
.padme {
	margin-right: 20px;
}
