/*LAYOUT ------------------------------------------------------------------*/
body {
	padding: 0px;
	margin: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-y;
	background-color: #000000;
    background-position: center top;
}
#logo {
	width: 100%;
	height: 100%;
	background-image: url("../images/logoBg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
#shadow {
	width: 100%;
	height: 100%;
	background-image: url("../images/bgShadow.png");
	background-repeat: repeat-y;
	background-position: center top;
}
#container {
	padding: 0px;
	margin: auto;
	width: 755px;
	overflow: hidden;
	background-color: #F2F2F2;
	background-position: center top;
	border-left: 3px double #000000;
	border-right: 3px double #000000;
}
#topNav {
	width: 755px;
	height: 35px;
	float: left;
	background-color: #CACACA;
	background-image: url("../images/topnavBg.png");
}
#header {
	width: 755px;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
}
#subNav {
	width: 755px;
	height: 30px;
	padding: 0;
	margin: 0;
	background-color: #CACACA;
	background-image: url("../images/subnavBg.png");
	font: 11px  Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	float: left;
	overflow: visible;
}
#content {
	width: 755px;
	margin: 0;
	padding: 2px 0 0 0;
	overflow: visible;
	float: left;
	color: #000000;
	background-color: #F2F2F2;
	background: url("../images/contentBg.png") repeat-x center top;
	height: auto;
}
#footer {
	width: 695px;
	height: 50px;
	padding: 10px 30px 0;
	margin: 20px 0 0;
	clear: both;
	float: left;
	color: #B3B3B3;
	font: 11px  Arial, Verdana, Helvetica, sans-serif;
	background-color: #CACACA;
	background-image: url("../images/footerBg.png");
}
/*FLASH ------------------------------------------------------------------*/
#flashcontent {
    width: 755px;
	height: 270px;
	background-color: #F5F5F5;
	float: left;
}
#flashcontent p {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #322E2D;
	margin: 30px;
}
#extra_flashcontent {
    width: 365px;
	height: 260px;
	background-color: #F5F5F5;
	float: left;
}
#extra_flashcontent p {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #322E2D;
	margin: 30px;
}
/*TOP NAV ----------------------------------------------------------------*/
#topNav ul {
	padding: 0;
	margin: 7px 0 0 120px;
}
#topNav ul li {
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}
#topNav ul li a {
    height: 24px;
	display: block;
	float: left;
}
#topNav ul li a:hover {
	background-position: 0px -29px;
}
/*--*/
li.bt1 a {
	width: 80px;
	background-image: url("../images/b1Bg.png");
	background-repeat: no-repeat;
}
li.bt1 a span {
	display: none;
}
li.bt1_selected {
    width: 80px;
    background-image: url("../images/b1Bg.png");
	background-position: 0px -29px;
}
li.bt1_selected span {
	display: none;
}
li.bt2 a {
	width: 90px;
	background-image: url("../images/b2Bg.png");
	background-repeat: no-repeat;
}
li.bt2 a span {
	display: none;
}
li.bt2_selected {
    width: 90px;
    background-image: url("../images/b2Bg.png");
	background-position: 0px -29px;
}
li.bt2_selected span {
	display: none;
}
/*--*/
li.bt3 a {
	width: 96px;
	background-image: url("../images/b3Bg.png");
	background-repeat: no-repeat;
}
li.bt3 a span {
	display: none;
}
li.bt3_selected {
    width: 96px;
    background-image: url("../images/b3Bg.png");
	background-position: 0px -29px;
}
li.bt3_selected span {
	display: none;
}
/*--*/
li.bt4 a {
	width: 90px;
	background-image: url("../images/b4Bg.png");
	background-repeat: no-repeat;
}
li.bt4 a span {
	display: none;
}
li.bt4_selected {
    width: 90px;
    background-image: url("../images/b4Bg.png");
	background-position: 0px -29px;
}
li.bt4_selected span {
	display: none;
}
/*--*/
li.bt5 a {
	width: 75px;
	background-image: url("../images/b5Bg.png");
	background-repeat: no-repeat;
}
li.bt5 a span {
	display: none;
}
li.bt5_selected {
    width: 75px;
    background-image: url("../images/b5Bg.png");
	background-position: 0px -29px;
}
li.bt5_selected span {
	display: none;
}
/*--*/
li.bt6 a {
	width: 75px;
	background-image: url("../images/b6Bg.png");
	background-repeat: no-repeat;
}
li.bt6 a span {
	display: none;
}
li.bt6_selected {
    width: 80px;
    background-image: url("../images/b6Bg.png");
	background-position: 0px -29px;
}
li.bt6_selected span {
	display: none;
}
/*SUBNAV ---------------------------------------------------------------*/
#subNav p {
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
}
#subNav a {
	color: #D12420;
    text-decoration: none;
}
#subNav a:hover {
    text-decoration: underline;
}

/*UTILITY ------------------------------------------------------------------*/
ul.utlity {
	padding: 0px;
	margin: 0px;
	float: right;
}
ul.utlity li {
	list-style-type: none;
	float: left;
}
ul.utlity li a {
	height: 24px;
	display: block;
	float: left;
}
ul.utlity li a:hover {
	background-position: 0px -24px;
}
li.print a {
	width: 35px;
	background-image: url("../images/icoPrint.png");
	background-repeat: no-repeat;
}
li.print a span {
	display: none;
}
li.mail a {
	width: 35px;
	background-image: url("../images/icoMail.png");
	background-repeat: no-repeat;
}
li.mail a span {
	display: none;
}
li.add a {
	width: 35px;
	background-image: url("../images/icoAdd.png");
	background-repeat: no-repeat;
}
li.add a span {
	display: none;
}
/*FOOTER ------------------------------------------------------------------*/
#footer a {
	color: #E0E0E0;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
span.valid {
	padding-left: 15px;
	background: url("../images/validate.png") no-repeat left center;
}

/*GLOBALS Elements----------------------------------------------------------------*/
.align-left {
	float: left;
}
.align-right {
	float: right;
}
a {
	color: #D12420;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
br.clear {
	clear: both;
}
#line_border {
	width: 715px;
	padding: 0px;
	margin: 0 20px 0 20px;
	float: left;
	border-bottom: 1px solid #666666;
	height: 10px;
}
h1, h2, h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #D12420;
	margin: 0 0 6px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
