@charset "UTF-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #666;
	background-color: #F26230;
	background-image: url(../images/bkgrnd_tile.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size:2.25em;  /* 16x2.25=36 */
	line-height: 1.125em;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
}
h1.orangebold {
	font-size:2.375em;  /* 16x2.25=36 */
	color: #F26522;
	font-weight: 900;
	line-height: 1.125em;
	margin: 0; 
	padding: 0;
}
h2 {
	font-size:1.5em;   /* 16x1.5=24 */
	line-height: normal;
	color: #F26522;
}
h3 {
	font-size:1.125em; /* 16x1.125=18 */
	color: #f26522;
}
h4 {
	font-size:0.875em; /* 16x0.875=14 */
}
h5 {
	font-size:0.875em; /* 16x0.875=14 */
	color: #f26522;
}

.bold_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	
#contentcolumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.875em; /* 16x0.875=14 */
	line-height: 16px;
}
#contentcolumn ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.875em; /* 16x0.875=14 */
	line-height: 20px;
}

#maincontainer{
	width: 1000px; /*Center container on page*/
	background-image: url(../images/pagebg2.png);
	background-repeat: repeat-y;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#topsection{
	width: 950px;
	height: 140px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 50px;
}

#contentwrapper{
	float: left;
	width: 100%;
	height: auto;
}

#contentcolumn{
	margin: 0 290px 0 250px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#contentcolumn a {
	color: #F26522;
	text-decoration: none;
}
#contentcolumn a:link, a:visited {
	color: #F26522;
	text-decoration: none;
}
#contentcolumn a:hover {
	color: #F26522;
	text-decoration: underline;
}

#contentcolumn2{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 250px;
	height: auto;
}
#contentcolumn2 a {
	color: #F26522;
}
#contentcolumn2 a:link, a:visited {
	color: #F26522;
	text-decoration: none;
}
#contentcolumn2 a:hover {
	color: #F26522;
	text-decoration: underline;
}

#leftcolumn{
	float: left;
	width: 250px; /*Width of left column in pixel*/
	margin-left: -1000px;
}
#left_feature {
	width: 218px;
	margin-left: 20px;
	background-color: #F7F7F7;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #F26421;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
#left_feature_img{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#rightcolumn{
	float: left;
	width: 290px; /*Width of right column*/
	margin-left: -290px;
}

#left_feature a {
	color: #F26522;
	text-decoration: none;
}
#left_feature a:link, a:visited {
	color: #F26522;
	text-decoration: none;
}
#left_feature a:hover {
	color: #F26522;
	text-decoration: underline;
}
#footer{
	clear: left;
	width: 960px;
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 300px;
	background-image: url(../images/footer_bg.jpg);
}
.footer_copyright {
	color: #FFFFFF;
	font-size: 80%; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#navcontainer {
	width: 200px;
	margin-left: 50px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#navcontainer ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a
{
	display: block;
	width: 185px;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #666;
	text-decoration: none;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
}

#navcontainer a:hover
{
	color: #fff;
	background-image: url(../images/nav_bg2.gif);
	background-repeat: no-repeat;
}
#subnav ul {
	color: #666666;
	text-decoration: none;
}

#subnav a {
	color: #666666;
	text-decoration: none;
	font-size: 0.875em;
}
#subnav a:link, a:visited {
	color: #666666;
	text-decoration: none;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
}
#subnav a:hover {
	color: #FF6600;
	text-decoration: none;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
}

.innertube{
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.innertube_gallery{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	height: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E7E7E7;
	padding-top: 30px;
}
.innertube_top{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.innertube_left{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.innertube_right{
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 270px;
}
.innertube_gallery02{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #F26522;
}

.top_logo{
	margin-right: 30px;
	width: 220px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	float: left;
}
.gallery_item{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 390px;
	padding: 0px;
}
.gallery_itemtitle{
	color: #F26522;
	padding: 0px;
	width: 390px;
	font-size: 0.875em;
}
.gallery_itemcopy{
	font-size:0.875em;  /* 16x0.75=12 */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#gallery_item a {
	color: #F26522;
	text-decoration: none;
}
#gallery_item a:link, a:visited {
	color: #F26522;
	text-decoration: none;
}
#gallery_item a:hover {
	color: #F26522;
	text-decoration: underline;
}


.feature_item {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 25px;
	float: left;
	border: 2px solid #E7E7E7;
	padding: 5px;
	width: 670px;
}
.feature_copy {
	font-size: 80%;
}

.feature_item_img {
	width: 255px;
	height: 110px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 415px;
}

.feature_itemtitle {
	color: #F26522;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 255px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 380px;
}
.feature_itemcopy {
	font-size:0.75em;  /* 16x0.75=12 */
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 280px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

