*{
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% Helvetica, Arial, sans-serif;
	line-height: 1.8em;
}


/* LAYOUT ////////////////////////////////////////// */
#container {
	width: 896px;
	margin: 0 auto;	
}
#header {
	height: 136px;
	background: url(../images/header_bg.png) no-repeat top center;
}
#header a:hover{
	font-weight:bold;
}
#header a{
	font-weight:normal;
}
#header h1 {
	display: none;
}
#content {
	display: inline;
	float: left;
	width: 656px;
	margin: 50px 120px 20px;
}
#main {
	float: left;
	width: 420px;
	margin-right: 40px;
}
#aside {
	float: left;
	width: 196px;
}
#footer {
	float: left;
	width: 896px;
	height: 136px;
/*	position: absolute;*/
/*	bottom: 0%;*/
	background: url(../images/footer_bg.png) no-repeat bottom center;
	text-align: center;
}
#footer p {
	margin: 55px 0 0 0;
	font-size: 1.2em;
	color: #444;
}


/* NAVIGATION ////////////////////////////////////////// */
#nav {
	display: inline;
	float: left;
	width: 512px;
	height: 27px;
	margin-left: 192px;
}
#nav li {
	float: left;
	list-style: none;
	margin: 122px 0 0 0;
}
#nav li a {
	display: block;
	width: 125px;
	height: 27px;
	margin-right: 3px;
	background: url(../images/nav_off.png) no-repeat top center;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 1.4em;
	color: #444;
	line-height: 27px;
}
#nav li a:hover {
	color: #222;
}
.home #home a, .services #services a, .about #about a, .contact #contact a {
	background: url(../images/nav_on.png);
	color: #222;
}


/* LAUNCHPAD ////////////////////////////////////////// */
#launchpad {
/*	clear: both;*/
	display: inline;
	float: left;
	margin: 0 120px;
}
#launchpad a img {
	border: none;
	border-bottom: 5px solid #630;
}
#launchpad a:hover img {
	/*border-top: 5px solid #630;*/
	border-bottom: 5px solid white;
}
#launchpad li {
	float: left;
/*	display: inline;*/
	list-style: none;
	margin-right: 21px;
	
}
#launchpad li a {
	float: left;
	display: block;
	width: 197px;
	height: 230px;
	background: #E8E3C6 url(../images/launchpad_bg.png) repeat-x bottom;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 2.1em;
	/*font-size: 1.7em;*/
	font-weight: bold;
	color: #666;
	border: none;
}
#launchpad li a span {
	display: block;
	padding: 10px;
}
#launchpad li a:hover span {
	color: #000;
}
#launchpad li.last a {
	margin-right: 0;
}


/* CONTENT ////////////////////////////////////////// */
#content a {
	color: #630;
	text-decoration: none;
	border-bottom: 1px solid #630;
}
#content a:hover {
	background: #E8E3C6;
}
#content p {
	font-size: 1.4em;
	margin: 1em 0;
}
#content ul {
	font-size: 1.4em;
	margin-left: 20px;
}
#content h1 {
	font-size: 2.8em;
	/*margin-top: 1px;*/
	line-height: 1em;
	font-weight: normal;
	color: #333;
}
#content h2 {
	clear: both;
	display: block;
	padding: 10px 0 5px 10px;
	background: #E8E3C6;
	border-bottom: 5px solid #630;
	text-transform: uppercase;
	font-size: 1.8em;
	color: #333;
}
#content h3 {
	margin: 1em 0 0;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: normal;
	color: #333;
}


/* SERVICES */
.services dl {
	float: left;
	width: 656px;
	margin-bottom: 4em;
}
.services dt img {
	float: left;
	width: 259px;
	margin-top: 1em;
}
.services dd {
	margin: 0 0 0 274px;
}


/* ABOUT CAC */
.about #content img {
	margin: 2em 0 0 0;
}


/* CONTACT US */
.contact #aside p {
	font-size: 1.2em;
}
.contact #aside p strong {
	font-size: 	1.2em;
	color: #333;
}