
/*  GLOBAL -------------------------------------------    */

* {
-moz-box-sizing:border-box;
box-sizing:border-box;
margin:0px;
padding:0px;
}

form {margin:0px;}
textarea,select {font-family:arial;}

img {border:0px;}

ul {
margin:6px 0px 6px 10px;
padding:6px 0px 6px 10px;
}

body  {
margin:0px;
padding:0px;
text-align:center;
line-height:16px;
background: #675a50 url(images/bg.jpg) repeat-x top; 
}


.maincontainer {
width:970px;
margin-left:auto;
margin-right:auto;
text-align:left;
padding-top:0px;
}

.homecontainer {
position:relative;
background: #ffffff; 
float:left;
width:950px;
  min-height:500px;
  height:auto !important;
  height:500px;
}




.shadeleft {
float:left;
background: #675a50 url(images/margin-left.jpg) no-repeat top; 
width:10px;
height:274px;
}

.shaderight {
float:left;
background: #675a50 url(images/margin-right.jpg) no-repeat top; 
width:10px;
height:274px;
}


.homecontent {
float:left;
background: #ffffff; 
width:950px;
height:241px;
}

.homeleft {
float:left;
width:657px;
height:241px;
}

.hometext {
background: #ffffff url(/images/homeback.jpg) no-repeat top; 
width:657px;
height:184px;
}

.homeright {
float:left;
width:293px;
height:241px;
}


.subcontent {
float:left;
background: #f7f5ef url(images/banner_subback.jpg) no-repeat top; 
width:950px;
}

a.subnav {
	font: bold 11px arial, helvetica, sans-serif;
	color : #a82940; 
	text-decoration:none;
	background: url(images/redarrow.gif) no-repeat left center;
	padding:0px 0px 0px 10px;
	text-transform:uppercase;
}



/*  FOOTER -------------------------------------------    */

.footerbox {
position:relative;
	width:950px;
	height:143px;
	font: 11px arial, helvetica, sans-serif;
	color:#828282;
}

.footerbox a {
	font: bold 11px arial, helvetica, sans-serif;
	color : #828282; 
	text-decoration:none;
	background: url(images/redarrow.gif) no-repeat left center ;
	padding:0px 0px 0px 10px;
}

.footerbox a:hover {
	color : #828282;
	text-decoration:underline;
}

a.subfoot {
	font:  11px arial, helvetica, sans-serif;
	color : #828282; 
	text-decoration:none;
	background: none;
	padding:0px 0px 0px 5px;
	margin:5px 0px 0px 13px;
	background: url(images/bulletgray.gif) no-repeat left center;
}

a:hover.subfoot {
	color : #828282;
	text-decoration:underline;
}


.footer1 {
position:absolute;
left:56px;
top:20px;
width:168px;
padding: 0px 0px 0px 0px;
}

.footer2 {
position:absolute;
left:262px;
top:20px;
width:168px;
padding: 0px 0px 0px 0px;
}

.footer3 {
position:absolute;
left:467px;
top:20px;
width:175px;
padding: 0px 0px 0px 0px;
}

.footer4 {
position:absolute;
left:672px;
top:20px;
width:106px;
padding: 0px 0px 0px 0px;
}

.footer5 {
position:absolute;
left:814px;
top:20px;
width:106px;
padding: 0px 0px 0px 0px;
}

.footerright {
display:inline;
float:left;
width:720px;
margin: 20px 0px 20px 0px;
color:#BFC0C0;
text-transform:uppercase;
text-align:left;
}







