/* -----------------------------------------------
Global Styles - Screen
----------------------------------------------- */

/* Copyright Anchovy Pictures */

/* -----------------------------------------------
General Styles
----------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	}
	
body {
	background-color: #000;
	font-size: 0.85em;	
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: top center;
	}
	
#page_01 {
	background-image: url(/images/background/page_bg_01.jpg);
	}
	
#page_02 {
	background-image: url(/images/background/page_bg_02.jpg);
	}
	
#page_03 {
	background-image: url(/images/background/page_bg_03.jpg);
	}

#page_04 {
	background-image: url(/images/background/page_bg_04.jpg);
	}


.clearer {
	clear: both;
	}
	
#container {
	width: 960px;
	margin: 0 auto;
	}
	
/* -----------------------------------------------
Header
----------------------------------------------- */
#header {
	height: 93px;
	}
	
	
/* Logo Area */
#logo_area {
	float: left;
	padding: 25px 0 0 0;
	}
	
#logo_area img {
	border: none;
	}

#logo_area p {
	text-transform: uppercase;
	color: #666666;
	font-size: 0.9em;
	}

/*#logo_area p a {
	color: #000;
	text-decoration: none;
	}*/

/* Primary Nav */
#primary_nav {
	float: right;
	}
	
#primary_nav li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 0 0 18px;
	font-size: 1em;
	letter-spacing: -0.05em;
	font-weight: bold;
	}

#primary_nav li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 37px 5px 3px 5px;
	}
	
#primary_nav li a:hover {
	background: #c6c7cb;
	}

#primary_nav li.primary_nav_selected, #primary_nav li.primary_nav_selected a:hover {
	background: #000;
	}

#primary_nav li.primary_nav_selected a {
	color: #fff;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	}

/* -----------------------------------------------
Generic Styles
----------------------------------------------- */
h1 {
	font: 2.1em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.4em;
	}
	
p {
	font-size: 0.95em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
	}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
	}

/* -----------------------------------------------
Page Content Styles
----------------------------------------------- */

.transparent_black {
	background: url(/images/background/transparent_black_bg.png);
	}

.transparent_grey {
	background: url(/images/background/transparent_grey_bg.png);
	}
	
.solid_white {
	background: #fff;
	}

.width_363 {
	width: 363px;
	padding: 25px 30px;
	margin: 140px 0 25px 80px;
	}

.width_673 {
	width: 673px;
	padding: 25px 30px;
	margin: 140px 0 25px 80px;
	}


.transparent_black h1 {
	color: #ccc;
	font-size: 1.8em;
	}
	
.transparent_black p {
	color: #ccc;
	}
	
	
/* Home Page */
#home_page {
	width: 670px;
	}

.numbered_module_list {
	
	}
	
.numbered_module_list li {
	list-style-type: none;
	}
	
.numbered_module_inner {
	padding: 15px 30px 20px 30px;
	}


.numbered_module {
	background: url(/images/background/numbered_module_bg.png) no-repeat top left;
	width: 310px;
	margin: 0 0 20px 0;
	}
	
#numbered_module_1 {
	float: left;
	}
	
#numbered_module_1 .numbered_module_inner {
	background: url(/images/background/module_01.png) no-repeat 17px 10px;
	}
	
#numbered_module_2 {
	float: right;
	}
	
#numbered_module_2 .numbered_module_inner {
	background: url(/images/background/module_02.png) no-repeat 13px 10px;
	}

#numbered_module_3 {
	float: left;
	}
	
#numbered_module_3 .numbered_module_inner {
	background: url(/images/background/module_03.png) no-repeat 14px 10px;
	}	
	
#numbered_module_4 {
	float: right;
	}
	
#numbered_module_4 .numbered_module_inner {
	background: url(/images/background/module_04.png) no-repeat 14px 10px;
	}

.numbered_module h1 {
	margin: 0 0 10px 40px;
	}

.numbered_module p {
	font-size: 0.85em;
	line-height: 1.6em;
	color: #333;
	}

p#hook {
	color: #fff;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 55px 0 34px 0;
	line-height: 1.4em;
	}
	
/* About Page */
#about_page {
	
	}
	
#about_page p.quote {
	text-align: right;
	font-size: 0.8em;
	line-height: 1em;
	font-style: italic;
	margin: 0 0 20px 0;
	}

	
	
/* -----------------------------------------------
Footer
----------------------------------------------- */
#footer {
	clear: both;
	padding: 0 0 20px 0;
	}
	
#footer p {
	color: #fff;
	font-size: 0.70em;
	}
	
#page_02 #footer, #page_03 #footer, #page_04 #footer  {
	margin-left: 80px;
	}

