@import url("/home/style/custom.css");

/*
-----------HTML Elements---------
*/
body {
	background: #ddeef6;
}
body, td, th, p {
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 13px;
	line-height: 1.3em;
}
p, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}
a:hover {
	color: #439dc9;
}
h1 {
	margin: 0 0 .25em 0;
	font-size: 50px;
	color: #317486;
	line-height: normal;
}
h1 small {
	font-size: 25px;
}
h1.hasH2 {
	margin: 0 0 -.25em 0;
}
h2 {
	margin: 0 0 .5em 0;
	color: #3D8FA5;
	font-size: 30px;
	line-height: normal;
}
h3 {
	margin: 1em 0 .5em 0;
	color: #3393C1;
	font-size: 25px;
	line-height: normal;
}
h4 {
	font-size: 16px;
	color: #666;
}
hr {
	margin-bottom: 1em;
	height: 1px;
	border: none 0;
	background: #c0deed;
}
blockquote {
	margin: 0 0 0 15px;
}

/*
-----------Tables-----------
*/
table.doStyle {
	margin: 0 auto 1em auto;
	border: 1px solid #b1ccd6;
	background: #fff;
}
table.doStyle thead {
	background: #d7e4ea;
	color: #669AAE;
}
table.doStyle td, table.doStyle th {
	padding: 5px;
}
table.doStyle tbody th {
	text-align: right;
}
table.doStyle .altItem {
	background: #eaf1f4;
}
table.doStyle th small {
	font-weight: normal;
	line-height: 13px !important;
}

/*
-----------Form Display-----------
*/
.frmDisplay {
	border-bottom: 1px solid #e2e2e2;
	margin-left: auto;
	margin-right: auto;
}
.frmDisplay .altItem {
	background: #fbfbfb;
}
.frmDisplay td, .frmDisplay th {
	border-top: 1px solid #e2e2e2;
	padding: 7px;
	color: #444;
}
.frmDisplay thead td, .frmDisplay thead th {
	background: #f6f6f6;
	padding: 7px;
	color: #444;
}
.frmDisplay .noBorder, .frmDisplay .noBorder td, .frmDisplay .noBorder th {
	border: none;
}
.frmDisplay label {
	font-size: 14px;
	color: #333;
}
.frmDisplay input, .frmDisplay textarea {
	width: 225px;
	border: 1px solid #9f9f9f;
	padding: 4px;
	color: #000;
	font-size: 15px;
}
.rblDisplay input {
	border: none 0;
	width: auto;
}
.rblDisplay label {
	display: inline-block;
	*display: inline;
	padding: 0 10px;
	zoom: 1;
	font-size: 13px;
}

/*
-----------Site-wide Tags-----------
*/
/* Because we live in a multi-browser society */
.ref {
	display: block;
	margin-top: 3em;
	margin-left: 65px;
	text-indent: -65px;
	*margin-left: 57px;
	*text-indent: -57px;
	color: #666;
}
@-moz-document url-prefix() {
	.ref {
		margin-left: 57px;
		text-indent: -57px;
	}
}
.ref a {
	color: #666;
	text-decoration: none;
}
.errMsg {
	color: #ac0000;
	font-weight: bold;
}

/*
-----------Page Layout-----------
*/
#pageWrap {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#mainContent {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	border: 1px solid #c0deed;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px 30px;
	background: #fff;
}


/*
-----------Header-----------
*/
#header {
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	padding: 30px 0 0 0;
	height: auto;
	z-index: 10;
}
#header .logo {
	top: 0;
	left: auto;
	right: 15px;
}
#header .logo a {
	display: block;
	*display: inline;
	border: solid #c2dfed;
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding: 10px;
	color: #c2dfed;
	background: #62aed2;
	font-size: 20px;
	text-decoration: none;
	zoom: 1;
}

/*
----------Nav Design-----------
*/
#navWrap {
	margin: 0 0 -1px 20px;
}
#navWrap ul {
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	display: inline-block;
	*display: inline;
	border: solid #9fcde3;
	border-width: 1px 1px 0 1px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background: #c2dfed;
	zoom: 1;
}
#navWrap li a {
	color: #71b6d7;
	font-size: 16px;
	padding: 2px 20px 3px 20px;
}
#navWrap li a:hover, #navWrap li.sfHover a {
	color: #317486;
}
#navWrap li ul {
	margin-left: 9px;
	border: solid #9fcde3;
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #DDEEF6;
}
#navWrap li ul li a {
	color: #62aed2 !important;
	border: none 0;
	border-top: 1px solid #9fcde3;
	font-size: 14px;
}
#navWrap li ul li a:hover {
	color: #317486 !important;
}
#navWrap li ul li.first a {
	border-top: none 0;
	padding-top: 6px;
}

/*
-----------General Column Formatting-----------
*/

/*
----------Footer----------
*/
#footer {
	padding: 20px 0;
	font-size: 11px;
}
#footer, #footer a {
	color: #317486;
	text-decoration: none;
}

/*
----------Twit Sig----------
*/
#twitSig {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 437px;
	height: 90px;
	background: url('/home/images/twitsig.gif') top center no-repeat;
}
#twitSig .twitLink {
	position: absolute;
	left: 5px;
	bottom: 4px;
}
#twitSig .content {
	padding: 10px;
	display: block;
	zoom: 1;
}
#twitSig .content .loading, #twitSig .content ul {
	margin: 0;
	padding: 0;
	color: #21465C;
	font-weight: bold;
}
#twitSig .content ul {
	width: 100%;
	height: 100%;
	list-style: none;
}
#twitSig .content ul li {
	font-family: 'Lucida Grande', Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
}
#twitSig .content ul li a {
	position: absolute;
	right: 5px;
	bottom: 4px;
	font-weight: normal;
}
#twitSig .content ul li .tweet_text a, #twitSig .content ul li .tweet_join a {
	position: static;
	font-weight: bold;
	font-size: 12px;
}

/*
--------Homepage--------
*/
#homePage #mainContent {
	position: absolute;
	min-height: 0;
	height: auto;
	top: 50%;
	width: 960px;
	padding: 0;
}
#homePage #mainContent .listing {
	margin: 0;
}
#homePage #mainContent .first .listing {
	border-right: 1px solid #ddeef6;
}
#homePage #mainContent .withLine {
	border-top: 1px solid #ddeef6;
}
#homePage #mainContent .col {
	text-align: center;
}
#homePage #mainContent h1 {
	margin: 0;
	padding: .5em 0;
}
#homePage #mainContent h1 a {
	text-decoration: none;
}
#homePage #mainContent h1 a:hover {
	text-decoration: underline;
}
#homePage #mainContent h2 {
	line-height: 113px;
	margin: 0;
}

/*
-----------Direct Listing-----------
*/
.directListing table {
	margin: 0 auto 1em auto;
	border: 1px solid #b1ccd6;
	border-collapse: collapse;
	background: #fff;
}
.directListing table thead td, .directListing table thead th {
	background: #d7e4ea;
	color: #669AAE;
}
.directListing table td, .directListing table th {
	border: 1px solid #b1ccd6;
	padding: 5px;
}
.directListingtable tbody th {
	text-align: right;
}
.directListing table .altItem {
	background: #eaf1f4;
}
.directListing table .dateMod { width: 175px; }
