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

*, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
	background-image: url('../images/page_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a, a:active, a:visited {
	color: #ff71a6;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a img, img {
	border: 0px;
}

h2 {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 8px 10px 8px;
}

h3 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 8px 10px 12px;
}

ol {
	padding: 0px 25px 10px 25px;
}

ol li {
	list-style-position: inside;
	padding-bottom: 5px;
}

p {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	padding: 0px 15px 16px 15px;
}

.indent {
	margin-left: 20px;
}

.indent_more {
	margin-left: 40px;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

/* --------------------------------------- */
/* Quick Color Classes                     */
/* --------------------------------------- */

.black { color: #000000; }
.red   { color: #cc0000; }

/* --------------------------------------- */
/* Global Page Wrap                        */
/* --------------------------------------- */

#wrap {
	margin: 0px auto 0px auto;
	width: 900px;
	max-width: 900px;
	min-width: 900px;
}

/* --------------------------------------- */
/* Header Section                          */
/* --------------------------------------- */

#header {
	height: 100px;
	max-height: 100px;
	min-height: 100px;
	width: 900px;
	max-width: 900px;
	min-width: 900px;
}

#header #logo {
	float: left;
	height: 69px;
	max-height: 69px;
	min-height: 69px;
	margin-top: 25px;
	margin-left: 10px;
	width: 500px;
	max-width: 500px;
	min-width: 500px;
}

#header #member {
	border: 0px;
	float: right;
	height: 60px;
	min-height: 60px;
	max-height: 60px;
	margin-top: 35px;
	text-align: center;
	width: 290px;
	max-width: 290px;
	min-width: 290px;
}

#header #member #login_usn, #header #member #login_pwd {
	background-image: url('../images/forms/login/text.gif');
	background-position: right;
	background-repeat: no-repeat;
	border: 0px;
	float: left;
	height: 24px;
	min-height: 24px;
	max-height: 24px;
	margin: 3px 0px 0px 0px;
	text-align: right;
	width: 250px;
	max-width: 250px;
	min-width: 250px;
}

#header #member input.text {
	border: 0px;
	color: #666666;
	font-size: 12px;
	height: 16px;
	max-height: 16px;
	min-height: 16px;
	margin: 4px 10px 0px 10px;
	outline: none;
	width: 155px;
	max-width: 155px;
	min-width: 155px;
}

#header #member #login_cmd {
	border: 0px;
	float: right;
	margin: 14px 0px 0px 10px;
}

#header #member input.button {
	background-image: url('../images/forms/login/button.gif');
	background-repeat: no-repeat;
	border: 0px;
	height: 25px;
	max-height: 25px;
	min-height: 25px;
	width: 25px;
	max-width: 25px;
	min-width: 25px;
}

#header #member p {
	margin-bottom: 2px;
}

/* --------------------------------------- */
/* Navigation Section                      */
/* --------------------------------------- */

#navigation {
	height: 40px;
	margin-bottom: 10px;
	width: 900px;
}

#navigation #left {
	background-image: url('../images/navi/container_left.jpg');
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	max-height: 40px;
	min-height: 40px;
	width: 20px;
	max-width: 20px;
	min-width: 20px;
}

#navigation #middle {
	background-image: url('../images/navi/container_mid.jpg');
	background-repeat: repeat-x;
	float: left;
	height: 40px;
	max-height: 40px;
	min-height: 40px;
	text-align: center;
	width: 860px;
	max-width: 860px;
	min-width: 860px;
}

#navigation #middle ul {
	list-style-type: none;
}

#navigation #middle ul li {
	display: inline;
	margin-right: 40px;
}

#navigation #middle ul li a, #navigation #middle ul li a:active, #navigation #middle ul li a:visited, #navigation #middle ul li a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#navigation #right {
	background-image: url('../images/navi/container_right.jpg');
	background-repeat: no-repeat;
	float: right;
	height: 40px;
	max-height: 40px;
	min-height: 40px;
	width: 20px;
	max-width: 20px;
	min-width: 20px;
}

/* --------------------------------------- */
/* Page Content Wrapper                    */
/* --------------------------------------- */

#content {
	height: 1%;
	overflow: auto;
	margin: 0px auto 10px auto;
	width: 860px;
	max-width: 860px;
	min-width: 860px;
}

/* --------------------------------------- */
/* Left Sidebar Section                    */
/* --------------------------------------- */

#content #left {
	float: left;
	height: 1%;
	margin-right: 10px;
	overflow: auto;
	width: 200px;
	max-width: 200px;
	min-width: 200px;
}

.container_left {
	background-image: url('../images/left_cont_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 100px;
	margin-bottom: 25px;
}

/* --------------------------------------- */
/* Main Content Section                    */
/* --------------------------------------- */

#content #right {
	float: left;
	height: 1%;
	overflow: auto;
	width: 650px;
	max-width: 650px;
	min-width: 650px;
}

.container_right {
	background-image: url('../images/right_cont_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 100px;
	margin-bottom: 25px;
}

.container_right_half {
	background-image: url('../images/right_cont_half_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	min-height: 100px;
	margin-bottom: 25px;
	width: 320px;
	max-width: 320px;
	min-width: 320px;
}

/* --------------------------------------- */
/* Contact Section                         */
/* --------------------------------------- */

.form_contact {
	margin-left: 10px;
}

.form_contact table {
    border: 1px solid #bebebe;
	width: 310px;
	max-width: 310px;
	min-width: 310px;
}

.form_contact td {
	padding: 5px;
}

.form_contact input, .form_contact select {
	width: 225px;
	max-width: 225px;
	min-width: 225px;
}

.form_contact textarea {
	height: 150px;
	max-height: 150px;
	min-height: 150px;
	width: 225px;
	max-width: 225px;
	min-width: 225px;
}

.form_contact input.button {
	width: 100px;
	max-width: 100px;
	min-width: 100px;
}

/* --------------------------------------- */
/* Register Section                        */
/* --------------------------------------- */

.form_register {
	margin-left: 10px;
}

.form_register table {
    border: 1px solid #bebebe;
	width: 310px;
	max-width: 310px;
	min-width: 310px;
}

.form_register td {
	padding: 5px;
}

.form_register input, .form_register select {
	width: 175px;
	max-width: 175px;
	min-width: 175px;
}

.form_register textarea {
	height: 150px;
	max-height: 150px;
	min-height: 150px;
	width: 225px;
	max-width: 225px;
	min-width: 225px;
}

.form_register input.button {
	width: 100px;
	max-width: 100px;
	min-width: 100px;
}

.form_register input.radio {
	width: 20px;
	max-width: 20px;
	min-width: 20px;
}

/* --------------------------------------- */
/* Login Section                           */
/* --------------------------------------- */

#login_main {
	height: 400px;
	max-height: 400px;
	min-height: 400px;
	margin: 10px auto 10px auto;
	width: 310px;
	max-width: 310px;
	min-width: 310px;
}

#login_main #login_main_usn, #login_main #login_main_pwd {
	background-image: url('../images/forms/login/text_full.jpg');
	background-position: left;
	background-repeat: no-repeat;
	border: 0px;
	float: left;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	margin: 3px 0px 8px 0px;
	text-align: left;
	width: 310px;
	max-width: 310px;
	min-width: 310px;
}

#login_main input.text {
	border: 0px;
	color: #666666;
	font-size: 18px;
	height: 24px;
	max-height: 24px;
	min-height: 24px;
	margin: 4px 10px 0px 10px;
	width: 230px;
	max-width: 230px;
	min-width: 230px;
}

#login_main #login_main_cmd {
	background-image: url('../images/forms/login/button_full_down.jpg');
	background-position: top;
	background-repeat: no-repeat;
	border: 0px;
	float: left;
	height: 26px;
	max-height: 26px;
	min-height: 26px;
	margin: 5px 0px 0px 75px;
	overflow: hidden;
	width: 102px;
	max-width: 102px;
	min-width: 102px;
}

#login_main #login_main_cmd div {
	background-image: url('../images/forms/login/button_full_up.jpg');
	height: 26px;
	max-height: 26px;
	min-height: 26px;
	width: 102px;
	max-width: 102px;
	min-width: 102px;
}

#login_main #login_main_cmd div:hover {
	background: none;
}

/* --------------------------------------- */
/* Profile Section                         */
/* --------------------------------------- */

.profile_box {
	border: 1px solid #CCCCCC;
	height: 24px;
	margin: 3px 0px 5px 15px;
	width: 615px;
}

.profile_box:hover {
	background-color: #FFCCFF;
	cursor: pointer;
}

.status_title {
	cursor: pointer;
	float: left;
	font-weight: bold;
	padding: 4px;
}

.status_response {
	cursor: pointer;
	float: right;
	font-weight: bold;
	padding: 4px;
}

.profile_info {
	border: 1px solid #CCCCCC;
	margin: 3px 0px 5px 15px;
	width: 615px;
}

#profile_info_basic input {
	width: 200px;
}

#profile_info_basic input.state {
	width: 110px;
}

#profile_info_basic input.zip {
	width: 60px;
}

#profile_info_basic input.button {
	width: 75px;
}

#profile_info_highs input {
	width: 200px;
}

#profile_info_highs input.state {
	width: 110px;
}

#profile_info_highs input.zip {
	width: 60px;
}

#profile_info_highs input.button {
	width: 75px;
}

#profile_info_highs input.radio {
	width: 25px;
}

#profile_info_highs select {
	width: 100px;
}

#profile_info_college input {
	width: 200px;
}

#profile_info_college select {
	width: 200px;
}

#profile_info_college input.state {
	width: 110px;
}

#profile_info_college input.zip {
	width: 60px;
}

#profile_info_college input.button {
	width: 75px;
}

#profile_info_photos input {
	width: 200px;
}

#profile_info_photos input.button {
	width: 75px;
}

/* --------------------------------------- */
/* Footer Section                          */
/* --------------------------------------- */

#footer {
	color: #999999;
	clear: both;
	font-size: 10px;
	height: 20px;
	max-height: 20px;
	min-height: 20px;
	width: 900px;
	max-width: 900px;
	min-width: 900px;
}

#footer #copy {
	float: left;
	text-align: left;
	width: 300px;
}

#footer #site {
	float: left;
	text-align: center;
	width: 300px;
}

#footer #site a, #footer #site a:active, #footer #site a:visited {
	color: #ff71a6;
	font-weight: bold;
	text-decoration: none;
}

#footer #site a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#footer #cred {
	float: right;
	text-align: right;
	width: 300px;
}

#footer #cred a, #footer #cred a:active, #footer #cred a:visited {
	color: #999999;
	text-decoration: none;
}

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