@charset "UTF-8";

/* Browser-specific styles
=====================================================================*/

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/* Global Classes
=====================================================================*/
.distext { display: none; }
.clearboth { clear:both; }
.clearleft { clear: left; }
.clearright { clear:right; }

/* Global Elements
=====================================================================*/

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
{
	background-repeat:no-repeat;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

input[type="text"] { 
}

p {
	font-size:0.75em;
	line-height:1.75em;
	font-weight:normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #CCCCCC;
}
ul {
	font-size:0.75em;
	line-height:1.75em;
	font-weight:normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #FFCC33;
}
a:active {
	color:#701B1C;
	text-decoration:none;
}
a:visited {
	color:#701B1C;
	text-decoration:none;
}
a:link {
	color:#701B1C;
	text-decoration:none;
	padding:0;
}
a:hover {
	color:#AC3839;
	text-decoration:underline;
}
h1 { 
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.5em;
	line-height:1.25em;
	font-weight:normal;
	font-style: normal;
	padding: 0px 0px 15px 0px;
	color: #FFFFFF;
}
h2 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1em;
	line-height:1.25em;
	font-weight:normal;
	font-style: italic;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #FFFFFF;
}
h3 {
	font-size:1em;
	color:#FFCC33;
	font-weight:500;
	font-style: normal;
	padding: 25px 0 0 0;
}
.white {
	color:#FFFFFF;
}
.yellow {
	color:#FFCC33;
}
.red {
	color:#AC3839;
}
.redside {
	color:#AC3839;
	line-height:1.1em;
}
.darkred {
	color:#701B1C;
}
.blue {
	color:#3399FF;
}
.green {
	color:#339966;
}
.greenside {
	color:#339966;
	line-height:1.1em;
}
.orange {
	color:#ff6225;
}
.title {
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#666666;
	line-height:1.5em;
	font-size:90%;
	font-style: italic;
	font-weight:normal;
}
form {
	width:519px;
}

/* Layout
=====================================================================*/

.mainnav {
	font-size:0.75em;
	font-weight:bold;
	width: 870px;
	margin: 20px 0 0 40px;
	position: absolute;
}
.mainnav a,a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.mainnav a:hover {
	color:#000000;
	text-decoration:none;
}
.homenavigation {
	width: 449px;
	margin: 300px 0 0;
	position:absolute;
	padding: 0;
} 
.homenavigation a {
	padding: 0;
} 
.rotatingNews {
	width: 280px;
	margin: 450px 0 0 150px;
	position:absolute;
	padding: 0;
} 
.rotatingnNews a {
	padding: 0;
} 
.pagehdr {
	position: absolute;
	margin: 80px 0 0 120px;
	text-align: left;
	width: 450px;
}
.mainContentHome {
	position: absolute;
	margin: 420px 0 0 450px;
	width: 450px;
}  
.mainContentHome p {
	width: 450px;
}  
.mainContent {
	margin: 200px 0 0 120px;
	width: 780px;
	position: absolute;
} 
.mainContent table {
	margin: 0;
	padding: 0;
} 
.mainContentPortfolio {
	margin: 130px 0 0 120px;
	width: 800px;
	position: absolute;
} 
.twoColFixLt #featureHome {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.sidebarRight {
	float: right;
	width: 200px;
	padding: 0 0 50px 25px;
	border-left: solid #333333 1px;
}
.disclaimer {
	margin: 30px 0;
	text-align: right;
	color:#666666;
	font-size:0.75em;
	padding: 25px 0 0;
	border-top: solid #333333 1px;
	width: 780px;
}  

/* Library
=====================================================================*/

.transparent_class {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.5;
	opacity: 0.7;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
