﻿html,body,form
{
    height:100%;
}
body
{
    background-position: top;
    margin: 0px;
    background-image: url(   '../images/main_bg.jpg' );
    background-repeat: repeat-x;
    background-color: #fdb813;
    font-family: 'Trebuchet MS', Trebuchet;
    font-size: 12px;
    color:#333;
}
a
{
    color: #CC0000;
}
#outercontainer
{
    width: 996px;
    margin-left: auto;
    margin-right: auto;
    height:100%;
}
#header
{
    width: 100%;
    height: 275px;
    background-image: url(  '../images/sunburst.png' );
    background-repeat: no-repeat;
    position:relative;
}
#header .logo
{
    position: absolute;
    top:15px;
    left:325px;
}
#nav
{
background-image: url(  '../images/menu_bg.png' );
width:100%;
height: 48px;
background-repeat: no-repeat;
position: absolute;
left:0px;
bottom:0px;
}
#nav ul
{
    list-style: none;
    padding: 0px 0px 0px 375px;
    margin: 0;
}
#nav li
{
    float: left;
    padding: 0px 15px 0px 15px;
    margin-top:15px;
    border-right:dotted 1px #ffffff;
} 
#nav li.lastitem
{
    border-right:none;
}
#nav li a
{
    color: #ffffff;
    font-family: 'Trebuchet MS' , Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#nav li a:hover
{
    color: #f47920;
}
#footer
{
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align:center;
}
.footercontent
{
    padding:20px;
}
.contenttop
{
    background-image: url(  '../images/content_top.png' );
    background-repeat:no-repeat;
    width:996px;
    height:30px;
}
.contentbottom
{
    background-image: url(  '../images/content_bottom.png' );
    background-repeat:no-repeat;
    width:996px;
    height:30px;
}
.contentleft
{
    background-image: url(  '../images/content_left.png' );
    width:30px;
    height:100%;
    background-repeat:repeat-y;
    float:left;
}
.contentright
{
    background-image: url(  '../images/content_right.png' );
    width:30px;
    background-repeat:repeat-y;
    float:right;
    height:100%;
}
.cphMain
{
    float:left;
    position:relative;
    width:736px;
    margin-left:10px;
}
#maincontent
{
    background-color: #ffffff;
    float:left;
    height:100%;
}
#maincontent .subnav
{
    background-position: top;
    background-image: url(   '../images/subnav_bg.jpg' );
    background-repeat: no-repeat;
    width: 180px;
    height: 100%;
    padding-right: 10px;
    vertical-align: top;
    float: left;
    margin: 0px;
    background-color: #f8991a;
}
#maincontent .subnav a
{
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#maincontent .subnav a.urlLink
{
    color: #008eaf;
    font-size: 11px;
    font-weight: normal;
}
#maincontent .subnav a.nameLink
{
    color: #000000;
    font-size: 12px;
    font-weight: normal;
}
#maincontent .subitem
{
   margin:10px;
   padding-bottom:10px;
   border-bottom:dotted 1px #008eaf;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    color: #008eaf;
    font-size: 26px;
    font-weight: normal;
    margin-top:0px;
    margin-left:10px;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #808080;
    margin-top:0px;
}
#mainpage_description
{
    background-image:url('../images/aerial_view.png');
    background-repeat:no-repeat;
    width:450px;
    height:240px;
    position:relative;
    margin-bottom:10px;
}
#mainpage_description .content
{
    position:absolute;
    top:20px;
    left:200px;
    margin-right:20px;
    margin-bottom:20px;
}
#mainpage_description li
{
    font-weight:bold;
    margin-left:-10px;
}
#mainpage_videos
{
float:left;
position:absolute;
top:0px;
right:0px;
}
.mainpage_content
{
    width:445px;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:dotted 1px #666666;
}
.mainpage_content h2
{
   margin-top:10px;
    margin-bottom:0px;
    color:#fdb813; 
}
.mainpage_content h2 a
{
    text-decoration:none;
    color:#fdb813; 
}
.mainpage_content img
{
    float: left;
    margin-right:8px;
    border: solid 1px #333;
}
.mainpage_content p
{
    margin:0px;
}
a.title
{
    color: #008eaf;
    font-weight: bold;
    text-decoration: none;
}
.videodescription
{
    padding-left:10px;
    vertical-align:top;
}
.videodescription h1
{
    font-size: 18px;
    font-weight:bold;
    margin:0px 0px 5px 0px;
    padding-bottom: 3px;
    border-bottom:dotted 1px #008eaf;
}
a.more
{
    font-weight: bold;
    text-decoration: none;
    color:#008eaf;
}
.clear
{
    clear:both;
}
.gradientBox
{
    background-image: url( '../images/gradient_bg.jpg' );
    background-repeat: repeat-x;
    background-position: top;
    border: solid 1px #cccccc;
    padding:6px;
    margin:10px;
}
.gradientBox h2
{
    color: #f8991a;
}
