@charset "UTF-8";
body {
 	font-family: Helvetica, san serif;
	margin: 0; 
	padding: 0;
	background-image: url(../images/backGround.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-position: left top;
}
#container {
	width: 932px;
	margin: 0 auto;	
}




/*=============== HEADER ==============*/

#header {
	height: 142px;
	padding: 0 0;
	position: relative;
	background-image: url(../images/subPages_topBorder.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header #nav {
	float: right;
	width: 381px;
	height: 33px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	top: 98px;
	right: 16px;
}

/*=============== CONTENT ==============*/

#mainContent {
	min-height:600px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/subMainContentImg.png);
	background-position: left top;
}

/*= RESOURCES =*/

#mainContentResources {
	min-height:600px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/subMainContentResources.png);
	background-position: left top;
}

/*= TALKSTORY =*/

#mainContentTalk {
	min-height:600px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/subMainContentTalk.png);
	background-position: left top;
}

/*= CONTACT =*/

#mainContentContact {
	min-height:530px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/subMainContentContact.png);
	background-position: left top;
}



/*==== CONTENT LEFT ====*/

#contentLeft {
	width: 240px;
	height:250;
	padding-top: 10px;
	padding-bottom: 250px;
	padding-left: 26px;
	float: left;
	padding-right: 10px;
	background-image: url(../images/right_img.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
#contentLeft p  {
	font-size: 14px;
	line-height:1.4em;
	color:#333;
	margin: 1ex 0;
}


/*= RESOURCES =*/

#contentLeftResources {
	width: 240px;
	height:250;
	padding-top: 10px;
	padding-bottom: 250px;
	padding-left: 26px;
	float: left;
	padding-right: 10px;
	background-image: url(../images/right_img_resources.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contentLeftResources p  {
	font-size: 14px;
	line-height:1.4em;
	color:#333;
	margin: 1ex 0;
}

#contentLeftResources  ul li {
	list-style-image: url(../images/leafSmall.png);
	font-size: 12px;
	font-family: "Comic Sans MS", cursive;
}

/*= TALKSTORY =*/

#contentLeftTalk {
	width: 240px;
	height:250;
	padding-top: 10px;
	padding-bottom: 250px;
	padding-left: 26px;
	float: left;
	padding-right: 10px;
	background-image: url(../images/right_img_talk.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contentLeftTalk p  {
	font-size: 14px;
	line-height:1.4em;
	color:#333;
	margin: 1ex 0;
}

#contentLeftTalk ul li {
	list-style-image: url(../images/leafSmall.png);
	font-size: 12px;
	font-family: "Comic Sans MS", cursive;
}


/*= CONTACT =*/

#contentLeftContact {
	width: 240px;
	height:250;
	padding-top: 10px;
	padding-bottom: 250px;
	padding-left: 26px;
	float: left;
	padding-right: 10px;
	background-image: url(../images/right_img_contact.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contentLeftContact p  {
	font-size: 14px;
	line-height:1.4em;
	color:#333;
	margin: 1ex 0;
}

#contentLeftContact  ul li {
	list-style-image: url(../images/leafSmall.png);
	font-size: 12px;
	font-family: "Comic Sans MS", cursive;
}

/*= EVENTS =*/

#contentLeftEvent {
	width: 240px;
	height:250;
	padding-top: 10px;
	padding-bottom: 250px;
	padding-left: 26px;
	float: left;
	padding-right: 10px;
	background-image: url(../images/right_img.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}







#contentLeftEvent p  {
	font-size: 14px;
	line-height:1.4em;
	color:#333;
	margin: 1ex 0;
}

#contentLeftEvent  ul li {
	list-style-image: url(../images/leafSmall.png);
	font-size: 12px;
	font-family: "Comic Sans MS", cursive;
}

/*==== CONTENT CENTER ====*/

#contentCenter {
	padding-top: 10px;
	min-height:580;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 26px;
	margin-left: 285px;	
}

#contentCenter ul li {
	font-size: 12px;
	font-family: "Comic Sans MS", cursive;
	padding: 0 5px 0 5px;
	list-style-image: url(../images/leafSmall.png);
}


/*==== CONTENT lINK STYLE ====*/

/*= LEFT =*/

#contentLeft a {
	color: #185950;
	font-size: 12px;
}
#contentLeft a:link {
	text-decoration: underline;
}
#contentLeft a:visited {
	text-decoration: none;
	color: #185950;
}
#contentLeft a:hover {
	text-decoration: none;
	color: #FFF;
}
#contentLeft a:active {
	text-decoration: none;
	color: #185950;
}


/*= EVENTS =*/

#contentCenter a {
	color: #185950;
	font-size: 12px;
}
#contentCenter a:link {
	text-decoration: underline;
}
#contentCenter a:visited {
	text-decoration: none;
	color: #185950;
}
#contentCenter a:hover {
	text-decoration: none;
	color: #FFF;
}
#contentCenter a:active {
	text-decoration: none;
	color: #185950;
}



/*= RESOURCES =*/

#contentLeftResources a {
	color: #185950;
	font-size: 12px;
}
#contentLeftResources a:link {
	text-decoration: underline;
}
#contentLeftResources a:visited {
	color: #185950;
	text-decoration: underline;
}
#contentLeftResources a:hover {
	text-decoration: none;
	color: #FFF;
}
#contentLeftResources a:active {
	color: #185950;
	text-decoration: underline;
}

/*= TALKSTORY =*/

#contentLeftTalk a {
	color: #185950;
	font-size: 12px;
}
#contentLeftTalk a:link {
	text-decoration: underline;
}
#contentLeftTalk a:visited {
	text-decoration: underline;
	color: #185950;
}
#contentLeftTalk a:hover {
	text-decoration: underline;
	color: #FFF;
}
#contentLeftTalk a:active {
	text-decoration: underline;
	color: #185950;
}

/*= EVENTS =*/

#contentLeftEvent a {
	color: #185950;
	font-size: 12px;
}
#contentLeftEvent a:link {
	text-decoration: underline;
}
#contentLeftEvent a:visited {
	text-decoration: underline;
	color: #185950;
}
#contentLeftEvent a:hover {
	text-decoration: underline;
	color: #FFF;
}
#contentLeftEvent a:active {
	text-decoration: underline;
	color: #185950;
}

/*= CONTACT =*/

#contentLeftContact a {
	color: #185950;
	font-size: 12px;
}
#contentLeftContact a:link {
	text-decoration: underline;
}
#contentLeftContact a:visited {
	text-decoration: underline;
	color: #185950;
}
#contentLeftContact a:hover {
	text-decoration: underline;
	color: #FFF;
}
#contentLeftContact a:active {
	text-decoration: underline;
	color: #185950;
}





/*=============== FOOTER ==============*/


#footer {
	height: 131px;
	position: relative;
	padding: 0 0;
	background-image: url(../images/suppages_footer.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
#footer #text {
	width: 932px;
	position: absolute;
	margin: 0;
	top: 0px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 30px 0 5px 0;
}
#footer #textRight{
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
	padding-top: 35px;
}
#footer a {
	font-size: 10px;
	color: #185950;
	margin-bottom: 10px;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #185950;
}
#footer a:hover {
	text-decoration: none;
	color: #666;
}
#footer a:active {
	text-decoration: none;
	color: #185950;
}



/*=============== Miscellaneous styles ==============*/

.clear{
	clear:both;
	height:0;
	margin:0;
	padding:0;
}
#contentCenter form {
	height: 130px;
	width: 300px;
	margin: 0 0 0 0;
}

/*=============== CONTACT FORM ==============*/

.fieldBkgd {
	background-color: #E5C168;
}
.submitButton {
	color: #333;
}

/*=============== TABLE ==============*/

table {
	font-size:14px;
	color:#333
}

