@charset "UTF-8";

/*--- Zero Out the Defaults ---*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, button, fieldset, a, img {
	margin: 0;
	border: 0;
	padding: 0;
}

button {
	background: transparent;
}

/*--- Overall HTML Tag Redefinition ---*/

body {
	min-width: 800px;
	background: #CCC;
	font: 100.01%/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

p {
	font-size: 1em;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	color: #B42;
	margin: 0 0 0.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}

h1 {
	font-size: 1.75em;
	text-align: center;
}

h2 {
	font-size: 1.1em;
	text-align: left;
	margin: 1.1em 0 0.75em;
	clear: both;
}

h3 {
	font-size: 0.9em;
	text-align: center;
	color: #888;
	font-style: italic;
}

h4 {
	font-size: 1.45em;
	text-align: center;
	margin: 0 0 1.5em;
}

table {
	border: 2px solid #B42;
	padding: 0px;
	margin: 1.5em auto 1.25em;
	border-collapse: collapse;
}

td, tr {
	font-size: 0.85em;
	padding: 0.75em 0.5em;
	border-top: 0px solid #B42;
	border-right: 0px solid #B42;
	border-bottom: 1px solid #B42;
	border-left: 0px solid #B42;
	vertical-align: middle;
	line-height: 1.35em;
}

table.gallery {
	border: solid #B42 0px;
	padding: 0px;
	margin: 0.5em auto 1.25em;
	border-collapse: separate;
	border-spacing: 10px;
	empty-cells: hide;
}

td.gallery, tr.gallery {
	font-size: 1em;
	padding: 0.5em;
	border: 2px solid #B42;
	vertical-align: top;
	text-align: center;
}

table img   {
	border: 1px solid #B42;
}

table .tabTitle  {
	font-size: 1.25em;
	padding: 0.5em 0.5em;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #B42;
	line-height: 1em;
	font-weight: bold;
}

table .tabLine  {
	border-top: solid #B42 3px;
}

td.gallery:hover  {
	background: #FD9;
}

/*--- Base Container ---*/

#baseWrap {
	width: 800px;
	position: relative;
	margin: 0 auto 0;
	background: #CCC url(/img/bg_Shadow.png) center repeat-y;
	overflow: visible;
	text-align: center;
	z-index: 0;
}

/*--- Navigation ---*/

#navWrap {
	width: 780px;
	height: 175px;
	margin: 0 auto 0;
	position: relative;
	overflow: visible;
	z-index: 100;
}

#navLogo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 172px;
}

#navBanner {
	position: absolute;
	left: 172px;
	top: 0px;
	width: 608px;
	height: 135px;
	background: url(/img/nav_Banners/nav_Banner_Home.png);
}

#navBanner img {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#navBar {
	position: absolute;
	left: 0px;
	top: 135px;
	background: transparent url(/img/nav_Buttons/nav_ButtonBar_bg.png) top no-repeat;
	overflow: visible;
	list-style: none;
	height: 40px;
}

#navBar a:link {
	text-decoration: none;
	color: #B42;
}

#navBar a:visited {
	text-decoration: none;
	color: #B42;
}

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

#navBar ul {
	position: relative;
	overflow: visible;
	list-style: none;
}

#navBar li {
	height: 40px;
	float: left;
	width: 78px;
	position: relative;
}

#navBar .hideButton       {
	visibility: hidden;
}

#navBar li:hover img, #navBar li.iehover img  {
	visibility: visible;
}

#navBar li ul {
	left: -999em;
	top: 40px;
	border: solid #B42 1px;
	background: #FD9 url(/img/bg_Sidebar.png) top center repeat-x;
	border-top: 0px;
	position: absolute;
	width: 9em;
	text-align: left;
	padding: 10px;
	height: auto;
	display: block;
	z-index: 9000;
}

#navBar li:hover ul {
	left: auto;
	z-index: 10000;
}

#navBar li.iehover ul {
	left: 0;
	z-index: 10000;
	min-height: 0px;
}

#navBar li ul li {
	color: #B42;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	position: relative;
	float: left;
	clear: left;
	height: 2.5em;
}

/*--- Main Content Container ---*/

#contentWrap {
	width: 780px;
	background: #FFF url(/img/bg_Content.png) top left repeat-y;
	position: relative;
	margin: 0 auto 0;
	overflow: hidden;
	clear: both;
}

#contentWrap a:link {
	color: #B42;
}

#contentWrap a:visited {
	color: #643;
}

#contentWrap a:hover {
	color: #FA3;
}

/*--- Sidebar ---*/

#sidebar {
	width: 156px;
	padding: 20px 0px 20px;
	color: #FFF;
	float: left;
	overflow: hidden;
	background: transparent;
	position: relative;
	text-align: center;
}

#sidebar p {
	line-height: 1.15em;
	margin: 0 0 1.15em;
	font-size: 0.7em;
	padding: 0 9px;
}

#sidebar a:link {
	color: #FFF;
	text-decoration: none;
}

#sidebar a:visited {
	color: #FFF;
	text-decoration: none;
}

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

#sidebar  .imgBorder {
	margin: -10px auto 0px;
	border: solid #B42 1px;
}

#search {
	width: 156px;
	height: 50px;
	border-bottom: solid #B42 1px;
	color: #B42;
	background: #FD9 url(/img/bg_Sidebar.png) top center repeat-x;
	position: relative;
	top: -20px;
	overflow: hidden;
}

#search button   {
	padding: 0px;
	position: absolute;
	top: 13px;
	right: 10px;
}

#search input {
	border: solid #B42 1px;
	background: #FFF;
	position: absolute;
	width: 130px;
	right: 10px;
	bottom: 11px;
	height: 20px;
	color: #B42;
	padding: 2px;
	visibility: visible;
}

/*--- Main Content ---*/

#mainWrap {
	background: transparent url(/img/bg_Content_logo.png) no-repeat;
	padding: 20px 20px 20px;
	text-align: left;
	position: relative;
	float: right;
	clear: none;
	width: 584px;
	margin-bottom: 0px;
}

#mainText p {
	margin: 0 0 1em;
	font-size: 0.85em;
}

#mainText ul li {
	list-style: square url(/img/bullet_Triangle.gif);
	font-size: 0.85em;
	line-height: 1.25em;
	margin: 0 0 0.75em 5em;
}

#mainText  ul li  h2 {
	font-size: 1.25em;
}

/*--- News Bar ---*/

#newsBar {
	width: 202px;
	background: transparent;
	padding: 10px 0px 0px 10px;
	color: #888;
	border-left: 2px dotted #DDD;
	float: right;
	margin: -10px 0px 20px 20px;
	position: relative;
	clear: right;
	overflow: visible;
}

#newsBar img {
	border: 1px solid #B42;
}

#newsBar p {
	line-height: 1.4em;
	margin: 0 0 1em;
	font-size: 0.7em;
}

#newsBar h4 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #888;
}

#newsBar .item {
	border-bottom: 1px dotted #DDD;
	text-align: left;
	margin: 0 0 0.5em;
	clear: right;
}

#newsBar .date {
	text-align: right;
	margin: 0 0 0.5em;
	font-size: 0.7em;
	font-style: italic;
}

/*--- Footer ---*/

#footerWrap {
	clear: both;
	overflow: hidden;
	margin: 0 auto 0;
}

/*--- Sub Navigation ---*/

#subNav {
	position: relative;
	background: #FD9 top center repeat-x;
	color: #B42;
	margin: 0 auto 0;
	font-weight: bold;
	overflow: visible;
	border-top: solid #B42 1px;
	font-size: 0.5em;
	clear: none;
	width: 780px;
}

#subNav a:link {
	text-decoration: none;
	color: #B42;
}

#subNav a:visited {
	text-decoration: none;
	color: #B42;
}

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

#subNav ul li {
	display: inline;
	white-space: nowrap;
	margin: 0 0.45em;
}

#footer {
	position: relative;
	background: #B42 url(/img/bg_Footer.png) repeat;
	color: #FFF;
	margin: 0 auto 0;
	font-size: 0.6em;
	font-weight: bold;
	overflow: hidden;
	clear: both;
	float: none;
	width: 780px;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFF;
	text-decoration: none;
}

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

#footer ul li {
	display: inline;
	white-space: nowrap;
	margin: 0 0.45em;
}

/*--- End Piece ---*/

#endText {
	position: relative;
	padding: 0.5em 0 0.6em;
	color: #999;
	margin: 0 auto 0;
	font-size: 0.6em;
	font-weight: bold;
	clear: both;
	background: #CCC url(/img/bg_Shadow_end.png) top center no-repeat;
}

#endText a:link {
	color: #999;
	text-decoration: none;
}

#endText a:visited {
	color: #999;
	text-decoration: none;
}

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

#endText ul li {
	display: inline;
	padding: 0 3em;
}

/*--- IE Fixes ---*/

/* Hides from IE5-mac \*/
* html .ieBugBox {
	height: 1%;
	left: 0px;
	width: 575px;
}
/* End hide from IE5-mac */

/* Hides from IE5-mac \*/
* html .ieZfix {
	z-index: -100;
}

.rollover  a {
	display:block;
	width:136px;
	overflow:hidden;
}

.rollover  a:hover {
	display:block;
	text-indent:-136px;
}
/* End hide from IE5-mac */

/*--- Classes ---*/

.floatLeft {
	float: left;
	margin: 0 10px 0 0;
}

.floatRight {
	float: right;
	margin: 0 0 0 10px;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.hr {
	border-top: 3px dotted #DDD;
	margin-top: 2em;
	padding-top: 0.75em;
	clear: both;
}

.rightItal {
	font-style: italic;
	text-align: right;
}

ul.list_L2 {
	list-style: square url(/img/bullet_Triangle-L2.gif);
	margin: 0 0 1em 3em;
}

.devNote {
	color: #F0F;
	font-style: italic;
}
