﻿h1, h2, h3, h4, h5, p, div, img
{
    padding:0px;
    margin:0px;
    border:0px;
}
table td
{
    padding:15px;
    border:1px;
}
html,body
{
    width:100%;
    height:100%;
}
body
{
    background-color:#FFFFFF;
    min-height:100%;
    height:100%;
    font-family: arial,sans-serif;
    color:#595959;
}

a
{
    color:#78A3F2;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
    color:#319BD2;
}
.clear
{
    clear: both;
    line-height: 1px;
    height: 1px; 
    display: block; 
    margin: 0; 
    padding: 0;
}
.input-settings, .button-settings, select, textarea, .text, .submit
{
    border:solid 1px #CCCCCC;
}
.button-settings, .submit
{
    padding:3px;
}
#page-container
{

}
#header
{
    width:880px;
    margin-left:auto;
    margin-right:auto;
   
}
#solidbar
{
    width:100%;
    height:3px;
    background-color:#616161;
    font-size:1px;
}
#header-container
{
    position:relative;
    width:800px;
    height:100px;
}

#nav_container
{
    position:relative;
    float:left;
    width:545px;
    height:100%;
}

#links_container
{
    width:480px;
    margin:25px 0 0 0;
    float:right;
}
#links
{
    margin-top:3px;
    /*list-style: none;*/
    float:right;
}
#links li
{
    float:left;
    margin-right:10px;
    color:#959292;
    font-size:.7em;
}
#links li a
{
    color:#959292;
    display:block;
    text-decoration:none;
}

#links li a:hover
{
    text-decoration:underline;
    color:#319BD2;
}

.searchinput
{
    width:120px;
    margin-right:5px;
}
.searchbutton
{
    width:16px;
    height:15px;
}
.searchinput, .searchbutton
{

}
#tab_container
{
    float:right;
    margin-top:16px;
}

#nav-tabs
{
    overflow:hidden;
    height: 39px;
    width: 527px;
    /*list-style: none;*/
}

#content
{
    /*background-image:url(../images/content-bluebg.gif);  
    background-repeat:repeat-x;*/
    width:100%;    
    min-height:500px;
    background-image:url(../images/bgtest2.jpg);  
    background-repeat:repeat-x;  
    background-position:center top; 
}

#main-container
{
    margin:0 auto 0 auto;  
    width:800px;
    padding-right:75px;
}
#page-body
{
    float:right;
}
#page-contents
{
    background-color:#FFFFFF;
    width:570px;
    height:100%;
    padding:15px;
    border:solid 1px #8B97AA;
    margin-top:10px;
}
#page-header
{
    background-color:#FFFFFF;
    width:570px;
    padding:15px;
    border:solid 1px #8B97AA;
    margin-bottom:3px;
}
#block-container
{
    float:left;
    margin-left:10px;
}
.page-title
{
    display:block;
    font-family: "trebuchet MS",sans-serif;
    font-size:1.6em;
    color:#78A3F2;
    font-weight:normal;
    margin-bottom:15px;
}
.page-description
{
    font-size:.8em; 
    margin-left:5px;
    padding-bottom:15px;
}
#categories
{
    /*width:180px;*/
    min-height:371px;
    height:371px;
    border:solid 1px #8B97AA;
    background-color:#FFFFFF;
    /*padding:15px 5px 10px 5px;*/
    float:left;
    margin-top:10px;
    font-family: "trebuchet MS",sans-serif;
    position:fixed;
    padding:15px 0 10px 0;
    width:190px;
    z-index:100;
}
    
    
    
.categories-title
{
    font-size:1.1em;
    margin-left:10px;
}

#categories-hr
{
    height:2px;
    background-color:#62AF98;
    width:168px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:5px;
    font-size:1px;
}

#footer
{
    margin-top:10px;
    min-height:50px;
    height:50px;
    width:100%;
    float:left;
    background-image:url(../images/footerbg.gif);
}
#navlinks-container
{
    width:720px;
    margin:10px auto 0 auto;
}
#navlinks_list
{
    padding: 0px;
    /*list-style: none;*/
    font-size:.55em;
    clear:both;
}
#navlinks_list li
{
    float:left;
    margin:5px;
    color:#EEEEEE;
}
#navlinks_list li a
{
    color:#EEEEEE;
    display:block;
    text-decoration:none;
}

#navlinks_list li a:hover
{
    text-decoration:underline;
    color:#FFFFFF;
}
.error-message
{
    color:Red;
}
.application-message
{
    border:solid 5px #0D90C1;
    color:#0D90C1;
    padding:10px;
    margin:0 10px 10px 10px;
}

.homepage .content .homebox
{
	border: #333 1px solid; 
	padding: 10px;
	margin: 10px;
	background-color: #eee;
}
.homepage .content .homebox p
{
	padding:3px;
	font-size:12px;
}
h1.pagehdr
{
    margin-bottom:15px;
}
.botlinks
{
	float:left;list-style-type:none;
}
.botlinks li
{
	float:left;
	padding-right:6px;
	margin-right:6px;
	border-right:solid 1px #666;
	font-size:12px;	
}
.botlinks li a
{
	color:#666;
}
