@charset "utf-8";
/* CSS Document */

body {
	font-family: tahoma, helvetica, sans-serif, arial;
	font-size: 14px;
	text-align: center; /* for IE */
	margin: 0px;
	line-height: 1.2em;
	background-color: #0d1720;
	background-image: url(media/gradient.jpg);
	background-repeat: repeat-x;
}

a {
	color: #5AA2A1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

#center {
	text-align: center;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 1000px;
	background-color: #ecf5fa;
	margin-top: 5px;
	padding: 10px;
}
#content {
 padding: 15px;
}

#header {
	background-image: url(headerpic.jpg);
	width: 1000px;
	height: 256px;
}


.titletext {
	font-weight: bold;
	font-size: 16px;
}

#footer {
	color: #ecf5fa;
}

.picBorder {
	float: left;
	padding: 5px;
	border: 1px solid #666666;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}





div.clear {
clear: both;
}




a#here {
    border-left-color: #fff !important;
    background-color: transparent !important;
    color: #0074A5 !important;
}
.center {
	text-align: center;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#cfnavbar{
margin: 0;
padding: 0;
width: 1000px;
	background-image: url(media/bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 44px;
}

#cfnavbar ul{
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 80% Verdana;	
}

* html #cfnavbar ul{ /*IE only rule. Add extra margin-bottom*/
margin-bottom: 1em;
}

#cfnavbar ul li{
display: inline;
}

#cfnavbar ul li a, #cfnavbar ul li span{
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-image: url(media/mid.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 15px;
	padding-right: 11px;
	padding-bottom: 16px;
	padding-left: 10px;
}

#cfnavbar ul li span{ /*Targets span tag to the right of #leftcorner below*/
padding-left: 0px;
}

#cfnavbar ul li a:hover{
text-decoration: underline;
color: #FFFFFF;
}







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 80% Verdana;

}

#thicktabs li{
display: inline;
width: 100%;
}

#thicktabs li a{
float: left;
color: white;
padding: 16px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(media/bluebg.gif) top right no-repeat;
/* border-top: 1px solid #d3bdbe; top border style*/
/*border-bottom: 3px solid #ffa1a3; thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #ffffff; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover, li a:current{
color: white;
background-image: url(media/greyover.gif); /*background image swap on hover*/
}



[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 80% Verdana;	
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
	font: bold 80% Verdana;	
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #82A5B8;; /*dark purple border #564c66*/
border-width: 1px 0;
background: black url(media/bluebg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	text-decoration: none;
	border-right: 1px solid #82A5B8; /*dark purple divider between menu items*/
	padding-top: 12px;
	padding-right: 11px;
	padding-bottom: 12px;
	padding-left: 11px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 11px; /*shift text down 1px for selected and active item*/
padding-bottom: 13px; /*shift text down 1px for selected and active item*/
background: black url(media/black.gif) center center repeat-x;
}