
@charset "utf-8";


html, body {border: 0; margin: 0; padding: 0;}

body {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 22px;
	width: 100%;
	min-width: 980px;
	color: #5A5A5A;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
  	margin: 0;
  	padding: 0;
  	font-weight: normal;
}

h1{
	font-size:  26px;
	line-height: 36px;
}

h2{
	font-size:  22px;
	line-height: 30px;
}

h3{
	font-size: 18px;
	line-height: 27px;
}

h4{
	font-size: 14px;
	font-weight:bold;
	line-height: 21px;
}

p {
	margin: 10px 0; 
	padding: 0;
}

p.notfound{ padding: 15px 0 100px;}

ul {list-style: none; margin: 0; padding: 0;}

blockquote {
  	font-family: Georgia, "Times New Roman", Times, serif;
  	font-style: italic;
  	color: #666;
	margin: 10px 20px;
	font-size: 1.2em;
	display: block;
}

blockquote span.open {
	background: url(images/quote_open.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

blockquote span.close {
	background: url(images/quote_close.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}

code {
  	display: block;
	background: #fff;
  	color: #666666;
  	padding: 0px 15px;
	font-family: "Verdana";
}

small {font-size:0.8em}

img {border: none;}

sup {
  	position: relative;
  	bottom: 0.3em;
  	vertical-align: baseline;
}

sub {
  	position: relative;
  	bottom: -0.2em;
  	vertical-align: baseline;
}

hr {
  	display: block;
  	clear: both;
  	border-top: 1px dotted #E7E1DE;
  	border-bottom: 1px dotted white;
  	margin: 5px 20px 0;
}

a:focus {outline:0}

/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */
/*.clearfix {height: 1%;}*//*-------------------------------------------------------------------------conflict with prettyPhoto*/

.clearfix {display: block;}
/* End hide from IE-mac */

/***** Global Classes *****/
.alignleft {
	display: block; 
	float: left;
}

.alignright {
	display: block; 
	float: right;
}

.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

/* images border */
img.alignleft,
img.alignright,
img.aligncenter {
	display: block;
	padding: 3px;
	background: #F5F4F3;
	border: 1px solid #E8E4E2;
}

img.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.noborder {
	border: none;
	background: transparent;
	padding: 0;
}

/***** Main Layout ****/

#container {
	/*background: url(img/logo_home.png) no-repeat 0 0;*/
	width: 100%;
	height: 100%;
	text-align: center; /* IE fix to center the page */
	background-color: #000;
	margin: 0;
}

#wrapper {
  	width: 718px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	overflow: hidden;
	top: -200px;
}

#box {
  	width: 900px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	overflow: hidden;
	top: -200px;
	height: auto;
}

/***** TOP PAGE *****/
#top {
	height: 100px;
	padding: 0 25px;
}


/* Main Navigation */

#navmenu {
	height: 30px;
	margin: -30px 30px 0 0px; 
	list-style-type: none; 
	list-style-image: none;
	float: right;
	position: relative;
}

#navmenu li {
	font-size: 12px;
	display: inline;
	height: 30px;
	text-indent: 10px;
	vertical-align: 80%;
}
 
#navmenu li a {
	text-decoration:none;
	margin: 0;
	padding: 0px 10px;
	color: #595455;
	position: relative;
}

#navmenu li a:hover {
	color: #cc6600;
}

#navmenu li.current a {
	/*color: #bfa46f;*/
	color: #cc6600;
}

#navmenu li.menusmall a {
	clear: both;
	font-size: 10px;
	margin: 12px 50px 0 0;
}


/***** HEADER *****/
#header {
	width: 100%;
	height: 324px;
	position: relative;
}

#header_life {
	background-color: #eeebe1;
	margin-left: 29px;
	width: 920px;
	height: 366px;
	position: relative;
}


/* footer area */
#footer {
	clear: both;
	width: 718px;
	height: auto;
	padding-bottom: 10px;
	position: relative;
}

#footer_home {
	float: left;
	display: block;
	width: 718px;
	height: 255px;
	padding: 0;
	margin: 70px 0 0;
  	position: relative;
}

 
#footer_home li.f_left a {
	float: left;
	background: url(../img/home/rcmodels.jpg) no-repeat 0 0;
	width: 239px;
	height: 190px;
}

#footer_home li.f_left a:hover {
	background-position: 0 -190px;
}

#footer_home li.f_mid a {
	float: left;
	background: url(../img/home/military.jpg) no-repeat 0 0;
	width: 239px;
	height: 190px;
}

#footer_home li.f_mid a:hover {
	background-position: 0 -190px;
}

#footer_home li.f_right a {
	float: right;
	background: url(../img/home/edumedia.jpg) no-repeat 0 0;
	width: 239px;
	height: 190px;
}
#footer_home li.f_right a:hover {
	background-position: 0 -190px;
}

#footer_home li a:link, #footer_home li a:visited {
	display: block;
	height: 190px;
}

#footer_home li {
	display: block;
	float: left; 
	margin: 0px;
	padding: 0px;
	list-style: none;
}




#footer_credit {
	font: 11px Arial, Helvetica, sans-serif;
	width: 100%;
	float: right;
	display: block;
	height: 32px;
	color: #CCC;
	margin: 5px 0 0 0;
	text-align: center;
}



