/* CSS Document */
@import url("Default/banner.css");
@import url("Default/navigation.css");
@import url("Default/footer.css");
@import url("Default/computer.css");
@import url("Default/quote.css");

/* 
	Defalt Body Content
*/

.base_height {
	height:150px;
	text-decoration:none;
}

#clock {
	float:right;
}

.right {
	text-align:right;
}

tr.header td {
	background:#CCF8FF;
	border-right:1px solid #FFFFFF;
	padding:0 2px;
}

tr.select:hover {
	background:#66FFCC;
}

.background_lightblue {
	background:#00FFFF;
}

.center {
	text-align:center;
}

.no_decoration {
	text-decoration:none;
}

.black {
	color:#000000;
}

.no_overflow {
	overflow:hidden;
	height:1px;
}

#homeText table tr td a {
	text-decoration:none;
	color:#000000;
}

body {
	background:#9999CC url(../images/background_site.gif) repeat-x;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
} 

#body_container {
	position:relative;
	margin:0 auto;
}

#body_topbar {
	position:relative;
	background:url(../images/border_site_top_line.gif) top repeat-x;
	height:10px;
	overflow:hidden;
}

#body_topbar_left {
	background:url(../images/border_site_top_left.gif) top left no-repeat;
	padding-left:11px;
}

#body_topbar_right {
	background:url(../images/border_site_top_right.gif) top right no-repeat;
	padding-right:11px;
}

#body {
	position:relative;
	height:auto;
	background:#FFFFFF url(../images/background_logo.gif) 200px -100px no-repeat;
	padding-bottom:10px;
}

#body_right {
	background:#FFFFFF url(../images/border_site_right.gif) right repeat-y;
	padding-right:11px;
}

#body_left {
	background:#FFFFFF url(../images/border_site_left.gif) left repeat-y;
	padding-left:11px;
}

#body:before {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
	}

#body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
	}

#body_bottombar {
	border-top:1px solid #9999CC;
	margin:0 2px;
}

#body_bottombar_left {
	border-top:1px solid #9999CC;
	background:url(../images/border_site_bottom_left.gif) bottom left no-repeat;
}

#body_bottombar_right {
	border-top:1px solid #9999CC;
	background:url(../images/border_site_bottom_right.gif) bottom right no-repeat;
}

img {
	border:none;
}

h3 {
	margin:0;
	padding:0;
}

/*
	End Default Body Content

	Misc. Classes
*/

.float_left {
	position:relative;
	float:left;
	padding:0 4px 4px 0;
}

.float_right {
	float:right;
	padding:0 0 4px 4px;
}

/*
	End Misc. Classes

	Content Box 
*/

.content_box {
	position:relative;
}

.bold {
	font-weight:bold;
}

.content_box h2 {
	position:relative;
	background:url(../Images/background_content_h2.png) no-repeat left top;
	text-align:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	height:23px;
	margin:0;
}

.content_box h2 a {
	text-decoration:none;
	cursor:pointer;
}

.content_box h2 a span {
	color:#000000;
	display:block;
	width:175px;
	text-align:center;
}

.content_box div.contentbox_left {
	background:url(../Images/background_content_h2_left.png) no-repeat left top;
	height:23px;
}

.content_box div.contentbox_middle {
	background:url(../Images/background_content_h2_middle.png);
	margin:0 10px 0 189px;
	height:23px;
}

.content_box div.contentbox_right {
	background:url(../Images/background_content_h2_right.png) no-repeat right top;
	height:23px;
}

.content_box h2 span {
	position:absolute;
	top:0;
	left:0;
	color:#000000;
	display:block;
	width:180px;
	text-align:center;
}

.content_box h2 a span:hover {
	cursor:pointer;
	color:#0000CC;
}

.content_box p {
	margin:4px 12px 4px 4px;
	font-size:12px;
	text-align:justify;
}

/* 
	End Content Box

	Sub Content Box
*/

.subcontent_box {
	position:relative;
	margin:0 8px 10px 0;
	border:1px solid #9999CC;
	overflow:hidden;
	z-index:0;
}

.subcontent_box h2 {
	position:relative;
	background:#CCF8FF;
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	border-bottom:1px solid #9999CC;
}

.subcontent_box h2 span{
	position:relative;
	padding:0 2px;
}

.subcontent_box ul {
	position:relative;
	list-style:none;
	padding:0 4px;
	margin:0;
}

.subcontent_box ul li {
	position:relative;
}

.subcontent_box p {
	position:relative;
	margin:0;
	padding:2px 5px;
	text-align:justify;
}

.subcontent_box p.subcontent_special {
	padding-right:145px;
	height:95px;
}

div.subcontent_options {
	position:absolute;
	background:#FFFFFF;
	width:130px;
	text-align:center;
	bottom:0;
	right:0;
	border-top:3px solid #9999CC;
	border-left:1px solid #9999CC;
	padding-right:4px;
}

.subcontent_box .subcontent_options img {
	padding-bottom:5px;
}

/*
	End Sub Content Box

	Printer Settings
*/

#print {
	width:685px;
	background:#FFFFFF;
}

#print .content_box h2 {
	background:none;
	padding:0;
}

#print .hr {
	background:none;
}

/* End Printer Settings

	Form Settings
*/

.form_error {
	font-style:italic;
	color:#FF0000;
	padding-left:100px;
}

.form_options {
	position:relative;
	height:22px;
}

.form_name {
	width:120px;
	text-align:right;
	font-weight:bold;
}

.form_button_description {
	position:absolute;
	top:0px;
	left:150px;
}

.form_description {
	position:absolute;
	top:0px;
	left:275px;
}

.login_submit {
	width:227px;
	padding-top:6px;
	padding-left:20px;
	text-align:center;
}

.form_options input.text {
	position:absolute;
	left:125px;
	top:0px;
}
