@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/images/leatherbg.jpg);
	padding:0px;
	margin:0px;
	height:100%;
}

body, p, div {
	font-family:Optima, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
}

a:link, a:active, a:visited, a:hover {
	color:#900;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #999;	
}

h1, h2, h3 {
	color:#900;
	font-weight:normal;
	letter-spacing:2px;
	text-align:left;
	line-height:35px;
}


#container {
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	background-image:url(/images/glare.png);
	background-position:top center; 
	background-repeat:no-repeat;
	min-width:1000px;
}



#Logo {
	width:236px;
	text-align:right;
	float:right;
	padding-top:20px;
}

#topContainer {
	max-width:1000px;
	margin:auto;	
	padding-bottom:10px;
}

#menuContainer {
	max-width:764px;
	float:left;
	text-align:center;
	margin-top:40px;
}

.menuItem a:link, .menuItem a:active, .menuItem a:visited, .menuItem a:hover, .menuItem {
	color:#ffffff;
	text-decoration:none;
	border-bottom:0px;
}

.menuItemSelected a:link, .menuItemSelected a:active, .menuItemSelected a:visited, .menuItemSelected a:hover, .menuItemSelected {
	color:#FFF;
	background-color:#900;
	text-decoration:none;
	border-bottom:0px;
}



.menuItemSelected a:link, .menuItemSelected a:active, .menuItemSelected a:visited, .menuItemSelected a:hover {
	padding:5px;
}

.menuItem a:link, .menuItem a:active, .menuItem a:visited, .menuItem a:hover {
	padding:5px;
}

.menuItem a:hover {
	background-color:#333;	
}



.menuDash {
	color:#ffffff;
}

.clearDiv {
	clear:both;
}

#contentContainerWide {
	
}
#contentContainer {
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
	color:#333;
	/*
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	*/
	margin-bottom:10px;
	margin-top:30px;
	
}

.contentImage {
	float:left;
	width:430px;
	margin:auto 0;
	text-align:center;
	padding-top:30px;
}

.contentText {
	float:left;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:35px;
	width:400px;
	text-align:justify;
	background-color:#EEE;
	color:#333;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.content {
	padding-top:20px;
	width:937px;
	margin:auto;
	background-color:#eee;
	color:#333;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding:30px;
}

.content, .content p {
	text-align:justify;	
}

#bottomContainer {
	background-image:url(/images/promotionbg.png);
	padding-top:10px;
	padding-bottom:25px;
	
}

#promotionContainer {
	width:900px;
	margin:0 auto;
}

.promotionItem {
	position:relative;
	background-image:url(/images/promotionbadge.png);
	background-repeat:no-repeat;
	width:280px;
	height:190px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin:auto;
	float:left;
	z-index:1;
	-moz-box-shadow: 7px 7px 25px #111;
	-webkit-box-shadow: 7px 7px 25px #111;
	box-shadow: 7px 7px 25px #111;
	background-position: center center;
}

.promotionItemImage {
	width:280px;
	height:190px;
	background-repeat:no-repeat;
	background-position:center center;	
}

.promotionItemTitle {
	font-weight:bold;
	font-size:14px;	
}



.promotionPadding {
	width:30px;	
	float:left;
}


.promotionItemText {
	position:absolute;
	bottom:0px;
	display:none;
	background-image:url(/images/promotionTextBg.png);
	z-index:10;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding:7px;
	min-width:266px;
	font-size:12px;
}

#twitter {
	color:#FFFFFF;
	font-size:11px;
	width:550px;
	margin:0 auto;
	background-image:url(/images/twitter.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:60px;
	float:left;
	padding-top:10px;
}

.twitterLink {
	color:#ffff99;
}

#facebook {
	float:right;
	width:80px;
	text-align:center;
	padding-top:20px;
}

#linkedin {
	float:right;
	width:140px;
	text-align:center;
	padding-top:20px;
}

#acs {
	padding-top:20px;
	text-align:center;
	float:right;
	width:60px;
}

#copyright {
	color:#777777;
	font-size:10px;	
	padding-top:10px;
	text-align:center;
}

#copyright, #copyright p {
	line-height:12px;	
}

#bottomLinks {
	width:980px;
	margin:0 auto;	
	padding-top:30px;
	padding-bottom:10px;
}

.BannerContainer {
	width:1000px;
	margin:auto;
	height:150px;
	margin-bottom:10px;
	-moz-box-shadow: 0px 7px 25px #444;
	-webkit-box-shadow: 0px 7px 25px #444;
	box-shadow: 0px 7px 25px #444;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.BannerItem {
	text-align:center;
	width:1000px;
	margin:auto;
	height:150px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.BannerItemOneThird {
	width:125px;
	text-align:center;
	height:150px;
	float:left;
	-moz-border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.BannerItemTwoThirds {
	text-align:center;
	width:750px;
	height:150px;
	float:left;
	margin-left:auto;
}

.BannerItemThreeThirds {
	width:125px;
	height:150px; 
	float:left;
	-moz-border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
}



.ContactLabel, .ContactLabelRequired {
	
	width:160px;
	float:left;	
	padding:5px;
	text-align:right;
}

.ContactLabelRequired {
		font-weight:bold;
}

.ContactValue {
	width:320px;
	float:left;
	padding:5px;
}


.ContactValue input, .ContactValue select {
	width:320px;
	font-size:12px;
	height:18px;	
}

.ContactValue textarea {
	width:320px;
	height:70px;	
}

a.noUnderline:link, a.noUnderline:active, a.noUnderline:visited, a.noUnderline:hover {
	text-decoration:none;
	border-bottom:0px;
	color:#333;
	font-weight:normal;
}

.rounded {
-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.centerText {
		text-align:center;
}

.NewsItem {
	padding:7px;
	margin-bottom:20px;
}

.smallFont {
	font-size:10px;	
}

.shadow {
	-moz-box-shadow: 0px 7px 25px #444;
	-webkit-box-shadow: 0px 7px 25px #444;
	box-shadow: 0px 7px 25px #444;	
}

.bannerNavSelected {
		width:15px;
		height:15px;
		background-color:#900;
		float:left;
		margin-left:2px;
		margin-right:2px;
		cursor:pointer;
		
	}
	
	.bannerNavOpen {
		width:15px;
		height:15px;
		background-color:#666;
		float:left;
		margin-left:2px;
		margin-right:2px;
		cursor:pointer;
	}
	
