﻿/*

	Green - #95cb39
	Orange - #f36523 or ? f7682c or fd4e11
	Blue - #2d69a5

*/

body
{
	margin: 0px;
	background: url(images/tail-top.gif) repeat-x top #fff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .80em;
	font-weight: normal;
	color: #292929;
	background-color: #FFF;
	margin: 0px 0px 30px 0px;
}


input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a
{
	color: #f36523;
}
a:hover
{
	text-decoration: none;
}

IMG
{
	border: 0;
}

.imgLeft
{
	float: left;
	margin: 5px 5px 5px 0px;
}

P B
{
	color: Black;
	font-size: 120%;
}

TD
{
	vertical-align: top;
}


H1
{
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	color: #2d69a5;
}

H2
{
	font-size: 200%;
}

H3
{
	margin: 6px 0px 6px 0px;
	font-size: 100%;
	color: black;
	text-decoration: underline;
}


.menuheader
{
	margin: 6px 0px 6px 0px;
	font-size: 100%;
	color: #505050;
	background: url(images/divider-green.gif) repeat-x bottom;
	padding-bottom: 8px;
	width: 100%;
}



H4
{
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

H5
{
	font-size: 110%;
	margin-top: 0px;
}


.subH
{
	color: #707070;
	margin-left: 100px;
	display: block;
}
/* Content elements */

#page
{
	margin: auto;
	width: 1000px;
}

#logo
{
	margin-top: 16px;
	margin-left: 12px;
	float:left;
}

#header
{
	background: url(images/greenheader.jpg) repeat-x top #fff;
	margin: 4px 0px 4px 0px;
	height: 100px;
	border-bottom: solid 3px #2d69a5;
}

#ContentRight
{
}

#PageHeader
{
	margin-left: 20px;
	font-size: 120%;
	font-weight: bold;
	margin-right: 20px;
}

#PageHeader H1
{
	font-weight: bold;
	font-size: 150%;
	color: #2d69a5;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: -20px;
	margin-right: 0px;
}


/* Main MENU ******************************************/

#sddm
{
	margin: -6px 0px 0px 0px;
	padding: 0;
	z-index: 30;
}

#sddm li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}
	

#sddm li a
{
	padding: 0px 20px 0px 20px;
	width: auto;
	color: #2d69a5;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: none;
}

#sddm li a:hover
{
	background: #2d69a5;
	color: White;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 3px 0px 0px 0px;
	padding: 0;
	background: white;
	border: 1px solid #5970B2;
}

#sddm div a
{
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 180px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font: 12px arial;
	border-bottom: 1px dotted #9ea2a4;
}

#sddm div a.separator
{
	border-bottom: 2px solid #5970B2;
}

#sddm div a:last-child
{
	border-bottom: none;
}

#sddm div a:hover
{
	background: #49A3FF;
	color: #FFF;
}




/***********************************/



#content
{
	margin-top: 0px;
	padding-top: 0px;
}

#contentmain
{
	background: #eff3f4;
	margin: 10px 10px 20px 0px;
	padding: 10px 26px 26px 26px;
	color: #000;
	border: solid 1px #d0d0ff;
	border-radius: 15px;
}


#footer
{
	color: #fff;
	font-size: 80%;
	background-color: #f67700;
	padding: 10px 20px 10px 20px;
}

#footer a
{
	color: #f36523;
	text-decoration: none;
}

#footer A:hover
{
	text-decoration: underline;
}

#footer UL
{
	margin: 0px;
	list-style: none;
	padding: 0px;
}

/*******************************************/

A.buttonlink
{
	display: block;
	background: url(images/link1-bgd.gif) left top repeat-x;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-variant:small-caps;
}
A.buttonlink em
{
	display: block;
	background: url(images/link1-left.gif) no-repeat left top;
}
A.buttonlink b
{
	display: block;
	background: url(images/link1-right.gif) no-repeat right top;
	padding: 12px 26px 15px 36px;
	font-weight: bold;
	font-style: normal;
}

A.buttonlink:hover
{
	text-decoration: underline;
}

.menulist
{
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.menulist li
{
	background: url(images/divider-2.gif) no-repeat left top;
	padding: 4px 0px 4px 20px;
	border-bottom: 1px dotted #9ea2a4;
	margin: 0px 0px 0px 0px;
}

.menulist li:last-child
{
	border-bottom: none;
}

.menulist li a
{
	color: #2d69a5;
	text-decoration: none;
}
.menulist li a:hover
{
	text-decoration: underline;
}
.menulist span
{
	color: #7f8182;
	font-size: .86em;
}



a.ContactButton
{
	margin-top: 10px;
	color: #2d69a5;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a.ContactButton:hover
{
	text-decoration: underline;
}

.darkbackground
{
	background-color: #DBE8EE;
}

.ad
{
	margin: 4px 0px 4px 0px;
	border-radius: 15px;
	padding: 8px;
	border: solid 1px #d0d0d0;
}

.faq p
{
	margin-left: 20px;
}


p.quote
{
	margin-left: 20px;
	font-style:italic;
}

