@charset "utf-8";
/* CSS Document */
@import url("reset.css");
/*End hide from IE-mac */


body {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(../images/BG_short.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #BBB;
}

/* This style controls the wrapper around the navigation area. If you add another top-level button you may need to adjust the width of this style to accomodate*/
#navWrapper {
	float: right;
	width: 560px;
	margin-top: 97px;
	z-index: 9000;
}

h1 {
	font-size: 2em;
	color: #F6941D;
}
h2 {
	font-size: 1.5em;
	color: #F6941D;
}

h3 {
	font-size: 1.2em;
	color: #F6941D;
	font-weight: bold;
}


.bannerHomeLeft {
	float: left;
	height: 286px;
	width: 488px;
	background-color: #9C0;
	margin-bottom: 3px;
}
.bannerHomeRight {
	height: 286px;
	width: 488px;
	background-color: #096;
	float: left;
}





/* Main Wrapper*/
#wrapper {
	text-align:left;
	width:1000px;
	position:relative;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.2em;
}
#photoBanner {
	width: 987px;
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: auto;
	margin-top: 3px;
	padding-top: 1px;
	background-image: url(../images/BG_Photo.png);
	padding-left: 13px;
	z-index: 3000;
}





/* Main Layout */

#header {
	height: 136px;
	width: 1000px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#contentWrapper {
	background-image: url(../images/BG_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 35px;
	padding-right: 100px;
	padding-bottom: 25px;
	padding-left: 100px;
	margin-top: 4px;
	width: 800px;
}
#contentWrapper ul{
	padding-left: 30px;
}
#contentWrapper li{
	padding-bottom: 6px;
	list-style-type: square;
}
#sidebarContent ul{
	padding-left: 20px;
	padding-right: 20px;
}



#bottomBand {
	background-image: url(../images/bottomBand.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 1000px;
}



/* CHEAT LIST:
- to fix IE 6 double margin on floated elements, apply "display: inline" to the CSS rule. Example: div {float:left;margin:40px;display:inline;}
*/

/*
Clears floats within container, so container continues to wrap around contents
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-table;}
/*Hides from IE-mac\*/
*html .clearfix {height:1%;}
.clearfix {display:block;}

.left {float: left;}
.right {float: right;}



#creditBox {
	width: 900px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
}

#creditBox a {
	color: #000000;
	font-size: .9em;
	text-decoration: none;
}

#creditBox a:hover {
	color: #000000;
	font-size: 0.9em;
	text-decoration: underline;
}



/* PAGE FOOTER */

#footerBox {
	width: 900px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color:#000000;
	font-size: .9em;
}

#footerBox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	text-decoration: none;
}

#footerBox a:hover {
text-decoration: underline;
}

#contactBannerWrapper {
	height: 55px;
	width: 200px;
	position: absolute;
	left: 753px;
	top: 30px;
	text-align: right;
	color: #F7941D;
	font-size: 1.2em;
	font-style: italic;
}
#contactBannerWrapper a:link{
	color: #F7941D;
	text-decoration: none;
}

#contactBannerWrapper a:visited{
	color: #F7941D;
	text-decoration: none;
}


#contactBannerWrapper a:hover{
	color: #454547;
}


#contactBannerWrapper a:active{
	color: #F7941D;
	text-decoration: none;
}
#sidebarWrapRight {
	float: right;
	width: 270px;
	margin-bottom: 20px;
	margin-left: 60px;
	background-image: url(../images/sidebarBG.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#sidebarWrapLeft {
	float: left;
	width: 270px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-image: url(../images/sidebarBG.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.sidebarTop {
	background-image: url(../images/sidebarTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
}
#sidebarContent {
	padding-right: 30px;
	padding-left: 30px;
	font-size: 1em;
	font-style: italic;
}
.sidebarBottom {
	background-image: url(../images/sidebarBottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
}
.imgRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 40px;
}
.imgLeft {
	float: left;
	margin-bottom: 20px;
	margin-right: 40px;
}
#wrapper #contentWrapper table {
	float: none;
	margin-bottom: 40px;
	margin-left: 40px;
	margin-top: 20px;
}
