body {
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	background: #fff url('../images/global/shadow-bg.jpg') 50% 0 repeat-y;
}
#shadow {
	background: transparent url('../images/global/shadow-bg_cap.jpg') 50% 100% no-repeat;
	padding-bottom: 49px;
}
#wrap {
	width: 972px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 15px;
}
#header {
}
	
	#wrap #header-image-container img {
		margin: 17px 20px 20px 0;
		float:right;
	}
	/*#wrap #header-image-container img {
		border:1px solid #D6E03D; /* BUS *//*
		margin: 17px 20px 0 0;
		float:right;
	}*/
	
	#wrap #header-image-container #logo a {
		text-indent: -9999px;
		display: none;
	}
	#main-nav_container {
		margin: 0 18px 0 15px;
		border: dotted #868468;
		border-width: 0 0 1px 0;
		padding: 0;
		clear: both;
		height: 4em;
		position: relative;
	}
	
		#main-nav {
			position: absolute;
			top: 17px;
			left: 0;
			width: 750px;
		}
		
		#main-nav li {
			float: left;
			padding: 0 6px 0 7px;
			background: url(/images/global/header-separator.gif) no-repeat 0 50%;
			margin: 0 1px 0 -1px;
		}
		
		#main-nav li.root_first_nav_item {
			background-image: none;
			padding-left: 0;
		}
		
		#main-nav li a {
			color: #524f26;
			font-size: 1em;
			font-weight: bold;
			text-decoration: none;
			float: left;
			padding: 0 4px;
			line-height: 19px;
		}
		
		#main-nav li a:hover,#main-nav li a.active_nav_item,#main-nav li a.active_nav_parent
			{
			position: relative;
			background: #524f26;
			color: #fff;
		}
		#header-search {
			position: absolute;
			top: 13px;
			right: 0;
			width: 170px;
		}
		
		#header-search form {
			width: auto;
			overflow: hidden;
		}
		
		#header-search input#search-query {
			float: left;
			width: 130px;
			padding: 4px 0 5px 10px;
			border: solid #d3d3d3;
			border-width: 1px 0 1px 1px;
		}
		
		#header-search_btn {
			float: left;
		}
#main-nav_container,	
#main,
#footer {
	margin: 0 20px 0 16px;
}


#left-col {
	width: 260px;
	float:left;
	margin-right: 13px;
}

#side-nav {
	background-color: #f5f5f5;
	font-weight: bold;
}

	#side-nav h4 {
		font-size: 1.4em;
		line-height: 2.57em;
		color: #fff;
		background: #88866b;
		padding-left: 16px;
		font-weight: bold;
	}
	
	#side-nav h4 a {
		color: #fff;
	}
	
	#side-nav h4 a:hover {
		font-weight: bold;
	}
	
	#side-nav a {
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
	}
	
	#side-nav ul li a.active_nav_parent {
		background: #231f20 url('/images/global/nav-bullet_orange-on-black.gif')
			16px 50% no-repeat;
		color: #fff;
		font-weight: bold;
		text-indent: 32px;
	}
	
	#side-nav ul li a.active_nav_item {
		background: #231f20 url('/images/global/nav-bullet_orange-on-black.gif')
			16px 50% no-repeat;
		color: #fff;
		font-weight: bold;
		text-indent: 32px;
	}
	
	#side-nav ul li a:hover .active_nav_item,#side-nav ul li a:hover
		.active_nav_parent {
		color: #fff;
	}
	
	#side-nav ul li li a.active_nav_item {
		background-position: 32px 50%;
		text-indent: 48px;
	}
	
	#side-nav ul li li li a.active_nav_item {
		background-position: 48px 50%;
		text-indent: 64px;
	}
	
	#side-nav ul {
		border: solid #CCCCB2;
		border-width: 1px 1px 0 1px;
	}
	
	#side-nav ul li {
		text-indent: 16px;
	}
	
	#side-nav ul li a,
	#side-nav ul li span.unconfirmed_nav_item {
		display: block;
		color: #231f20;
		margin-right: 0;
		padding: 16px 0;
		border-bottom: 1px solid #CCCCB2;
	}
	
	#side-nav ul li span.unconfirmed_nav_item {
		color: grey;
	}
	
	#side-nav ul li a:hover {
		color: #524f26;
		font-weight: bold;
	}
	
	#side-nav ul ul {
		font-size: 1em;
		border: none;
	}
	
	#side-nav ul ul li {
		text-indent: 32px;
		background-color: #dfddc3;
	}
	
	#side-nav ul ul ul li {
		text-indent: 48px;
	}
	
#content {
	float:left;
	width: 663px;
	background: url('/images/global/dotted-line_horiz.gif') repeat-x 0 0;
	padding-top: 20px;
	color: #333;
}
#footer {
	clear:both;
	background-color: #efefeb;
	border: 1px solid #ccccb2;
	padding: 18px 20px;
	margin-top: 15px;
}
	#footer a {
		text-decoration: none;
		color: #524f26;
	}
	#footer-nav {
		float:left;
		color: #524f26;
		background: transparent url('/images/global/horizontal-dots.gif') left bottom repeat-x;
		padding-bottom: 18px;
		font-size: 1.1em;
	}
		#footer-nav li{
			float:left;
			padding: 0 10px;
			border-left: 1px solid #ccccb2;
		}
		#footer-nav li.first_nav_item {
			border-left: none;
			padding-left: 0;
		}

			#footer-nav li a{
				color: #524f26;
				font-weight: bold;
			}

			#footer-nav li a:hover{
				text-decoration: underline;
			}
	#footer-address {
		float: left;
		font-size: 0.85em;
		margin-top: 10px;
		color: #004d43;
	}
		#footer-address li {
			float:left;
		}
		#footer-address li#footer_tel {
			clear:left;
		}
		#footer-address a {
			color: #004d43;
		}
	#copyright {
		color:#1c3e94;
		float:left;
		font-size:0.8em;
		font-weight: bold;
		text-transform:uppercase;
		width:50%;
		margin-top: 5px;
	}
/* Content Styles */
#content h2,body.mceContentBody h2 {
	color: #524f26;
	font-size: 2.17em;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

#content p,body.mceContentBody p {
	line-height: 1.75em;
	margin-bottom: 1.5em;
}

#content h3,body.mceContentBody h3 {
	margin-bottom: 0.1em;
	color: #d31245;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	text-transform: uppercase;
}

#content h4,body.mceContentBody h4 {
	color: #d31245;
	font-size: 1.4em;
}

#content h5,body.mceContentBody h5 {
	color: #333;
	font-size: 1.25em;
}

#content h6,body.mceContentBody h6 {
	color: #7d7605;
	font-size: 1.1em;
}
#content ul,body.mceContentBody ul {
	color: #555;
	/*font-weight: bold;*/
	line-height: 1.4em;
	font-size: 1em;
}

#content a,body.mceContentBody a {
	color: #4d6b88;
	font-weight: bold;
}

#content a:after,body.mceContentBody a:after {
	content: " \00bb ";
}

#content a:hover,body.mceContentBody a:hover {
	color: #99aabb;
}
#content ul li,body.mceContentBody ul li {
	list-style: disc; 
	margin-left: 16px;
}

#content p strong,body.mceContentBody p strong {
	font-weight: bold;
}

#content p em,body.mceContentBody p em {
	font-style: italic;
}
#content .highlight-box_full-width,body.mceContentBody .highlight-box_full-width
	{
	display: block;
	border: 1px solid #ccccb2;
	background-color: #fff; /*#fffbf6;*/
	color: #333;
	padding: 19px;
	margin-bottom: 22px;
	line-height: 1.50em;
	clear: both;
}

#content .quote_left,#content .quote_right,body.mceContentBody .quote_left,body.mceContentBody .quote_right
	{
	background-color: #fff;
	color: #4d6b88;
	border: 1px solid #CCCCB2;
	display: block;
	padding: 20px;
	line-height: 1.67em;
	font-size: 1.17em;
	font-weight: bold;
}

#content .quote_left strong,#content .quote_right strong,body.mceContentBody .quote_left strong,body.mceContentBody .quote_left b,body.mceContentBody .quote_right strong,body.mceContentBody .quote_right b
	{
	font-weight: normal;
	clear: both;
	float: right;
	font-size: 0.93em;
}

#content .quote_left,body.mceContentBody .quote_left {
	width: 230px;
	margin: 15px 15px 15px 0;
	float: left;
}

#content .quote_right,body.mceContentBody .quote_right {
	width: 230px;
	margin: 15px 0 15px 15px;
	float: right;
}

#content img.left,body.mceContentBody img.left {
	margin: 0 15px 15px 0;
}

#content img.right,body.mceContentBody img.right {
	margin: 0 0 15px 15px;
}

#content img.left,#content img.right {
	border: 1px solid #847c0f;
}


div.titleImage_left {
	float: left;
	margin: 0 15px 15px 0;
}

div.titleImage_right {
	float: right;
	margin: 0 0 15px 15px;
}

div.titleImage_left,div.titleImage_right {
	
}

div.titleImage_left img,div.titleImage_right img {
	border: 1px solid #847c0f;
	float: left;
}

div.titleImage_right img {
	
}

div.titleImage_left span,div.titleImage_right span {
	display: block;
	clear: both;
	background-color: #e7efc2;
	color: #847c0f;
	padding: 6px 7px;
	font-style: italic;
}
/**
 * components
 
#login-box {
	background:#EDF0B5 none repeat scroll 0 0;
	border:1px solid #88B065;
	color:#660;
	font-size:0.92em;
	margin:15px 0;
	padding-top:0;
}
	#login-box a {
		color: #D41543;
		font-weight: bold;
		display: block;
		float:left;
		margin: 14px 15px 15px;
	}
	#login-box a:hover {
		color: #88b065;
	}
	#login-box_inner {
		padding: 10px;
	}
		#login-box #login-box_inner input.input_text,
		#login-box #login-box_inner input.input_pass {
			color: #D41543;
			font-size: 1.09em;
			border: 1px solid #cdcdcc;
			padding: 7px 10px;
			width: 218px;
			margin-bottom: 10px
		}
		#login-button {
			margin-bottom: 10px;
			float:left;
		}
#login-box .error_message {
	color: #ed174f;
	margin-bottom: 10px;
}
*/

#login-box {
	color: #231f20;
	font-size: 0.92em;
    	border: #ccccb2 solid;
    	border-width: 1px;
	background: #fff url('/images/global/login-box_top.gif') repeat-x 0 0;
	padding-top: 35px;
	margin: 15px 0;
	}

	#login-box a {
		/* color: #004d43; */
		color:#4965a9;
		font-weight: bold;
		display: block;
		float:left;
		margin: 14px 15px 0 0;
		}

	#login-box a:hover {
		background-color:#fff;
		color:#1c3e94;
		/* color: #4d837c */
		}
	
	#login-box_inner {
		padding: 10px 12px 15px 12px;
		}

		#login-box #login-box_inner input.input_text,
		#login-box #login-box_inner input.input_pass {
			border:1px solid #CCCCB2;
			color:#231F20;
			font-size:1.09em;
			margin-bottom:10px;
			padding:7px;
			width:213px;
			}

		#login-button {
			float:right;
			margin:0;
			padding:0;
			}

#login-box .error_message {
	color: #ed174f;
	margin-bottom: 10px;
	}
	
.donate {
	margin-bottom: 15px;
}
.content-box,
.information-box,
.warning-box {
	padding: 22px 20px 16px;
	font-size: 0.92em;
	margin-bottom: 20px;
}
.content-box {
	border: 2px solid #CCCCB2;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	background: #fff;
}
.information-box,
.warning-box {
	padding: 22px 20px 16px 60px;
}
.information-box {
	background: #fff url('/images/global/icons/information_green.gif') 22px 50% no-repeat;
	border: solid 2px #cccd96;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.information-box-no-icon {
	background: #fff 22px 50% no-repeat;
	border: solid 2px #CCCD96;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	padding:15px;
	margin-bottom:10px;
}
.information-box-no-icon ol li {list-style-type:decimal; list-style-position:inside;}
#content h4.information-box-title {
	color: #333;
	font-weight: bold;
	font-size: 1.18em;
}
.warning-box {
	border: 2px solid #d41543;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	background: #fff url('/images/global/icons/warning.gif') 20px 22px no-repeat;
}
	#content h4.warning-box-title {
		color: #d41543;
		font-weight: bold;
		font-size: 1.18em;
	}
	#content .warning-box li.error-line {
		color: #d41543;
		font-weight: normal;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#content .warning-box li.error-line strong {
			font-weight: bold;
		}

#header #login-bar {
	background-color: #99aabb;
	color: #fff;
	font-weight: bold;
	padding: 15px 0;
	height: 1%;
}
	#header #login-bar li {
		padding-left: 20px;
		margin-right: 20px;
	}
	#header #login-bar a {
		color: #fff;
	}
	#header #login-bar a:hover {
		color: #edf0b5;
		text-decoration: none;
	}
	#header #login-bar ul {
		float:right;
		margin-right: 28px;
	}
	#header #login-bar ul li {
		float:left;
	}
	#lb_username {
		padding-left: 20px;
		background: #99aabb url('/images/global/icons/login-bar-person.gif') left 50% no-repeat;
	}
	#header #login-bar #lb_logout-link a {
		margin-right: 0px;
	}
	#header #login-bar #lb_logout-link {
		margin-right: 0px;
		background: #99aabb url('/images/global/icons/logout.gif') left 50% no-repeat;
	}
	#header #login-bar #lb_team_link {
		padding-left: 0px;
		/*background: #D41543 url('/images/global/icons/logout.gif') left 50% no-repeat;*/
	}
/**
 * STYLUS GENERICUS
 */
.clear {
	clear:both;
	width: 100%;
	height: 0px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}
.right,
body.mceContentBody .right {
	float:right;
}
.left,
body.mceContentBody .left {
	float:left;
}

.access_nav {
    display:block;
    height:0;
    text-indent:-99999px;
    }



.access {
	height: 0px;
	line-height: 1px;
	text-indent: -99999px;
	text-align: left;
}

/*
a.access_nav {
	text-indent:-99999px;
	line-height:0.01em;
	color:#000;
	display:block;
	float:left
}
a.access_nav:focus {
	text-indent:0;
	line-height:2em;
	padding:10px;
	border:1px solid #000;
	background-color:#fff;
	z-index:1000;
	position:absolute;
	font-weight: bold;
}
*/
.large_text {
	font-size: 1.3em;
}
#scf_link {
	float:right;
	text-indent: -9999px;
	text-align: left;
	display: block;
	height: 91px;
	width: 103px;
	background: transparent url('/images/global/scf-footer-logo.gif') 0 0 no-repeat;
}
#footer {
	height: 1%;
}
#footer-address {
	width: 50%;
}

#content .credit_card_table a:after {
	content: " ";
	background-color: #FFFFFF;
}

#content .credit_card_table th,
#content .credit_card_table td {
	border:1px solid #D0D0CE;
	min-width:8em;
	padding:7px 8px;
}
#login_box_signup_link {
	background: transparent url('/images/home/click_to_sign_up.gif') 0 0 no-repeat;
	width: 258px;
	height: 63px;
	display: block;
	text-indent: -9999px;
	border: 1px solid #ccccb2;
	border-top: none;
}


#left-col .donate a  {
	background:transparent url(/images/global/donate-now.gif) no-repeat scroll left top;
	display:block;
	height:112px;
	margin:10px 0;
	text-indent:-9999px;
	width:260px;
}

#left-col .donate a:hover {
	background:transparent url(/images/global/donate-now.gif) no-repeat scroll 0 -118px;
}

#validate_promo_code {
	background: url(/images/global/btn_validate.gif);
	padding: 0;
	margin: 0;
	height: 32px;
	width: 114px;
}


#modalDialogOverlay { display: none; }
#modalDialogOverlay h3,
#content #modalDialogOverlay h3 {
	color: #fff;
	margin: 0;
	padding: 5px;
}
.yui-overlay-mask { background: rgba(255, 255, 255, 0.5); }

.yui-widget #modalDialogOverlay {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
}
#modalDialogOverlay .yui-widget-hd {
	border: 1px solid #222;
	background: #D41543;
	color: #fff;
	padding: 0 10px;
	cursor: move;
}
#modalDialogOverlay .yui-widget-bd {
	background: #fcfcfc;
	border: 1px solid #222;
	border-top: none;
	border-bottom : none;
	padding: 10px;
}
#modalDialogOverlay .yui-widget-ft {
	border: 1px solid #222;
	border-top: none;
	background: #FCFCFC;
}
#modalDialogOverlay .yui-widget-ft > div {
	border-top: 1px solid #E9E9E9;
	padding: 5px 10px;
	text-align: right;
}
.yui3-overlay-mask {
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#gallery {
	height: 385px;
}

/* better IE6 support */
body { _height: 100%; }
			
