@charset "UTF-8";
/* ESSENTIAL WORKS GARY NUMAN CSS */

/* BLANKET RULES
_____________________________________________________________________________________________________________*/

body {
	background:#CCC url(../_images/numan_bg_page.png) repeat-x fixed;
	font:0.8em/160% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	margin:0;
	padding:0;
	}

img {
	border:none;
	}

/* ACCESSIBILITY
_____________________________________________________________________________________________________________*/

.skiplink {
	position:absolute;
	left:-999px;
	width:990px;
	}

/* LINK STYLES
_____________________________________________________________________________________________________________*/

a:link {
	color:#366;
	text-decoration:none;
	}

a:visited {
	color:#366;
	text-decoration:none;
	}
	
a:hover {
	color:#366;
	text-decoration:underline;
	}
	
a:active {
	color:#366;
	text-decoration:none;
	}
	
/* TEXT STYLES
_____________________________________________________________________________________________________________*/


h1 {
	text-indent:-5000px;
	}

h2 {
	font:normal 1.9em/160% "Helvetica Neue Light", "45 Helvetica Light", Helvetica, Arial, sans-serif;
	color:#366;
	}

h3 {
	font:bold 1em/120%;
	margin-bottom:0;
	}
	
h4 {
	font-weight:bold;
	margin-bottom:0;
	}

h1, h2, h3, h4, p, ul, form {
	margin:0;
	padding:0 15px;
	}

abbr {
	font-style:normal;
	}

/* LAYOUT DIVISIONS
_____________________________________________________________________________________________________________*/

#container {
	width:750px;
	margin:auto;
	}

#header {
	height:125px;
	background: url(../_images/numan_bg_header.png) no-repeat;
	}

#navigation {
	background-color:#000;
	height:50px;
	margin:0;
	padding:0;
	}

#main {
	background-color:#FFF;
	padding:15px 0;
	clear:both;
	}

#footer {
	background-color:#FFF;
	border-top:1px #999 solid;
	clear:both;
	height:62px;
	margin-bottom:15px;
	}

/* FORMS
_____________________________________________________________________________________________________________*/

dt, dd {
	padding-bottom:1em;
	}

dt {
	float:left;
	width:10em;
	}

legend {
	font-weight:bold;
	}

input, select {
	width:250px;
	}

/* SPECIFIC ITEMS
_____________________________________________________________________________________________________________*/

#ew_logo {
	float:right;
	margin:15px 0;
	}

#register {
	margin-top:1em;
	position:relative;
	left:-15px;
	width:125px;
	}

/* ADDITIONAL NAVIGATION RULES
_____________________________________________________________________________________________________________*/

#navigation ul li {
	font:bold 1em/140% "55 Helvetica Roman", Helvetica, Arial, sans-serif;
	display:inline;
	line-height:50px;
	margin-right:1em;
	padding:0;
	text-transform:uppercase;
	}

#navigation a:link {
	color:#9CC;
	text-decoration:none;
	}

#navigation a:visited {
	color:#9CC;
	text-decoration:none;
	}
	
#navigation a:hover {
	color:#FFF;
	text-decoration:underline;
	}
	
#navigation a:active {
	color:#9CC;
	text-decoration:none;
	}

/* ADDITIONAL MAIN CONTENT RULES
_____________________________________________________________________________________________________________*/

#main p {
	margin-bottom:1em;
	padding:0 15px;
	}

#main ul {
	margin-bottom:1em;
	padding: 0;
	list-style: inside;
	}

#main li {
	margin-bottom:0;
	padding:0 15px;
	}

/* ADDITIONAL FOOTER RULES
_____________________________________________________________________________________________________________*/

#footer p { 
	line-height:62px;
	}
