﻿/*****************************************************
 DEFAULT HTML ELEMENTS
*****************************************************/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	margin: 0 0 0 0;
	padding: 0;
	background: #e0e0e1;
	font-size: 62.5%;
	font-family: Arial, Verdana, Sans-Serif;
	color: #616161;
	text-align: left;
}
img {
	vertical-align: top;
	border: none;
}
form, fieldset, legend {
	margin: 0;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	padding: 8px;
}
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #34435e;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

/*****************************************************
 DEFAULT INTERFACE ELEMENTS
*****************************************************/
.wrapStar {
	width: 761px;
	margin: auto;
}
#header {
	border-bottom: 1px solid #fff;
	height: 100px;
}
	#header a {
		color: #fff !important;
	}
.domainInfo {
	height: 60px;	
	width: 508px;
	padding: 8px 0 0 12px;
	color: #fff;
}
#search {
	width: 520px;
	height: 31px;
	color: #fff;
}
#content {
	clear: both;
	background: #fff;
}

/*****************************************************
 ADS
*****************************************************/
#bigAds li {
	padding: 16px 20px;
	/*border-bottom: 1px solid #dedede;*/
	font-size: 1.1em;
	color: #000;
	background: transparent url(main_menu.gif) no-repeat 0 24px;
}
#bigAds a {
	display: block;
	margin-bottom: 2px;
	font-size: 1.8em;
	font-weight: bold !important;
	text-decoration: underline !important;
	color: #0000FF;
}
#bigAds a.url {
	font-size: 0.91em;
	font-weight: normal;
	color: #6c0 !important;
	text-decoration: none !important;
}
a.Title { display:none; }
a.Host { display:none; }

/*****************************************************
 RESUABLE ELEMENTS
*****************************************************/
/* displays */
.block {
	display: block;
}
.inline {
	display: inline;
}
/* floats */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/* widths */
.w761 {
	width: 761px;
}
.w520 {
	width: 520px;
}
.w240 {
	width: 240px;
}
/* image classes */
.smallImg {
	width: 240px !important;
	height: 100px !important;
}
.bigImg {
	width: 520px !important;
	height: 400px !important;
}
/* borders */
.mainBorder {
	border: 1px solid #fff;
}
.topBorder {
	border-top: 1px solid #fff;
}
.rightBorder {
	border-right: 1px solid #fff;
}
.bottomBorder, .menu li {
	border-bottom: 1px solid #fff;
}
.leftBorder {
	border-left: 1px solid #fff;
}
/* backgrounds */
.primaryBg {
	background: #6987bc;
}
.secondaryBg {
	background: #d8dfee;
}
.whiteBg {
	background: #fff;
}
/* type */
.center {
	text-align: center;
}
.welcome {
	font-size: 1.1em;
	line-height: 1em;
}
.domainName {
	font-size: 1.8em;
	padding-top: 3px;
	font-weight: bold;
	line-height: 1em;
}
.tagline {
	font-size: 1.2em;
	line-height: 1em;
	margin: 3px 0 0 30px;
}
#menuTop {
	width: 224px;
	background: #6987bc;
	color: #fff;
}
.fs12 {
	font-size: 1.2em;
}
.stripped, .stripped li, .menu, .menu li, .bottomList, .bottomList li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li a {
	display: block;
	padding: 8px 28px !important;
	background: #d8dfee url(main_menu.gif) no-repeat 8px center;
	color: #000 !important;
}
.menu li a:hover {
	text-decoration: none !important;
	background: #fff url(main_menu.gif) no-repeat 8px center;
	color: #384965 !important;
}
.bottomList li {
	padding: 5px 10px;
	background: transparent url(main_menu_over.gif) no-repeat left center;
}
#bottomLinks li {
	display: inline;
	float: left;
	margin-left: 12px;
	padding-right: 12px;
	border-right: 1px solid #fff;
}
.triCol {
	width: 235px;
}
.whiteText, #bottomLinks a {
	color: #fff !important;
}
/* form elements */
.searchField {
	width: 178px;
	height: 20px;
	margin: 4px 0 0 0;
	border-top: 1px solid #a1a1a1;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #a1a1a1;
}
.searchBtn {
	margin: 6px 8px;
	padding: 2px;
	border: none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1em !important;
	font-weight: bold;
	color: #fff;
}
/* margins/padding */
.mr15 {
	margin-right: 15px;
}
.p12 {
	padding: 12px;
}
.pt15 {
	padding-top: 15px;
}
.ptb8 {
	padding: 8px 0;
}