@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(img/topbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000;
}
#container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	margin: 0px;
	height: 156px;
	width: 950px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
#logo {
	background-image: url(img/logo.jpg);
	float: left;
	height: 118px;
	width: 156px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #1b4fbd;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-variant: small-caps;
	font-weight: 100;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	position: absolute;
	left: -9999px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 440px;
	background-color: #000;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	margin: 0px;
}
#sidebar1_inside {
	width: 610px;
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #FFF;
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 20px;
	color: #1e36ac;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: "Lucida Bright";
}

#mainContent_inside {
	float: right;
	width: 240px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}
.mainContent_insideCopy {
	margin: 0px;
	width: 159px;
	padding-right: 40px;
	padding-left: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}

#contentWrapper {
	padding: 0px;
	width: 950px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
}

#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 30px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
}
.header_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #f9c35b;
	float: right;
	width: 150px;
	margin-top: 104px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
	text-align: right;
}
.header_contact a {
	text-transform: lowercase;
	color: #f9c35b;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	text-decoration: none;
}
.header_contact a:hover {
	text-transform: lowercase;
	color: #CCC;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	text-decoration: none;
}


#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000;
	width: 510px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: right;
} 
#slideshow {
	float: right;
	height: 300px;
	width: 400px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: 120px;
	width: 950px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #000;
	background-image: url(img/footer_bg.jpg);
} 
#footer a {
	background-image: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: 120px;
	width: 950px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #f9c35b;
}
#footer a:hover {
	background-image: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: 120px;
	width: 950px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #CCC;
}


#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9c35b;
	text-align: center;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: center;
}
.captionBlue {
	font-family: "Lucida Bright";
	font-size: 10px;
	line-height: 16px;
	color: #1e36ac;
	font-weight: bold;
}
.caption {
	font-family: "Lucida Bright";
	font-size: 10px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
}
