/* begin div positioning styles ------------------------------- */
#wrapper { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #778899;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
    height:67px;
    width:780px;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
	margin: 20px 0 0 0px;
}

#content { 
	margin: 20px 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #content div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 18px 0 18px;  /* was 0 50 0 20 remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #778899;
        background-color: #ffffff;
} 


#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: FFFFFF;
	border-top: 1px solid #778899;
	margin: 20px 0 0 0px;
	clear: left;
} 
/* --- end div positioning styles ------------------------------- */

/* --- begin text styles ------------------------------- */
#footer p {
         font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: .65em;
         color: #778899;
         margin-top: 10px;
}

#sidebar h2 {
         font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: .65em;
         font-style: bold;
         color: #6090c0;
         margin-top: 0px;  
         padding: 5px 0px 0px 0px;
}
      
#sidebar p {padding: 0px 0px 0px 0px;
         margin-top: 0px;  
}

/*added 08-03-2009 to clear a space below some images */
/*img {padding: 0px 0px 0px 0px}*/
#footer img {padding: 2px 0px 2px 0px }
#sidebar img {padding: 0px 0px 0px 0px}

a:link {
    color: #0033ff;
    text-decoration: none;
    }
a:hover {
    color: #0033ff;
    text-decoration: underline;    
    }
a:visited {
    color: #445e8d;
    text-decoration: none;
    }
h1 {
         font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: 1.2em;
         margin-top: 0px;
         color: #6090c0;
}
h2 {
         font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: 1.1em;
         color: #6090c0;
}
h3 {
         font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: 1em;
         color: #6090c0;
}
h4 {
         font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: 0.9em;
         color: #6090c0;
}
h5 {
         font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: 0.8em;
         color: #6090c0;
}

p {
         font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: .65em;
         color: #6090c0;
         margin-top: 0px;
}

td {
         font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: .65em;
         color: #6090c0;
}

code {
        font-family: "courier new", "times new roman", monospace; 
         color: #778899;
}

#content ul {
         list-style: none;
	     font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: .65em;
         color: #6090c0;
         }
         
#content li {
         list-style: none;
	     font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: .65em;
         color: #6090c0;
         }
         
/*#sidebar ul {
         list-style: none;
	     font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: 11px;
         color: #6090c0;
         }
         
#sidebar li {
         list-style: none;
	     font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-size: 9px;
         color: #6090c0;
         }*/

/* begin navigation ------------------------------- */
#nav {
    background:#445e8d url(/assets/images/bg_nav.gif) repeat-x 0 0;
    margin:0;
    padding:0;
    width:780px;
    clear:both;
}

#nav ul, .subnav ul {
    list-style:none;
    margin:0;
    padding:0;
    overflow:hidden;
    clear:both;
}

#nav ul li{
      float:left;
      display:block;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 1em;
}

#nav ul li a {
    display:block;
    line-height:30px;
    padding:0 1em;
    text-decoration:none;
    font-size:12px;
    color:#fff;
    float:left;
    border-right:2px solid #445e8d;
    margin:2px 0;
}

#nav ul li.searchbox {
    padding-right:2em;
    float:right;
}   
    
#nav ul li input {
    margin:8px 0 0 2px;
    padding:0;
    vertical-align:middle;
    font-size:95%;
    color:#666;
}   
    
#nav form {    margin:0;
    padding:0;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav ul li a {
    float:none;
}
/* End IE5-Mac hack */

#nav ul li a:hover {
    background:#778899 url(/assets/images/bg_nav_hover.gif) repeat-x 0 0;
    color:#bbb;
}

#nav li.active a, #nav li.active a:hover {
    line-height:34px !important;
    margin:0 !important;
    background: #778899 !important;
    background-image:none !important;
    color:#5275b;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

/* end navigation ------------------------------- */

/* begin sub navigation ------------------------------- */

#subnav {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .6em;
    }
    
#subnav {
    width:780px;
    background-color:#778899;
    padding:1px 0 14px 0;
    border-bottom:1px solid #778899;
}

#subnav ul li {
    float:left;
    display:inline-table;
list-style-type:none;
}

#subnav ul li a {
    padding:0 1em;
    text-decoration:none;
    color:#fff;
    float:left;
}

#subnav ul li + li a {
    border-left:1px solid #fff;
}

#subnav ul li a:hover {
    text-decoration:underline;
}

#subnav .nav_selected a, #subnav .nav_selected a:hover {
    color:#cc9999;
} 

/* end sub navigation ------------------------------- */

/* begin sidebar styles ------------------------------- */
#sidebar ul {
    list-style:none;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: .65em;
    padding: 0;
}
#sidebar ul ul {
    padding: 0 0 0 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: .65em;
}
/* end sidebar styles ------------------------------- */

/*Gallery Styles*/
.pagenumbers {
font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: .65em;
}