/* COLOR PALETTE
dark blue		#00334C
dark blue, white shadow #556871
say blue		#0A79B0
say blue, white shadow #6C95AB
hired blue		#4FA2CB
lightest blue	#CEDDE7
green			#64AF1B
green, white shadow	#678C42
green:hover		#7A991A
yellow			#F2D328
yellow, white shadow  #A69849
off-yellow		#E5DDAD
color			#cc0000
button gray		#666
gray shadow		#678C42
orange			#EC902D
*/

/*
 * ----------------------------------------
 * Tantek Celik's Whitepsace Reset
 *      Author:  	Tantek Celik
 *          Version:  	(CC) 2004 Some Rights Reserved - http://creativecommons.org/licenses/by/2.0
 *          Description:	Resets default styling of common browsers to a common base
 *          ----------------------------------------
 *          */
:link,:visited { text-decoration:none; }
a:hover { text-decoration: underline; }
ul,ol { list-style:none; }
h1,h2,span,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,span,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin:0;
	padding:0;
}
a img,:link img,:visited img, fieldset { border:none; }
address { font-style:normal; }
.clear { clear: both; font-size: 0; height: 0; line-height: 0; overflow: hidden; }

/*
 * ---------------------------------------
 * My general classes
 * ---------------------------------------
 * */
body
{
	min-width: 950px;
}
body,input,tr,td,table,p,li,h1,h2,h3,button,textarea
{
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size:16px;
}
a { color: #0A79B0; }
p { margin-bottom:20px; }
p.last { margin-bottom:0px; }
.inner
{
	clear:both;
	width:950px;
	margin:0 auto; 
}
.emph { font-weight:800; }
.nonemph { font-weight:100; }
.nobr { white-space: nowrap; }
.smallnote { font-size:12px; color: #999; line-height:13px; margin-bottom:0px; }
h1.inside, h1.outside
{
	font-size:35px;
}
h1.inside
{
	text-shadow: #eee 1px 1px;
	margin-bottom:18px;
}
h1.outside
{
	color:#fff;
	text-shadow: #556871 1px 1px;
	margin-top:20px;
}
h2.page-header
{
	font-size:22px;
	font-weight:bold;
}
div.little_info
{
	padding:30px 40px;
}
p.little_info
{
	font-size:16px;
	padding:0px 15px;
}
.note_this
{
	font-size:20px;
}
div.more_empty_space
{
	height:100px;
}
ul.horizontal_menu
{
	float: right;
	list-style:none;
	display: block;
	list-style-type: none;
	vertical-align: baseline;
}
ul.horizontal_menu li
{
	display: inline;
	height: 0px;
	padding: 0 12px;
}
input[type="text"], textarea
{
	border: 1px solid #64AF1B;
	padding:5px;
}
input[type="radio"]
{
	margin-right:5px;
	vertical-align: middle;
}
.biginput
{
	border:none;
	padding:0px 0px 0px 0px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color: black;
	font-size: 24px;
	width:500px;
	height:25px;
}
input.small_input
{
	padding:0px;
}
div.messaging
{
	width:100%;
	background:#EFFBEF;
	padding:10px 0;
	text-align:center;
	position:fixed;
	top:0px;
	right:0px;
	-moz-box-shadow: 0 1px 5px #666;
	-webkit-box-shadow: 0 1px 5px #666;
	box-shadow: 0 1px 5px #666;
	font-weight:bold;
}
.bigbutton
{
	height:36px;
	font-size: 24px;
	background:#64AF1B;
	color:#fff;
	font-weight:bold;
	padding:15px 15px;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-left:3px;
}
input.smallbutton,.smallbutton
{
	background:#666;
	color:#fff;
	text-shadow: #000 0px 1px;
	padding:3px 6px;
	font-weight:bold;
	font-size:14px;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
input.standardbutton, a.standardbutton
{
	background:#64AF1B;
	color:#fff;
	font-size: 16px;
	font-weight:bold;
	text-shadow: #678C42 0px 1px;
	padding:5px 10px;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-left:3px;
	text-align:center;
	cursor:pointer;
}
a.standardbutton:hover,
input.bigbutton:hover,
input.standardbutton:hover
{ background-color:#7A991A; }
.ajax_feedback
{
        background:#D0E6F2;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        padding:10px;
}
blockquote
{
	position: relative;
	text-indent: 0.7em;
	margin-left:1em;
	margin-top:0.2em;
	font-weight:bold;
	line-height:1em;
}
.bqstart, .bqend
{
	font-size: 400%;
	font-family:Georgia;
	font-weight:bold;
}
/* apply IE specific rules first */
.bqstart
{
	text-indent: 0;
	margin: 0.1em 0 -0.2em 0;
	float: left;
}
blockquote > .bqstart
{
	/* add extra non-ie rules */
	position: absolute;
	top: 0.1em;
	left: -0.2em;
	/* remove IE specific rules */
	float: none;
	margin: 0;
}
.bqend
{
	position: absolute;
	margin-top: 0.4em;
	margin-left:0.05em;
	text-indent: 0;
}
blockquote > .bqend
{
	margin-top: 0.4em;
}
#testimonial
{
	color:#4A9FCB;
}
#testimonial .bqstart, #testimonial .bqend
{
	color:#85C0DD;
}
#testimonial .bqfrom
{
	padding-top:100px;
	font-size:11px;
	text-align:right;
	line-height:1em;
}
.img-shadow
{
	float:left;
	background: url(/img/shadow.png) no-repeat bottom right !important;
	background: url(/img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow img
{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
.shadow
{
	-webkit-box-shadow: #999 10px 10px 5px;
}
input.apply_link
{
	display:block;
	float:none;
	width:340px;
	height:30px;
	margin:5px 0px 10px 0px;
	border:1px solid #0A79B0;
	font-weight:bold;
	font-size:12px;
	padding:5px 10px;
}
textarea.apply_link
{
        font-size:12px;
        font-weight:bold;
        width:400px;
        height:50px;
        margin-bottom:10px;
        color:#0A79B0;
	padding:3px !important;
}
div.notification
{
	background: #eee;
	margin-bottom:20px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding: 15px 10px;
	border:2px solid red;
	font-weight:bold;
}


/* ---------------------------------- HEADER & FOOTER --------------------------------------------*/
#header
{
	background:white;
	margin:3px 0 10px 0;
}
#header #logo, #header #partner-logo
{
	width:250px;
	float:left;
}
#header #logo a, #header #logo h1
{
	background:url('/img/logo.gif') no-repeat top left;
	width:213px;
	height:51px;
	display:block;
	text-indent:-99999px;
	margin:5px 0 0 0;
}
#non_logo
{
	float:right;
}
#header_navigation
{
	float:right;
	text-align:right;
	width:690px;
	float:right;
	margin-top:20px;
}
#header_navigation ul
{
	float:right;
}
#header_navigation ul li
{
	padding:5px 0px 0px 5px;
	float:left;
}
#header_navigation ul li.last
{
	margin-right:0px;
}
#header_navigation ul li.tab a
{
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	font-size:12px;
}
#header_navigation ul li.tab ul li a.sm-nav-text
{
	font-size:11px !important;
	border-top: 1px solid #888888;
	width:90%;
}
#logout
{
	font-size:11px;
	text-align:right;
	font-weight:bold;
	clear:both;
	margin:5px 0px;
	padding-bottom:8px;
}
#logout a
{
	color:#0A79B0;
	text-decoration:underline;
}
#footer-outer
{
	background:#eee;
	border-top:1px solid #ccc;
	margin-top:30px;
}
.footer
{
	clear:both;
	width:950px;
	margin:0 auto; 
	position:relative;
	clear:both;
	margin:0 auto; 
	position:relative;
	border:none;
	font-size: 14px;
	line-height: 1.4em;
	min-height: 110px;
	padding: 20px 0;
}
div.footer,
div.footer a,
div.footer a:hover
{
	color: #999;
}
div.footer ul
{
	float: left;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 235px;
}
div.footer ul.first
{
	text-indent: 20px;
}
div.footer ul ul
{
	float: none;
	font-weight: normal;
	width: 100%;
}
div.footer p.legal
{
	clear: both;
	padding-top:30px;
	text-align: center;
	font-size:14px;
}
p.label
{
	padding:0px;
	margin:0px;
	font-weight:bold;
}

/* ---------------------------------- MAIN CONTENT --------------------------------------------*/
#container #main-content
{
	float:left;
	width:650px;
	margin:35px 0 60px 0;
	background:#fff;
	border:1px solid #eee;
	padding:20px 50px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	min-height:300px;
}
#local_login_box label
{
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}
#local_login_box input.small_input
{
	width:320px;
}
div.error_message
{
	border:2px solid #cc0000;
	color:#cc0000;
	font-weight:bold;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:4px;
	padding-left:5px;
}
.close_x
{
	border:1px solid #999;
	color: #999;
	padding: 0px 4px 1px 4px;
	font-size:12px;
	float:right;
	font-family:verdana;
}
#popup_mask
{
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  display:none;
}
.popup_window
{
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border:1px solid black;
  background:#fff;
}
#default_marketing_message
{
	margin-bottom:20px;
}
#default_marketing_message h1
{
	color:#0A79B0;
	font-weight:bold;
	font-size:25.2px;
	letter-spacing:-1px;
	margin-bottom:10px;
	text-shadow: #eee 1px 1px;
}
#default_marketing_message ul
{
	overflow:hidden;
}
#default_marketing_message ul li
{
	display:inline;
	margin-right:25px;
	width:188px;
	float:left;
	font-size:13px;
}
#default_marketing_message ul li.num
{
	width:10px;
	margin-right:3px;
}
#default_marketing_message ul li.last
{
	margin-right:0px;
	text-align:right;
}

/* ---------------------------------- PAYMENT --------------------------------------------*/
#current_credits
{
	background: #EC902D;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding: 15px 15px;
	color:#fff;
}
#current_credits #numcredits
{
	font-size:45px;
}
#current_credits #credit_explanation
{
	font-size:12px;
}

/* ---------------------------------- DEMO --------------------------------------------*/
#demo_warning
{
	background:#E3684B;
	padding:10px 0;
	overflow:hidden;
	box-shadow: 3px 3px 4px #000;
	margin-bottom:10px;
	-webkit-box-shadow: #999 0px 5px 5px;
}
#demo_warning #demo_text
{
	font-size:25px;
	color:#fff;
}
#demo_warning #demo_button
{
	float:right;
	padding:4px 0 0 10px;
}

/* ------------------------ SUBNAV ----------------------------------------------------*/
.navWithSubnavs li
{
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.navWithSubnavs li a
{
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	white-space:nowrap;
}
ul.navWithSubnavs li a:hover
{
	background: #999;
}
/* trigger*/
ul.navWithSubnavs li span
{
	width: 15px;
	height: 25px;
	float: left;
	background: url(/img/arrow_down.gif) no-repeat center top;
	margin-left:-20px;
}
/* triger: hover effect */
ul.navWithSubnavs li span.subhover
{
	background-position: center bottom;
	cursor: pointer;
}
/* subnav style */
ul.navWithSubnavs li ul.subnav
{
	list-style: none;
	display:none;
	position: absolute;
	left: -200px; top: 31px;
	background: #EDEDED;
	margin: 0; padding: 0;
	float: left;
	border: 1px solid #0071AE;
}
ul.navWithSubnavs li ul.subnav li
{
	margin: 0; padding: 0;
	clear: both;
	width:97%;
	text-align:left;
}
ul.navWithSubnavs li ul.subnav li:hover
{
	background: #F6F5F5 !important;
}
ul.navWithSubnavs li ul.subnav li a
{
	float: left;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	white-space:normal;
	background:none !important;
	color: #00334C !important;
	border:none !important;
	padding:0px !important;
}
.simplepopwindow
{
	background-color:#FFFFFF;
	border:1px solid #999999;
	cursor:default;
	display:none;
	position:fixed;
	top:30%;
	left:30%;
	text-align:left;
	width:450px;
	z-index:50;
	padding:10px;
}

