﻿====================== LAYOUT ==================================================================
html { 
	overflow: -moz-scrollbars-vertical; 
} 
html, body, div, span, li, ul, table, p ,a
{
	padding:0;
	margin:0;
	border:0;

}

body
{
	background-color:White;  
}

#wrapper
{
	width:768px;
	background-color:Red;
	margin:10px auto;
}

#hd
{
	margin-top:10px;
	height:80px;
	border-bottom:3px solid orange;
	background-image:url('../image/header.png');
}
    
#content
{
	padding-bottom:20px;
	border-bottom:3px solid orange;

	min-height:400px;

	text-align:justify;
margin:0;
}


#ft
{
	color:white;
	height:20px;
	padding:3px 5px 0px 5px;
	background-color:rgb(000,064,128);
	border-top:1px solid gray;
}
#ft a
{
    	color:gray;
    	height:20px;
}
=============================LAYOUT=================================================================

============================GENERIC PAGE===========================================================

p
{
	margin-top:2px;
	font-size:14px;
}

h1
{
	font-size:20px;
	color: rgb(000,064,128);
	padding:10px 5px;
}

h2
{
	font-size:16px;
	color: rgb(000,064,128);
	padding:5px 0px;
	border-bottom:1px dashed rgb(000,064,128);
	margin:5px 0px;
}


span.em
{
	color:rgb(000,064,128);
	font-weight:bold;
}

.spacer
{
	height:10px;
}

div.pagetitle
{
	font-size:20px;
	color: rgb(000,064,128);
	padding:10px 5px;
}

div.subtitle
{
	font-size:16px;
	color: rgb(000,064,128);
	padding:5px 0px;
	border-bottom:1px dashed rgb(000,064,128);
	margin:5px 0px;
}

div.subsubtitle
{
	font-size:12px;
	color: rgb(000,064,128);
	padding:10px 0px;

}

div.innercontent
{
	padding:0px 10px;
}

div.right
{
	float:right;
	width:65%;
}

div.center
{
	text-align:center;
	margin:10px 0px;
}

div.clear
{
	clear:both;
	margin-top:20px;
}

div.testimonial
{
	padding:5px 10px;
	font-size:14px;
	text-align:center;
	color:rgb(000,064,128);
	border:1px dotted #aaa;
	margin:20px 50px;
	background-color:#eee;
}

div.rtestimonial
{
	padding:5px 10px;
	font-size:14px;
	text-align:center;
	color:rgb(000,064,128);
	border:1px dotted #aaa;
	margin:20px 20px;
	background-color:#eee;
	float:right;
	width:400px;
}

div.ltestimonial
{
	padding:5px 10px;
	font-size:14px;
	text-align:center;
	color:rgb(000,064,128);
	border:1px dotted #aaa;
	margin:20px 20px;
	background-color:#eee;
	float:left;
	width:400px;
}

div.leftinlineimg
{

	float:left;
	margin:3px 10px 3px 3px;

}

div.centerinlineimg
{

	text-align:center;
}

div.rightinlineimg
{

	float:right;
	margin:3px 3px 3px 10px;
}

#content ul
{
	margin:0px 10px 20px 0pxs;
}
#content ul li
{
	padding:0px 5px 7px 5px;
	font-size:14px;
}
======================GENERIC PAGE ===========================================================
===================== Page Specific ==========================================================


div#building
{
	height:300px;
	border:3px solid orange;
}

div#resultscontainer
{
	margin:20px 100px;
}

table#results
{
	width:400px;
	text-align:center;
}

table#results th
{
	background-color:rgb(000,064,128);
	color:white;
	text-align:center;
	line-height:20px;
	font-weight:bold;
}

table#results tr
{
	line-height:20px;
}
table#results tr.odd
{
	background-color: #eee;	
}

table#results td
{

}



===================== Page Specific ==========================================================
