﻿/******************
HTML Tags
******************/

body 
{
    min-width: 780px;
	margin:10px 0px 20px 0px;
	padding: 0;
	border: 0;
	background: url(image/bg-main.jpg) repeat-x;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	background-color: #FFFFFF;
    }
	
	h1, h2, h3, h4, h5, h6 
	{
	    font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	    color: #111111;
	    }
	    
	   
	    
	    
/*
h1 {
	margin: 0 0 0 -1em;
	font-size: 2.0em;
	font-weight: normal;
}
h2 {
	clear: both;
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.4em;
	font-weight: normal;
}

/******************
FORM STYLES
******************/
/*
#content form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 20px 20px 20px;
	border:6px solid #E6E6E6;
	}

/* a nested fieldset */
/*
#content fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
/*
#content fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:bold;
	}

#content label {
	display:block;
	padding-top:8px;
	}

/******************
SIDE SEARCH FORM
******************/
/*
#side form {
	margin:10px 0px;
	padding:0px;
	}
	
#side fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}
	
#side legend {
	display:none;
	}

#side label {
	display:none;
	}
	
#side input {
	display:block;
	}

.button-search {
	margin-top:4px;
	}
	
.searchbox {
	}
	
/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#006699;
	text-decoration:underline;
	}

a:visited {
	color:#006699;
	text-decoration:underline;
	}

a:hover {
	color:#339900;
	text-decoration:none;
	}

a:active {
	color:#FF6600;
	text-decoration:underline overline;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
/*
#mainnav a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

#mainnav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#mainnav a:hover {
	color:#FEFFBE;
	text-decoration:underline;
	}

#mainnav a:active {
	color:#FFDDDD;
	text-decoration:underline overline;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
/*
#breadcrumbs a:link, #breadcrumbs a:visited  {
	color:#006699;
	text-decoration:none;
	}

#breadcrumbs a:hover {
	color:#339900;
	text-decoration:underline;
	}

#breadcrumbs a:active {
	color:#FF6600;
	text-decoration:underline overline;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#side ul a:link, #side ul a:visited  {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#side ul a:hover {
	color:#339900;
	text-decoration:underline;
	font-weight:bold;
	}

#side ul a:active {
	color:#FF6600;
	text-decoration:underline overline;
	font-weight:bold;
	}
/******************
HEADINGS
******************/
h1 {
	margin: 0 0 0 -1em;
	font-size: 2.0em;
	font-weight: normal;
	margin:0px 0px 10px 0px
}
h2 {
	clear: both;
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.7em;
	font-weight: normal;
	margin:0px 0px 10px 0px
}
h3 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.4em;
	font-weight: normal;
	margin:0px 0px 10px 0px
}
h4 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.2em;
	font-weight: bold;
	margin:0px 0px 10px 0px
}
h5 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.0em;
	font-weight: bold;
}

#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

/******************
Layout Divs
******************/

#sitename {
	font-size:2.3em;
	margin:0px;
	color:#FFFFFF;
	padding:18px 0px 0px 30px;
	text-align: center;
	}

#sitename a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	
#header-container {
	width:760px;
	height:144px;
	margin-left:auto;
	margin-right:auto;
	background: #000000 url(image/bg-header.jpg) no-repeat;
	}

#mainnav {
	padding:19px 0px 0px 33px
	}

#breadcrumbs {
	color:#666666;
	padding:18px 0px 0px 33px;
	font-size:.8em;
	}

#content-container {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 15px 20px;
	}

#side {
	width:170px;
	float:left;
	font-size:.9em;
	margin-bottom:18px;
	}

#content {
	width:510px;
	margin-left:200px;
	}
/*
#three-column-container {
	width:100%;
	margin:10px 0px;
	}

#three-column-left {
	float:left;
	width:30%
	}

#three-column-right {
	float:right;
	width:30%
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%
	}
	*/

#footer {
	clear:both;
	width:535px;
	height:55px;
	min-height:55px;
	margin-right:auto;
	margin-left:auto;
	padding:20px 0px 10px 225px;
	background: #000000 url(image/bg-footer.jpg) no-repeat center top;
	color:#FFFFFF;
	font-size:.80em;
	}

/******************
MAIN MENU ITEMS
******************/
/*
#mainnav ul {
	margin:0px;
	padding:0px;
	}

#mainnav li {
	padding:0px;
	list-style:none;
	display:inline;
	padding:0px 8px 0px 0px;
	}

/******************
SIDE LIST MENUS
******************/

#side ul {
	margin:0px;
	padding:0px;
	}

#side li {
	padding:0px;
	list-style:none;
	padding:6px 0px 6px 10px;
	border-bottom:2px solid #FFFFFF;
	background:#2B2B2B;
	font-weight:bold;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/
/*
#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:2px 0px 2px 16px;
	margin:0px;
	background: url(image/bullet.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content ul.link-list-vertical li a:link {
	padding:2px 0px 2px 16px;
	background: url(image/bullet-link.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 16px;
	background: url(image/bullet-link-visited.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 16px;
	background: url(image/bullet-link-hover.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:active {
	padding:2px 0px 2px 16px;
	background: url(image/bullet-link-active.gif) no-repeat;
	background-position: 0 .1em;
	}

/******************
TABLE STYLES
******************/
/*
.table {
	width:100%;
	background:#CCE1EC;
	border:6px solid #E6E6E6;
	border-collapse:collapse;
	}
	
.table td {
	padding:10px 2px;
	color:#000000;
	}

thead th, tfoot th{
	padding:6px 2px;
	background-color:#006699;
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight:bold;
	}

.table-row-1 td {
	background:#FFFFFF;
	}

.table-row-2 td {
	}

/******************
CLASSES
******************/
/*
.none {
	display:none;
	}
	
.clear {
	clear:both;
	}

.button-big {
	margin-top:8px;
	}

img.photobig, img.photosmall {
	border:10px solid #CCCCCC;
	}

img.photosmall {
	margin-right:25px;
	margin-bottom:8px;
	float: left;
	}
*/
 .index_txt01 
	    {
	        font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	        font-size:.80em;
	        color: #666666;  
	    }
