
/* ============= Begin Global Styles ================= */

body {
	margin: 0;
	padding: 0;
    font-family: Georgia, 'Times New Roman', serif;	
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, form, p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

p, div, a {
	font-size: 12px;
}

a:link, a:active, a:visited  {
	color: #2d4024;
	font-size: 12px;
}

/* ============= End Global Styles ================= */


/* ============= Begin Structural DIVs ================= */

div#header {
	height: 145px;
	margin-bottom: 10px;
}

div#content {
	width: 785px;
	float: left;
	background: url(/site/designs/shared/images/backgrounds/contentGreen.gif;) repeat-y;
}

div#leftMenu {
	width: 145px;
	float: none;
	display: none;
}

div#rightCol {
	width: 630px;
	float: none;
}

div#footer {
	display: none;
}

div.footer {
	display: none;
}

/* ============= End Structural DIVs ================= */

/* ============= Begin Other DIVs ================= */

div.headerWrap {
	width: 800px;
	height: 145px;
}

div#stainedGlass {
	border-bottom: 9px solid #fff;
}

div#rightHeader  {
	width: 630px;
	height: 125px;
	padding-top: 20px;
	margin-bottom: 10px;
}

div#pageTitle {
	padding: 4px 0 10px 0;
}

#search input {
	vertical-align: middle;
	}

/* ============= End Other DIVs ================= */

/* ============= Begin Typography ================= */


h1 {
    color: #8eb47b;
    font-family: Georgia, 'Times New Roman', san-serif;
	font-size: 30px;
}

h1 a:link, h1 a:active, h1 a:visited {
    color: #2d4024;
    font-family: Georgia, 'Times New Roman', san-serif;
	font-size: 30px;
	text-decoration: none;
}

h4 {
    color: #8eb47b;
    font-family: Georgia, 'Times New Roman', san-serif;
	font-size: 14px;
}

h4 a:link, h4 a:active, h4 a:visited {
    color: #2d4024;
    font-family: Georgia, 'Times New Roman', san-serif;
	font-size: 14px;
	text-decoration: none;
}

#rightHeader h1 {
	font-size: 34px;
	color: #000;
    font-family: Georgia, 'Times New Roman', san-serif;	
    text-align: center;
}

#rightHeader h2 {
	font-size: 30px;
	color: #000;
	margin-top: 10px;    
	font-family: Georgia, 'Times New Roman', san-serif;
	text-transform: none;
    text-align: center;	
}


/* ============= End Typography ================= */


/* ============= Begin Link Styles ================= */


/* ============= End Link Styles ================= */


/* ============= Begin Nav / leftMenu Styles ================= */

div.menuBox {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 8px 0 8px 8px;
}

div.menuBoxTop {
    border-bottom: 3px solid #fff;
    padding: 8px 0 8px 8px;
}

div.menuBoxBottom {
    border-top: 3px solid #fff;
    padding: 8px 0 8px 8px;
}

ul.leftMenuMain {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.leftMenuSub {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

ul.leftMenuSub li {
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 5px 0 3px 0;
	display: block;
}

li.main, li.main a:link, li.main a:active, li.main a:visited, li.main a:visited {
    color: #8eb47b;
    font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 17px;
	text-decoration: none;
}

li.sub, li.sub a:link, li.sub a:active, li.sub a:visited, span.sub a:visited {
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

li.sub a:hover {
	color: #000;
}

/* ============= End Nav / leftMenu Styles ================= */
