/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	background-color: #FFF;
 	margin: 0;
  	padding: 0;
 	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
} 
 
#container {
	position: relative;
	width: 1011px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
} 

#wrapper { /* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
 	position: relative;
	text-align: left; 
	width: 100%;
} 
 
#header {
 	position: relative; 
 	height: 38px; /* IMPORTANT */
	width: 100%;
	color: #ffffff;
	z-index: 10;
	float: left;
	margin-left: 0px;
} 

#logo {
	position: relative;
	width: 545px;
	height: 91px;
	text-align: center;
	z-index: 3;
}

#nav {
	position: relative;
	float: left;
	width: 545px;
	padding: 2px 0px 0px 2px;
	text-align: center;
	z-index: 11;
	margin-top: 20px;
}

/* for links in nav */
.links, a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
}

.textlinks:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
}

.links:hover {
	background-color: #d7412c;
	color: #ffffff;
	text-decoration: none;
}



.links:links {
	background-color: #d7412c;
	color: #ffffff;
	text-decoration: none;
}



/* end link style for nav */


#content {
	position: relative;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	width: 520px;
	padding : 2px 2px 0px 2px;
	display: inline;
	height: 890px;
}

#left {
	position: relative;
	float: left;
	width: 281px;
	height: 837px;
	margin-left: 150px;
	margin-top: 240px;
	/*background-image: url(images/structure/left.gif);
	background-repeat: no-repeat;*/
	background-color: #d7412c;
	display: inline;
}

#leftpics {
	position: absolute;
	top: 25px;
	left: -20px;
	width: 314px;
	height: 592px;
}

#top_rivets {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 281px;
	height: 20px;
}

#bottom_rivets {
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 281px;
	height: 20px;
}



#heli_graphic {
	position: absolute;
	top: 30px;
	width: 607px;
	height: 257px;
	z-index: 10;
}

#footer{
	text-align: center;
	/*width: 100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	min-height: 100px;
	/*min-width: 1011px;*/
	background-color: #414141;
	padding: 5px;
}

#footer_content {
	position: relative; 
	/*width: 100%;*/
	margin-top: 5px;
	margin-left: 0px;
	padding: 0px;
}

#footer_facebook {
	position: relative;
	width: 38px;
	height: 36px;
	margin-right: 10px;
	margin-top: -2px;
	text-align: right;
}

/*Simple styles for clients to use sizes and colors etc.*/

.title_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #d7412c;
}

.title_black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #d7412c;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.bodylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}

/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/  

@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 

	#maincol {
		width:100%;
		float:none;
	}
}
