body {
 	font-family: Georgia, sans-serif;
    	background: #FFFFFF;
    	font-size: 10px;
 	background: #FFFFFF url(/mobile/img/back_mobile.jpg) repeat-x;
 	color: 000000;
 	margin: 10px;
}

h2 {
	font-weight: normal;
	color: #8ab369;
	text-transform: uppercase;
}

hr {   
	border: none 0;
	border-top: 1px solid #000000;
	height: 1px;
	width: 100%;
	margin: 20px 0px;
}

/*------- Structure -------*/

#outerShell {
}

#headerShell {
	text-align: left;
	height: 80px;
	text-align: center;
}

#footerShell {
	text-align: center;
	margin-bottom: 20px;
	background-color: #8ab369;
	color: #FFFFFF;
	padding: 5px;
}

#footerShell a {
	color: #FFFFFF;
	padding: 0px 5px;
}

#finePrint {
	text-align: center;
	font-size: 8px;
}

/*------- Menu -------*/

#navShell {
	font-size: 14px;
	clear: both;
	text-transform: uppercase;
	line-height: 32px;
	text-align: center;
	border-bottom: 2px Solid #000000;
}

#navShell .activeSec {
	color: #666666;
	padding: 2px 5px;
	margin: 0px 5px;
}

#navShell a {
	color: #000000;
	padding: 2px 5px;
	margin: 0px 5px;
}

#navShell a:hover {
	color: #6A9F57;
}

/*------- Content Items -------*/

.textContent {
	padding: 10px;
	line-height: 16px;
}

.textContent p {
	margin-bottom: 16px;
}

.textContent img {
	max-width: 280px;
}

.listItemB {
	padding: 5px;
	border-bottom: 1px Solid Black;
}

.listItem {
	margin-bottom: 20px;
}

.listItem .listHeader {
	font-size: 14px;
	text-transform: Capitalize;
}

.listHeader a {
	color: #000000;
}

.listHeader a:hover {
	color: #0072BC;
}

.listItem .listDetails {
	font-size: 10px;
	color: #666666;
}

.listItem .listContent {
	padding: 10px;
	clear: left;
}

.listItem .listMenu {
	border-bottom: 1px Solid #000000;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 16px;
	clear: left;
	padding-bottom: 20px;
}

.listMenu a {
	background-color: #EFEFEF;
	padding: 2px 10px;
	color: #000000;
}

.listMenu a:hover {
	background-color: #8ab369;
	color: #FFFFFF;
}

.itemMenu {
	font-size: 12px;
	margin: 20px;
	line-height: 16px;
	clear: left;
	padding-bottom: 20px;
}

.itemMenu a {
	background-color: #EFEFEF;
	padding: 2px 10px;
	color: #000000;
}

.itemMenu a:hover {
	background-color: #0072BC;
	color: #FFFFFF;
}

/*------- Gallery -------*/

.gallerySet span {

}

.gallerySet ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.gallerySet li {
	float: left;
	margin: 5px;
}

.gallerySet img {
	border: 5px Solid #000000;
}

/*------- Form -------*/

form .fieldTitle {
	font-size: 11px;
	text-transform: uppercase;
	color: #EB273B;
}

form .fieldTitle span {
	color: #666666;
}

form .fieldInput {
	margin-bottom: 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
}

form .fieldInput input {
	width: 200px;
	background-color: #FFFFFF;
	border: 1px Solid #666666;
	color: #000000;
	padding: 1px;
}

/*------- Link -------*/

a {
	color: #555555;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

