@charset "UTF-8";
/* CSS Document created by Titan Design visit us at http://titandesign.net  */

/* --- global styles --- */

/*  it's good practice to zero the margin, padding, and other elements to account for differing browser defaults  */
html, body, div, ul, ol, li p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0; 
	border: 0;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the Wrapper in IE 5* browsers. The text is then set to the left aligned default in the #Wrapper selector */
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #2D2D2D;
/*	background-image: url(../images/home_08.jpg);
	background-repeat: no-repeat;
	background-position: center top;
*/}
h1 { padding: 0em 0 0.2em 0; }
h2, h3 { padding: 0.5em 0 0.2em 0; }
h4, h5, h6 { padding: 0.5em 0 0.2em 0; }
h1 {
	font-size: 160%;
	color: #006699;
	letter-spacing: -.02em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	font-size: 130%;
	color: #006699;
	letter-spacing: -.01em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h3 { font-size: 100%; 
		color: #006699;
		text-transform: uppercase;
		letter-spacing: .02em;
 }
h4 { font-size: 90%; color: #006699; line-height: 1.0em; }
h5 { font-size: 85%; color: #006699; }
h6 { font-size: 80%; color: #006699; font-family: Georgia, "Times New Roman", Times, serif; }
p {
	font-size: 90%;
	color: #2d2d2d;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
strong { font-weight: bold; }
em { font-style: italic; }
a {	font-weight: inherit; }
a:link { color: #2086bb; text-decoration: underline; }
a:visited { color: #2086bb; text-decoration: underline; }
a:focus, a:hover, a:active { color: #cc9900; text-decoration: none; }
hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 100%;
	margin: 5px 0;
	text-align: left;
}

/* --- LAYOUT styles --- */
.thrColFixHdr #headerWrapper {
	clear: both;
	color: #fac73e;
	height:117px;
	width: 100%;
	padding: 0;
	text-align: left;
	background-color: #020202;
	background-image: url(../images/home_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 
.thrColFixHdr #headerContent {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #headerRight {
	position: relative;
	float: right;
	width: 350px;
	padding: 20px 0 0 0;
}
.thrColFixHdr #topNav {
	clear: both;
	color: #fff;
	width: 100%;
	padding: 0;
	text-align: right;
	background-color: #020202;
} 
.thrColFixHdr #PageTitleWrapper {
	text-align: center;
	margin: 0;
	padding: 0px;
	height: 104px;
	background: #70dbf8 url(../images/2ndLevel_sky.jpg) top repeat-x;
	} 
.thrColFixHdr #PageTitleContent {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr .breadcrumb {
	font-size: 70%;
	text-transform: uppercase;
	color: #000;
}
.thrColFixHdr #MainWrapper {
	clear: both;
	color: #2d2d2d;
	width: 100%;
	padding: 0;
	text-align: left;
	background-color: #fff;
}
.thrColFixHdr #MainContent {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 20px 0 20px 0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* 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 */
	padding: 20px; /* padding keeps the content of the div away from the edges */
	margin: 20px 0 20px 0;
	border: 1px solid #ccc;
	background-color: #fff5bf;
}
.thrColFixHdr #mainColumn {
	margin: 0 274px 0 232px;
	padding: 20px 0 20px 0;
} 
.thrColFixHdr #footer {
	padding: 0;
	text-align: center;
	background-color: #2d2d2d;
} 
.thrColFixHdr #footerNav {
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px  solid  #444;
	background-color: #2d2d2d;
} 

/* --- headerRight styles (top right NAV) --- */
.thrColFixHdr #headerRight div ul {
	float: right;
	display: inline;
	list-style: none;
	font-size: 70%;
	color: fac73e;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.thrColFixHdr #headerRight div ul li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;

}
.thrColFixHdr #headerRight div a:link, .thrColFixHdr #headerRight div a:visited { 
	color: #fff; 
	text-decoration: none;	
	background-color: #494949;
	padding: 8px 15px;
	border: 1px solid #686868;
}
.thrColFixHdr #headerRight div a:focus, .thrColFixHdr #headerRight div a:hover, .thrColFixHdr #headerRight div a:active { 
	color: #5ad1f6; 
	text-decoration: none; 
	background-color: #020202;
	padding: 8px 15px;
	border: 1px solid #686868;
}

/* --- topNav styles --- */
.thrColFixHdr #topNav ul {
	width: 100%;
	list-style: none;
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #topNav ul li {
	display: inline;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0 2px 0 7px;
}
.thrColFixHdr #topNav a:link, .thrColFixHdr #topNav a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 8px 10px 8px;
	background-color:#020202;
	text-transform: uppercase;
}
.thrColFixHdr #topNav a:focus, .thrColFixHdr #topNav a:hover, .thrColFixHdr #topNav a:active {
	color: #020202; 
	font-weight: normal;
	text-decoration: none;
	padding: 8px 8px 15px 8px;
	background-color:#5ad1f6;
}

/* --- footerNav styles --- */
.thrColFixHdr #footerNav ul {
	width: 100%;
	list-style: none;
	font-size: 65%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #footerNav ul li {
	display: inline;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0 2px 0 2px;
}
.thrColFixHdr #footerNav li + li {
	border-left: #444 1px solid;
}
.thrColFixHdr #footerNav a:link, .thrColFixHdr #footerNav a:visited {
	color: #555;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 5px 4px 12px;
}
.thrColFixHdr #footerNav a:focus, .thrColFixHdr #footerNav a:hover, .thrColFixHdr #footerNav a:active {
	font-weight: normal;
	text-decoration: none;
	padding: 4px 5px 4px 12px;
	color: #42c1ec; 
}

/* --- footer styles --- */
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #219fc9;
	font-size: 75%;
}
.thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited {
	color: #219fc9;
	font-weight: normal;
	text-decoration: underline;
	padding: 4px 5px 4px 12px;
}
.thrColFixHdr #footer a:focus, .thrColFixHdr #footer a:hover, .thrColFixHdr #footer a:active {
	font-weight: normal;
	text-decoration: none;
	padding: 4px 5px 4px 12px;
	color: #42c1ec; 
}


/* --- sidebar2 styles --- */
.thrColFixHdr #sidebar2 ul {
	height: 1%;					/* IE6 fix to give list "hasLayout" */
	list-style: none;
	font-size: 80%;
	padding: 0;
	margin: 0 0 20px 0;
	background: #ffe372;
}
.thrColFixHdr #sidebar2 ul li{
	padding: 0;
	border-top: 1px solid #65981e;
}
.thrColFixHdr #sidebar2 a {
	display: block;
	text-decoration: none;
	padding: 7px 15px;
	background: #c5c5c5;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.thrColFixHdr #sidebar2 a:link, .thrColFixHdr #sidebar2 a:visited { 
	color:#2d2d2d; 
	background-color: #ffe372; 
}
.thrColFixHdr #sidebar2 a:focus, .thrColFixHdr #sidebar2  a:hover, .thrColFixHdr #sidebar2 a:active { 
	color: #fff; 
	background-color: #219fc9; 
}
.thrColFixHdr #sidebar2 .subnav {
	position: relative;  /* Fix for IE6 Hover Bug */
	list-style: none;
	margin: 0 5px;
	padding: 0 5px;
	background: #ffe372;
}
.thrColFixHdr #sidebar2 .subnav ul {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #sidebar2 .subnav ul li{
	display: inline; /* Fix for IE excessive space between list items */
	font-size: 1.2em;
	padding: 0;
	border-top: none;
}
.thrColFixHdr #sidebar2 .subnav a {
	text-decoration: none;
	background-color: #d5d5d5;
	padding: 7px 15px;
	text-transform: uppercase;
	border-top: 1px solid #c5c5c5;

}
.thrColFixHdr #sidebar2 .subnav a:link, .thrColFixHdr #sidebar2 .subnav a:visited { 
	color:#2d2d2d; 
	background-color: #fff5bf; 
}
.thrColFixHdr #sidebar2 .subnav a:focus, .thrColFixHdr #sidebar2 .subnav a:hover, .thrColFixHdr #sidebar2 .subnav a:active { 
	color: #fff; 
	background-color: #219fc9; 
}
.thrColFixHdr #sidebar2 p a {
	display: inline;
	text-decoration: underline;
	padding:0;
	background: #65981e;
	text-transform: none;
	letter-spacing: 0em;
}
.thrColFixHdr #sidebar2 p a:link, .thrColFixHdr #sidebar2 p a:visited { 
	color:#2086bb; 
	background-color: #e4e4e4; 
}
.thrColFixHdr #sidebar2 p a:focus, .thrColFixHdr #sidebar2  p a:hover, .thrColFixHdr #sidebar2 p a:active { 
	color: #d7a40d; 
	background-color: #ffe372; 
}
.thrColFixHdr #MainWrapper #MainContent #sidebar2 h3 {
	padding: 0 0 0.5em 0;
}


/* --- OTHER styles --- */

.imageRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.imageLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a Wrapper that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #MainWrapper #MainContent #mainColumn table {
	border: 1px solid #ccc;
	max-width: 95%; 
}
.thrColFixHdr #MainWrapper #MainContent #mainColumn td {
	border-right: 1px solid #e4e4e4;
	font-size: 90%;
}
.tabelhead{
	font-weight: bold;
	color: #fff;
	background-color: #999;
}
.tabelrow1{
	color: #2d2d2d;
	font-size: 90%;
	background-color: #cbcbcb;
}
.tabelrow2{
	color: #2d2d2d;
	font-size: 90%;
	background-color: #d9d9d9;
}
.tabelrow3{
	color: #2d2d2d;
	background-color: #efefef;
}
.thrColFixHdr #MainWrapper #MainContent #mainColumn ul, .thrColFixHdr #MainWrapper #MainContent #mainColumn ol {
	font-size: 90%;
	padding: 0 0 1em 0;
	list-style-position: inside;
}
blockquote {
	font-size: 90%;
	background-image: url(../images/blockquote-lft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 1em 0 1em 0;
	padding: 1em 20px 1em 20px;
	font-style: italic;
	color: #555;
}
.thrColFixHdr #PageTitleWrapper #PageTitleContent h1 {
	font-size: 280%;
	color: #2D2D2D;
	margin-top: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
