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

/* html tags */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #B3BECC;
	background-image: url('../../img/page_parts/bg_gradient.jpg');
	background-repeat: repeat-x;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

a { 
	margin: 0;
	padding: 0;
}

li {
	list-style-type: disc;
}

table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	border-width: thin;
	border-color: #CCCCCC;
	text-align: center;
}

table#form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	border-width: thin;
	border-color: #CCCCCC;
	text-align: left;
	font-weight: bold;
}

td#form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 250px;
	height: 36px;
	border: none;
	vertical-align: middle;
}

td {
	text-align: left;
}

ul, ol {
	margin-top: 0;
}

/* form styles */
.field {
	width: 320px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 14px;
	color: #444444;
}

textarea {
	width: 320px;
	height: 140px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 14px;
	color: #444444;
}

/* font styles */
.basic_font {
	font-family: 'Lucida Grande', sans-serif;
	line-height: 24px;
}

.body {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 24px;
}

.body a {
	font-weight: bold;
	color: #088AC7;
	text-decoration: none;
}
.body a:hover {
	color: #088AC7;
	text-decoration: underline;
}

.footer { 
	font-family: 'Lucida Grande', sans-serif;
	font-size: 10px; 
	font-weight: normal;
}

.footer a {
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.header {
	font-size: 13px;
	color: #20558A;
	font-weight: bold;
	line-height: 12px;
	letter-spacing: 3px;
	padding-bottom: 5px;
}

.subheader {
	font-size: 11px;
	color: #20558A;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
}

.blockquote {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: -5px;
	font-size: 10px;
	line-height: 20px;
 }

/* body styles */
.body_content {
	position: relative;
	background-color: #FFFFFF;
	width: 629px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 100px 20px;
}

.body_links {
	position: relative;
	width: auto;
	height: auto;
	padding-left: 40px;
	float: left;
}

/* layout styles */
div#background {
	height: 100%; /* IE6: treaded as min-height*/
}

/* div#container_background {
	position: relative;
	width: 980px;
	margin: 0 auto; 
	height: 100%; 
	min-height: 100%; 
} */

div#container {
	position: relative;
	background-color: #FFFFFF;
	width: 900px;
	margin: 0 auto; /* center, not in IE5 */
	padding: 0 0 0 0; /* bottom padding for footer */
}

div#content {
	position: relative;
	background-color: #FFFFFF;
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0; /* bottom padding for footer */
	overflow: auto;
}

div#navbar {
	position: relative;
	width: 900px;
	height: 25px;
	margin: 0 auto; /* center, not in IE5 */
	padding: 0 0 0 0;
}

div#topbar {
	position: relative;
	width: 900px;
	height: 60px;
	margin: 0 0 0 0; /* center, not in IE5 */
	padding: 0 0 0 0;
}

div#home_anime {
	position: relative;
	width: 900px;
	height: 300px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#title {
	position: relative;
	width: 900px;
	height: 300px;
	margin: 0 0 0 0; /* center, not in IE5 */
	padding: 0 0 0 0;
}

div#footer {
	position: relative;
	width: 860px;
	height: 50px;
	padding: 20px 20px 20px 20px;
	bottom: 0px;
}

div#mainnav {
	position: relative;
	width: 940px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

.left_column {
	width: 670px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	float: left;
	border-right: 1px solid #CCCCCC;
}

.right_column {
	width: 210px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	float: left;
}

.left_buttons {
	position: relative;
	width: 220px;
	margin-top: 10px;
	float: left;
}

.item_right {
	width: 210px;
	height: 70px;
	position: relative;
	margin: 15px 0 0 10px;
	padding: 0 0 0 0;
}

.img_left {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
}

.img_right {
	position: relative;
	float: right;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}

.bottom_line {
	width: 900px;
	height: 40px;
	background-image: url('../../img/page_parts/bottom_line.gif');
	background-repeat: no-repeat;
}

.footer_links {
	position: relative;
	padding: 0 20px 0 20px;
	width: 160px;
	float: left;
	border-left: 1px solid #E2E2E2;
}

.home_box {
	position: relative;
	background-color: #CCCCCC;
	margin: 10px 0 20px 0;
	height: 170px;
	width: 500px;
	padding: 0px 0px 0px 0px;
}

.home_text {
	position: absolute;
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	left: 120px;
}

.home_image {
	position: absolute;
	width: 100px;
	height: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: 10px;
	top: 10px;
}

.media_box {
	position: relative;
	margin: 10px 0 20px 0;
	height: 200px;
	padding: 0px 0px 0px 0px;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.media_text {
	position: absolute;
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	left: 145px;
}

.media_image {
	position: absolute;
	width: 145px;
	height: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.thumb_container {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: auto;
	height: auto;
	overflow: auto;
	left: 10px;
}

.thumb_pad {
	position: relative;
	width: 135px;
	height: 135px;
	padding: 5px 5px 5px 5px;
	margin: 0 10px 10px 0;
	background: #088AC7;
	float: left;
}

.nav_container {
	position: relative;
	float: left;
}

.form_container {
	position: relative;
	width: 586px;
	height: 100%;
	border: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 20px 20px 20px 20px;
}