/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, sub, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
wakemanMenu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight:normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, wakemanMenu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:hover,
a:visited,
a:link {
	color:#faba15;
	text-decoration:underline;
}
a:hover {
	color:#fff;
}
body {
	font-family:Arial, Helvetica, sans-serif;;
	background:#000;
	color:#fff;
}

#mainContainer {
	width:960px;
	margin:0 auto 0 auto;
}

#mainContainer .logo  img{
	margin:20px 0 20px 0;
}

.contentContainer {
	overflow:hidden;
	height:auto;
	min-height:600px;
}

.contentContainer .wakemanMenu {
	width:260px; /* Actually 260px */
	height:350px; /*Actually 350px */
	float:left;
	background:url(../images/menu-bg.png) no-repeat;	
}

.contentContainer .wakemanMenu li {
	padding:18px 0px 18px 0px;
	text-align:center;
	font-size:21px;
	border-bottom:1px solid #fff;
}

.contentContainer .wakemanMenu li:last-child {
	border-bottom:none;
}

.contentContainer .wakemanMenu li a {
	color:#fff;
	text-decoration:none;
}

.contentContainer .wakemanMenu li a:hover {
	color:#faba15;
}

.contentContainer #slider {
	float:left;
	width:690px;
	height:341px !important;
}
.contentContainer .content {
	clear:both;
	overflow:hidden;
}

.contentContainer h1 {
	font-size:23px;
	text-decoration:underline;
}

.contentContainer h2 {
	font-size:19px;
	margin-top:30px;
}

.contentContainer .left {
	width:710px;
	float:left;
	padding-top:50px;
}

.contentContainer .right {
	width:250px;
	float:left;
	padding-top:50px;
}

.contentContainer p {
	line-height:20px;
	margin:16px 0px 16px 0px;
	font-size:14px;
	width:600px;
}

.contentContainer .left ul {
	padding:20px 0px 0px 50px;
}

.contentContainer .left ul li {
	padding:8px 0px 8px 0px;
	list-style-type:disc;
}

.contentContainer .right ul li {
	background:url(../images/list-item.jpg) no-repeat left;
	padding:20px 0px 20px 20px;
}

.contentContainer p .email {
	margin-left:45px;
}

.contentContainer p .email2 {
	margin-left:56px;
}

#footer {
	clear:both;
	height:auto;
	min-height:70px; /*Actual width 100px */
	padding:30px 0px 0px 0px;
	font-size:14px;
}


