/*
Company:	
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, body */

body {
	background: #FFFFFF;
	background-image: url(../images/greybg.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #333333;
	line-height: 18px;
}

a {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	color: #333333;
	font-size: 10pt;
}

a:hover {
	text-decoration: underline;
}

p { 
	padding-bottom: 10px;
}

em {
	font-style: italic;
}

/* @end */
/* @wrapper */

#wrapper {
	width: 806px;
	height: 880px;
	margin: auto;
	background: url(../images/bg.jpg) no-repeat;
	position: relative;
}

/* @end */
/* @main nav */

#nav {
	position: absolute;
	top: 32px;
	left: 353px;
}

#navUL {
	line-height: 30px;
	
} 

#navUL li {
	float: left;
	padding-right: 20px;
	
}

#navUL li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#navUL li a:hover {
}

/* @end */
/* @sub nav */

#subnav {
	position: absolute;
	top: 145px;
	padding-left: 180px;
	float: left;
}

#subnavUL {
	line-height: 25px;
	position: relative;
	top: 18px;
	left: -20px;
	padding-bottom: 62px;
} 

#subnavUL li { }

#subnavUL li a {
	padding-left: 28px;
	text-decoration: underline;
} 

#subnavUL li a:hover {
	background: url(../images/arrow.gif) no-repeat left center;
	text-decoration: none;
}

/* @end */
/* @content */

#content {
	float: left;
	position: absolute;
	top: 120px;
	left: 390px;
	width: 320px;
	height:496px;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#credits p{
	text-align: center;
}

#credits A{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#smlink {
	position: relative;
	left: 150px;
	top: 5px;
	font-size: 8pt;
}

#smlink a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#smlink p {
	padding: 0;
}

#signatures {
	position: relative;
	top: 12px;
	right: 58px;
	width: 355px;
	height: 90px;
	background: url(../images/signatures.jpg) no-repeat;
}

#bottomnav {
	position: relative;
	top: 612px;
	left: 264px;
	width: 450px;
	height: 120px;
	background: url(../images/bottomnav_bg.jpg) no-repeat;
}

#bottomnavUL {
	text-align: center;
	padding: 26px 45px 0 20px;
} 

#bottomnavUL li {
	display: inline;
	padding-right: 15px;
}

#bottomnavUL li a {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer {
	clear: left;
	position: absolute;
	top: 736px;
	left: 435px;
}

#footer p{
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
}

#footer a {
	text-decoration: underline;
	font-size: 8pt;
}

#footer a:hover {
	text-decoration: none;
}

#copyright {
	position: absolute;
	top: 820px;
	left: 560px;
	letter-spacing: 1px;
	color: #FFFFFF;	
}

#copyright p {
	font-size: 7pt;
}

#copyright a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFFFFF;	
	font-size: 7pt;
}

#copyright a:hover {
	text-decoration: none;
}

/* @end */
/* @body classes */

body.nav1 a#home,
body.nav2 a#contact,
body.nav3 a#archives,
body.nav4 a#prodteam{
	color: #FF0000;
	cursor: default;
	text-decoration: none;
}

body.subnav1 a#mortals,
body.subnav2 a#gotanmora,
body.subnav3 a#earlyfilms,
body.subnav4 a#ncfa,
body.subnav5 a#aspenbay,
body.subnav6 a#safehaven,
body.subnav7 a#fifthfreedom{
	color: #FF0000;
	cursor: default;
	text-decoration: none;
	background: url(../images/circle.gif) no-repeat;
	display: block;
	height: 26px;
	width: 116px;
	margin: -2px 0;
	padding-top:4px;
}

body#bottomnav1 a#first,
body#bottomnav2 a#second,
body#bottomnav3 a#third,
body#bottomnav4 a#fourth,
body#bottomnav5 a#fifth,
body#bottomnav6 a#sixth,
body#bottomnav7 a#seventh{
	color: #FF0000;
	cursor: default;
	text-decoration: none;
}

/* @end */
/* @group headings */

h1 { 
	font-size: 14pt;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	color: #333333;
	text-align: center;
	left: 170px;
	padding-bottom: 15px;
}

h2 {
	font-size: 11pt;
	font-family: "Courier New", Courier, monospace;
	color: #333333;
}

/* @end */

