/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body {
	text-align: left;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/mainBg.jpg) top repeat-x #fff;
	margin-top: 10px;
}

a:link, a:visited {
	color: #000;
	text-decoration:none
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.3em;
	letter-spacing: -1px;
	color: #222;
}

/* Layout Styles
--------------------------------------------------------------- */

#firefoxWidthFix {
	position:absolute;
	top:0;
	height:100%;
	padding:0 0 1px;
}

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 10px solid #eee;
}

#flashLogo {
	font-size: 1px;
	height: 45px;
	border-bottom: 5px solid #fff;
	width: 780px;
}

#navHolder {
	background: url(../../images/navBg.gif);
	border-top: 3px solid #000;
	border-bottom: 1px solid #000066;
	overflow: hidden;
	height: 35px;
}

* html #navHolder {
	overflow: visible;
}

#flashBanner {
	border-bottom: 10px solid #fff;
}

#contentContainer {
	width: 780px;
	background: url(../../images/contentContainerBg.jpg);
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	font-size: 1.2em;
}

* html #contentContainer {
	overflow: visible;
}

#contentLeft {
	float: left;
	width: 240px;
}

#contentLeft-text {
	padding: 10px;
}

#contentLeftLogos {
	width: 220px;
	margin: 10px 0px 0px 10px;
}

#contentLeftLogos img {
	border: 1px solid #000;
	margin-bottom: 7px;
}

.leftBoxes {
	width: 200px;
	background: #ccc;
	border: 1px solid #000;
	padding: 10px;
	margin: 10px 0px 0px 10px;
	overflow: hidden;
	font-size: 0.8em;
}

.leftBoxes p {
	margin: 0px;
	padding: 0px;
}

.leftBoxes a {
	color: #FF3300;
}

* html #leftBoxes {
	overflow: visible;
}

#contentRight {
	float: right;
	width: 540px;
}

#contentRight-text {
	padding: 10px;
}

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 760px;
	padding: 10px;
	color: #000;
	background: #fff;
	font-size: 0.9em;
}

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

#footer a:hover {
	color: #333;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer li {
	display: inline;
	margin: 0px;
}

#footer p {
	margin: 0px;
}

#footer img {
	float: right;
	margin-left: 1px;
	border: none;
}

/* Navigation Styles
--------------------------------------------------------------- */


#navigation {

}

#navigation ul {
	margin: 0px;
	display: inline;
	list-style: none;
	padding: 0px;
}

#navigation li {
	display: inline;
	margin: 0px;
}
	  
#navigation a {
	float:left;
	color: #000;
    text-decoration:none;
	text-transform: uppercase;
	padding: 10px 15px 10px 15px;
	font-size: 1em;
	font-weight: bold;
}

#navigation a:hover {
	text-decoration: underline;

}

/* Class Styles
--------------------------------------------------------------- */

.img-left {
	border: 1px solid #fff;
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	border: 1px solid #fff;
	float: right;
	margin: 0px 0px 10px 10px;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.h2left {
	color: #333;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	letter-spacing: -1px;
}

.NB {
	border: 1px solid #000;
}