@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: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.clearfloat { /* 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 its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.clearfloatleft {
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.oneColFixCtr  h1  {
	font-size: 2em;
	font-weight: normal;
	color: #333333;
}
.oneColFixCtr h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #333333;
}
.oneColFixCtr h3 {
	font-size: 1.2em;
	font-weight: bold;
}

.oneColFixCtr   a:link  {
	color: #2AB1FD;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtr    a:visited  {
	color: #2AB1FD;
	text-decoration: none;
	font-weight: normal;
}



.oneColFixCtr   a:active  {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtr   a:hover  {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
.oneColFixCtr #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColFixCtr #headerBar {
	height: 90px;
	margin: 0px;
	padding: 0px;
}

#strap {
	float:right;
	text-align:right;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-right:10px;
	margin-top:30px;
	
}


.oneColFixCtr #headerBar img {
	margin-top: 15px;
	float: left;
}

.oneColFixCtr  #headerBar  .navlist
{
	list-style-type: none;
	float: right;
	width: 200px;
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtr  #headerBar   .navlist    li {
	float: left;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	line-height: 1em;
	padding-left: 5px;
}
.oneColFixCtr  #headerBar  .navlist   li.first
{
	float: left;
	padding-right: 5px;
	border-left-width: 0px;
	border-left-style: none;
	line-height: 1em;
	padding-left: 0px;
}
.oneColFixCtr  #headerBar   .navlist   li  a 
{
	text-decoration: none;
	color: #000000;
	text-transform: none;
	font-weight: normal;
}
.oneColFixCtr  #headerBar  .navlist  a:hover
{
	text-decoration: underline;
	color: #000000;
}

.oneColFixCtr #navBar {
	height: 26px;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	clear: both;
}
.oneColFixCtr   #navBar  a:link  {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtr    #navBar  a:visited  {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtr   #navBar  a:active  {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtr   #navBar  a:hover  {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}



.oneColFixCtr #mainContent {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	margin: 0px;
	background-color: #FFFFFF;
}
.oneColFixCtr #mainContent .left1 {
	width: 484px;
	padding: 10px;
	background-color: #FFFFFF;
	height: 260px;
	margin-top: 16px;
	float: left;
	background-image: url(images/bg_p1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtr #mainContent .left1 h1 {
	margin-right: 160px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtr #mainContent .left1 p {
	margin-right: 120px;
}
.oneColFixCtr #footerBar {
	background-color: #E7F3DB;
	padding: 16px;
	clear: both;
}
.oneColFixCtr #footerBar h3 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColFixCtr #footerBar2 {
	background-color: #333333;
	height: 27px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtr #footerBar2 p {
	line-height: 27px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
.oneColFixCtr #footerBar2 a {
	color: #FFFFFF;
}
.oneColFixCtr #logoBar img {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.oneColFixCtr #logoBar {
	clear: both;
}

.oneColFixCtr #navBar2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.oneColFixCtr  #navBar2  .navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 90%;
}
.oneColFixCtr  #navBar2   .navlist    li {
	float: left;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	line-height: 1em;
	padding-left: 5px;
}
.oneColFixCtr  #navBar2  .navlist   li.first
{
	float: left;
	padding-right: 5px;
	border-left-width: 0px;
	border-left-style: none;
	line-height: 1em;
	padding-left: 0px;
}
.oneColFixCtr  #navBar2   .navlist   li  a 
{
	text-decoration: none;
	color: #000000;
	text-transform: none;
	font-weight: normal;
}
.oneColFixCtr  #navBar2  .navlist  a:hover
{
	text-decoration: underline;
	color: #000000;
}
.floatLeft {
	float: left;
}
.floatLeftImg {
	float: left;
	margin-right: 16px;
}
.floatRightTopImg {
	float: right;
	margin-top: 16px;
}
.oneColFixCtr #mainContent .right1 {
	width: 330px;
	padding: 20px;
	background-color: #CCCCCC;
	height: 220px;
	margin-top: 16px;
	background-image: url(images/bg_p2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 16px;
	margin-left: 620px;
	margin-right: 0px;
}
.oneColFixCtr  #mainContent  .right1  h2 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtr #mainContent .right1 a {
	color: #000000;
	font-weight: bold;
}

a.autus:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
a.autus:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
a.autus:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
a.autus:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}


a.discreet:link, a.discreet:active, a.discreet:visited, a.discreet:hover {
	color: #333333;
	cursor: text;
	text-decoration: none;
}
.floatRightImg {
	float: right;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 16px;
}
.floatLeftImg {
	float: left;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 0px;
}

#contactForm      input.contact              {
	display: block;
	width: 200px;
	float: none;
}
#contactForm     label.contact             {
	text-align: left;
	width: 300px;
	padding-right: 20px;
	display: block;
	float: none;
	margin-top: 10px;
}
.ContactForm {
	background-color: #E2E2E2;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.oneColFixCtr #mainContent #gallery {
	clear: both;
}
.oneColFixCtr #mainContent #gallery img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 0px;
}

.oneColFixCtr #logoBar #logoleft {
	float: left;
	width: 341px;
}
.oneColFixCtr #logoBar #logomiddle {
	float: left;
	width: 342px;
}
.oneColFixCtr #logoBar #logoright {
	float: left;
	width: 341px;
}
.oneColFixCtr #mainContent .padbottom {
	margin-bottom: 60px;
}

