@import url("navigation.css");
* {
	margin:0;
	padding:0
}
/* mac hide \*/
html, body {
	width:100%;
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
	height: 100%;
}
/* end hide */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	clear: both;
}
/* Hides from IE-mac \*/
.clearfix {
	height: 1%;
	clear: both;
}
.clearfix {
	display: block;
	clear: both;
}
/* End hide from IE-mac */
/*General layout +++++++++++++++++++++++++++++++++++++++++++++++*/

BODY {
	min-width:980px; /* for good browsers*/
	font-size: 0.73em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #1F1F1F url(../graphics/background2.jpg) repeat-y center top;
	color: #FFFFFF;
	min-height:100%; /* this is the key! */
}
p {
	margin:0 0 1.2em;
	padding:0px
}
a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #474745;
}
a:hover {
	color: #7A623C;
	text-decoration: none;
	outline: none;
}
a:active {
	outline: none;
}
br {
	padding: 0px;
	height: 1px;
	width: 100%;
	clear: both;
}
#BodyHolder {
	MARGIN: 0px auto;
	padding: 0px;
	width: 950px;
	clear: both;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: url(../graphics/background2.jpg) repeat-y center top;
}
#BodyLeft {
	MARGIN: 0px;
	padding: 0px;
	width: 220px;
	float: left;
	background: #333333;
}
#BodyLeft .Logo {
	MARGIN: 0px auto;
	padding: 30px 0px 0px;
	width: 190px;
}
#BodyLeft .Logo a {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#BodyRight {
	MARGIN: 0px;
	padding: 0px;
	width: 730px;
	float: right;
}
#BodyRight .LeftTop {
	width: 210px;
	float: left;
}
#BodyRight .RightTop {
	MARGIN: 0px;
	padding: 135px 75px 0px 20px;
	width: 425px;
	float: right;
	height: 35px;
}
#BodyRight .Full {
	MARGIN: 0px;
	width: 730px;
	border-top: 1px solid #333333;
}
#BodyRight .Left {
	MARGIN: 0px;
	padding: 10px;
	width: 190px;
	float: left;
	font-size: .95em;
}

#BodyRight .Left a{
	border-bottom: 0px none;
}
#BodyRight .Left img{
	border: 1px solid #7A623C;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

#BodyRight .LeftPeople {
	MARGIN: 0px;
	padding: 0px;
	width: 210px;
	float: left;
	clear: left;
	overflow:hidden;
	height: 455px;
}
#BodyRight .LeftPeople p {
	padding: 0px 5px;
	font-size: 0.97em;
}
#BodyRight .Right {
	MARGIN: 0px;
	padding: 0px 80px 0px 20px;
	width: 420px;
	float: right;
	clear: right;
}
#BodyRight .Right .smallLeft{
	MARGIN: 0px;
	padding: 0px 20px 0px 0px;
	width: 249px;
	float: left;
	border-right: 1px solid #333333;
}
#BodyRight .Right .smallRight{
	MARGIN: 0px;
	padding: 0px 0px 0px 20px;
	width: 130px;
	float: right;
}
#BodyRight .Right .smallRight a{
	border-width: 0px;
	border-style: none;
}

#BodyRight .Right .smallRight .sideWrap{
	MARGIN: 0px 0px 30px;
	padding: 5px 10px;
	width: 110px;
	background: url(../graphics/sidelink-bg.jpg) no-repeat center top;
	height: 55px;
}

#BodyRight .Right .smallRight .sideWrap img{
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: text-bottom;
}

#BodyRight .Right .smallRight .sideWrap .largetext{
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 3px;
}
#BodyRight .Right .smallRight .sideWrap .smalltext{
	font-size: .95em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

#BodyRight .TextWrap {
	overflow:hidden;
	height: 455px;
}
#BodyRight .TextWrap .Text {
	height: 458px;
}
.grey {
	color: #3A3A3A;
	font-size: 0.75em;
}
.formleft {
	width:75px;
	margin-bottom:5px;
	float: left;
}
.formright {
	width:290px;
	margin-bottom:5px;
	float: right;
	margin-right: 10px;
}
input {
	width:285px;
	font-size:1.1em;
	border-width: 0px;
	border-style: none;
}
textarea {
	width:285px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	border-width: 0px;
	border-style: none;
}
.Button {
	width:100px;
	background:url(../graphics/button-over.jpg) no-repeat center center;
	color:#999999;
	cursor: hand;
	cursor: pointer;
	height: 25px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin-top: 10px;
	padding-bottom: 3px;
	float: right;
  }

.Button:hover {
	background:url(../graphics/button.jpg) no-repeat center center;
  	color:#FFFFFF;
}
h1 {
	text-align:left;
	text-transform:lowercase;
	font: normal 2.3em Rockwell, Arial, sans-serif;
	padding:0em;
	color: #FFFFFF;
}
h2 {
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 0px 10px;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
h3, h4 {
	color: #7A623C;
	margin: 0px;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	padding: 10px 0px 0px;
	font-size: 1.3em;
	line-height: 1.5em;
	text-transform: uppercase;
}
h4 {
	padding: 5px 5px 10px;
	font-size: 1.1em;
	line-height: 1.1em;
	font-style: italic;
}
.break {
	background-image: url(../graphics/dotline-black.png);
	background-repeat: repeat-x;
	padding: 0px;
	height: 1px;
	width: 90%;
	margin: 3px auto;
	clear: both;
}

.breakDark {
	background-image: url(../graphics/dotline-grey.png);
	background-repeat: repeat-x;
	padding: 0px;
	height: 1px;
	width: 90%;
	margin: 3px auto;
	clear: both;
}
#ContactLeft {
	width:190px;
	float: left;
	padding-right: 3px;
}

#ContactRight {
	width:215px;
	float: right;
	border-left: 1px solid #333333;
	padding-left: 11px;
}

#ContactRight a{
	/*color: #7A623C;*/
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#ContactRight a:hover{
	/*color: #FFFFFF;*/
}

#ContactRight .left{
	width:50px;
	float: left;
}
#ContactRight .left img{
	border: 1px solid #7A623C;
}
#ContactRight .right{
	width:155px;
	float: right;
	padding-top: 10px;
}
#BodyFooter {
	MARGIN: 0px;
	width: 910px;
	clear: both;
	padding: 20px;
	text-align: right;
	font-size:0.85em;
	color:#3A3A3A;
	font-weight: normal;
}
#BodyFooter a {
	color:#3A3A3A;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#BodyFooter a:hover {
	color: #7A623C;
	text-decoration: none;
	outline: none;
}
#BodyFooter a:active {
	outline: none;
}

