/* CSS Document                                  */
/* Client: Any Point Limo                        */
/* Author: Steve Farwell steve@Farwelldesign.com */
/* Created: 9/4/06                               */
/* This file is used for the screen layout       */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin:10px 0px 0px 10px;
	padding: 0px;
	text-align:center;
	background-color: #FFFFFF;
}
a:link, a:visited{
	text-decoration: none;
	color: #000000;
}

h1,h2,h3,h4,h5{
 font-family: Arial,sans-serif;
 font-size: 100%;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	position:relative;
	text-align:left;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width: 90%;
}

#masthead{
	display:none;
}

#printHead {
	font-family:"Times New Roman", Times, serif;
}

#navBar{
	display:none;
}

#globalNav{
	display:none;
}

#dropDowns{
	display:none;
}
#advert{
  	display:none;
}

#content{
	border: 1px solid #cccccc;
	position:relative;
	padding: 5px 0px 5px 0px;
	margin-bottom:10px;
}

#pageName {
	position:relative;
	margin: 0px;
	padding: 0px;
}

#pageName h1{
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#sitePhone {
	display:none;
}

#printHead h1{
	position:absolute;
	top: 10px;
	right: 10px;
}

#printHead p{
	position:absolute;
	top: 30px;
	right: 10px;
}

/************** .feature styles ****text-align: center;***********/
.feature{
	position:relative;
	top:0px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 95%;
	height: 200px;
}
html>body .feature {height: auto; }

.feature img{
	float: left;
	padding: 5px 5px 0px 5px;
	margin: 0px 5px 5px 5px; 
}
.feature p {
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 5px 0px;
}
/************** .story styles ****************/

.story{
	position:relative;
	top: 5px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 95%;
	height: 200px;
}

html>body .story {height: auto; margin: 0px 10px 10px 10px; }

.story img{
	float: right;
	padding: 5px 10px 0px 5px;
	margin: 5px 10px 0px 5px; 
}
.story p {
	padding: 5px 10px 0px 5px;
	margin: 5px 10px 0px 5px;
}
.story h2 {
	padding: 5px 0px 0px 5px;
	margin: 5px 0px -2px 5px;
	font-size: 105%;
}
/************* #footer styles ***************/

#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align:center;
	margin-bottom:15px;
}