html {
	margin:0;
	padding:0;
}
body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #f7dbc2;
	height:100%;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../_media/backgrounds/bodyBg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#masterContainer {
	position: relatives;
	top: 0px;
	left: 0px;
	height:100%;
	height: auto !important;
	min-height: 100%;
	width:100%;
}
#banner_wrap {
	width: 100%;
}
#banner {
	width: 1012px;
	padding: 0px;
	height: 405px;
	padding-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
	padding-bottom:21px;
}

#flashBanner {
	position:absolute;
	left:0;
	top:0px;
}

#homeContact {
	position:absolute;
	top:0;
	right:0;
}
#menu {
	position:absolute;
	right:0;
	top:70px;
}

#menu * {
	margin:0;
	padding:0;
}

#client_header {
	display:none;	
}

#content_Container {
	width: 1009px;
	margin: 0 auto;
	height: auto;
	padding: 5px 5px 0px 5px;
	background-image: url(../_media/backgrounds/contentWrapper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	position:relative;
	margin-bottom:50px;
	margin-top:5px;
}

#content_Container hr {
	width:95%;
}

.intheBottom {
	margin-left:26px;	
	padding-bottom:10px;
}

.toTheRight {
	padding-left:220px;
}

#topOfContainer {
	width:100%;
	position:absolute;
	top:0;
	height:15px;
	background-image: url(../_media/backgrounds/contentWrapperTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	left: 0px;
}
#bottomOfContainer {
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	background-image: url(../_media/backgrounds/contentWrapperBottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
}
#content {
	width: 620px;
	float:left;
	margin-top:10px;
	margin-left: 15px;
	padding: 5px;
	position:relative;
	min-height: 450px;
}
#sideNav {
	width: 310px;
	margin-left: 670px;
	padding: 5px;
	min-height:450px;
}
#bottomContainer {
	width: 100%;
	padding: 0px;
	bottom: -1px;
	bottom: 0 !important;
	position: relative;
	background-color: #1c1c1c;
}
#bottom {
	text-align: center;
	width: 1009px;
	margin: 0 auto;
	height: 150px;
	padding-top:5px;
}

#bottom a, #bottom p {
	color:#fff;	
}
/* CSS Font Styles */	
		
	p {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
}
h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
}
h2 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}
h3 {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h4 {
	color: #000;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times;
}
a {
	color: #000;
	text-decoration:none;
}
#content a {
	color:#aa5d17;
}
a:hover {
	text-decoration:underline;
}
ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
}
ol {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
}
li {
	padding: 8px 8px 8px 0px;
}
hr {
	color: #cccccc;
}

#logo {
	width:463px;
	margin-left:25px;
	padding-top:10px;
}
#menu a, #homeContact a {
	padding:2px 4px;
}

.imgLeft {
	margin: 3px;
	float: left;
}

.imgLeftDuce {
	margin: 3px;
	padding-left:20px;
	float: left;
}

#sideBoxOne {
	width:300px;
	position: relative;
	height: auto;
	background-image: url(../_media/backgrounds/sideBoxWrapper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 15px;
	
}

#sideBoxOne * {
	margin-left:5px;	
}

#sideBoxOneTop {
	background-image: url(../_media/backgrounds/sideBoxOneTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	position: absolute;
	left: -6px;
	top: 0px;
	width: 100%;
}
#sideBoxOneBottom {
	background-image: url(../_media/backgrounds/sideBoxOneBottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
	width: 100%;
	position:absolute;
	bottom:0;
	left:-5px;
}

#sideBoxOne li {
	color:#000;
}
.downSome {
	padding-top: 5px;
	padding-left:70px;
	padding-bottom: 10px;
}

.intheBottom a {
	padding:0 2px;	
}

