
body

{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 90%;
    color: #666666;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 800px;
		text-align: center;
}

p
{
    text-align: justify;
}


.specs td

{
    border: #666666 thin solid;
    text-align: justify;
    padding: 3px;
}

.specs
{
    border-collapse: collapse;
}

.specs th
{
    border: #666666 thin solid;
    text-transform: capitalize;
    font-weight: bold;
    padding: 1em;
}

div#main
{
  width: 800px;
	text-align: left;
}

div#copyright
{
	color: #666666;
	font-weight: bold;
	font-size: 70%;
	text-align: center;
  clear: both;
}

div#header 
{
    margin: 1em 0 1em 0;
}

/*div#header .tagline
{
    float: left;
    position: relative;
		height:0;
    top: -12px; /* height of the image 
}
*/

div#middle
{
}

div#content
{
    float: right;
    width: 470px;
    /* this leaves some space for the copyright */
    margin-bottom: 5em; 
		margin-top: 0;
		
}

#content p
{
		padding: 0 20px 0 20px;
}

img
{
    border-style: none;
}

h1
{
    background: transparent url(img/corners.png) no-repeat left top;
    font-size: 170%;
    color: white;
    font-weight: normal;
    padding: 35px 10px 15px 10px;	 
		margin-bottom: 1em;
		margion-top: 0;
    text-indent: 5px;
}

h2
{
    font-size: 115%;
    font-weight: normal;
    color: #25a8dc;
	padding: 0 20px 0 20px;
}

#breakout h2
{
	padding: 0;
}

a,
a:visited 
{
    font-weight: bolder;
    text-decoration: none;
    color: #666666;
}

a:hover
{
    text-decoration: underline;
}

/*-----------------------
 Drop down menus 
 -----------------------*/

div#menu
{
    font-size: 105%;
    clear: both;
    float: left;
    /* Hack to position the breakout in firefox when xhtml */
    /*margin-bottom: -2em;*/
		margin-bottom: 3em;
		width: 100%;
		background-color: #25a8dc;
}

div#menu a
{
   font-weight: normal;
   color: White;
}

div#menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

div#menu li
{
	float: left;
	position: relative;
	/* settings for 5 menu options
	width: 146px;  /*overall width divided by number of menus - 2px margin
	padding: 2px 2px 2px 10px; */
	width: 188px;  
	padding: 2px 2px 2px 10px;
	margin: 0;
	background-color: #25a8dc;
	color: white;
	
}

div#menu li ul
{
	display: none;
	position: absolute;
	top: 1.5em;
	left: 0;
	font-size: 95%;
}

div#menu li:hover ul,
div#menu li.over ul
{ /* lists nested under hovered list items */
	display: block;
}

/*-----------------------
Quotes & Testimonials
-----------------------*/

blockquote
{
	margin:12px 0 0 0;
	background: url(img/bg-quote.png) 15px 0 no-repeat;
    padding: 0 10px 0 10px;
	text-align: justify;
	clear: right;
}

blockquote p
{
	background: url(img/bg-quote-close.png) bottom right no-repeat;
	padding: 0;
	margin:0;
}

/*hr
{
	width: 50%;
	height: 1px;
	border: 1px 0 0 0 dotted #cccccc;
	text-align: center;
	color: white;
	clear: both;
}
*/

.BottomBorder li
{
	border-bottom-style: solid;
	padding-top: 5px;
}

.testifier
{
	font-style: italic;
	font-family: "Times New Roman", Cambria, serif;
	padding: 0 10px 0px 10px;
}

p.testifier img
{
	float: right;
	padding: 10px 15px 40px 0;
}

div#breakout
{
 	font-size: inherit;
	font-weight: normal;
	text-align: justify;
	width: 300px;
	overflow: invisible;
	
}

div#breakout ul
{
    padding: 0;
    margin: 0 0 0 20px;
	list-style-image: url(img/bullet.png);
}

div#breakout ul li
{
    
    margin-bottom: 1em;
}

div#breakout ol li ul li
{
	list-style-image: none;
    margin: 0;
}
/*-----------------------
Tables
-----------------------*/
table
{
	font-size: 90%;
	margin: 0 20px 0 20px;
	text-align: left;
	width: 430px;
}

table td
{
	border-bottom: 1px #ccc solid;
}

table th.grey
{
	background: #ccc;
	color: white;
	padding: 2px;
}

table.simple td
{
border: 0;
font-size: 115%;
padding: 0;
}

/*Dormant functions*/
/*table#links
{
    width: 600px;
    position: relative;
    left: -100px;
}

table#links li
{
    list-style: none;
}

table#links ul
{
    margin: 1em 0 1em 0;
}

/*.photo-border
{
	padding:2px;
	background:#25a8dc;
	display:block;
}

.photo-float-left
{
	float:left;
	margin-right:10px;
}

.image-border-none
{
	border:none;
}
*/
