/*
================================================================================
	Multiad.com styles are created and owned by MutliAd, Inc.
	Last update: Sept. 19, 2008

	Learn. Don't steal.
================================================================================
*/

/* BEGIN MARKUP */

#Search{
	xborder: 1px solid #252525;
	margin-top:3px;
}

.searchinput{
border: 1px solid #252525;
width:150px;
xheight:14px;
font: 11px normal verdana, sans-serif;

}

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

input, textarea {
	font: 11px normal verdana, sans-serif;
}
sup {
	font-size: 9px;
	vertical-align: top;
}
/* END MARKUP */

/* BEGIN IDs */
#container {
	background: #fff;
	border: 1px solid #403e3a;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 960px;
	zoom: 1;
}
#header {
	background: #374b61 url('images/bg_header.jpg') no-repeat 50% 50%;
	border: 1px solid #252525;
	border-style: none none solid none;
	color: #fff;
	height: 89px;
	overflow: hidden;
	position: relative;
	width: 760px;
	zoom: 1;
}
#header a {
	color: #f1f1f1;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}
#header h1 {
	background: transparent;
	display: inline;
	position: absolute;
	top:0
	left:0;
	margin: 15px 0 0 10px;
	width: 240px;
}

#header_ui {
	background: transparent;
	display: inline;
	float: right;
	text-align: right;
	margin: 15px 10px 0 0;
	width: 500px;
}
#header_ui form {
	overflow: hidden;
	zoom: 1;
}
#global_nav {
	clear: right;
	font: 11px normal verdana, sans-serif;
	margin: 50px 0 0 0;
}
#global_nav a {
	color: white;
	background: transparent;
	padding: 6px 10px 6px 30px;
	margin: 0 0 0 5px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#global_nav a:hover {
	text-decoration:underline;
}
#search_box {
	background: transparent url('images/bg_search_box.png') repeat-x 0 0;
	border: 1px solid #979aa2;
	float: right;
	padding: 5px 0;
	width: 440px;
}
#search_box #submit {
	background: none;
	border: none;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: middle;
}
#search_text {
	background: transparent;
	border: none;
	color: #3e4f64;
	font: 11px verdana;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	width: 400px;
}
#content {
	clear: left;
	overflow: hidden;
	zoom: 1;
}
#content_fullscreen {
  background-color: #f4f2ec;
	clear: left;
	overflow: hidden;
	zoom: 1;
}
/* ------ BEGIN HOMEPAGE STUFF ----- */
#splash {
	background: #f4f2ec;
	border-right: 1px solid #494846;
	display: inline;
	float: left;
	height: 422px;
	margin: 0;
	padding: 0;
	width: 639px;
}
#flash {
	background: #aaa;
	border: 1px solid #9a9a9a;
	height: 400px;
	margin: 10px;
}
#ks_group {
	border: 1px solid #9a9a9a;
	display: inline;
	float: left;
	height: 400px;
	position: relative;
	margin: 10px;
	width: 297px;
}
#ks_group ul {
	color: #1d253b;
	margin: 20px 0 0 0;
}
#ks_group li {
	background: transparent url('images/key_serv_button_bg.jpg') no-repeat 0 0;
}
#ks_group ul a {
	background: transparent;
	color: #1d253b;
	display: block;
	font: 16px "Arial Black";
	height: 32px;
	padding: 8px 5px 0 5px;
	text-decoration: none;
	margin: 10px 0;
}
#ks_group ul a:hover {
	color: #374b61;
}
/* ICONS */
#ks_group ul a#icon_asset {
	background: transparent url('images/icon_asset.jpg') no-repeat 95% 50%;
}
#ks_group ul a#icon_clip {
	background: transparent url('images/icon_clip.jpg') no-repeat 95% 50%;
}
#ks_group ul a#icon_coop {
	background: transparent url('images/icon_coop.jpg') no-repeat 95% 50%;
}
/* ----- */
#ks_add {
	background: #e5e5e5;
	bottom: 0;
	font: 16px Helvetica, Arial, sans-serif;
	font-style: italic;
	padding: 15px 5px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 287px;
}
#ks_add a {
	color: #555;
	text-decoration: none;
}
#ks_title {
	color: #5f5f5f;
	font: 16px Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	margin: 5px;
}
/* ------ END HOMEPAGE STUFF ----- */

#footer {
	background: #374b61 url('images/bg_footer.jpg') no-repeat 50% 50%;
	border: 1px solid #252525;
	border-style: solid none none none;
	clear: left;
	color: #fff;
	font: 11px normal verdana, sans-serif;
	overflow: hidden;
	padding: 11px 10px;
	width:760px;
	zoom: 1;
}
#footer a {
	color: #f1f1f1;
}
#footer_links {
	display: inline;
	float: left;
	margin: 0;
	width: 315px;
}
#footer_legal {
	display: inline;
	float: right;
	margin: 0;
	text-align: right;
	width: 300px;
}
/* END IDs */

/* BEGIN CLASSES */
.fleft {
	display: inline;
	float: left;
}
.fright {
	display: inline;
	float: right;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.tcenter {
	text-align: center;
}
.clrleft {
	clear: left;
}
.clrright {
	clear: right;
}
.clrboth {
	clear: both;
}
.key_hover {
	display: none;
}
.slashed {
	background: transparent url('images/bread_slash.jpg') no-repeat 0 50%;
	padding: 5px 10px 5px 20px !important;
}
.main_page_links a{
  display: block;
  margin-bottom: 5px;
}
.self_serv_ad{
  background-color: #ccd0d7;
  margin: 30px 50px 10px 50px;
  padding: 5px;
  border: 1px dotted #000;
}
.self_serv_ad span{
  color: #362640;
  font-size: 20px;
  font-weight: bold;
}
/* END CLASSES */