@charset "UTF-8";

/*GLOBAL CLASSES*/
*:focus{
	outline:0;
}

hr{
	margin-bottom:8px;
	color:#333333;
	background-color:#333333;
	height:1px;
	border:none;
}

html{
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
}

body{
	height:100%;
	margin:0px;
	padding:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:12px;
	color:#FFFFFF;
}

img{
	border:none;
}

/*LAYOUT CLASSES*/
.pixelHack{
	position:absolute; 
	left:50%; 
	top:300px;
	margin-left:200px; 
	height:auto;
	width:1px; 
	background-color:#333333;
	background-image:url(images/topBG.jpg);
	background-repeat:no-repeat; 
	z-index:1;
}

.bodyWrapper{
	float:left;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}

.pageWrapper{
	float:left;
	width:100%;
	background-image:url(images/topBG.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.header{
	position:relative;
	left:50%;
	top:0px;
	width:1680px;
	height:300px;
	margin-left:-840px;
}
#accred {
	position:absolute;
	right:388px;
	bottom:18px;
	z-index:1000;
}
#accred img {
	behavior:url(images/iepngfix.htc);
}

.contentWrapper{
	margin:auto;
	width:920px;
}

.content{
	float:left;
	width:660px;
	padding-top:50px;
}

.menu{
	float:left;
	width:260px;
}

.imageColumn{
	float:left;
	width:150px;
}

.textColumn{
	float:left;
	width:225px;
	padding-bottom:50px;
}

.bigTextColumn{
	float:left;
	width:475px;
	padding-bottom:50px;
}

.textColumnPadding{
	padding-left:25px;
}

.orangeTitle{
	font-size:18px;
	padding-bottom:4px;
	color:#FA5C1D;
}

.quoted{
	font-weight:bold;
	color:#111111;
}

/*Menu Buttons*/
.buttonTop{
	float:left;
	height:80px;
	width:259px;
}

.buttonTopPadding{
	padding-top:42px;
	padding-left:20px;
}

.buttonMid{
	float:left;
	height:75px;
	width:259px;
}

.buttonMidPadding{
	padding-top:37px;
	padding-left:20px;
}

.buttonBot{
	float:left;
	height:110px;
	width:259px;
	margin-right:-3px;
}

.buttonBotPadding{
	padding-top:37px;
	padding-left:20px;
}

/*TEXT CLASSES*/
.heading{
	font-size:24px;
	padding-bottom:16px;
}

h1{
	padding:0px;
	margin:0px;
	font-size:16px;
	line-height:21px;
}

h2{
	font-size:14px;
	line-height:18px;
}

.regular{
	padding-bottom:8px;
}

.inlineImage{
	margin:-6px;
	padding-bottom:8px;
}

.highlight{
	font-size:16px;
	line-height:21px;
	margin-bottom:12px;
	padding-left:10px;
	border-left-style:solid;
	border-left-color:#AAAAAA;
	border-left-width:5px;
	color:#FF7726;
	font-style:italic;
}

.defaultTextField{
	width:200px;
	padding-bottom:10px;
}

/*LINK CLASSES*/
a{
	color:#FFFFFF;
	text-decoration:underline;
	cursor:pointer;
}

a:hover{
	color:#CCCCCC;
	text-decoration:underline;
	cursor:pointer;	
}

a.buttonActive{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;	
}

a:hover.buttonActive{
	color:#FFFFFF;
	text-decoration:underline;
	cursor:pointer;	
}

a.buttonOut{
	color:#000000;
	text-decoration:none;
	cursor:pointer;	
}

a:hover.buttonOut{
	color:#000000;
	text-decoration:underline;
	cursor:pointer;	
}
