@charset "utf-8";
/* CSS Document */

html, body {
	margin: auto;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:1.8em;
	background-color:#000000;
	text-align:justify;
}

p {
	line-height:1.8em;
}

#page-container {
	width: 910px;
	margin: auto;
	text-align:center;
}

#nav {
	width:100%;
	height:50px;
	margin:auto;
}

.navlinks:link, .navlinks:active, .navlinks:visited {
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.navlinks:hover {
	color:#cc0000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.navcontainer {
	height:50px; color:#ffffff;  margin:auto;
	padding:10px;
}

#contentarea{
	width:900px;
	height:455px;
	margin:auto;
	margin-top:0;
	background-image:url(images/homeimage.jpg) ;
	background-repeat:no-repeat;
	background-position:top;
}

#contentarea2{
	width:900px;
	height:auto;
	padding-top:170px;
	margin-top:0;
	background-image:url(images/contentimage.jpg) ;
	background-position:top;
	background-repeat:no-repeat;
	margin:auto;
}

#slogan {
	padding-top:190px; font-size:18px;
	line-height:1.2em;
	text-align:center;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	width:850px;
}

#content {
	margin:auto;
	font-size:12px;
	line-height:1.2em;
	background-image:url(images/graytrans.png);
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	width:800px;
	padding:10px;
	min-height:500px;

}

 #boxes {
 	width:100%;
	padding:0;
	}
	
.graybox { 
	background-color:#252525; width:31%; padding: 10px; text-align:left;
	}


#footer {
	color:#ff0000;
	margin:auto;
	width:820px;
	clear:both;
}

h1 {
	font-size: 13px;
	color:#e72529;
	line-height:normal;
}

.redtitle {
	font-size: 18px;
	color:#e72529;
	font-weight:bold;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	line-height:normal;

}

.redtitle2 {
	font-size: 12px;
	color:#e72529;
	font-weight:bold;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	line-height:normal;

}

.reditalics {
	font-size: 11px;
	color:#e72529;
	font-weight:normal;
	font-style:italic;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	line-height:normal;

}


.imagesdouble {
	border:6px double #e72529;
}

a:link, a:visited, a:active  {
	color: #e91d25;
	text-decoration:none;
}

a:hover {
	color: #969595;
	text-decoration:none;
}

img { behavior: url(iepngfix.htc) }