/* CSS Document */

body {
	margin:0;
	background-image: url(../images/puzzle.gif);
	background-repeat:repeat;
	background-color: #BCDA84;
	padding:0;
	color:#FFF;
	font-size: smaller;
	font-family:"Times New Roman", Times, serif;
}

#mainwrapper {
	background-image: url(../images/shadow.gif);
	background-repeat:repeat-y;
	margin:0;
	width:648px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-left:4px;
}

#branding {
	background-color: #bcda84;
	width:640px;
	height:350px;
	border-bottom: 10px solid #7dc9e3;
	padding:0;
}


#navcontainer {
	background-color:#e3efcb;
	width:640px;
	border-bottom: 2px solid #835482;
	border-top: 2px solid #835482;
	overflow-y:hidden;
	font-size:10pt;
	font-family: Geneva, sans-serif;
}

#navlist {
	padding: 0px;
	margin: 5px 5px 5px 5px;
	text-align:left;
	margin-left:10px;
}

#navlist ul {
	padding:0;
	white-space:nowrap;
}

#navlist li {
	font-size:9pt;
	display:inline;
	list-style-type: none;
	word-wrap:normal;
	border:0;
}

#navlist a {
	padding:5px .5em;
}

#navlist a:link, #navlist a:visited {  
	color: #835482;
	background-color: #e3efcb;
	text-decoration: none;
}

#navlist a:hover, #navlist .active a {
	color: #7dc9e3;
	background-color: #fbfdf8;
	text-decoration: none;
	margin:0;
}

#bbb {
	padding-left: 300px;
}

/* Begin! Unique to Sublevel Pages */

#brandingsub {
	background-color: #bcda84;
	width:640px;
	height:80px;
	border-bottom: 10px solid #7dc9e3;
	padding:0;
}

#subnav {
	width:640px;
	height:35px;
	border-top: 3px solid #FFF;
	background-image: url(../images/subNavBg.jpg);
	background-repeat:no-repeat;
	background-color: #BCDA84;
}

#subnavlist {
	font-size: small;
	font-family: Geneva, sans-serif;
	margin: 15px 0 0 10px;
	padding:0;
}


#subnavlist li{
	margin:0;
	color:#bcda84;
	font-size:9pt;
	display:inline;
	word-wrap:normal;
	border:0;
}

#subnavlist a:link, #subnavlist a:hover, #subnavlist a:visited {
	color:#835482;
	padding:0 .25em;
	border-right: 1px solid #BCDA84;
	text-decoration:none;
	list-style-type:none;
}

#subnavlist a:hover, #subnavlist .active a {
	color: #7dc9e3;
}

#subnavlist .last:link {
	border:0;
	padding-left:5px;
}

#subcontent {
	margin:0;
	width:640px;
	padding:0;
	min-height:400px;
	height:auto;
	border-top: 2px solid #BCDA84;
	background-image: url(../images/contentBg_.jpg);
	background-repeat:no-repeat;
	background-color: #BCDA84;
	line-height: 24px;
}

#subcontent p {
	margin: 0px;
	padding: 0px;
	color:#835482;
	font-size: 9pt;
}

#subcontent li {
	margin: 0px;
	margin-left: 30px;
	color:#835482;
	font-size: 9pt;
}

#subsectioncontent {
	color:#835482;
	float:left;
	margin-left:10px;
	width:444px;
	padding:0;
	min-height:400px;
	height: auto;
	background:url(../images/subsec_bg.jpg) repeat-x;
	background-color: #BCDA84;
	border-top: 2px solid #BCDA84;
	line-height: 24px;
	clear: left;
}

#subsectioncontent p {
	padding: 15px;
}

#subsectioncontent li {
	margin-left: 30px;
}

#subsectionnav {
	float:right;
	background:url(../images/subsec_bg.jpg) repeat-x;
	background-color:#BCDA84;
	margin:0px 9px 0px 2px;
	border-top: 2px solid #BCDA84;
	width:145px;
	padding: 15px;
	min-height:400px;
	height: auto;
	list-style: none;
	font-size:9pt;
 	font-family: Geneva, sans-serif;
}

#subsectionnavlist a:link, #subsectionnavlist a:hover, #subsectionnavlist a:visited {
	color:#f47d23;
	text-decoration: none;
}

#subsectionnavlist li {
	display:block;
	padding-left:1em;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	/* background-position: 0 .5em; */
	/* margin-top: 2px; */
}

/* END! Unique to Sublevel Pages */


#contentwrapper {
	clear:left;
	text-align:left;
	background-color: #BCDA84;
	width:640px;
	height:auto;
}

#maincontent {
	background-color: #BCDA84;
	float:left;
	width:257px;
	min-height:400px;
	height:auto;
}

#maincontent li {
	margin: 0 10px 0 30px;
	color:#835482;	
	font-size: 14px;
	line-height:18px;
}

#maincontent p {
	margin: 10px 0 0 15px;
	color:#835482;	
	font-size: 14px;
	line-height: 22px;
}

#bulletedcontentwrapper {
	background-color: #BCDA84;
	text-align:left;
	font-size:9pt;
 	font-family: Geneva, sans-serif;
	float:left;
	width:383px;
	min-height:250px;
	height:auto;
	padding:0;

}

#bulletedcontentwrapper li {
	display:block;
	padding-left: 10px;
	padding-top: 3px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-top: 2px;
}

#bulletedcontentleft {
	width:175px;
	height:275px;
	margin:0;
	padding-left:10px;
	float:left;
	background-image:url(../images/web_fade.jpg);
	background-repeat: no-repeat;
	background-color:#BCDA84;	
}

#bulletedcontentright {
	width:175px;
	height:250px;
	margin:0;
	padding-left:10px;
	float:left;
	background-image:url(../images/web_fade.jpg);
	background-repeat: no-repeat;
	background-color:#BCDA84;
}

#bulletedlistleft {
	margin-top: 22px;
	margin-left: 0;
	margin-right: 20px;
	padding-left: 0;
	list-style: none;
}

#bulletedlistleft li {
	margin-bottom: 5px;
}

#bulletedlistleft a:hover, #bulletedlistleft a:link, #bulletedlistleft a:visited {
	color:#f47d23;
	text-decoration: none;
}

#bulletedlistright {
	margin-top: 22px;
	margin-left: 0;
	margin-right: 20px;
	padding-left: 0;
	list-style: none;
}

#bulletedlistright li {
	margin-bottom: 5px;
}

#bulletedlistright a:hover, #bulletedlistright a:link, #bulletedlistright a:visited {
	color:#029ec6;
	text-decoration: none;
}

#specialbuttons {
	padding-top: 10px;
}

#logofooter {
	clear: right;
	background: #bcda84 url(../images/logo_green.jpg) no-repeat center;
	height: 60px;
	width: 640px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#7dc9e3;
	clear:both;
	width:620px;
	border-top: 10px solid #835482;
	padding: 10px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #835482;
}

#subcontent .headline, #subsectioncontent .headline {
	margin: 15px 30px;
	color:#835482;	
	font-size: 18px;
	font-weight: bold;
}

#subcontent .body, #subsectioncontent .body {
	margin: 0 30px;
	color:#835482;	
	font-size: 14px;
}

.image {
	margin-right: 10px;
}

.gallery {
	margin-right: 10px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	padding-left: 11px;
}

.style1 img{
	padding: 20px 0;
}

#clickableWidget {
	width: auto;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 2px;
	background-color: #fff;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#clickableWidget:active {
	border: 3px double #ccc;
	border-top-color: #999;
	border-left-color: #999;
	background-color: #eee;
}

