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

html body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #cdcdcd;
	background-image: url(../images/bg_top_gradient.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

p, h1, h2, h3, h4, h5, a, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	text-decoration: none;
	color: #000000;
}

ul, li {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 5px;
}

li {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 5px;
}

img {
	border: 0;
}

#container { /* all page content */
	padding: 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height:100%;
	min-height: 800px;
}

#header {
	position: relative;
	float: left;
	width: 780px;
	height: 200px;
	padding: 0;
	margin: 0;
	clear: both;
}

#top_banner {
	margin: 0;
	padding: 0;
	float: left;
	top: 0;
	position: relative;
	width: 780px;
	height: 200px;
	z-index: 5;
}

#banner_logo {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	top: -100px;
	width: 500px;
	height: 100px;
	z-index: 10;
}

#main { /* main content area */
	float: left;
	width: 645px;
	min-height: 500px;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding-left: 10px;
	background-color: #FFFFFF;
	top: 0;
}

#left_column {
	float: left;
	width: 120px;
	min-width: 120px;
	height: 100%;
	min-height: 450px;
	padding-top: 15px;
	text-align: center;
	
}

#left_nav {
	float: left;
	width: 110px;
	min-width: 110px;
	text-align: center;
	font-size: 18px;	
}

#buttons {
	float: left;
	width: 110px;
	min-width: 110px;
	text-align: center;
	margin-top: 25px;
}

/* classes, for defining content-specific attributes */

.image_content { /* insert for image rotation */
	height: auto;
 	width: auto;
	min-width: 10px;
	max-width: 400px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: 10px; 	
}

.text_content { /* insert for text */
	height: auto;
	min-width: 10px;
	max-width: 650px;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

.box {
	margin: 5px;
	padding-left: 5px;
}