@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #61605F;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.oneColFixCtr #container {
	width: 906px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr strong {
	font-weight: bold;
	color: #333333;
}
.oneColFixCtr   a:link  {
	color: #D70109;
	text-decoration: none;
}
.oneColFixCtr    a:visited  {
	color: #AF0103;
	text-decoration: none;
}
.oneColFixCtr   a:active  {
	color: #D70109;
	text-decoration: underline;
}
.oneColFixCtr   a:hover  {
	color: #000000;
	text-decoration: underline;
}

.oneColFixCtr #navBar {
	background-image: url(images/bg_nav.jpg);
	height: 31px;
	margin-bottom: 28px;
	padding-top: 166px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.oneColFixCtr  #navBar   .navlist    
{
	list-style-type: none;
	margin: 0;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 54px;
	width: 90%;
}
.oneColFixCtr    #navBar    .navlist    li {
	float: left;
	padding-right: 20px;
	line-height: 31px;
	padding-left: 15px;
	background-image: url(images/bg_nav_item.gif);
	background-repeat: no-repeat;
	background-position: right 11px;
}
.oneColFixCtr    #navBar    .navlist   li.first
{
	float: left;
	padding-right: 20px;
	border-left-width: 0px;
	border-left-style: none;
	line-height: 31px;
	padding-left: 0px;
}
.oneColFixCtr   #navBar   .navlist   li  a 
{
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}
.oneColFixCtr #navBar .navlist li a.selected {
	text-decoration: none;
	color: #D70109;
	text-transform: uppercase;
	font-weight: bold;
}

.oneColFixCtr   #navBar   .navlist  a:hover
{
	text-decoration: none;
	color: #0252A9;
}
.oneColFixCtr #mainContent #leftNav {
	float: left;
	width: 231px;
	padding-left: 35px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.oneColFixCtr     #mainContent     #leftNav    .navlist
{
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	
}
.oneColFixCtr      #mainContent      #leftNav      .navlist     li
{
	padding-bottom: 8px;
	padding-top: 0px;
	height: 23px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.oneColFixCtr    #mainContent    #leftNav    .navlist    li   a 
{
	text-decoration: none;
	color: #61605F;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 23px;
	padding-left: 10px;
}
.oneColFixCtr  #mainContent  #leftNav  .navlist  li a.red  {
	text-decoration: none;
	color: #61605F;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 23px;
	background-image: url(images/bg_left_nav_01.jpg);
	height: 23px;
	width: 217px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
}
.oneColFixCtr     #mainContent     #leftNav     .navlist    a.red:hover
{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(images/bg_left_nav_01_o.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent #leftNav .navlist li a.redselected {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 23px;
	background-image: url(images/bg_left_nav_01_o.jpg);
	height: 23px;
	width: 217px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
}


.oneColFixCtr #mainContent #leftNav .navlist li a.white {
	text-decoration: none;
	color: #61605F;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 23px;
	background-image: url(images/bg_left_nav_02.jpg);
	height: 23px;
	width: 217px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
}
.oneColFixCtr #mainContent #leftNav .navlist a.white:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(images/bg_left_nav_02_o.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent #leftNav .navlist li a.whiteselected {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 23px;
	background-image: url(images/bg_left_nav_02_o.jpg);
	height: 23px;
	width: 217px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
}

.oneColFixCtr #mainContent #leftNav .navlist li a.grey {
	text-decoration: none;
	color: #61605F;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 23px;
	background-image: url(images/bg_left_nav_03.jpg);
	height: 23px;
	width: 217px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
}
.oneColFixCtr #mainContent #leftNav .navlist a.grey:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(images/bg_left_nav_03_o.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent #leftNav .navlist li a.greyselected {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 23px;
	background-image: url(images/bg_left_nav_03_o.jpg);
	height: 23px;
	width: 217px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
}

.oneColFixCtr #mainContent #leftNav .navlist li a.grey2 {
	text-decoration: none;
	color: #61605F;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 23px;
	background-image: url(images/bg_left_nav_04.jpg);
	height: 23px;
	width: 217px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
}
.oneColFixCtr #mainContent #leftNav .navlist a.grey2:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(images/bg_left_nav_04_o.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent #leftNav .navlist li a.grey2selected {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 23px;
	background-image: url(images/bg_left_nav_04_o.jpg);
	height: 23px;
	width: 217px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
}









.oneColFixCtr #mainContent {
	margin-right: 30px;

}
.oneColFixCtr #mainContent #mainText {
	margin-left: 267px;
	background-color: #F2F2F2;
	padding: 20px;
	margin-top: 6px;
	background-image: url(images/bg_main_text.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtr #mainContent #mainText h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
}
.oneColFixCtr #mainContent #mainText h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.oneColFixCtr #mainContent #mainText h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
}
.oneColFixCtr  #mainContent  #mainText  .image  {
	margin-right: 3px;
	float: left;
	margin-bottom: 20px;
}
.oneColFixCtr #mainContent #mainText .galleryimage {

}
.oneColFixCtr #mainContent #mainText .spacing {
	margin-right: 3px;
	float: left;
	margin-bottom: 3px;
}
.oneColFixCtr      #mainContent      #mainText      #contactForm     input.contact{
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
.oneColFixCtr     #mainContent     #mainText     #contactForm    label.contact  {
	text-align: left;
	width: 140px;
	padding-right: 20px;
	display: block;
	float: left;
}
.oneColFixCtr        #mainContent        #mainText        #contactForm    #button.contact     {
	width: 100px;
	margin-bottom: 0px;
	padding-top: 10px;
}



.oneColFixCtr #footerBar {
	clear: both;
	padding-left: 35px;
	padding-top: 10px;
	line-height: 2em;
}
.oneColFixCtr #footerBar #footerNav {
	text-align: right;
	margin-left: 440px;
	width: 400px;
	padding: 0px;
	margin-top: 20px;
}
.oneColFixCtr  #footerBar #footerNav .navlist    
{
	list-style-type: none;
	margin: 0;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 90%;
}
.oneColFixCtr #mainContent #mainText .sitemap {
	list-style-type: none;
}

.oneColFixCtr   #footerBar #footerNav .navlist    li {
	float: left;
	padding-right: 10px;
	line-height: 1em;
	padding-left: 5px;
	background-image: url(images/bg_nav_item.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.oneColFixCtr  #footerBar #footerNav .navlist   li.first
{
	float: left;
	padding-right: 10px;
	border-left-width: 0px;
	border-left-style: none;
	line-height: 1em;
	padding-left: 0px;
}
.oneColFixCtr  #footerBar #footerNav .navlist   li  a 
{
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 80%;
}

.oneColFixCtr   #footerBar #footerNav .navlist  a:hover
{
	text-decoration: none;
	color: #000000;
	font-size: 80%;
}
.oneColFixCtr #footerBar #footerNav .navlist li.last {
	float: left;
	padding-right: 0px;
	border-left-width: 0px;
	border-left-style: none;
	line-height: 1em;
	padding-left: 5px;
	background-image: none;
}
.oneColFixCtr .fltLeft {
	float: left;
}



.clearfloatleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
	line-height: 1px;
	height: 1px;
}
.oneColFixCtr #mainContent #mainText .discreet {
	font-size: 0.8em;
}
.oneColFixCtr #mainContent #mainText .discreet a {
	color: #61605F;

}
.oneColFixCtr #mainContent #mainText .discreet a:hover {
	color: #61605F;
	text-decoration: none;
}

