@import url('blueprint/screen.css');
@import url('mainmenu.css');
@import url('navigation.css');
/* @import url('stylesheet.css'); */
@import url('jqueryui.css');
@import url('jquery.lightbox-0.5.css');


/* BASE HTML5 ready reset and base css styles
-------------------
===================
BaCSS v0.1
===================
-------------------
html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
html5doctor.com/html-5-reset-stylesheet/
 
Some base styling from Paul Irish's HTML5 Boilerplate: http://github.com/paulirish/html5-boilerplate/blob/master/css/style.css
Table styling from SenCSS: http://sencss.kilianvalkhof.com/
 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline; 
	font-weight:normal;
}

/* Base Elements */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
 
html {
	-webkit-font-smoothing: anti-aliased;
	overflow-y: scroll; 
}
 
table {
	font-size: inherit;
	font: 100%; 
}
 
body, select, input, textarea { color: #444; }
 
body {
	background:#FFFFFF url(/images/template/body-bg.jpg) repeat scroll top center;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	margin:0 auto;
	font-size: 12pt;
}

/* Block elements */
h1, h2, h3, h4, h5, h6 {
	color:#FFF;
	font-weight: bold;
	margin:0;
	text-align:left;
}
 
h1 { font-size: 26pt; margin-bottom:20px;margin-top:10px; }
 
h2 { font-size: 22pt; margin-bottom:0; }
 
h3 { font-size: 18pt; margin-bottom:0; }
 
h4 { font-size: 12pt; margin-bottom:0; }
 
h5 { font-size: 1em; }
 
h6 { font-size: .75em; }

p {
	color: #414042;
	margin-bottom: 0.5em; 
}

pre {
	background: #F4F5F1;
	border: 1px solid #E4E7DD;
	margin-bottom: 0.8em;
	padding: 15px;
	white-space: pre;
	word-wrap: break-word; 
}

ul {
	list-style-type: disc;
	margin: 0 0 0.8em 2.5em; 
}
 
ol {
	list-style-type: decimal;
	margin: 0 0 0.8em 2.5em; 
}
 
blockquote {
	background: #F4F5F1;
	border: 1px solid #E4E7DD;
	font-style: italic;
	margin: 0.8em 0;
	padding: 10px; 
}
 
	blockquote p { margin-bottom: 0; }
	
dl {
	background: #F4F5F1;
	padding: 10px; 
}

dt { font-weight: bold; }
 
dd {
	font-size: 13px;
	margin-bottom: 1em; 
}

hr {
	background: none;
	/*background: -moz-linear-gradient(left center, rgb(255,255,255) 0%, rgb(187, 187, 187) 25%, rgb(187, 187, 187) 75%, rgb(255,255,255) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(255,255,255)), color-stop(0.25, rgb(187, 187, 187)), color-stop(0.75, rgb(187, 187, 187)), color-stop(1, rgb(255,255,255)));*/
	border: 3px dotted #ddd;
	border-width: 3px 0 0 0;
	height: 1px;
	margin:20px 0;
}

/* Inline elements */
b, strong, th { font-weight: bold; }
 
i, em { font-style: italic; }
 
a { color:#fff;text-decoration:underline; }
 
	a:hover, a:active {
		color: #fff;
		outline: none;
		text-decoration: underline; 
	}
 
	a:link { -webkit-tap-highlight-color: #FF5E99; }
 
small { font-size: 85%; }
 
sub {
	font-size: smaller;
	vertical-align: sub; 
}
 
sup {
	font-size: smaller;
	vertical-align: super; 
}
 
cite {
	color: #666;
	font-size: 13px;
	font-style: normal;
	font-weight: normal; 
}
 
pre, code, kbd, samp, tt, var { font: 12px "Monaco", "Inconsolata", "Courier New", Courier, monospace; }
 
code, kbd, samp, tt, var { background: rgba(0, 0, 0, 0.15); }
 
abbr, time {
	color: #ed6617;
	cursor: help; 
}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	padding: 0; 
}
 
caption {
	font-style: italic;
	text-align: left; 
}
 
tr.alt td { background: #eee; }
 
td {
	padding: 0.333em;
	vertical-align: middle; 
}
 
th {
	font-weight: 700;
	padding: 0.333em;
	vertical-align: middle; 
}

.left { float: left !important; }
 
img {
	border:0 none;
}

img.left { margin: 0 1em 1em 0; }
 
.right { float: right !important; }
 
img.right { margin: 0 0 1em 1em !important; }
 
.clear { clear: both; }
 
.clearfix {
	overflow: hidden;
	zoom: 1; 
}

/* CUSTOM SITE OVERRIDES */

.container-wrapper {width:950px;margin:0 auto;background:#FFF;}


#header-search {
	/*height:38px;*/
	
}

#logo {
	background:#FFF url(/images/template/header.jpg) no-repeat scroll 0 0;
	height:104px;
	margin-bottom:5px;
	
}

header {
	background:#FFF;
}

nav, #navmenu {
	height:45px;
	margin:0;
	background-color:#ed1c24;
	
}




footer {
	border-top:1px dotted #cecece;
	padding-bottom:20px;
}
.footer-container {
	color:#FFF;
}

#contentwrapper {
	background:#8c8c8c url(/images/template/content-gradient.jpg) repeat-x scroll top;
	border-bottom:10px solid #FFF;
	margin-bottom:10px;
	position:relative;
	z-index:10;
	/*border: 1px #cecece solid;*/
}

#contentarea {
	color:#FFF;
	text-align:left;
	padding:0;
	
	
}
#contentarea div {
	/*background-color:#FFF;*/
}
#contentarea p, contentarea td {
	color:#FFF;
}

#leftmenu-wrapper {
	color:#FFF;
	min-height:200px;
	text-align:left;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	
}
#leftmenu {
	
}

#contentarea-wrapper {
	color:#FFF;
	
}
#contentarea-wrapper p, #contentarea-wrapper td {
	color:#FFF;
	text-align:left;
}
#contentarea-internal {
	padding:20px;
	border-left:10px solid #FFF;
	min-height:600px;
}

.navigation-spacer {
	color:#CC0000;	
	font-size:20px;
	font-weight:bold;
}

.navigation-spacer-act {
	color:#CCCCCC;	
	font-size:20px;
	font-weight:bold;
}

.home-spacer {
	color:#CC0000;	
	font-size:20px;
	padding:0 5px;
	font-weight:bold;
}
.home-feature {
	
}
.home-signup {
	
}


.spotlight, .spotlight-landing {
	background:#e6e6e6 url(/images/template/content-gradient.jpg) repeat-x scroll top !important;
	min-height:275px;
}
.spotlight-right {
	background:#e6e6e6 url(/images/template/content-gradient.jpg) repeat-x scroll top !important;
	min-height:275px;
	text-align:right;
}
.spotlight h1, .spotlight-landing h1 {
	font-size:26px;
	font-weight:bold;
	padding:15px 15px 0;
	text-transform:uppercase;
	text-align:left;
	color:#ffffff;	
}

.spotlight a {
	text-decoration:none;
}
.spotlight-landing p {
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#ffffff;	
	padding:0 15px;
	line-height:16px;
}
.spotlight p {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#ffffff;	
	padding-left:10px;
}

.spotlight img {
	background-color: #FFFFFF;
    border-color: #EEEEEE #CCCCCC #CCCCCC #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    margin: 0 5px;
    padding: 2px;
}
.rcfooter {
	color:#FFF;
	font-size:12px;	
}
.signup-label {
	text-align:left;
	width:100px;	
}
