/* Details CSS with no navs */

/*Styles in Use*/ 


body {
	margin:10;
	padding:10;
	font: 100% Verdana, Arial, Helvetica, sans-serif}

div#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width: 800px;
	background-color:#Fdf9e5;
	color: #000000;
	border-top: 1px none #FF3399;
	border-right: 1px none #FF3399;
	border-bottom: 1px none #FF3399;
	border-left: 1px none #FF3399;
}

h1{
	font-size:14px; 
	font-weight: bold;
	margin:26px 0 0 18px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#5a5a5a;
}
h2{
	font-size:22px;
	margin-top:26px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	float: none;
	line-height: 32px;
	margin-bottom: 12px;
}
.h2red{
	font-size:22px;
	font-weight: bold;
	margin-top:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#993333;
	margin-bottom: 12px;
	display: block;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #993333;
	padding-left: 18 px;
	line-height: 28px;
	margin-bottom: 6px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993333;
	padding-left: 12 px;
	clear: none;
	margin-bottom: 8px;
}


/* ================================BEGIN HEADER ============================================*/


div#header {width:800px;	font-weight: bold;
}


/* ================================END HEADER ============================================*/


/*==================================START column one =======================================*/
	
div#column1 {
	width:180px;
	float:left;
	position: absolute;
	margin:20px 0 0;
	border-top: 1px #993300;
	border-right: #993300;
	border-bottom: #993300;
	border-left: #993300;
}

div#address p{
	font-size: 12px;
	color:#5a5a5a;
	margin: 0 18px 0px 18px;

}
div#phone{
	font-size: 16px;
	font-weight: bold;
	margin: 18px;
}
.signup{
	margin: 0;
	padding: 0px;
	height: 35px;

}
.homepage{
	font-size: 14px;
	font-weight: bold;
	margin: 0em 0px 0px;
	padding: 0.3em 0.3em 0.3em 18px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #999999;
	background-color: #EDDCB8;
	line-height: 28px;
	text-decoration: none;
}


/*LEFT NAV*/

div#nav {
	width:180px;
	padding: 0;
	margin: 0 0 15px 0;
	background-color:#Fdf9e5;
}			
div#nav ul {
	width: 150px;
	margin:0 10px 12px 10px; 
	padding:0; 
	list-style-type:none; 
	font-weight:bold; 
	font-size: 20px;	
	font-family: Arial, Helvetica, sans-serif;
}

div#nav li {
	border-bottom: 2px dotted #960; 
	margin:0; 
	padding: .3em 0 .2em 0; 

}

div#nav li:first-child {
	border-top:2px dotted #960;
}

div#nav a {
	text-decoration:none; 
	color:#5a5a5a;
}
	
div#nav a:hover {
	color: #cc3333;
}


/* a hack for IE Win only \*/	
* html div#nav ul {border-top:2px dotted #960;}
/*end of hack */

/*=======================================END column one - Navigation
/*========================================START column two- Main Content ===========================================*/


div#column2 {
	width:610px;
	margin-top: 20px;
	margin-left: 190px;
}
div#introbox {
	border-bottom:3px dotted #668ca3;
	padding: .85em 0.85em 0.6em;
	text-align: center;
	display: block;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #668ca3;
	margin-top: 0px;
}
div#introbox h1 {
	display: block;
	font-size: 24px;
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
}

div#introbox h2{
	display: block;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: .8em;
	padding: 0px;
	margin-bottom: .2em;
	font-weight: normal;
}
div#content {
	width: 560px;
	margin:0px 0 46px;
	padding: 0 0 0 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.15em;
}
div#content p {
	font-size:.8em; 
	margin-top:0; margin-bottom:.7em;}	


.img {
	float:left;
	margin: 6px 20px 20px 0px;
	border-width: 1px;
	border-color: #666666;
	border-style: solid;

}

div#content ul {font-size: .8em;}
div#content li {margin: .2em .5em .2em -1.5em; }
div#content a {text-decoration:none; color:#000; text-decoration:underline;}
div#content a:hover {color: #993333; text-decoration: none;}


div#content blockquote {
	width: 95%;
	border-top: 2px dotted #960;
	border-bottom:2px dotted #960;
	padding: 12px 20px 9px 2px;
	clear: none;
	text-align: left;
	float: none;
	display: block;
	margin-top: 24px;
	margin-bottom: 20px;
	margin-left: 0px;
}

div#content blockquote h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	padding: 0px;
	margin-top: 12px;
}

div#content a {text-decoration:underline; color:#000;}
div#content a:hover {color: #960; text-decoration:none;}


/*===================================END column two - Main Content=============================================*/


/*==================================================BEGIN Footer=================================================*/


div#footer {
	width:800px;
	background-color:#999999;
	padding: .8em 0 .8em 0;
	text-align: center;
	font-size:.65em;  /* sets the font size of all links */
	color: #f9f9e5;
}

 div#footer ul {margin:2px 0;} /* vertical spacing between the lists */
 div#footer li {display:inline; /* the key CSS - makes the lists display horizontally */
						color:white; /* sets the color of the vertical lines */
						border-left:1px solid; /* creates the vertical line to the left of each list items */
						color:#AFF; /* sets the color of the vertical lines  - links colored below */
						padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
						}
 div#footer li:first-child {border-left:0;} /* removes the left border of the first list item - IDWIMIE */
 div#footer ul li a {text-decoration:none; /* removes the underlining off the links */
 							 color:white; /* the color of the links */
							 }
 div#footer ul li a:hover {text-decoration:underline;} /* underlines the links when hovered */
 div#footer ul.fineprint li {color:#CCC;} /* color for copyright and vert dividers on last row */
 div#footer ul.fineprint li a {color:#CCC;} /* had to explicitly color these or they inherit white from div#footer li */
  div#footer ul.fineprint li a:hover {color:#FFF;} /* turns bottom row white when hovered */


/*==================================================END Footer=================================================*/



/*==================================================START:Clearfix=================================================*/


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;}	     /* further ensures the period is not visible */


.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*=======================================END Clearfix ============================================*/
