/* General Elements */
.PNG{
	behavior:url(/iepngfix.htc);
}

a{
	color:#f08d51;
}

a:hover{
	color:#4EA7EF;
}

body{
	background-color:#000000;
	background-image:url(../images/main_bkg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0px;
}

body.bkg2{
	background-color:#000000;
	background-image:url(../images/main_bkg2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0px;	
}

img{
    border: none;
}

img#logo{
	position:absolute;
	top:-37px;
	left:15px;
}

img#mainCutout_Home{
	position:absolute;
	bottom:0px;
	right:0px;
}

img.miniCutout_Home{
	position:absolute;
	top:250px;
}

img.page_header{
	margin-bottom:15px;
}

div, span, td, p{
	font-family:arial;
	line-height: 1.5em;
	font-size:11pt;
	color:#fff;
}

div.sectionContainer{
	width:950px;
	margin:auto;
}

div.mainContent{
	padding:20px;
	text-align:left;
	vertical-align:top;
}

div#tagline{
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}

div#hdrSection{
	height:40px;
	background-color:#fff;
	margin-top:40px;
	position:relative;
}

div#midSection{
	min-height:500px;
	/*height:expression(this.scrollHeight < 575 ? '575px' : 'auto');*/
	height:500px;
	background-color:transparent;
	position:relative;
}

div#ftrSection{
	border-top:solid 5px #fff;
	padding-top:5px;
	color:#fff;
	font-size:9pt;
	margin-bottom:20px;
}

div#ftrSection .developer{
	font-size:8pt;
	color:#999;
}

div.contactInfo{
	margin-bottom:10px;
}

div.contactHeader{
	text-decoration:none;
	font-weight:bold;
	font-size:11pt;
	margin-bottom:0px;
}

table{
	border: none;
}

.pageNumLink{

}

.currentPageNum{

}

input.text{
    border: solid 1px #000000;
}

input.button{

}

input.radio{

}

input.checkbox{

}

textarea{

}

select{

}

table.contact td{
	padding-bottom:5px;
	text-align:left;
	vertical-align:top;
}

table.loginForm td{
	text-align:left;
	vertical-align:top;
	padding-bottom:10px;
}

ul.menu{
	list-style-type:none;
	margin:8px 0px 0px 0px;
	padding:0px;
	float:right;
}

ul.menu li{
	list-style-type:none;
	float:left;
	padding:0px 16px 0px 0px;	
}

/* Press Article Styles */
span.articleDate{
	font-size:12pt;
	font-weight:bold;
}

.articleTitle{
	font-size:12pt;
	font-weight:bold;
	color:#512212;
	text-decoration:none;
}

.articleTitle2{
	font-size:12pt;
	font-weight:bold;
	color:#512212;
	border-bottom:solid 1px;
	border-color:#512212;
	margin-bottom:10px;
}

a.articleTitle:hover{
	color:silver;
}

div.articleCaption{
	border-top:solid 1px;
	border-color:#512212;
	margin-top:5px;
	margin-bottom:10px;
	font-size:11pt;
}

div.articleCaption2{
	font-size:11pt;
}
/* End Of Press Article Styles */
