@charset "UTF-8";
/* CSS Document */

body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
    text-align: center;
  }
  
/* Text Styles */

BODY {
	font-family: "Arial", Helvetica, sans;
	font-size: 11px;
	font-style: normal;
	line-height: 1.35em;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	text-decoration: none;
}

P {
	font-family: "Arial", Helvetica, sans;
	font-size: 12px;
	font-style: normal;
	line-height: 1.35em;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	text-decoration: none;
}

a.main:link {
	font-family: "Arial", Helvetica, sans;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #4D4233;
	text-decoration: none;
	margin-right: 10px;
}

a.main:hover {
	font-family: "Arial", Helvetica, sans;
	color: #C96;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-variant: normal;
	margin-right: 10px;
}

a.main:active {
	font-family: "Arial", Helvetica, sans;
	color: #CC9;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-variant: normal;
	margin-right: 10px;
}


a.main:visited {
	font-family: "Arial", Helvetica, sans;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #4D4233;
    text-decoration: none;
	margin-right: 10px;
}

.maincurrent {
	font-family: "Arial", Helvetica, sans;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #C96;
	text-decoration: none;
	margin-right: 10px;
}

a.mainright:link {
	font-family: "Arial", Helvetica, sans;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #4D4233;
	text-decoration: none;
}

a.mainright:hover {
	font-family: "Arial", Helvetica, sans;
	color: #C96;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-variant: normal;
}

a.mainright:active {
	font-family: "Arial", Helvetica, sans;
	color: #CC9;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-variant: normal;
}


a.mainright:visited {
	font-family: "Arial", Helvetica, sans;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #4D4233;
    text-decoration: none;
}

.mainrightcurrent {
	font-family: "Arial", Helvetica, sans;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #C96;
	text-decoration: none;
}

a.subnav { 
	font-family: "Arial", Helvetica, sans;
	font-size: 11px;
	color: #4D4233;
	font-style: normal;
	line-height: 1.35em;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

a.subnav:visited { 
	font-family: "Arial", Helvetica, sans;
	font-size: 11px;
	color: #cc9933;
	font-style: normal;
	line-height: 1.35em;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	
}

a.subnav:hover { 
	font-family: "Arial", Helvetica, sans;
	font-size: 11px;
	color: #C96;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	line-height: 1.35em;
	font-variant: normal;
}

a.subnav:active { 
	font-family: "Arial", Helvetica, sans;
	color: #CC9;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	line-height: 1.35em;
	font-variant: normal;
}

.sectiontitle {
	font-family: "Arial", Helvetica, sans;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	color: #C96;
	text-decoration: none;
}

.bodydark {
	font-family: "Arial", Helvetica, sans;
	font-size: 11px;
	font-style: normal;
	line-height: 1.35em;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-decoration: none;
}

/* Div ID Styles and Classes */

#centered {
	width: 960px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -275px;
	text-align: left;
	background: #FFF;
	background-image: url(../images/common/homeBG.jpg);
}

#centeredinterior {
	width: 930px;
	height: 875px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -465px;
	margin-top: -410px;
	text-align: left;
	background: #FFF;
	background-image: url(../images/common/interiorBG.jpg);
}

#centeredinfo {
	width: 930px;
	height: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -465px;
	margin-top: -410px;
	text-align: left;
	background: #FFF;
	background-image: url(../images/common/interiorBGLong.jpg);
}


#homeleftinfo {
	width: 230px;
	height: 290px;
	padding-top: 235px;
	padding-right: 0px;
	float: left;
	text-align: right;
}

#flashcontainer {
	width: 910px;
	height: 655px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	text-align: center;
}

#infocontainer {
	width: 930px;
	height: 800px;
	float: left;
	text-align: center;
}

#interiorleftinfo {
	width: 230px;
	height: 105px;
	padding-top: 70px;
	padding-right: 0px;
	float: left;
	text-align: right;
}

#homespace {
	width: 100px;
	height: 525px;
	float: left;
}

#interiorrowspace {
	width: 930px;
	height: 25px;
	float: left;
}

#inforowspace {
	width: 930px;
	height: 75px;
	float: left;
}

#homespaceinterior {
	width: 190px;
	height: 175px;
	float: left;
}

#contentspace {
	width: 475px;
	height: 150px;
	float: left;
}

#nav {
	width: 475px;
	height: 25px;
	float: left;
	text-align: right;
}

#linebreak {
	width: 475px;
	height: 60px;
	float: left;
	text-align: center;
}

#homecontent {
	width: 475px;
	float: left;
	text-align: justify;
}

#infocolumnsm01 {
	width: 230px;
	height: 700px;
	float: left;
	text-align: right;
}

#infocolumnsm02 {
	width: 180px;
	height: 700px;
	float: left;
	padding-left: 20px;
	text-align: left;
}

#infocolumnlg {
	width: 410px;
	height: 700px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 45px;
	padding-bottom: 0px;
	float: left;
	text-align: left;
}

