/* General site header & footer base code: */
html
{
	margin:  0px;
	padding: 0px;
	background-image: url(../images/base/background_repeat.png); 
}
body
{
	background-image: url(../images/base/background_darkness.png); 
	background-repeat: repeat-x;
	margin:  0px;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-shadow: 0px 1px 0px #fff;
	min-width:950px;
	color: #4e5a64;
	font-size: 15px;
	line-height: 18px;
	font-weight: 100;
	
}
@-webkit-keyframes 'fade'
	{		
		0% {
			opacity: 0;
		}
		100% {
			opacity: 100;
		}
	}

b, strong
{
	font-weight: bold;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
:focus {
	outline: 0;
}


/* this is here mostly to add the third background layer, the glow */
#wrapper
{
	background-image: url(../images/base/background_glow.png); 
	background-position: top center;
	background-repeat: no-repeat;
}
#wrapper div
{
	margin-left: auto;
	margin-right: auto;
}
#content_header
{
	margin-top:55px;
	padding: 150px 120px 0px 120px;
	background-image: url(../images/base/content_header.png); 
	width:666px;
	height:58px;
	background-repeat:no-repeat;
}
#content_main
{
	background-image: url(../images/base/content_middle.png); 
	background-repeat: repeat-y;
	width: 670px;
	padding: 0px 55px 0px 55px;

}
#content_footer
{
	background-image: url(../images/base/content_bottom.png); 
	height: 66px;
	background-repeat: no-repeat;
	width: 780px;
}
#navbar
{
	float:right;
	height:35px;
	padding-top:2px;
	font-size:16px;
}
#navbar li
{

	background-image: url(../images/base/header_navbar_repeat.png);
	background-repeat: repeat-x;
	padding: 11px 7px 10px 7px;
	display:inline;
	float: left;
	text-shadow: #525e68 0px 1px 1.7px;
	font-weight:500;
	height: 40px;
	font-size: 16px;
	font-weight: normal;
}

#navbar .selected
{
	opacity:1.0;
}
#navbar a
{
	color:#FFF;
	text-decoration:none;
	float: left;
	z-index: 99999;
	padding-top: 1px;
}
#navbar a:active
{
	margin-top: 1px;
}

.unselected
{
	opacity:0.5;
	color: #d8e1ea;
	text-shadow: #5e6a75 0px 1px 1.7px;
}
#navbar .first, #navbar .last
{
	background-image: url(../images/base/header_navbar.png); 
	background-repeat:no-repeat;
	padding: 10px 5px 10px 10px;
}
#navbar .last
{
	background-position: -21px 0px;
	padding:10px;
}

#content_header .title
{
	float: left;
	padding-top: 10px;
}
#footer
{
	background-image: url(../images/base/footer_cutaway_split.png); 
	background-repeat: no-repeat;
	width: 862px;
	color: #cedae3;
	text-align: center;
	text-shadow: #000 0px 1px 3px;
	font-size: 14px;
	letter-spacing:0.5px;
	padding-top: 25px;
	margin-top: 15px;
	padding-bottom: 60px;
}
#footer ul
{
	margin-left: auto;
	margin-right: auto;
	width: 64px;
}
#footer ul li
{
	float: left;
	display: inline;
	height: 35px;
}
#footer ul li img:active
{
	padding-top: 1px;
}
#footer #text
{
	clear: both;
	padding-top: 10px;
}
.clear
{
	clear: both;
}
a
{
	color: #4b99e3;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#preiview_overlay
{
	background-image: url(../images/base/overlay.png);
	width: 669px;
	height: 312px;
	position: absolute;
}