/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

/*background-position: #FFFFFF;*/
body
{
    background: #FFFFFF;
    font-family: 'Century Gothic', Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}

h1, h2, h3
{
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: 'Century Gothic', Helvetica, sans-serif;
    font-weight: normal;
    color: #008080;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
}

h3 {
}

/*p, ol, ul*/
ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	background: url(images/img05.gif) no-repeat 1em 0;
	font-style: italic;
}

a:link
{
    text-decoration: none;
    color: #000000;
}

a:hover, a:active
{
    text-decoration: none;
    color: #537236;
}

a:visited {
	/*color: #8B985F;*/
}

img {
	border: none;
}
/*
img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}
*/

/* About Us */

/*background: #FFFFFF url(images/newJSS_main.jpg) no-repeat left top;*/
#jss_green
{
    width: 707px;
    height: 300px;
    margin: 0 auto;
    padding: 0 25px 10px 25px;
}

#jss_green h1
{
    margin: 0;
    padding: 80px 0px 0px 160px;
    letter-spacing: normal;
    font-size: 40px;
    font-family: 'Century Gothic';
    height: auto;
    width: auto;
    color: #3366CC;
    font-weight: lighter;
}

#jss_green h2
{
    margin: 0;
    padding: 100px 0 0 490px;
    letter-spacing: normal;
    font-size: 28px;
    font-family: 'Century Gothic';
    height: auto;
    width: auto;
    color: #3366CC;
    font-weight: lighter;
}

/* Header */

#header {
	width: 710px;
	height: 305px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: #34160C url(images/img01.jpg) no-repeat center top;
}

#header h1
{
    margin: 0;
    padding: 0px 0 0 40px;
    letter-spacing: normal;
    font-size: 40px;
    height: auto;
    width: auto;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #CAF368;
}

#header a {
	text-decoration: none;
}

/* Page */

/* background-position: center top;
    background: #FFFFFF center top;
*/
#page
{
    width: 710px;
    margin: 0 auto;
    padding: 0 25px;
    background: #FFFFFF url(images/AboutUs_middle.jpg) no-repeat;
}

/* Content */

#content {
	float: right;
	width: 400px;
	padding: 5px 0 0 5px;
	font-size: 18px;
    font-family: 'Century Gothic';

}

.post {
	width: 420px;
	padding: 2px 0 0 2px;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
	background: url(images/img06.gif) no-repeat right center;
}

/* MenuBar */

/*margin: 0 auto;
padding: 0 25px 10px 25px;*/

#menubar
{
    width: 705px;
    height: 20px;
    font-family: 'Century Gothic';
    color: #008080;
    font-size: small;
    font-weight: bold; /*border: solid 1px black;*/
}

.box {
	width: 729px;
	padding-left: 1px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 18px;
}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #8B985F;
}

.box p {
	margin: 0;
	line-height: normal;
}

.box a
{
    background-position: 0 5px;
    padding-left: 10px;
    background: 0 5px;
}

/* Footer */

#footer {
	width: 710px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
	
}

#footer table
{
    table-layout: auto;
    border-spacing: 10px;
    float: right;
}

#footer p
{
    margin: 0;
    padding: 14px inherit 14px 20px;
    line-height: normal;
    font-size: 77%;
    color: #565736;
}

#footer a {
	color: #565736;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}

/* floating menu */


.treemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.treemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #FFFFFF;*/ /*overall menu background color*/
}

/*Top level menu link items style*/
.treemenu ul li a{
display: block;
/*width: 109px; /*Width of top level menu link items*/
padding: 1px 8px;
text-decoration: none;
color:Black;
/*border: solid 1px black;*/
}
	
/*1st sub level menu*/
.treemenu ul li ul
{
    left: 0;
    position: absolute;
    top: 1em; /* no need to change, as true value set by script */
    display: list-item;
    visibility: hidden;
    /*background-color: #fff;*/
    background-image: url(images/menuback.tif);
}


/*Sub level menu list items (undo style from Top level List Items)*/
.treemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.treemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.treemenu ul li ul li a
{
    display: block;
    width: 180px; /*width of sub menu levels*/
    text-decoration: none;
    padding: 1px 5px;
    text-align: right;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #758F5F;
    color: #FFFFFF;
}

.treemenu ul li a:hover{
color: green;
}

/*Background image for top level menu list links */
.treemenu .mainfoldericon{
/*background: #FFFFFF url(media/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.treemenu .subfoldericon{
/*background: ##FFFFFF url(media/arrow-right.gif) no-repeat center right;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .treemenu ul li { float: left; height: 1%; }
* html .treemenu ul li a { height: 1%; }
/* End */


.content2
{
    font-family: 'Century Gothic','Arial Narrow';
    font-size: 12.5px;
    color: black;
}

.requiredField
{
    font-family: 'Century Gothic','Arial Narrow';
    font-size: 10px;
    color: red;
}
