/* CSS Document */
/***********************************************/
/* Nick's basic.css                           */
/* This is the main style sheet which holds layout rules and typographic rules */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, Times New Roman, Arial,sans-serif;
	font-size: 85%;
	color: #000000;
	background-color:#FFFFFF;
	line-height: 2.166;	
	margin: 0px;
	padding: 0px;
}


.homepageText{
	color: #666666;
	line-height: 1.5;
	background-color:#FFFFFF;
	background: transparent url(../images/leftBackground.png) repeat-x;
	width: 2px; 
	height: 224px;
	}


a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

a:hover {
	/*text-decoration: underline;*/
	background-image: url(../images/linkAnim1.gif);
}



/* Nick remember - using an image to replace text in an h1. This trick courtesy css Mastery book! */
/************** .story styles *****************/

.story{
	/*clear: both;*/
	margin-right: 240px;
	padding: 0px 60px 0px 20px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 0px 0px;
}


/************** Header styles ***************/
#pageHeader { 
	background: transparent url(../images/whatWeDo.gif) no-repeat top left;
	padding: 0px;
	width: 101px; 
	height: 23px;
	}
	
#pageHeaderContact { 
	background: transparent url(../images/contact.gif) no-repeat top left; 
	padding: 0px;
	width: 101px; 
	height: 23px;
	}
	
#pageHeader span {
	display:none
	}
	
#pageHeader h2 { 
	width: 200px; 
	height: 10px;
	}
	
#pageHeader h2 span {
	display:none;
	}
	
	
	h1{
	font-size: 120%;
	}

/***********************************************/
/* Main Layout and Graphic Divs Here                                */
/***********************************************/


#container {
	position:absolute;
	left:50%;
	top:0px;
	width:1000px;
	height:1200px;
	margin-left: -480px;
	
}

#header {
	background:transparent url(../images/headerNew.gif) no-repeat top left;
	position:absolute;
	z-index:1;
	left:0px;
	top:0px;
	width:1000px;
	height:151px;
	padding: 65px 60px 0px 255px;
}


/* Navigation links are a class in the header in this case nick..*/
#header a {
	color: #FFFFFF;
	border-bottom: 1px dotted #000000;
}




#globalNav {
	background:transparent url(../images/globalNavNew.gif) no-repeat top left;
	position:absolute;
	z-index:2;
	left:0px;
	top:150px;
	width:1000px;
	height:194px;
	color: #666666;
	font-size: 80%;
	white-space: nowrap;
	border-bottom: 1px dotted #000000;
}

#logoArea {
	background:transparent url(../images/logoAreaNew1.gif) no-repeat top left;
	position:absolute;
	z-index:3;
	left:0px;
	top:344px;
	width:350px;
	height:587px;
	padding: 50px 0px 0px 50px;
}

#contentArea {
	background:transparent url(../images/contentAreaNew.gif) no-repeat top left;
	position:absolute;
	z-index:4;
	left:400px;
	top:344px;
	width:600px;
	height:587px;
}

#footer {
	background:transparent url(../images/footerNew.gif) no-repeat top left;
	position:absolute;
	left:0px;
	top:900px;
	width:1000px;
	height:268px;
	padding: 185px 0px 30px 150px;
}
