
/*----------
 * RESET
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, secondary, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	background-color:#D9D3C1;
	font-family:Arial,Verdana,Helvetica,sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body img {
	margin:0px;
	padding:0px;
}
/*----------
 * END RESET
 */




/*----------
 * Global Classes
 */
.border-top {
	border-top:			1px solid black;
}

/*----------
 * Float Container 
 */
#float-container {
	margin:				0 auto;
	width:				800px;

}
/*----------
 * Container
 */
#container {
	background-color:#ffffff;
	min-height:600px;
	padding:24px 16px 0px 16px;
	margin-top:36px;
	margin-bottom:36px!important;
	float:left;
	width:768px;
}
/*----------
 * Primary Navigation	
 */
.primary-navigation	{
	height:95px;
	padding-top:24px;
	width:768px;
	float:left;
	color:#989482;
}
.primary-navigation ul {
	height:				95px;
	width:				768px;
	float:				left;
	text-align:center;
}
.primary-navigation ul li {
	display:			inline;

}
.primary-navigation ul li a {
	text-decoration:	none;
	font-weight:		bold;
	line-height:		26px;
	font-size:			12px;
	padding:			0px 5px 0px 5px;
	display:			inline;
	color:				#444444;

	background-position: right;
	background-repeat:	no-repeat;
}
.primary-navigation ul li a:hover {
	color:#3077cb;
	border-bottom:1px solid #3077cb;
}
.primary-navigation ul li a.current {
color:#3077cb;
border-bottom:1px solid #3077cb;
}
.primary-navigation ul li a.section {
color:#3077cb;
border-bottom:1px solid #3077cb;
}
/*----------
 * PageName Container
 */

#page-name-container {
float:left;
width:768px;
margin-top:24px;
}
#page-name-container .page-name{
	font-size:24px;
	color:#111;
	border-bottom: 1px solid #ccc;
	font-family: Arial, Helvetica;
	padding-right:45px;
}

/*----------
 * Heading Container	
 */
#heading-container {
	background-position:bottom center;
	background-repeat:	no-repeat;
	height:				101px;
	float:				left;
	width:				768px;
	background-image: url(../images/mclaren-header.gif);
}


/*----------
 * Footer Container & Navigation
 */
#footer-container {
	margin-top:			20px;
	height:				36px;
	color:				#808080;
	width:				768px;
	float:				right;
}
#footer-container .footer-navigation {
	line-height:		33px;
	width:				748px;
	float:				right;
	text-align:right;
}
#footer-container .footer-navigation ul li {
	display:			inline;
}
#footer-container .footer-navigation ul li a {
	text-decoration:	none;
	font-size:			10px;
	padding:			0px 2px;
	color:				#808080;
}
#footer-container .footer-navigation span {
text-decoration:	none;
font-size:			10px;
padding:			0px 2px;
color:				#808080;
}
#footer-container .footer-navigation ul li a:hover {
	text-decoration:	underline;
}
#footer-container .footer-navigation ul li a.current {
	color:				#000000;
}
#footer-container .footer-navigation ul li a.current:hover {
	text-decoration:	none;
}
#footer-container .footer-navigation ul li a.assetid {
	padding-left:0px;
}
/*----------
 * Content Container
 */
#content-container {
	margin-top:			24px;
	float:				left;
	width:				768px;
}
/*----------
 * Home Specific 
 */



