html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background-image:url(../imgs/bkgBase.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}
h1 {
	display: none;	
}
.clr {
	position: relative;
    height: 1px;
    clear: both;
	overflow:hidden;
	display: inline-block;
}
* html .clr {
	zoom: 1;
    display: block;
}

#container {
	position: relative;
	width: 900px;
	margin: 0px auto;
	background-image:url(../imgs/secondaryBkg.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#leftCol {
	width: 258px;
	float: left;
}
#leftMenu {
	position: relative;
	background-image:url(../imgs/leftColBkg.jpg);
	background-repeat:no-repeat;
	width: 237px;
	height: 400px;
	padding: 17px 0px 0px 21px
}
#leftMenu h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: "Segoe UI", verdana, tahoma, arial, helvetica;
	font-size: 1.0em;
	color: #c03a03;
	font-weight: normal;
	letter-spacing: -1px;
}
#leftMenu ul,
#leftMenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#leftMenu ul {
	float: right;	
}
#leftMenu li {
	width: 237px;
	height: 20px;
	overflow: hidden;
	margin-bottom: 1px;
	font-family: "Segoe UI", verdana, tahoma, arial, helvetica;
	font-size: 13px;
}
#leftMenu li.selected {
	width: 229px;
	padding: 0px 0px 0px 8px;
	color: #FFF;
	background-image:url(../imgs/subNav_sel.png);	
}
#leftMenu li a,
#leftMenu li a:link {
	width: 229px;
	height: 20px;
	padding: 0px 0px 0px 8px;
	display: block;
	color: #777;
	text-decoration: none;
}
#leftMenu li a:hover {
	color: #777;
	background-image:url(../imgs/subNav_on.png);
	text-decoration: none;
}
#addressDeets {
	position: relative;
	background-image:url(../imgs/leftColBkg.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	width: 237px;
	height: 111px;
	padding: 20px 0px 0px 21px;
	margin: 0px 0px 40px 0px;
	font-family: "Segoe UI", verdana, tahoma, arial, helvetica;
	font-size: 0.65em;
	color: #666;
}

#rightCol {
	width: 642px;
	float: left;
}
#tabGroup {
	width: 642px;
	height: 96px;
}
#tabFloat {
	margin-right: 4px;
	float: right;
}
#tabFloat a {
	float: left;	
}
#mainContent {
	position: relative;
	width: 613px;
	min-height: 571px;
	background-image:url(../imgs/contentBkg.jpg);
	background-repeat:no-repeat;
	padding: 18px 19px 0px 10px;
	font-family: "Segoe UI", verdana, tahoma, arial, helvetica;
	font-size: 0.8em;
	color: #555;
}
#mainContent p {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
#mainContent h2 {
	font-family: "Segoe UI", verdana, tahoma, arial, helvetica;
	font-size: 2.1em;
	color: #c03a03;
	font-weight: normal;
	letter-spacing: -1px;
}

#mainContent h3 {
	font-family: "Segoe UI", verdana, tahoma, arial, helvetica;
	font-size: 1.20em;
	color: #c03a03;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
#mainContent #bodyCopy {
	margin: 0px 14px;
}

#footer {
	width: 100%;
	height: 82px;
	background-image:url(../imgs/footerBkg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	clear: both;
}
#footInner {
	width: 900px;
	margin: 0px auto;
	height: 82px;
}
#footLeft {
	float: left;
	width: 250px;
}
#footRight {
	float: right;
	width: 642px;
	font-family: "Segoe UI", verdana, tahoma, arial, helvetica;
	font-size: 0.75em;
	color: #FFF;
	text-align: center;
	margin-top: 43px;
}
#footRight a,
#footRight a:link {
	color: #FFF;
	text-decoration: none;
}
#footRight a:hover {
	color: #FF6;
	text-decoration: none;
}

.temp {
	height: 2px;
	overflow: hidden;
	background-color: #039;	
}

#ContactForm td
{
    padding-right:20px;
}

#ContactForm td input, textarea, select
{
    width:250px;
	font-family: "Segoe UI", verdana, tahoma, arial, helvetica;    
	font-size:0.9em;
}

#ContactForm #btnSubmitForm
{
    width:100px;
}
