/* CSS Document */

body {
	margin-top:0px; 
	margin-left:0; 
	background-image:url(images/background.jpg); 
	background-repeat:repeat-x; 
	background-color:#A6A6A6;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#3D4B62;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:left;
	color:#3D4B62;
}

.leftshadow {
	background-image:url(images/leftshadow.jpg); 
	background-repeat:repeat-y; 
	width:20px; 
	height:755px; 
	float:left;
}

.main {
	width:1000px;
	height:750px;
	float:left;
}

.rightshadow {
	background-image:url(images/rightshadow.jpg);
	background-repeat:repeat-y;
	width:20px;
	height:755px;
	float:right;
}

.header {
	background-image:url(images/header.jpg);
	height:245px;
}

.mainMenu {
	background-color:#000000;
	height:22px;
}

/*********MAIN MENU*************/
.tabsmenuclass {
	background-color:#000000;
	border: 0;
	width:600px;
	
}

.tabsmenuclass ul{
	overflow: hidden;
	/*margin: 0;*/
	margin-top:0;
	margin-bottom:0;
	padding: 0;
	list-style-type: none;
}

.tabsmenuclass li{
	float: left;
}

.tabsmenuclass a{
	display: block;
	padding: 5px 7px;
	background: #000000;
	color:white;
	text-decoration: none;
	font:10px Arial;
	background-image:url(images/spacer.jpg);
	background-repeat:no-repeat;
	background-position: right
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
	background: #3B4B62;
	color: #FFFFFF;
	background-image:url(images/spacer.jpg);
	background-repeat:no-repeat;
	background-position: right;
}
/********END MENU BUTTONS**********/

.topcontent {
	height:460px;
}

.topcontentTEXT {
	float:left;
	width:350px;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
}

.topcontentTEXT a {
	text-align:right;
	display:block;
}

.topcontentLINKS {
	float:left;
	width:400px;
	margin-top:100px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
}

.topcontentLINKS a {
	text-align:right;
}

.topcontentCONTACT {
	float:left;
	width:400px;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
}

.topcontentCONTACT a {
	text-align:right;
}

.separator {
	background-color:#999999;
	height:1px;
}

.content {
	width:398px;
	height:130px;
	float:left;
}

.content p{
	width:160px;
	float:right;
	margin-top:20px;
	margin-right:20px;
}

.content a {
	text-align:right;
	display:block;
}

.footer {
	background-image:url(images/footer.jpg);
	height:28px;
}


.hedermenu {
	width:150px;
	float:right;
	margin-right:50px;
	margin-top:70px;
}

.hedermenu li {
	display:block;
	color:#FFFFFF;
	text-align:left;
	padding-left: 20px;
	margin-bottom:10px;
}

.hedermenu a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

.stripe {
	height:30px;
}