/************************************************/
/* ArcadiaAerospace.com                         */
/* styles_global_all.css                        */
/* Rev. 1.09 - 2009-09-05 - AT                  */
/* Wildfire Design, LLC www.wildfiredesign.com  */
/************************************************/

@import url(/assets/styles/styles_leftnav.css);

/************** HTML tag styles ****************/ 

body {
	font-family: Arial,sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 20px 0 0 0;
	background-color: rgb(0,114,188); 
}

h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
	font
}

h1 {
	font-size: 18px;
	color: rgb(182,41,47);
	margin-top: 15px;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	color: black;
	margin-top: 15px;
	margin-bottom: -12px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #393939;
	margin-top: 18px;
	margin-bottom: -13px;
}

.extraSpace {
	margin-bottom: 8px;
}

h4 {
	font-size: 14px;
	color: #393939;
	margin-top: -3px;
}

h5 {
	font-size: 16px;
	text-transform: uppercase;
	color: #393939;
	padding: 0;
	margin: 18px 0 10px 0;
	}

hr {
	height: 1px;
	color: slategray;
}

img.left{
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

img.right {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}

a:link {
	color: rgb(182,41,47);
}

a:visited {
	color: rgb(123,70,72);
}

a:hover {
	color: rgb(255,0,0);
}

/************** #layout divs *******************/

#wrapper {
	/* 
	This wrapper's sole purpose is to create the 3-pixel borders on the left and right.
	The border-effect is achieved by repeating the 1x3 pixel GIF and placing it
	underneath the #container, while specifying a 3-pixel padding left and right.
	This makes the background peek from underneath the #container. Keep in mind that
	this requires that the width of the #container is a factor of the width of the desired
	border (3 pixels).	
	*/
	width: 100%;
	margin: 0 auto 0;
	padding: 0 1px 0 1px;
	text-align: left;
	position: relative;
	background: rgb(0,114,188) url(images/layout/background.jpg) repeat; 
}

#container {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
	position: relative;
	background-color: rgb(0,114,188);
}

#header {
	margin: 0px auto 0;
	height: 109px;
	width: 100%;
	margin: 0;
	z-index: 5;
	/* border-bottom: 1px solid black; */
}

#masthead {
	margin: 0 auto 0;
	background: white url(/assets/images/masthead/masthead_bg.jpg) 175px 0 no-repeat;
	height: 109px;
	width: 705px;
	background-color: white;
	border-right: 0px solid black;
	border-left: 0px solid black;
}

#contentArea {
	width: 705px;
	margin: 0 auto 0;
	padding-top: 0;
	background-color: white;
	border-top: 0px solid black;
}

#mainContent {
	background-color: white;
	float: left;
	width: 684px;
	top: 0;
	padding-top: 0;
	padding-bottom: 15px;
	padding-right: 21px;
	overflow: hidden;
	border-right: 0px solid black;
	border-left: 0px solid black;
	padding-bottom: 15px;
	background-image: url(/assets/images/backgrounds/sidebar_vertical_line.gif);
	background-repeat: repeat-y;
}

/************** #navigation styles ***************/

#primaryNav {
	color: black;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	background: none;
	position: relative;
	z-index: 2;
	margin-top: 0;
	left: 0;	
	top: 0;
	text-transform: uppercase;
	text-align:left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#primaryNav ul li a:visited, #primaryNav ul li a:hover, #primaryNav ul li a {
	color: black;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#primaryNav ul li a:hover {
	text-decoration: underline;
	color: black;
}

#primaryNav ul { 
	margin:0;
	margin-bottom:0px;
	padding:0;
	list-style:none;
}

#primaryNav li {
	margin:0;
	padding: 0px 2px 4px 6px;
	background:url(images/layout/top_nav_bar_bg.gif) 0 0 no-repeat;
	display:inline;
}

#primaryNav li.first { 
	background: none;
	position: absolute;
	z-index: 2;
	margin-top: -11px;
	right: 100px;	
	top: 103px;
}

#secondaryNav {
	width: 135px;
	float: left;
	padding: 75px 15px 15px 20px;
	font-size: 11px;
	color: #965732;
	overflow: hidden;
	display: none;

}

/************** misc **************/

.imgTopRight {

	/* top right bottom left */
	border: solid #2798D4 1px;
	margin: 0 0 10px 10px;
	padding: 2px 2px 2px 2px;

}

.imgTopLeft {

	border: solid #2798D4 1px;
	margin: 0 10px 10px 0;
	padding: 2px 2px 2px 2px;

}

.imgEmbeddedRight {

	border: solid #2798D4 1px;
	margin: 10px 0 10px 10px;
	padding: 2px 2px 2px 2px;

}

.imgEmbeddedLeft {

	border: solid #2798D4 1px;
	margin: 10px 10px 10px 0;
	padding: 2px 2px 2px 2px;

}

.imgBottomRight {

	border: solid #2798D4 1px;
	margin: 10px 0 0 10px;
	padding: 2px 2px 2px 2px;

}

.imgBottomLeft {

	border: solid #2798D4 1px;
	margin: 10px 10px 0 0;
	padding: 2px 2px 2px 2px;

}


.pullQuote-right, .pullQuote-left {
	margin: 0 0 10px 15px;
	float: right;
	display: block;
	width: 175px;
	font-variant:small-caps ;
	padding: 15px;
	border-top: 1px solid;
	border-top-color: rgb(113,113,113);
	border-bottom: 1px solid;
	border-bottom-color: rgb(113,113,113);
	}

.pullQuote-left {
	margin: 0 15px 10px 0;
	float: left;
	}

#breadcrumbs {
	text-align: right;
	font-size: 11px;
	
	}

/************* footnote styles ***************/

.footnoteRef {
	font-size:8px;
	vertical-align: top;
}

.footnote {

}

#footnotes {
	font-size: 10px;	
	border-top-width: 1px;
	border-top-color: slategray;
	border-top-style: solid;
	margin-top: 15px;
}

/************* #footer styles ***************/

#footerWrapper {
	clear: both;
	border: none;
	padding: 0;
	text-align: center;
	width: 705px;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(images/layout/footer_gradient.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: rgb(227,227,227);
	/* border-top: 1px solid rgb(113,113,113); */
	border: 0px solid black;
}

#footerWrapper .divider {
	height: 30px;
	background-image: url(images/layout/bottom_gradient_bar.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#footerContent {
	width: 705px;
	margin: 0 auto 0;
}

#legal {

font-family: "arial narrow", verdana;
	padding: 0 25px 15px 30px;
	color: rgb(164,164,164);
	font-size: 9px;
	margin-top: -20px;
	text-decoration: none;
	float: right;
	text-transform: uppercase;
}

/************** #sidebar styles **************/

#sidebar {
	float: left;
	margin: 25px 0 0 0;
	width: 176px;
	margin: 0;
	padding: 0;
}

/************** XML Custom Styles ************/



/************** News & Events Styles ************/

#newsAndEvents {

font-family: Arial, sans-serif;
font-size: 10px;
color: #2798D4;

width: 130px;
border: 1px #2798D4 solid;
margin: 40px 0 0 20px; 
padding: 5px;

}

#newsAndEventsTitle {

font-weight: bold;
font-size: 14px;
margin-bottom: 5px;

}

.eventTitle {

font-size: 11px;
font-weight: bold;
margin-top: 5px;

}

.eventWebsite a:link, .eventWebsite a:visited, .eventWebsite a:hover {

text-decoration: underline;
color: #2798D4;

}

/************** Header ************/

.logoBlock {
	
		border: 1px solid #2798D4;
		width: 400px;
		float: center;
	
}
	
.logoBlock img {
	
		padding: 2px;
	
}

.logoBlock {
	
		border: 1px solid #2798D4;
		width: 400px;
		float: center;
	
}
	
	.logoBlock img {
	
		padding: 2px;
	
}
