/* style for the entire page - everything visible within the browser window. */
body {
	font-family: "Tahoma", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0px;
	background-repeat:repeat;
}

/* style for large div that forms page layout. */
#page {
	margin: auto;
	width: 740px;
}


/*------------Styles for div containers in page layout.-------------------*/

#banner {
	text-align: right;
}

#content {
	float: left;
	width: 448px;
	padding: 0 50px 24px 0;
	padding-top: 0;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-top: 0;
}

.home {
	height: 300px;
}

#content p, #content h2, #content h3, #content ul, #content ol{
	margin-left: 40px;
}

#contact	{
	text-align: left;
	padding: 5px;
}

#right {
	background-color:#efefef;
	padding: 0 20px 24px 20px;
	margin: 0;
	width: 200px;
	float: right;
}

#right_home {
	background-color:#eee;
	padding: 20px 20px 10px 20px;
	margin: 0;
	width: 200px;
	float: right;
	border-right: 1px solid #ccc;
	height: 300px;
}

#footer {
	clear: both;
	background-color: #315685;
	padding: 4px;
	font-size: x-small;
	background-image:url(../images/green_stripe.gif);
	background-position: right bottom;
	background-repeat: repeat-y;
	color: #fff;
	height: 62px;
}

#contact a, #contact a:hover	{
	color:#efefef ;
}

#copyright	{
	float: left;
	width: 500px;
	padding: 10px;
}

#copyright a, #copyright a:hover	{
	color:#86A3C0 ;
	background-color: #315685;
	text-decoration: none;
	font-weight: normal;
}


/*------------- Navigation styles ----------------*/

#nav {
	margin: 0 0 0 200px;
	padding: 0;
	height: 30px;
	width: 540px;
	background-color: #efefef;
}

#nav ul	{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li	{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#nav ul li a	{
	display: block;
	background: #efefef;
	height: 20px;
	border: 1px solid #F5F5F5;
	padding: 5px 8px 5px 8px;
	margin: 0;
	color: #315685;
	text-decoration: none;
	font-size: 95%;
	float: left;
	font-weight: normal;
}

#nav ul li a.on	{
	background: #315685;
	color: #fff;
	border: 1px solid #315685;
}

#nav ul li a:hover	{
	color: #fff;
	background: #60A4AC;
	border: 1px solid #F5F5F5;
}


/*------------- Link styles ---------------*/

/* Regular links on page - normal state */
a {
	color: #5FA6AC;
	font-weight: bold;
}

/* Regular links - roll-over state */
a:hover {
	color: #fff;
	background-color: #5FA6AC;
	text-decoration:none;
}




/*------------ Type styles --------------- */

h1 {
	font-size: large;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	color: #315685;
	margin-top: 0;
	padding: 10px;
	font-weight: normal;
	background-color: #efefef;
	width: 180px;
	text-align: right;
}

h2 {
	clear: both;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	color: #315685;
	font-size: small;
	padding: 16px 0 3px 0;
	margin: 0;
	line-height: 150%;
}

h2.nolink {
	clear: both;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	color: #5FA6AC;
	font-size: small;
	padding: 16px 0 3px 0;
	margin: 0;
	line-height: 150%;
}

#right h2 {
	color: #315685;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 40px 0 6px 0;
	margin: 0;
}

#right h2.rates{
	padding: 10px 0 6px 0;

}

h3 {
	font-size: small;
	color: #315685;
	padding: 5px 0 0 0;
	margin: 0;
}

p {
	font-size: small;
	line-height: 150%;
	color: #555;
	padding: 0 0 10px 0;
	margin: 0;
}

q {
	font-size: medium;
	line-height: 160%;
	font-style: italic;
	color: #315685;
	font-family:"Times New Roman", Times, serif;
}

img	{
	border: 0;
}

img.client {
	clear: both;
	border: 0;
}

img.logo1{
	padding: 0 8px 0 0;
	vertical-align:middle;
}

img.logo{
	padding: 0 8px 0 0;
	float: left;
}

img.portrait {
	padding:  0px 8px 4px 8px;
	border: 0;
}

.quote {
	font-size: medium;
	line-height: 160%;
	font-style: italic;
	color: #315685;
	font-family:"Times New Roman", Times, serif;
	width: 160px;
	padding: 4px;
}

strong	{

}


#banner p	{
	font-size: x-small;
	line-height: 350%;
}

/* Lists */
ul {
	color: #555;
	font-size: small;
	line-height: 140%;
	list-style-type: disc;
	padding: 0;
	margin: 0 0 0 15px;
}

ol {
	color: #555;
	font-size: small;
	line-height: 140%;
	list-style-type: decimal;
}

li	{
	padding: 0 0 5px 0;


}

/* Notes for clients */
.note {
background-color:#CCFF99;
}

/*------------- Styles for table data and charts. ----------------*/

table {
	background-color: #ccc;
	font-size: small;
}

th {
	background-color: #e6e6e6;
	text-align: left;
	color: #315685;
	padding: 5px;
}

td {
	background-color: #efefef;
	padding: 5px;
}