/* defaults */

body {
	font-size: 62.5%;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #fcb033;
	background-image: url(../../../../images/bg_body.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
}


/* layout */

#page {
	width: 921px;
	position: relative;
	overflow: hidden;
}

#header {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#sidebar {
	width: 195px;
	padding: 0px 0px 0px 25px;
	float: left;
	position: relative;
}

#content {
	width: 694px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	border-bottom: 6px solid #0079c2;
	margin-bottom: 20px;
	min-height: 500px;
	overflow: hidden;
}



#footer {
	width: 665px;
	float: right;
	clear: both;
	position: relative;
	overflow: hidden;
}

#footer p {
	margin-right: 40px;
	position: relative;
	float: left;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 120%;
}

#footer img {
	padding-bottom: 5px;
	padding-top: 5px;
}

#footer span {
	display: block;
	width: 188px;
	float: left;
	padding: 5px 30px 0px 0px;
	color: #fce7c5;
}

#footer label {
	display: block;
	clear: both;
	padding-top: 15px;
	color: #fce7c5;
}


/* header */

h1 {
	float: left;
	width: 404px;
	height: 104px;
	position: relative;
	margin: 23px 0px 0px 42px;
	padding: 0px;
	line-height: 100%;
}

h1 a {
	display: block;
	background-image: url(../../../../images/logo.png);
	background-repeat: no-repeat;
	width: 404px;
	height: 104px;
}

h1 a span {
	margin-left: -8000px;
}

#header form {
	float: right;
	margin: 78px 7px 0px 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	width: 174px;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#header form .searchbox {
	border: 0px;
	padding: 3px;
	width: 140px;
	font-family: Helvetica, sans-serif;
	color: #9D9FA2;
	margin: 0px 6px 0px 0px;
	position: relative;
	font-size: 1.2em;
	line-height: 100%;
}

#header form .submit {
	margin: 0px 0px -5px 0px;
	position: relative;
}


/* sidebar */

#sidebar ul {
	list-style: none;
	text-align: right;
	margin: 0px;
	padding: 70px 0px 50px 0px;	
	position: relative;
}

#sidebar ul.children {
	list-style: none;
	text-align: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;	
	position: relative;
}

#sidebar ul li {
	font-size: 1.6em;
	font-weight: 500;
	line-height: 130%;
	margin: 0px;
	position: relative;
	text-transform: lowercase;
	overflow: hidden;
}

#sidebar ul.children li {
	font-size: 80%;
	font-weight: 500;
	line-height: 130%;
	margin: 0px;
	position: relative;
}

#sidebar ul li a {
	color: #0079c2;
	padding: 5px 0px 5px 0px;
	display: block;
	padding-right: 25px;
	position: relative;
}

#sidebar ul.children li a {
	color: #0079c2;
	padding: 2px 0px 2px 0px;
	display: block;
	padding-right: 40px;
	position: relative;
	background-image: url(../../../../images/apple.gif);
	background-repeat: no-repeat;
	background-position: 160px center;
}

#sidebar ul li a:hover {
	color: #ffffff;
	background-image: url(../../../../images/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

#sidebar ul.children li a:hover {
	color: #ffffff;
	background-image: url(../../../../images/apple.gif);
	background-repeat: no-repeat;
	background-position: 160px center;
}

#pitch {
	padding-right: 25px;
}

#pitch p {
	text-align: right;
	font-size: 1.1em;
	line-height: 130%;
	color: #0079c2;
}

#pitch p a {
	color: #ffffff;
}

#pitch p a:hover {
	color: #fbdfb1;
}

/* content */

#topside {
	padding: 105px 36px 15px 36px;
}

#topside h2 {
	text-transform: lowercase;
	font-size: 3.3em;
	font-weight: 100;
	line-height: 140%;
	color: #0079c2;
	margin: 0px 0px .75em 0px;
}

#topside h3 {
	font-size: 2.2em;
	font-weight: 100;
	color: #0079c2;
	line-height: 140%;
	margin: 20px 0px .5em 0px;
	padding-top: 15px;
	border-top: 1px solid #fcb033;
}

#topside h4 {
	font-size: 1.8em;
	font-weight: 700;
	color: #0079c2;
	line-height: 140%;
	margin: .25em 0px .5em 0px;
}

#topside p.intro {
	font-size: 1.8em;
	color: #0079c2;
	line-height: 140%;
	margin: 0px 0px .87em 0px;
}

#topside p {
	color: #4D4E50;
	font-size: 1.4em;
	line-height: 140%;
	margin: 0px 0px .7em 0px;
}

#topside ul, #topside ol {
	color: #4D4E50;
	font-size: 1.4em;
	line-height: 140%;
	margin: 0px 0px .7em 0px;
	padding: 0px 0px 0px 20px;
}

#topside ul li,#topside ol li {
	margin: 0px 0px 4px 0px;
}

#bottomside {
	padding: 25px 36px 15px 36px;
	background-color: #dbe3f0;
}

#bottomside h3 {
	color: #0079c2;
	font-size: 1.4em;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
}

#content h5 {
	color: #0079c2;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 130%;
	margin: 0px 0px 10px 0px;
}

#bottomside p {
	color: #0079c2;
	font-size: 1.3em;
	line-height: 140%;
	margin: 0px 0px 10px 0px;
}

.pic_rt, .alignright {
	float: right;
	margin: 3px 0px 10px 15px;
}

.pic_rt, .alignleft {
	float: left;
	margin: 3px 15px 10px 0px;
}

#content a {
	color: #0079c2;
}

#content a:hover {
	color: #fcb033;
}

/* misc */

.widget-title {
	display: none;
}

.promo_slider {
	float: right;
	margin: 0px 0px 10px 15px;
	padding-bottom: 60px;
}

.promo_slider_excerpt a {
	display: none;
}

.promo_slider_excerpt {
	font-size: 1.4em;
	line-height: 120%;
	padding: 8px;
	margin-bottom: 0px;
}

.panel, .promo_slider_wrapper {
	overflow: visible;
}

#header #videothumbs {
	padding: 0px 20px 10px 0px;
	margin: 0px;
	float: right;
}

#header #videothumbs p {
	font-size: 1.3em;
	line-height: 130%;
	margin: 0px 20px 0px 0px;
	padding: 20px 0px 0px 0px;
	float: left;
	width: 90px;
	text-align: center;
}

#header #videothumbs p img {
	clear: both;
	padding-bottom: 5px;
}

#header #videothumbs p a {
	display: block;
	width: 90px;
	color: #ffffff;
	background-repeat: no-repeat;
}

#header ul {
	list-style: none;
}

#header ul li {
	float: left;
}

#header #videothumbs p a:hover {
	color: #0079c2;
}

/* gallery */

.gallery {
	text-align: center;
}

.gallery dl {
	width: 30%;
	padding: 7px;
	margin: 3px;
	float: left;
	text-align: center;
	position: relative;
}

.gallery dl dt {
	clear: both;
	padding: 13px;
	background-color: #f8f8f8;
}

.gallery dl dd {
	font-size: 1.1em;
	line-height: 130%;
	color: #999999;
	padding: 0px 13px 13px 13px;
	margin: 0px;
	background-color: #f8f8f8;
}