﻿body 
{         
    font-size:small;
    font-family:Arial;
    background-image:url(image/body.gif);             
}

#container
{
    width:980px;    
    top:10px;
    position:relative;    
    margin:auto;
    background-color:Transparent;          
}

#header
{
    width:957px;
    height:87px;
    background-color:White;
    margin-top:1px;
    float:left;      
}

#sidenav
{
    top:90px;    
    width:230px;
    height:210px;       
    float:right;
    
          
}

#banner
{
    float:left;
    width:750px;
    height:294px;        
}

#logo
{
   
   border-bottom:solid 10px #6f727b;
   background-color:Transparent;   
}

#content
{    
    margin-left:10px;
    float:left;    
    width:720px;
    padding-left:20px;                 
}

.footer
{
    width: 980px;
    height: 210px; /*  background-image:url(image/footerbackground.gif);  background-color: #e3ebee;    */  
	margin-top:30px;	
}

.evendescription
{
   font-size:small;
}

.picdisplay
{
    width:290px;
    height:390px;
    margin-top:10px;
    margin-left:1px;
    margin-right:5px;    
}

.datapage
{
    text-align:justify;
    background-color:#6f727b;    
    color:White;    
    float:left;
    position:relative;
    left:-20px;
    top:405px;
}

.icondisplay
{
    margin-top:7px;
    margin-left:2px;
    border-width:1px;
    border-style:solid;
    border-color:#FFFFFF;    
}

.topcategory  {color : #809dab; font-size : 13px; text-decoration : none;}                  /* #12 */
A.topcategory:link  {color : #809dab; font-size : 13px; text-decoration : none;}           /* #13 */
A.topcategory:visited  {color : #809dab; font-size :13px; text-decoration : none;}        /* #14 */
A.topcategory:active  {color : #4db5d2; font-size : 13px; text-decoration : none;}       /* #15 */
A.topcategory:hover  {color : #4db5d2; font-size : 13px; text-decoration : none;}       /* #16 */

.topcategory1  {color : #809dab; font-size : 13px; text-decoration : none;}                  /* #12 */
A.topcategory1:link  {color : #809dab; font-size : 13px; text-decoration : none;}           /* #13 */
A.topcategory1:visited  {color : #809dab; font-size :13px; text-decoration : none;}        /* #14 */
A.topcategory1:active  {color : #4db5d2; font-size : 13px; text-decoration : none;}       /* #15 */
A.topcategory1:hover  {color : #4db5d2; font-size : 13px; text-decoration : none;}       /* #16 */

a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
a:active
{
   color: #FFFFFF;
    text-decoration: none; 
}
a:hover
{
    color: #333333;
    text-decoration: none;
}

#maincontent
{
    background-image:url(image/maincontent.gif);
}

.list A:link  {color : #CDC99A; font-family : Helvetica; font-size : 11px; font-weight : none; text-decoration : none;}
.list A:visited  {color : #CDC99A; font-family : Helvetica; font-size : 11px; font-weight : none; text-decoration : none;}
.list A:active  {color : #CDC99A; font-family : Helvetica; font-size : 11px; font-weight : none; text-decoration : none;}
.list A:hover  {color : #544B4A; font-family : Helvetica; font-size : 11px; font-weight : none; text-decoration : none;}

.form
{
	background-color: #c8c8c8;
	border: .5pt solid #333333;
	width:350px;
}

.mediatitle
{
    margin-left:20px;    
    font-weight:900;
}

.contenttest
{
    margin-left: 16em;
    margin-right: 2em;
    border:solid 1px #eae8e9;    
}

.htmlcontent
{
    color:#000000;
    padding-right:40px;   
    
}

.htmlcontent a:link
{
    color: #e96d20;
    text-decoration: none;
}
.htmlcontent a:visited
{
    color: #e96d20;
    text-decoration: none;
}
.htmlcontent a:active
{
    color: #e96d20;
    text-decoration: none;
}
.htmlcontent a:hover
{
    color: #e96d20;
    text-decoration: none;
}

.label1
{
    color:#e96d20;      
}

.separatebr
{
    clear:both;
    height:20px; 
}

.imgmain
{
    height:298px;
    width:397px;
    margin:10px;
    border:solid 1px #e96d20; 
}

img{border:0px}


.imgicon
{
    height:65px;
    width:87px;
    border:solid 1px #e96d20; 
}

.footerbelow
{
   background-image:url(image/footer_background.gif);
   width:955px;
   height:13px;
   float:left;    
}

#divsitepath
{
    height:25px;
    padding-top:8px;
    float:left;    
    vertical-align: middle;    
    width: 717px;    
    background-image:url(image/header_background.gif);
}

#resource
{
    margin-left: 7px;
    width: 216px;
    background-image:url(image/resources_background.gif);
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 650px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 150px; /*width of label (left column)*/
/*text-transform: uppercase; */
/*border-bottom: 1px solid red; */
margin-right: 15px; /*spacing with right column*/
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}



#divresource
{
    background-image: url('image/resources_background.gif');
    margin-left: 7px;
    background-repeat: repeat-y;
    width:220px; 
}

.topright
{
	float:right;
	width:320px;
}