@charset "utf-8";
/* CSS Document */

body {
	background-color:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#232323;
}

#mainPage {
	width:920px;
	margin:0px auto;
}

#header {
	margin-top:0px;
	margin-bottom:10px;
}

#headerLogo {
	width:290px;
	float:left;
	margin:0px 0px 0px 10px;
}

#headerTagline {
	width:400px;
	float:right;
	margin:10px 10px 0px 0px;
	text-align:right;
}

.altHeadline {
	margin-bottom:20px;
	font-weight:bold;
}

#naviTop {
	padding-left:10px;
	padding-right:0px;
	background-image:url(/img_common/bg-navi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	white-space:nowrap;
}

#headerHome {
	height:210px;
	background-color:#232323;
	background-image:url(/img_common/bg-content.gif);
	background-repeat:repeat-y;
	background-position: 0px 0px;
	padding-left:10px;
	padding-right:10px;
}

#headerVideo {
	height:380px;
	background-color:#f4f4f4;
	background-image:url(/img_common/bg-content.gif);
	background-repeat:repeat-y;
	background-position: 0px 0px;
	padding-left:10px;
	padding-right:10px;
}

#headerStandard {
	height:25px;
	background-color:#f4f4f4;
	background-image:url(/img_common/bg-content.gif);
	background-repeat:repeat-y;
	background-position: 0px 0px;
	padding-left:10px;
	padding-right:10px;
}

#content {
	padding:20px 20px 20px 30px;
	background-color:#f4f4f4;
	background-image:url(/img_common/bg-content.gif);
	background-repeat:repeat-y;
	background-position: 0px 0px;
}

#swfHeadline {
	margin-bottom:5px;
}

.contentMain {
	 width:545px;
	 float:left;
}

.contentMain p {
	 font-size:105%;
	 line-height:130%;
	 margin-top:0;
}

.quoteRight {
	 width:280px;
	 float:right;
/*	 color:#4c80c8;*/
	 margin-right:10px;
}

.contentBox {
	margin-top:15px;
	padding:15px;
	/*font-size:95%;*/
	background-color:#FFFFFF;
	border: #CCCCCC 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*.contentBox p, li, ul {
	font-size:95%;
	line-height:140%;
}*/

.contentBox p, .contentBox li, .contentBox ul {
	font-size:95%;
	line-height:140%;
}


.contentLeft {
	width:265px;
	float:left;
}

.contentRight {
	width:265px;
	float:right;
}

#footerImages {
	width:920px;
	margin:0px auto;
	/*height:135px;*/
	height:150px;
	/*height:205px;
	background-image:url(/img_common/bg-footer-images.gif);*/
	background-image:url(/img_common/bg-footer-images-2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:10px;
	padding-top:15px;
}

#footerCopyright {
	width:400px;
	float:left;
	margin:20px 10px 50px 10px;
	font-size:75%;
}

#footerLegal {
	width:400px;
	float:right;
	margin:20px 15px 50px 10px;
	text-align:right;
	font-size:75%;
}

.naviRight {
	border-bottom:#232323 1px solid;
	/*border-top: #FFFFFF 1px solid;*/
}

.naviRight a {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	display:block;
	color: #cc0000;
	font-size:12px;
	text-decoration: none !important;
	font-weight:bold;
}

.naviRight a:hover {
	/*background-color: #E2E2E2;*/
	background-color: #F2E3E3;
	color: #232323;
	font-weight:bold;
	text-decoration: none !important;
}

.naviRightOn a {
	border-bottom:#232323 1px solid;
	text-decoration: none !important;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#232323 !important;
}

.naviLineTop {
	border-bottom:#232323 1px solid;
}

/*.naviLineBottom {
	border-top:#FFFFFF 1px solid;
}*/


.linkList {
	margin-top:5px;
	
}
.linkList a {
	background-image:url(/img_common/pointers-red.gif);
	background-repeat:no-repeat;
	background-position:5px 1px;
	color:#cc0000;
	text-decoration:none;
	padding:3px 0px 3px 30px;
	font-size:90%;
	font-weight:bold;
	display:block;
	border: #999999 dotted 1px;
	letter-spacing:0.1em;
}
.linkList a:hover {
	color:#232323;
	text-decoration:none;
	background-color:#E6E6E6;
	border:#CC0000 dotted 1px;

}


.linkFooter a {
	color:#cc0000;
	text-decoration:none;
	padding:3px 0px 3px 10px;
	font-size:80%;
	display:block;
	border-bottom: #999999 dotted 1px;
}

.linkFooter a:visited {
	color:#cc0000;
}

.linkFooter a:hover {
	color:#232323;
	text-decoration:none;
	background-color:#E6E6E6;
}


.link a {
	margin-top:20px;
	background-image:url(/img_common/pointers-red.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	color:#cc0000;
	text-decoration:none;
	padding:6px 0px 3px 30px;
	border-top: #999999 dotted 1px;
	display:block;
}
.link a:hover {
	color:#232323;
	text-decoration:none;
}


.red {
	color:#cc0000;
}

a, a:visited {
	color: #cc0000;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}

p {
	margin-top:0px;
	margin-bottom:0.7em;
}

ul {
	margin-top:10px;
}

ul li {
	margin-bottom:6px;
	margin-left:-25px;
}

ol {
	list-style: decimal;
	list-style-type:decimal;
	list-style-position: outside;
}

ol li {
	margin-left:-10px;
	margin-bottom:6px;
}

h1 {
	font-size:110%;
	margin-top:0px;
}
