@charset "iso-8859-1";
/* CSS Document */
#code  {
	display: none;
}
body {
	background-color: #232323;
	background-image:url(../images/bg.gif);
	margin-top: 0px;
	margin:0px auto;
}
img {
	behavior: url(../../components/fixes/iepngfix.htc);
	border-width: 0;
	text-align: left;
}
#container {
	width: 955px;
	height: 600px;
	top: 0px;
	position:relative;
	margin-top: 0px;
}
#nav{
	width: 955px;
	height: 25px;
	left: 4px;
	top: 0px;
	position: relative;
	background-image:url(../images/navbg.gif);
	z-index: 15;
	margin-top: 0px;
}
#navmenu{
	width: 393px;
	height: 22px;
	position: absolute;
	top: 2px;
	left: 530px;
	float: right;
	margin-top: 0px;
}
#bodyarea{
	width:955px;
	height: 575px;
	left: 4px;
	background-image:url(../images/bodybg.jpg);
	position: relative;
	float: left;
	margin-top: 0px;
}
#introbodyarea{
	width:955px;
	height: 575px;
	left: 4px;
	background-image:url(../images/introbodybg.jpg);
	position: relative;
	float: left;
	margin-top: 0px;
}
#iflash{
	width:656px;
	height: 478px;
	right: auto;
	left: 0px;
	top: 0px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	margin: 0px auto;
}
#itopbuttons{
	width:656px;
	height: 251px;
	right: auto;
	left: 0px;
	top: 0px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	margin: 0px auto;
}
#ibottombuttons{
	width:656px;
	height: 227px;
	right: auto;
	left: 0px;
	top: 0px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	margin: 0px auto;
}
#icontent{
	width:299px;
	height: 492px;
	position: relative;
	float: right;
	background-repeat: no-repeat;
	margin: 0px auto;	
	background-image:url(../images/contentbg.jpg);
}
#iintro{
	width:955px;
	height: 478px;
	right: auto;
	left: 0px;
	top: 0px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	margin: 0px auto;
}
#iintrotop{
	width:955px;
	height: 59px;
	right: auto;
	left: 0px;
	top: 0px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	margin: 0px auto;
}
#iintrobuttons{
	width:955px;
	height: 419px;
	right: auto;
	left: 0px;
	top: 0px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	margin: 0px auto;
}
#iheadertext{
	width: 299px;
	height: 66px;
	float: left;
	padding-top: 0px;
	position: relative;
	margin: 0px auto;
}
#icontenttext{
	width: 260px;
	height: 427px;
	float: left;
	top: -2px;
	position: relative;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 15px;
	overflow: auto;
	margin: 0px auto;
}
#textlinks{
	width: 397px;
	height: 97px;
	float: left;
	position: relative;
	margin: 0px auto;
	background-image:url(../images/textlinksbg.gif);
	list-style-image:url(../images/bullet.gif);
}
#textlinks a{
	color: #ffffff;
	text-decoration:none;	
}
#textlinks a:hover{
	color: #ca1100;	
}
#textlinks a:active{
	text-decoration: none;
	color: #ffffff;
}
#footer{
	width: 558px;
	height: 83px;
	float: right;
	position: relative;
	background-image:url(../images/footer.gif);
}
#introfooter{
	width: 558px;
	height: 83px;
	top: 14px;
	float: right;
	position: relative;
	background-image:url(../images/footer.gif);
}
#footertext{
	width: 385px;
	height: 83px;
	padding-top: 0px;
	padding-left: 0px;
	float: left;	
}
#footerlogo{
	width: 147px;
	height: 56px;
	padding-top: 20px;
	padding-right: 12px;
	float: right;	
}
#copyright{
	width: 955px;
	height: 56px;
	float: left;
}
/* TEXT */
a{
  text-decoration: none;
}
a:link{
	color: #6B6B6B;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
	color: #6B6B6B;
}
a:hover{
	text-decoration: underline;
	color: #6B6B6B;
}
a:active{
	text-decoration: none;
	color: #6B6B6B;
}
.heading1{		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 22px;
}
.body{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}
.body a:link{
	color: #ca1100;
	text-decoration: none;
}
.body a:visited{
	text-decoration: none;
	color: #ffffff;
}
.body a:hover{
	text-decoration: underline;
	color: #ca1100;
}
.body a:active{
	text-decoration: none;
	color: #ffffff;
}
ul{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 12px;
	line-height: 18px;	
	color: #ffffff;
	padding-left: 24px;
	margin-top: -2px;
	text-transform: capitalize;
}
.body ul{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 12px;
	line-height: 18px;	
	color: #ffffff;
}
.address{
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	font-size: 10px;
	line-height: 18px;
	padding-top: 10px;
	color: #d8d8d8;
}
.copyright{
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	color: #6b6b6b;
}
/* Secondary Page Style */
#logomenu{
	width: 186px;
	height: 478px;
	float: left;
	position: relative;
	margin: 0px auto;
	background-image:url(../images/menubg.gif);
}
#logo{
	width: 186px;
	height: 78px;
	float: left;
	position: relative;
	margin: 0px auto;
}
#menu{
	width: 186px;
	height: 183px;
	float: left;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	position: top;
}
#sflash{
	width:470px;
	height: 478px;
	right: auto;
	left: 0px;
	top: 0px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	margin: 0px auto;
}
#sflash2{
	width:186px;
	height: 181px;
	float:left;
	position:relative;	
}
#scontenttext{
	width: 264px;
	height: 494px;
	float: left;
	top: -2px;
	position: relative;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 15px;
	overflow: auto;
	margin: 0px auto;
}
/* TEXT */
ol {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	padding-left: 24px;
	margin-top: -13px;
}
/* CONTACT PAGE */
#cbodyarea{
	width:955px;
	height: 575px;
	left: 4px;
	background-image:url(../images/contactbodybg.jpg);
	position: relative;
	float: left;
	margin-top: 0px;
}
#cflash{
	width:250px;
	height: 478px;
	right: auto;
	left: 0px;
	top: 0px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	margin: 0px auto;
}
#ccontent{
	width:519px;
	height: 492px;
	position: relative;
	float: right;
	background-repeat: no-repeat;
	margin: 0px auto;	
	background-image:url(../images/contactbg.jpg);
}
#ccontenttext{
	width: 484px;
	height: 452px;
	float: left;
	top: 45px;
	position: relative;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 15px;
	overflow: auto;
	margin: 0px auto;
}
#ccontenttext a{
	color: #ca1100;
	text-decoration:none;	
}
#ccontenttext a:hover{
	color: #ca1100;	
}
#ccontenttext a:active{
	text-decoration: none;
	color: #ca1100;
}
#clogomenu{
	width: 186px;
	height: 478px;
	float: left;
	position: relative;
	margin: 0px auto;
	background-image:url(../images/cmenubg.jpg);
}
#cfooter{
	width: 558px;
	height: 83px;
	float: right;
	position: relative;
	background-image:url(../images/cfooter.gif);
}
.form{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	color: #ffffff;
}
.form2{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
}
