@charset "utf-8";

body {

	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;

	margin: 0;

	padding: 0;

	color: #000;

	background-image: url(../images/black.jpg);

}



/* ~~ Element/tag selectors ~~ */

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */

	padding: 0;

	margin: 0;

}



h3 {

	margin: 10px 0px -0px 0px;

	color: #069;

	font-size: 18px;

	letter-spacing: -1px;

}





h1, h2, h4, h5, h6, {

	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */

	padding-right: 15px;

	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */

}

h4 {

	margin: 3px 0px -5px 0px;

	color: #000;

	font-size: 12px;

	line-height: 125%;

}

h5 {

	margin: 3px 0px 0px 0px;

	color: #069;

	font-size: 20px;

	line-height: 150%;

	font-weight: bold;

}

h6 {

	margin: 3px 0px 0px 0px;

	color: #000;

	font-size: 18px;

	line-height: 160%;

	font-style: normal;

	font-weight: normal;

}





.formcontent h4 {

	margin: 3px 0px -20px 70px;

	color: #000;

	font-size: 12px;

	line-height: 125%;

	padding-left: 15px;

}





.leftnav h4 {

	margin: 10px 0px -5px 0px;

	color: #000;

	font-size: 12px;

	line-height: 125%;

}

.sidebar2 h4 {

	margin: 10px 10px 0px 0px;

	color: #000;

	font-size: 12px;

	line-height: 125%;

}





h1 {

	margin: 0px 0px 0px 210px;

	font-size: 28px;

}



a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */

	border: none;

}



/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {

	color: #069;

	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */

}

.sidebar2 a {

	color: #069;

	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */

}

a:visited {

	color: #069;

	text-decoration: none;

}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */

	color: #066;

	text-decoration: underline;

}



/* ~~ This fixed width container surrounds all other divs ~~ */

.container {

	width: 960px;

	background: #FFFFFF;

	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */

}



/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */

.header {

	margin: 0 auto;

	width: 960px;

	background-color: transparent;

	background-image: url(../images/aaa_mid.png);

}



/* ~~ These are the columns for the layout. ~~ 



1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.



2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.



3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.



4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.



*/

.sidebar1 {

	float: left;

	width: 225px;

	padding-bottom: 10px;

	margin: -60px 0px 0px 45px;

}

.bottom {

	float: left;

	padding-bottom: 0px;

	margin: 20px 0px 0px 70px;

	width: 800px;

}

.bottomtext {

	float: left;

	padding-bottom: 10px;

	margin: 0px 0px 0px 0px;

	width: 225px;

}

.bottomtext2 {

	float: left;

	padding-bottom: 10px;

	margin: -20px 0px 0px 12px;

	width: 225px;

}









.content {

	width: 400px;

	float: left;

	margin: -60px 20px 0px 30px;

}

.contentlandingpage {

	width: 600px;

	float: left;

	margin: -50px 0px 0px 15px;

	font-style: normal;

}

.contentlanding {

	width: 1000px;

	position: relative;

	left: 15px;

	top: -60px;

	margin-bottom: 0px;

	z-index: 0;

}





.contentapp {

	width: 860px;

	float: left;

	margin: -30px 0px 0px 60px;

}

.contentapp h1 {

	float: left;

	margin: -40px 0 0 90px;

}





.contentbio {
	width: 400px;
	float: left;
	margin: -60px 20px 0px 30px;

}

.contentapp p {

	font-size: 12px;

	margin: 10px 0px 0px 110px;

}



.contentbio img {

	margin: 0px 15px 15px -10px;

}

.contentbio h4 {

	margin: 10px 0px 20px 9px;

	color: #000;

	font-size: 14px;

	line-height: 150%;

	padding-left: 0px;

	letter-spacing: -1px;

}





.contentthank {

	width: 400px;

	float: left;

	margin: -60px 20px 0px 300px;

}



.formcontent {

	width: 825px;

	float: left;

	margin: -60px 10px 0px 30px;

}



.contentform {

	padding:0px 0px 0px 0px;

	width:580px;

	float:left;

	margin: 0px -15px 0px 20px;

	background-color: #FFF;

}





.sidebar2 {

	float: left;

	width: 225px;

	margin: -55px 0px 0px 0px;

	height: 600px;

}

.sidebar2 p {

	margin: 10px 0px 0px 10px;

	font-size: 12px;

	width: 180px;

	font-weight: bold;

	text-align: center;

}

.content p {
	font-size: 12px;
	line-height: 150%;
	margin: 10px 0px -3px 0px;
}

.contentbio p {

	font-size: 12px;

	line-height: 175%;

	margin: 0px 0px 0px 0px;

	padding-left: 20px;

}



		

/* ~~ This grouped selector gives the lists in the .content area space ~~ */

.content ul, .content ol {

	padding: 0 15px 5px 20px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */

	font-size: 11px;

	font-weight: bold;

	line-height: 150%;

}



/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

ul.nav {

	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */

	margin-bottom: 15px; /* this creates the space between the navigation on the content below */

	list-style-type: none;

}

ul.nav li {

	border-bottom: 1px solid #666; /* this creates the button separation */

}

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */

	padding: 5px 5px 5px 15px;

	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */

	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */

	text-decoration: none;

}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */

	background: #ADB96E;

	color: #FFF;

}



/* ~~ The footer styles ~~ */

.footer {

	position: relative;/* this gives IE6 hasLayout to properly clear */

	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */

	font-size: 10px;

	margin: 0px 30px 0px 30px;

	padding: 10px 10px;

}



/* ~~ Miscellaneous float/clear classes ~~ */

.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: 8px;

}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}

#headline {

	position: relative;

	top: -60px;

	left: -100px;

}

	#main-topborder {

	background-color: transparent;

	height: 116px;

	margin: 0 auto;

	width: 970px;

	position: relative;

	left: 0px;

	top: 10px;

	background-image: url(../images/aaa_top4a.png);

}

#main-container {

	background-color: transparent;

	background-image: url(../images/aaa_mid.png);

	position: relative;

	left: 0px;

	top: 10px;

	margin: 0 auto;

	padding: 25px 0 0;

	width: 970px;

	background-repeat: repeat-y;

}

#main-botborder {

	background-color: transparent;

	background: url(../images/aaa_bot.png);

	height: 41px;

	margin: 0 auto;

	width: 970px;

	position: relative;

	top: 10px;

}



.leftnav{

	width: 230px; /*width of menu*/











	border-style: ;

	border-color: ;

	border-size: ;

	border-width: ;

}



.leftnav h3 {

	color: #069;

}

.leftnav h2 {

	margin: -5px 0 0 10px;

	font-size: 21px;



}



.leftnav a {

	color: #069;

	text-decoration: none;

}

.leftnav a:hover {

	color: #066;

	text-decoration: underline;

}





.leftnav ul{

	margin: 0;

	padding: 0;

	list-style-type: none;

}

	

.leftnav li a{

	font: 10px Verdana, Arial, Helvetica, sans-serif;

	display: block;

	background: transparent url(../images/arrowblue.gif) 100% 0;

  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/

	padding: 4px 0 4px 10px;

	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/

	text-decoration: none;

}	

	

.leftnav li a:link, .leftnav li a:visited {

	color: #069;

}



.leftnav li a:hover{

	color: #26370A;

	background-position: 100% -32px;

}



	

.leftnav li a.selected{

	color: #26370A;

	background-position: 100% -64px;

}

.button {

	float:left;

	margin: 0px 0px -10px -5px;

	width: 203px;

	height: 50px;

	overflow:hidden;

	background-repeat: no-repeat;

	padding-bottom: 12px;

}

.email {

	float:left;

	margin: 0px 0px -10px 0px;

	width: 203px;

	height: 50px;

	overflow:hidden;

	background-repeat: no-repeat;

	padding-bottom: 12px;

}



.iconright {

	float:left;

	margin: 10px 0px 0px 10px;

	width: 180px;

	height: 90px;

	overflow:hidden;

	background-color: #999;

}

.iconleft {

	float:left;

	margin: 10px 0px 0px 0px;

	width: 280px;

	height: 80px;

	overflow:hidden;

	background-color: #999;

}





.button a:hover img {

	background-image: url(../images/applybutton.jpg);

	position: relative;

	top: -59px;

	overflow: hidden;

}

.email a:hover img {

	background-image: url(../images/email.jpg);

	position: relative;

	top: -59px;

	overflow: hidden;

}





div#listmenu {

	width:476px; 	/* makes the div full width */

	float:left; /*makes the div enclose the list */

	/*border-top:1px solid #069;*/	/* draws line on top edge of div */

	border-bottom:1px solid #036; /* draws line on bottom edge of div */

	font-size:11px;	/* SET FONT-SIZE HERE */

	background-image: url(../images/topnav.png); /* image for the div */

	margin-top:-134px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/

	margin-left:84px;

	background-repeat: repeat-x;

	height: 17px;

}

div#listmenu ul {

	margin:0px 0 0 0px;

	}

div#listmenu li {

	float:left;	/* causes the list to align horizontally instead of stack */

	position:relative; /* positioning context for the absolutely positioned drop-down */

	list-style-type:none;	/* removes the bullet off each list item */

	border-right:1px solid  #036; /* creates dividing lines between the li elements */

	height: 18px;

	z-index: 10;

	}

div#listmenu li:first-child {

	border-left:1px solid #999; /*the first vertical line on the menu */

	}

div#listmenu li:hover {

	background-color: #aeadad;

	}

div#listmenu a {

	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */

	padding:0 18px; /*creates space each side of menu item's text */

	text-decoration:none;	 /* removes the underlining of the link */

	color: #FFF;	/* sets the type color */

	position: relative;

	

	}

div#listmenu a:hover {

	color: #000;

	background-color: #868686;

	height:18px;

	}

/* the horizontal menu ends here */



/* the drop-down starts here */

div#listmenu ul li ul {

	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */

	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */

	width:15em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/

	left:-1px; /*aligns the drop exactly under the menu */

	top:18px;

	}

div#listmenu ul li ul li {

	width:100%; /* makes the list items fill the list container (ul) */

	border-left:1px solid #999; /*  three sides of each drop-down item */

	border-bottom:1px solid #999;

	border-right:1px solid #999;



	background-color: #aeadad;

	opacity:0.98;

	filter:alpha(opacity=98);

	}

div#listmenu ul li ul li:first-child {

	border-top:1px solid #999; /*the top edge of the dropdown */

	}

/* make the drop-down display as the menu is rolled over */

div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */

div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */





/* THE HACK ZONE - */

/* hack for IE (all flavors) so the menu has a vertical line on the left */

* html div#listmenu ul {

	float:left; /* makes the ul wrap the li's */

	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */

	margin-left:15px; /* IE doubles the given value above - why? */

	}

/* add a top line to drops and pops in IE browsers - can't read :first-child */

* html  div#listmenu ul li ul {

	border-top:1px solid #069;

	border-left:0px; /* stops the drop inheriting the ul border */

	}

/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */

* html  div#listmenu ul li ul li ul { 

  left:9.85em; 

  voice-family: "\"}\""; 

  voice-family:inherit;

  left:10em;

  }

/* and the "be nice to Opera" rule */

html>body div#listmenu ul li ul li ul {

  left:10em;

  }



#rotator{

	border:1px solid #CCC;

	cursor:pointer;

	overflow:hidden;

	margin:20px 0px 0px -15px;

	width:225px;

	height:225px;

	position:relative;

	top:-10px;

	left:15px;

	float:left;

	margin-bottom: 30px;

	

	

}

#rotator img {

	border:0;

	cursor:pointer;

	width:225px;

	height:225px;

	margin-top: 0px;

	margin-left: 0px;

}





#rotator img{

	display:none;

	position:relative;

	top:0px;

	left:0px;

}

.inputLong {

	border: 1px solid #ccc;

	font-size: 10px;

	width:200px;

}

textarea.inputLong {

	font-size: 11px !important;

}



.inputShort {

	border: 1px solid #ccc;

	font-size: 10px;

	width:80px;

}

.inputXLong {

	border: 1px solid #ccc;

	font-size: 10px;

	width:400px;

}



.inputDrop {

	border: 1px solid #ccc;

	font-size: 10px;

}

.label {

	padding-left:10px;

	font-size: 12px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

.subhead {

	padding-left:10px;

	font-size: 15px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	margin: 0 30px 0 30px;

}
