body 
{
    text-align:center;
    margin:0;
    padding:0;
    font-family:Arial, Tahoma, Verdana, helvetica, Sans-Serif;
}

#container 
{
    width:794px;
    margin-left:auto;
    margin-right:auto;    
    text-align:left;
}

#topcontainer
{
    width:794px;
}

#bottomcontainer
{
    width:794px;
    float:left;
    background: #FFFFFF url(../images/bottomcontainer_bg.gif) 0 0 repeat-y;
    margin-bottom:1px;
}

#header
{
    height:45px;
    float:left;
    width:794px;
    margin-bottom:1px;
    background: #093341 url(../images/header_bg.png) 0 0 repeat-x;
}

#search
{
    padding:10px 20px;
    float:left;
}

#contactus
{
    padding:14px 20px;
    float:right;
}

.leftcol
{
    width:315px;
    float:left;
}

#brand
{    
    width:315px;
    height:160px;
    margin-bottom:1px;
    background: #093341 url(../images/brand_bg.png) 0 0 no-repeat;
    margin-right:1px;
}

#menupanel
{
    width:316px;
    height:55px;
    background-color:#FFFFFF;
}

#submenupanel
{
    margin-bottom:40px;
}

#leftpanel
{
    width:315px;
    background-color:#093341;
    overflow:auto;
    margin-right:1px;
}

.rightcol
{
    width: 478px;
    float:right;
}

.rightcolbottom
{
    width: 478px;
    float:right;
}

#mediapanel
{
    width:478px;
    height:217px;
    margin-bottom:1px;
    background-color:#093341;
/*    background: #093341 url(../media/26/media-default001.png) 0 0 no-repeat;*/
    overflow:hidden;
}

#contentpanel
{
    width:476px;
    background-color:#FFF;
    overflow:auto;
}

#footer
{
    height:64px;
    float:left;
    width:794px;
    background: #093341 url(../images/footer_bg.png) 0 0 repeat-x;
    text-align:center;
    color:#FFF;
    font-size:70%;
}
/*
h1 {color:#CAD04B; font-weight:bold; margin:0 0 9px 0; font-size:140%;}
h2 {color:#CAD04B; font-weight:normal; margin:0 0 6px 0; font-size:120%;}
*/
h3 {color:#CAD04B; font-weight:normal; margin:0 0 3px 0; font-size:110%;}
h4 {color:#CAD04B; font-weight:normal; margin:12px 0 0 0;}

a:link, a:visited, a:active {color:#093341; font-weight:bold}
a:hover, a:visited:hover {text-decoration: none}

#leftpanel .content a:link, 
#leftpanel .content a:visited,
#leftpanel .content a:active
{color:#FFF; text-decoration:none; font-weight:normal}

#leftpanel .content a:hover,
#leftpanel .content a:visited:hover
{color:#DAE05B;}

#leftpanel .content {padding:15px;}
#leftpanel .content p {font-size:70%; color:#FFF; margin-top:4px;}

#contentpanel .content {padding:15px;}
#contentpanel .content p, #contentpanel .content li, #contentpanel .content td {font-size:75%; margin-top:4px;}
#contentpanel .content form {margin:0;}
#contentpanel .content td p {font-size:100%}

.search {width:240px; font-size:75%; font-weight:lighter}
.searchbutton {border: none; background-color:Transparent; color:#FFF; font-size:90%;}

#contactus a:link, #contactus a:visited, #contactus a:active {color:#FFF; text-decoration:none; font-size:85%; font-weight:normal;}
#contactus a:hover, #contactus a:visited:hover {color: #DAE05B;} 

#menupanel ul
{
    list-style-type:none;
    margin:0;
    padding:0;
} 

#menupanel ul li 
{
    width:158px;
    float:left;
    margin-bottom:1px;
    display:inline;
}

#menupanel ul li a:link, 
#menupanel ul li a:visited,
#menupanel ul li a:active,
#menupanel ul li a:active
{
    float:left;
    width:127px;
    height:16px;
    background: url(../images/menubutton_bg.png) 0 0 repeat-x;
    color:#FFF;
    padding:2px 15px 0px 15px;
    font-size:70%;
    font-weight:normal;
    text-decoration:none;
    margin-right:1px;
    text-transform:uppercase;
}

#menupanel ul li a:hover,
#menupanel ul li a:visited:hover
{
    color: #DAE05B;
}

#menupanel ul li a.selected
{
    color: #DAE05B;
    font-weight:bold;
}

#submenupanel h3
{
    margin-bottom:10px;
}

#submenupanel ul 
{
    list-style-type:none;
    display:inline;
} 

#submenupanel ul li
{
    width:260px;
    float:left;
    margin-bottom:1px;
}

#submenupanel ul li a:link,
#submenupanel ul li a:visited,
#submenupanel ul li a:active,
#submenupanel ul li a:active
{
    float:left;
    width:240px;
    height:26px;
    color:#FFF;
    padding:2px 0px ;
    font-size:75%;
    font-weight:normal;
    text-decoration:none;
    margin-right:1px;
}

#submenupanel ul li a.selected, #submenupanel ul li a.selected:visited
{
    color: #DAE05B;
    font-weight:bold;
}

#submenupanel ul ul li
{
    color:#FFF;
    margin-left:20px;
}

/*
.subsubmenu li a:link,
.subsubmenu li a:visited,
.subsubmenu li a:active
{
    float:left;
    width:240px;
    color:#FFF;
    padding:2px 0px ;
    font-weight:normal;
    text-decoration:none;
    margin-right:1px;
}

ul.subsubmenu li a.selected, ul.subsubmenu li a.selected:visited
{
    color: #DAE05B;
    font-weight:bold;
}
*/

#bloglist {margin-top:30px;}
#bloglist h4 {margin-bottom:0; font-size:90%; }
#bloglist a:link {font-weight:bold}

#footer .content {padding:20px;}

#footer a:link, 
#footer a:visited, 
#footer a:active
{color:#FFF; text-decoration:none; font-weight:normal}

#footer a:hover, 
#footer a:visited:hover
{
    color: #DAE05B;
} 

img.addit {position:relative; top:4px;}

legend {font-size:80%; font-weight:bold;color: #DAE05B;}
fieldset label {width:70px;float:left;}
fieldset input {width:200px;}
fieldset textarea {width:240px; height:60px;}

.gold {color: #DAE05B;}
.black {color:#000000;}
.white {color:#FFFFFF;}

.vspacer {height:20px}























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
