@import url(reset.css);
@import url(utilities.css);

/* Contents
1. Page sections
2. Typography - baseline
3. Typography - except headings, links/lists, footer
4. Headings
5. Links/lists, except navigation, footer
6. Navigation
7. Footer
8. Tables
9. Miscellaneouss
*/


	
/* 1. Page sections - size, margin, padding, background 
------------------------------------------------------------------------ */
body {
	background-color: black;
	}
	
	
#pageposition {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	}
	
body#home #pageposition {
	background-image: url(../images/backgroundhomepg.jpg);
	background-repeat: no-repeat;
	}

#header {
	position: relative;
	height: 100px;
	}
	
body#home #header {
	height: 400px;
	}
	
#navigation {
	position: absolute;
	top: 50px;
	right: 0px;
	}
	
#tagline {
	position: absolute;
	top: 160px;
	right: 0px;
	}
				
#content {
	width: 960px;
	}
	
body#inner #content {
	text-align: left;
	min-height: 300px;
	}


			
.col1 {
	width: 25%;
	float: left;
	padding-bottom: 35px;
	}
	
.col2 {
	width: 55%;
	margin-left: 43%;
	padding-bottom: 35px;
	padding-left: 1.5%;	
	}
	
.cola {
	float: left;
	width: 250px;
	margin-bottom: 60px;
	}
	
.colb {
	margin-left: 300px;
	border-left: 3px solid white;
	border-right: 3px solid white;
	padding: 0 30px;
	margin-bottom: 60px;
	}
	
.colc {
	float: right;
	width: 585px;
	margin-bottom: 50px;
	}
	
.cold {
	float: right;
	width: 700px;
	margin-bottom: 50px;
	}
	
.cole {
	float: right;
	width: 575px;
	margin-bottom:  50px;
	margin-top: 60px;
	}
	
.colf {
	float: left;
	width: 350px;
	margin-bottom: 50px;
	}
	
.colg {
	float: right;
	width: 550px;
	margin-bottom: 50px;
	}
	
	
#divider {
	margin-top: -18px;
	}
	
#contrast {
	padding: 2px;
	background-color: white;
	}
	
#footer{
	clear: both;
	width: 100%;
	border-top: 1px solid #fff;
	margin-top: 120px;
	margin-bottom: 20px;
	color: #fff;
	background-color: #111;
	position: relative;
	}
	
#col1footer{
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#col2footer {
	position: absolute;
	top: 0px;
	right: 0px;
	}
	
	
		
/* 2. Typography - baseline
------------------------------------------------------------------------------- */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
	}

/* 3. Typography - except headings, links/lists, footer
 ------------------------------------------------------------------------------ */
	
#content p{
	line-height: 1.5;
	margin-bottom: 5px;
	font-size: 12px;
	}
	
#content p.spaced {
	line-height: 1.8;
	}
	
#content #contrast p.impact {
	font-size: 20px;
	background-color: #292929;
	margin-bottom: 2px;
	padding: 10px;
	}
	
#content p.normal {
	background-color: black;
	color: white;
	padding: 10px;
	}
	
#content #contrast p{
	margin-bottom: 0px;
	}
	
#content p.emphasis {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	}
		
.bold14 {
	font-weight: bold;
	font-size: 14px;
	}

/* 4. Headings
------------------------------------------------------------------------------- */

h1 {
	font-size: 44px;
	text-align: left;
	padding-top: 10px;
	font-family: Georgia,"Times New Roman",serif;
	}
	
h1#logo {
	height: 80px;
	width: 479px;
	text-indent: -5000px;
	background-image: url(../images/heading.gif);
	background-repeat: no-repeat;
	}
	
#home h1#logo {
	background-image: none;
	}

h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	text-align: left;
	}

#tagline h2 {
	font-size: 34px;
	padding: 0;
	line-height: 1.2;
	font-family: Georgia,"Times New Roman",serif;
	
	}
			
h3	{
	font-size: 14px;
	line-height: 1.2;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	}
	
h4 {
	font-size: 14px;
	font-weight: bold;
	}
	


/* 5. Links and lists - except navigation, footer
 -------------------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
	text-decoration:  underline;
	}
	
#home a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	}
	
a:link, a:visited{
	background: transparent;
	font-weight: bold;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	}

a:hover, a:active {
	background-color: white;
	color: black;
	}
	
ul.bulleted{
	padding-left: 20px;
	margin-left: 10px;
	list-style-type: disc;
	}
	
	
ul.bulleted li{
	margin-bottom: 10px;
	line-height: 1.5;
	
	}
	
#content ul, #content ol, #contentinner ul, #contentinner ol{
	line-height: 1.5;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	}
	
ol {
	list-style-type: decimal;
	margin-left: 40px;
	line-height: 1.4;
	}
	
ol li {
	margin-bottom: 8px;
	}
	
ol li li, ol li li li{
	margin-bottom: 0px;
	}
	
	
	
	
ol ol {
	list-style-type: lower-alpha;
	}
	
ol ol ol {
	list-style-type: disc;
	}
	
/* 6. Navigation
------------------------------------------------------------------- */	

#navigation a, #navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: white;
	
}

#navigation a:hover, #navigation a:active {
	background-color: white;
	color: black;
	font-weight: bold;
	}
	
#navigation li{
	float: left;
	list-style-type: none;
	font-size: 12px;
	display: inline;
	font-weight: normal;
	padding: 10px 2px 10px 28px;
	}
	
#navigation a{
	padding: 2px;
	font-weight: normal;	
	
	}
	

/* 7. Footer
----------------------------------------------------------------- */
p#footertext {
	text-align: left;
	font-size: 11px;
	padding: 10px 0px;
	margin-bottom: 20px;
	}

ul#footermenu{
	padding: 10px 0px;
	margin-bottom: 20px;
	}
	
#footermenu li{
	display: inline;
	list-style-type: none;
	text-decoration: none;
	color: #fff;
	padding: 0px 0px 0px 15px;
	}
	
#footermenu li a{
	font-size: 11px;
	color: #fff;
	}
	
#footer a {
	color: #fff;
	}
	
#footer a:hover, #footer a:active {
	color: #000;
	}
	
/* 8. Tables
---------------------------------------------------------------------  */

td h4 {
	padding-bottom: 12px;
	padding-top: 0px;
	line-height: 1.3;
	
	}
	
td h4, td p {
	margin-left: 30px;
	margin-right: 200px;
	}
	
td p {
	line-height: 1.5;
	}
	
td{
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
table {
	margin-top: 10px;
	margin-bottom: 50px;
	}
	
	
/* 9. Miscellaneous
---------------------------------------------------------------------  */
.marker {
	font-size: 20px;
	}

.extramargin {
	margin-bottom: 40px;
	margin-left: 100px;
	}
	
.bottommargin {
	margin-bottom: 50px;
	}