@charset "utf-8";
/* Creative eWorld CSS*/

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/**************************************************/
/* HTML5 Resets* /
/**************************************************/

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, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}


	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;*/
	}
	
	img { vertical-align: top; }
	
	
/* Links and remove of Dotted line */
a,a:link,a:active
{
	color:#000;
	outline:0;
	ie-dummy: expression(this.hideFocus=true);
	border-bottom: 1px dashed #000;
	text-decoration: none;
}

a:hover, a:focus
{
	text-decoration:none;
	color:#000;
	ie-dummy: expression(this.hideFocus=true);
}

p{ margin-bottom:12px;
   line-height: 20px; }

/* Main Structure */
body, html
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font: normal 15px "Times New Roman", Times, serif;
	color: #000000;	
	line-height: 30px;
}

#wrapper{
	border: 1px solid #919191;
	width: 800px;
	margin: 0 auto;
	padding: 0;	
	margin-top: 40px;
	margin-bottom: 40px;
}

.clr {
	clear: both;
}

/* Header Wrapper */
#header
{
}

#menu {
	background-color: #000;
	height: 95px;
}

ul#nav {
	list-style: none;
	margin: 0; 
	padding: 0; 
	height: 91px;
	border-bottom: 4px solid #757575;	
	position: relative;
}

ul#nav li {
	float: left;
	display: inline; 
	position: relative;
	padding:0;
}

ul#nav li a {
	color: #ffffff;
	font: bold 24px "Times New Roman", Times, serif;
	text-align: center;
	padding: 32px 91px;
	display:block;
	border-bottom: none;
}

ul#nav li a:hover, .active {
	background-color: #1b1b1b;
	padding: 32px 91px 29px;
	border-bottom: none; display:block;
}

.active {
	background: url(../images/active-arrow.png) no-repeat center 90px;
	height: 102px;
	overflow: visible;
	border-bottom: none;
	position: absolute;
	z-index: 9 !important;
}

.content {
	width: 760px;
	margin: 30px 20px;
}

h1,
h2,
h3,
h4 {
	color: #000;
	font: normal 55px "Times New Roman", Times, serif;
}

h2 {
	font: bold 24px "Times New Roman", Times, serif;
	margin-left: 15px;
}

h3 {
	font: normal 23px "Times New Roman", Times, serif;
}

h4 {
	font: normal 18px "Times New Roman", Times, serif;
}

ul.lists {
	list-style: disc outside;
	margin-left: 15px;
}

ul.lists li { margin-bottom: 2px; }

.years {
	font: bold 18px "Times New Roman", Times, serif;
}
