@charset "ISO-8859-1";
html {
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
* > html {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	text-align: left;
	margin: 40px 0px 0px 0px;
	padding:0px;
	font: 0.625em/1em Verdana, Arial, Helvetica, sans-serif;   
	background-color:#f8f8f8;
}

a:link {
	text-decoration:underline;
	color:#000000;
}

a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

a:active {
	text-decoration:none;
	color:#000000;
}

a:focus {
	color:#000000;
	text-decoration:none;
}

address {
	font-style:normal;
	line-height:normal;
	margin-left:6px;
}
/*  TOP MENU ITEMS */
div#nav {
	height:30px;
	display:block;
	background-color:#6D3782 !important;
	font-size:1.3em;
	margin:6px auto;
	text-align:center;
}
/* For Mozilla and ie7 */
div#wrapper > div#nav {
	min-height:30px;
	height:auto;
}
/* For Mozilla only */
div#wrapper >/**/ div#nav {
	overflow:hidden;
}
div#nav ul {
	

	padding:0 0 0 0;     
	margin:0 auto;
	width:96%;
	text-align:center;
}
div#nav > ul {
	overflow:hidden;
}
div#nav ul li {
	text-align:center;
	list-style-type:none;
	float:left;
	margin:0;
	color:#ffffff;        
	vertical-align:bottom;
	border-left:1px solid #997F7E;
	padding:5px 8px;
	line-height:1.3em;
}

div#nav ul li a {
	color:#3A4B62;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

div#nav  ul li a:link {
	color:#ffffff;
	text-decoration:none;
	/*background:transparent url(/images/design/menuBGhover.jpg) 0px 0px repeat-x;*/
}

div#nav  ul li a:visited {
	color:#ffffff;
	text-decoration:none;
	/*background:transparent url(/images/design/menuBGhover.jpg) 0px 0px repeat-x;*/
}

div#nav  ul li a:hover {
	color:#ffffff;
	text-decoration:none;
	/*background: transparent url(/images/design/menuBGlink.jpg) 0px 0px repeat-x;*/
}

div#nav  ul li a:active {
	color:#ffffff;
	text-decoration:underline;
	/*background:transparent url(/images/design/menuBGhover.jpg) 0px 0px repeat-x;*/
}
/* remove the border from the first item - change this of you want it centered - add an 'a' to the selector */
/* For IE cos the Microsoft Reich decided not to comply with CSS2 */

div#nav ul li.firstchild  {
	border-left:none;
}
/* For Mozilla and IE7 */
div#nav ul > li:first-child {
	border-left:none;
}

/*SEARCH */
div#search {
	float:right;
	clear:right;
	width:400px;
	color:#FFFFFF;
	padding: 0px 5px 5px 5px;
}
div#search form {
	padding: 0;
	margin: 0 0 0 0;
	width: 400px;
	float:right;
	border: 0px solid #CC3366;
}
div#search form label {
	font-family: Verdana, Arial, sans-serif !important;
	font-size:1.2em;
}
div#search form input {
	border: 0px none  #000000;
	width:240px;
	margin: 0 10px 0 0;
}
div#search form fieldset {
	border: 0px none  #000000;
	float:right;
	padding:5px 0 0 0;
	margin:0;
}
/* Customer Controls */
div#customerControls {
	float:right;
	clear:right;
	width:400px;
	color:#FFFFFF;
	padding:5px 11px 0 0;
	margin:0;
	text-align:right;
}
div#customerControls ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
div#customerControls li {
	padding:0 4px 0 4px;
	margin:0;
	border-left:1px solid #ffffff;
	display:inline;
}
div#customerControls li:first-child {
	border-left:0px none #ffffff;
}
div#customerControls a:link {
	color:#ffffff;
	text-decoration:underline;
}
div#customerControls a:visited {
	color:#ffffff;
	text-decoration:underline;
}
div#customerControls a:hover {
	color:#ffffff;
	text-decoration:none;
}
div#customerControls a:active {
	color:#ffffff;
	text-decoration:underline;
}
/*BREADCRUMB TRAIL */
div#breadcrumb {
	height:20px;
	background-color:#FFFFFF;
}
/* for mozilla and ie7 */
div#contentMain > div#breadcrumb {
	min-height:20px;
	height:auto;
}
div#breadcrumb ul {
	margin:0;
	padding:0;        
	text-align:left;
}
div#breadcrumb ul li {
	text-align:right;
	list-style-type:none;
	float:left;
	margin:0;
	color:#000000;  
	vertical-align:bottom;
	padding:5px 7px 5px 14px;
	line-height:1.2em;
	font-weight:bold;
	background:#FFFFFF url('images/design/breadcrumb.gif') left center no-repeat;
}
div#breadcrumb ul li a {
	color:#000000;
	font-weight:normal;
	font-size:1.0em;
	font-family: Arial, Helvetica, sans-serif;
}
div#breadcrumb  ul li a:link {
	color:#000000;
	text-decoration:none;
}

div#breadcrumb  ul li a:visited {
	color:#000000;
	text-decoration:none;
}

div#breadcrumb  ul li a:hover {
	color:#000000;
	text-decoration:underline;
}

div#breadcrumb  ul li a:active {
	color:#000000;
	text-decoration:underline;
}

/* remove the border from the first item - change this of you want it centered - add an 'a' to the selector */

/* For IE cos the Microsoft Reich decided not to comply with CSS2 */

div#breadcrumb ul li.firstchild  {
   background-image:none;
}
/* For Mozilla and IE7 */
div#breadcrumb ul > li:first-child {
   background-image:none;
}
/* CONTENT MAIN */
div#contentMain {
	width:963px;
	height: 500px;
	margin:0px;
}
/* modern browsers */
html > body div#contentMain {
	min-height: 500px;
	height:auto;
	overflow:hidden;
}
div#contentMain dt {
	font-size:1.4em;
	line-height:normal;
}
div#contentMain dd {
	margin: 0.25em 1em 1em 0;
	font-size:1.4em;
	line-height:normal;
}
div#contentMain ul, div#contentMain ol {
	
}
div#contentMain ul, div#contentMain ol {
	
}

div#contentMain div#mainHeading {
	width:100%;
	background-color:#B3C347;
	height:30px;
	margin: 6px 0;
	vertical-align:bottom;
}
/*for mozilla*/
div#contentMain > div#mainHeading {
	height:auto;
	min-height:30px;
}
div#contentMain div#mainHeading h1 {
	line-height:normal;
	font-weight:bold;
	padding:0.2em 0em 0.1em 0;
	color:#ffffff;
	font-size:1.7em;
	font-family: Helvetica, Arial, sans-serif;
	margin:0 0 0 20px;
	width:870px;
	float:left;
}
div#contentMain div#mainHeading p {
	float:left;
	width:70px;
	margin:6px 0 0 0;
	padding:0px;
	height:22px;
	font-size:1.6em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
}
html > body div#contentMain div#mainHeading p {
	min-height:22px;
	height:auto;
	overflow:hidden;
}

div#contentMain div#mainHeading p a {
	background:transparent url(../images/design/rss.png) left center no-repeat;
	padding:0 0 0 18px;
	color:#FFFFFF;
	height:22px;
	overflow:hidden;
}
/* SUPERBANNER */
/* all browsers */
div#superbanner {
	text-align:left;
	color:#ffffff;        
	line-height:1.2em;
	height:254px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color:#6D3782;
}
/*for mozilla and ie7*/
div#contentMain > div#superbanner {
	height:auto;
	min-height:254px;
}
div#superbanner img.right, div#superbanner div.right {
	margin:0 0 0 2em;
	padding:0 0 0 0 ;
	float:right;
	clear:right;
	border-left:6px solid #ffffff;
}
div#superbanner h2 {
	font-size:2.7em;
	font-weight:normal;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	line-height:normal;
	margin:0 0.5em 0 20px;
	padding:0.7em 0 0 0;
}
div#superbanner p {
	font-size:1.1em;
	line-height:1.4em;
	margin:1em 1em 0 20px;
}
div#superbanner a:link {
	color:#B3C347;
	font-weight:bold;
}

div#superbanner a:visited {
	color:#B3C347;
	font-weight:bold;
}

div#superbanner a:hover {
	text-decoration:none;
	font-weight:bold;
}

div#superbanner a:active {
	color:#B3C347;
	font-weight:bold;
}
img {
	border:none;
}
div#wrapper {
	/* Daddy width */
	width:963px;
	margin: 0px auto;
	padding:0px;
	height:600px;
	background: #ffffff url(../images/design/borderBG.jpg) 0px 0px repeat-y;
}
/* fOR mOZILLA AND ie7 */
body > div#wrapper {
	height:auto ;
	min-height:600px;
}

.hidden {
	margin-left:-999em !important;
	font-size:0 !important;
	line-height:0 !important;
	height:0 !important;
	position:absolute !important;
}
#header {
	height:100px;
	margin:0px;
	background:#6D3782 url('images/logo.jpg') top left no-repeat;
}
div#docbody, div#docbodyContent, div#docbodySection {
	text-align: left;
	color:inherit;
	background-color:#6D3782;
	height:300px;
}
/*mozilla and ie7*/
div#contentMain > div#docbody, div#contentMain > div#docbodyContent, div#contentMain > div#docbodySection {
	height:auto;
	min-height:300px;
	overflow:hidden
}
/* override */
div#docbodyContent {
	background-color:#B3C347;
}
div#docbody ul, div#docbodyContent ul, div#docbodySection ul, div#docbody ol, div#docbodyContent ol, div#docbodySection ol {
	
}
div#docbody ul li, div#docbodyContent ul li, div#docbodySection ul li, div#docbody ol li, div#docbodyContent ol li, div#docbodySection ol li {
	font-size:1.1em;
}

div#subContent, div#subContentContent {
	background-color:#ffffff;
	width:762px;
	height:215px;
}
 div#docbodySection  {
 	background-color:#B3C347;
 }
 div#specialPage  {
 	background-color:#ffffff;
	font-size:1.2em;
 }
/*mozilla and ie7*/
div#docbody > div#subContent, div#docbodyContent > div#subContentContent, div#docbodySection > div#subContent  {
	width:762px;
	min-height:215px;
	height:auto;
	overflow:hidden;
}
/*  mozilla only */
div#docbody >/**/ div#subContent, div#docbodyContent >/**/ div#subContentContent, div#docbodySection >/**/ div#subContent  {
	width:762px;
	min-height:215px;
	height:auto;
	overflow:hidden;
}
/* Override */
div#subContentContent {
	width:799px !important;
}

div.sectionfeed {
	width:760px;
	height:230px
}

/*mozilla and ie7*/
div#subContent > div.sectionfeed {
	min-height:230px;
	height:auto;
	width:762px;
	overflow:hidden;
}
/*mozilla only */
div#subContent >/**/ div.sectionfeed {
	min-height:230px;
	height:auto;
	width:762px;
	overflow:hidden;
}

div.sectionfeedheader {
	height:30px;
	border-top: 6px solid #FFFFFF;
	background-color:#B3C347;
	width:755px;
}
/*mozilla and ie7*/
div.sectionfeed > div.sectionfeedheader {
	height:auto;
	min-height:30px;
	overflow:hidden;	
}
div.sectionfeedheader h2 {
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.7em;
	line-height:normal;
	padding:0;
	margin:0.2em 0em 0.1em 20px;
}
div.sectionfeedheader h2 a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
div.sectionfeedheader h2 a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
div.sectionfeedheader h2 a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
div.sectionfeedheader h2 a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
div.sectionfeedblock {
	float: left;
	width: 184px;    
	height: 214px;   
	margin-right: 6px;
	margin-top: 6px;
	background-repeat:no-repeat;
	background-position:left top;

}
/*mozilla and ie7*/
div.sectionfeed > div.sectionfeedblock {
	min-height: 214px;   
	height:auto;
	width: 184px;
	overflow:hidden;
	margin-right: 6px;

}
div.sectionfeedtitle {
	height: 60px;
	background-color:#6d3782;
	margin-top: 184px;
}
div.sectionfeedblock > div.sectionfeedtitle {
	min-height: 60px;
	height:auto;
	overflow:hidden;
}
.sectionfeedtitle h3 {
	font-family: Helvetica, sans-serif;
	font-size:1.4em;
	line-height:normal;
	padding:0;
	margin:0.4em 0.8em;	
}
.sectionfeedtitle h3 span {
	display:block;
	font-size:0.8em;
	font-weight:normal;
	margin:0.2em 0 0 0;
}
.sectionfeedtitle a:link {
	color:#ffffff;
}
.sectionfeedtitle a:visited {
	color:#ffffff;
}

.sectionfeedtitle a:hover {
	color:#ffffff;
}

.sectionfeedtitle a:active {
	color:#ffffff;
}
div.sectionfeedone {
	float: left;
	width: 750px;	
	height: 184px;	
	margin-right: 6px;
	margin-top: 6px;
	background:transparent left top no-repeat;
	color:#000000;
}
/*mozilla and ie7*/
div.sectionfeed > div.sectionfeedone {
	width: 754px;
	margin-right: 6px;
	height:auto;
	min-height:180px;
	overflow:hidden;
}
div.sectionfeedone p {
	margin-left:190px;
	font-size:2.5em;
	line-height:normal;
}

#sitegeneralinfo {
	float:right;
	width:190px;
	height:326px;
	background-position:left top;
	background-repeat:repeat-x;
	margin:0 0 0 0; 
	background-color:#6D3782;
	color:#ffffff;
	font-size:1.1em;
	line-height:normal;
}
/* for mozilla and ie7 */
div#docbody > #sitegeneralinfo {
	width:200px;
	min-height:326px;
	height:auto;
	overflow:hidden;
}
div#sitegeneralinfo a:link {
	color:#B3C347;
	font-weight:bold;
}
div#sitegeneralinfo a:visited {
	color:#B3C347;
	font-weight:bold;
}
div#sitegeneralinfo a:hover {
	text-decoration:none;
	font-weight:bold;
}
div#sitegeneralinfo a:active {
	color:#B3C347;
	font-weight:bold;
}
#sitegeneralinfo h1 {
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.6em;
	line-height:normal;
	padding:4px 0 0 6px ;
	background-color:#B3C347;
	height:26px;
	margin:6px 6px;
}
#sitegeneralinfo p {
	margin:6px 6px;
}
div#subfooter {
	color:#ffffff;
	width:100%;
	height:125px;
	border-top:6px solid #ffffff;
}
/* mozilla and ie7 */
div#contentMain > div#subfooter {
	height:auto;
	min-height:125px;
	overflow:hidden;
}


div#TICKER {
	width:964px;
	height:75px;
	border-top:6px solid #ffffff;
	padding:0;
	margin:0;
}

/* mozilla and ie7 */
html > body div#TICKER {
	height:auto;
	min-height:75px;
}
html >/**/ body div#TICKER {
	overflow:hidden;
}
div#TICKER img, div#TICKER a {
	margin-bottom:0;
	margin-top:0;
	padding-bottom:0;
	padding-bottom:0;
}

div#subfooter a:link {
	color:#6D3782;
	font-weight:bold;
}
div#subfooter a:visited {
	color:#6D3782;
	font-weight:bold;
}
div#subfooter a:hover {
	text-decoration:none;
	font-weight:bold;
}
div#subfooter a:active {
	color:#6D3782;
	font-weight:bold;
}
div#subfooter p {
	font-size:1.5em;
	line-height:1.4em;
	margin:4.2em 1em 0 1.1em;
	font-weight:bold;
}
div#footer {
	width:100%;
	display:block;
	clear:both;
	height:30px;
	background-color:#6D3782;
	border-top: 6px solid #ffffff;
}
/* for mozilla */
div#wrapper > div#footer {
	min-height:30px;
	height:auto;
	overflow:hidden;
}
div#sitelinks {
	height:25px;
	background-color:#6D3782;
}
/*for mozilla and ie7 */
div#footer > div#sitelinks {
	height:auto;
	min-height:25px;
}
div#sitelinks ul {
	padding:0;
	margin:0;

}
div#sitelinks ul li {
	text-align:right;
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
	color:#ffffff;        
	vertical-align:bottom;
	border-left:1px solid #997F7E;
	padding:5px 8px;
	line-height:1.2em;
} 

div#sitelinks p {
	text-align:right;
	padding:0;
	margin:0;
	color:#ffffff;        
	vertical-align:bottom;
	border-left:1px solid #997F7E;
	padding:8px 0 8px 5px;
	line-height:1.2em;
} 
div#sitelinks ul li:first-child {
            border-left:none;
} 
div#sitelinks a:link {
            color: #FFFFFF;
            font-weight:bold;
}

div#sitelinks a:visited {
            color:#FFFFFF;
            font-weight:bold;
}

div#sitelinks a:hover {
            text-decoration:none;
            font-weight:bold;
}

div#sitelinks a:active {
            color:#FFFFFF;
            font-weight:bold;
}
/* CONTENT PAGE - CSS (Joe - your a dick)*/

 

.contentheader {

            float:left;

            clear:left;

            width:963px;

            height:30px;

            border-top: 6px solid #FFFFFF;

            background-color:#B3C347;

}
/*mozilla and ie7*/
div.content > div.contentheader {
            height:auto;
            min-height:30px;
}
.contentheader h2 {
            font-family: Helvetica, sans-serif;
            font-weight:normal;
            font-size:1.7em;
            line-height:normal;
            padding:0;
            margin:0.2em 0em 0.1em 0.4em;

}
div.content {

            width:963px;
}
div#contentImage {
	height:400px;
	width:400px;
	float:left;
	background-position:left top;
	background-repeat:no-repeat;
	margin: 0 6px 0 0;
}
div#subContentContent > div#contentImage {
	min-height:400px;
	height:auto;
	overflow:hidden;
}
 

div#contentText, div#contentTextNoThumb {
	text-align:left;
	float:left;
	color:#000000;  
	width:360px;
	height:auto;
	padding: 0 0 0 0;
	height:215px;
	font-size:1.2em;
	line-height:2em;
	margin: 1em;	
}
/* mozilla and ie7 */
div#subContentContent > div#contentText, div#subContentContent > div#contentTextNoThumb {
	height:auto;
	min-height:215px;
	overflow:hidden;
	width:360px;
}
/* mozilla only */
div#subContentContent >/**/ div#contentText, div#subContentContent >/**/ div#contentTextNoThumb {
	height:auto;
	min-height:215px;
	overflow:hidden;
	width:360px;
}
/* override */
div#contentTextNoThumb {
	width:780px !important;
}

div#contentText p#synopsis, div#contentTextNoThumb p#synopsis {
	font-size:1.3em;
	line-height:1.4em;
	margin:0 0 1.5em 0;
}
div#content h1 {
            font-size:2.7em;
            font-weight:normal;
            font-family:Helvetica, Verdana, Arial, sans-serif;
            line-height:normal;
            margin:0 0.5em 0 20px;
            padding:0.7em 0 0 0;
}
div#content p, div#contentText p {
            font-size:1.1em;
            line-height:1.3em;
			margin: 1em 0;
}
div#content a:link {
            color:#B3C347;
            font-weight:bold;
}
div#content a:visited {
            color:#B3C347;
            font-weight:bold;
}
div#content a:hover {
            text-decoration:none;
            font-weight:bold;
}
div#content a:active {
            color:#B3C347;
            font-weight:bold;
}
table.siteData {
	margin-left:3px;
	border:0px none #ffffff;
	border-collapse:collapse;
	font-size: 0.9em;
}
.siteData th {
	text-align:left;
	vertical-align:top;	
	background-color:transparent !important;
	border:0px none #ffffff;
	font-weight: bold;
	padding:0px;
	margin:0;
	line-height:normal;
	color:#ffffff;
}

.siteData td {
	vertical-align:top;
	
	border:0px none #ffffff;
	padding:0;
	margin:0;
	font-size: inherit;
	line-height:normal;
	height:auto;
	overflow:auto;

}

table {
	border:0px none #ffffff;
	border-collapse:collapse;
	margin:0px;
	font-size: 0.9em;
}
table caption {
}
/* For mozilla and ie7 */
div#contentMain table > caption {
}
table td {
	border:1px solid #cccccc;
	padding:0.4em;
	margin:0;
	vertical-align:top;
	font-size: inherit;
	line-height:normal;
	height:auto;
	overflow:auto;
}
table th {
	background-color:#eeeeee;
	border:1px solid #cccccc;
	font-weight: bold;
	text-align:left;
	padding:4px;
	margin:0;
	line-height:normal;
	color:#000000;
}
table th[scope="col"] {
	background-color:#dddddd;
	vertical-align:bottom;
}
table th[scope="row"] {
	background-color:#eeeeee;
	vertical-align:top;
	text-align:right;
}
#addthis {
	height:auto;
	padding: 0 0 0 0;
	margin: 0 6px 6px 10px;
	clear:both;
	display:block;
}
div#subnav {
	height:200px;
	width:160px;
	float:right;
	clear:right;
	background-color:#B3C347;
	margin: 0 0 6px 0;
	
}
/* mozilla and ie7 */
div#docbodyContent > div#subnav  {
	height:auto;
	min-height:200px;
	overflow:auto;
	width:160px;
}
div#subnavSectional {
	width:190px;
	float:right;
}
/* mozilla and ie7 */
div#docbody > div#subnavSectional {
	width:201px;
}
/* mozilla */
div#docbody >/**/ div#subnavSectional {
	width:201px;
}
div#subnav h2, div#subnavSectional h2 {
	font-family: Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.6em;
	line-height:normal;
	padding:0.2em;
	line-height:normal;
	margin:0;
	color:#FFFFFF;
	border: 6px solid #B3C347;
	background-color:#6D3782;
}
div#subnav h2 a:link, div#subnavSectional h2 a:link {
	color:#FFFFFF;
	text-decoration:none;
}
div#subnav h2 a:visited, div#subnavSectional h2 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
div#subnav h2 a:hover, div#subnavSectional h2 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
div#subnav h2 a:active, div#subnavSectional h2 a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

div#subnav ul, div#subnavSectional ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
div#subnav ul li, div#subnavSectional ul li {
	padding: 0.4em 6px 0.4em 18px;
	margin:0;
	background: #B3C347 url('images/design/breadcrumb.gif') 4px center no-repeat;
}
div#subnav ul li a:link, div#subnavSectional ul li a:link {
	text-decoration:none;
	color:#FFFFFF;
}
div#subnav ul li a:visited, div#subnavSectional ul li a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
div#subnav ul li a:hover, div#subnavSectional ul li a:hover {
	text-decoration:underline;
	color:#6D3782;
}
div#subnav ul li a:active, div#subnavSectional ul li a:active {
	text-decoration:none;
	color:#FFFFFF;
}
div#userForm {
	display:block;
	clear:both;
	
	line-height:normal;
	padding:0;
	overflow:hidden;
}
div#userForm form {
	clear:both;
	
}
div#userForm fieldset {
	width:97%;
}
div#userForm legend {
	padding	: 0 0 0.5em 15px;
}

div#userForm input, div#userForm select, div#userForm textarea  {
	width:55%;
	border:1px solid #cccccc;
	clear:none;
	height:auto;
	
	
}
div#userForm textarea  {
	min-height:8em;
	height:8em;
	vertical-align:top;
	overflow:auto;
}
div#userForm select {
	width:85%;
}
/* for mozilla and ie7 */
div#userForm label > select {
	width:85%;
}
/* for mozilla only */
div#userForm label >/**/ select {
	width:85%;
}
div#userForm form label {
	float:left;
	text-align:right;
	width:65%;
	clear:left;
	padding:0;
	margin:0;
	height:3em;
	
}
div#userForm fieldset div {
	margin: 1em 0;
	overflow:hidden;
}
div#userForm input.userbutton {
	width:50%;
}
div#userForm input.radio {
	width:10%;
	border:none;
}
div#userForm fieldset div.fieldInfo {
	float:left;
	padding:0.5em  0.5em 0.5em 20px;
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	height:1.5em;
	text-align:left;
	margin:0;
	width:20%;
	font-size:0.8em;
}
/* mozilla and ie7 */
html > body div#userForm form fieldset div.fieldInfo {
	height:auto;
	
}
div#userForm fieldset div div {
	overflow:hidden;
	min-height:20px;
}

div#userForm .required {
	border:1px solid #000000;
}
div#userForm #caps {
	padding:0 0 0 20px;
	background-color:transparent;
	background-position:left center;
	background-repeat:no-repeat;
	width:110px;
	float:left;
	clear:none;
	text-align:left;
}
div#userForm #pwStrength {
	padding:0 0 0 0;
	background-color:transparent;
	background-position:right top;
	background-repeat:no-repeat;
	width:auto;
	float:left;
	clear:none;
	width:128px;
}

/* admin user features */
form.admin {
	margin:0;
	padding:0;
}
form.admin fieldset {
	background-color:#ffffff;
}
.interfaceButton {
	font-weight:bold;
	float:left;
	height:31px;
	background:transparent url('images/interface/editmodeleft.png') left top no-repeat;
	padding:0 10px;
}
.interfaceButton span {
	background:transparent url('images/interface/editmoderight.png') right top no-repeat;
	padding-right:10px;
	height:31px;
	float:left;
	display:block;
}
.interfaceButton a {
	background:transparent url('images/interface/editmodebg.png') left top repeat-x;
	height:31px;
	display:block;
	color:#FBED2C;
	padding: 8px 0;
}
#adminUserMenu {
	clear:both;
	margin:auto;
	width:963px;
	height:40px;
}
html > body #adminUserMenu {
	min-height:40px;
	overflow:hidden;
}
#adminUserMenu p {
	margin: 1em 1em 0.5em 0;
}
#adminUserMenu ul {
	margin:0 -1px 1em 0.2em;
	display:block;
	clear:both;
	height:1.2em;
}
#adminUserMenu ul li {
	float:left;
	list-style-type:none;
	margin:0 0 0 0.5em;
	line-height:normal;
}
#adminUserMenu ul li a {
	color:#FFFFFF;
}
#adminUserMenu a {

}
#adminUserMenu p {
	float:left;
}
a.edit  {
	padding:0.2em;
	margin:0.3em 1px 0 0;
	border:2px solid #FFFF00;
	color:#ffffff !important;
	background-color:#000000 !important;	
}
a:link.edit {
	border:2px solid #FFFF00;
	color:#ffffff !important;
	background-color:#000000 !important;	
}
a:visited.edit {
	border:2px solid #FFFF00;
	color:#ffffff !important;
	background-color:#000000 !important;	
}
a:hover.edit {
	border:2px solid #000000;
	color:#000000 !important;
	background-color:#FFFF00 !important;	
}
a:active.edit {
	border:2px solid #FFFF00;
	color:#ffffff !important;
	background-color:#000000 !important;	
}
textarea.contentSynopsis, textarea.sectionSynopsis {
	width:95%;
	height:75px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	border:1px solid #cccccc;
	overflow:auto;
}
textarea.sectionSynopsis {
	width:900px;
	background-color:#B3C347;
}

input.adminTitle {
	line-height:normal;
	font-weight:bold;
	padding:0.2em 0em 0.1em 0;
	color:#ffffff;
	font-size:1.7em;
	font-family: Helvetica, Arial, sans-serif;
	margin:2px 4px 0 20px;	
	width:855px;
	height:auto;
	float:left;
	border:1px solid #cccccc;
	background:transparent;
}
input.button {
	background-color:#000000;
	border:2px solid #FFFF00;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin:0;
}
form.admin input.admin {
	border:2px solid #000000;
	background-color:#FFFF00;
}
form.admin fieldset {
	border:1px solid #000000;
}
form.admin label {
	width:80px;
	display:block;
	float:left;
}
form.admin legend {
	border:2px solid #FFFF00;
	color:#ffffff;
	font-weight:normal;
	line-height:normal;
	background:#000000 none 1px 1px no-repeat;
	padding: 3px 3px 4px 19px;
}
div#infoBox {
	position: fixed;
	top: 95px;
	left: 0;
	right:0;
	z-index:50;
	height:300px;
	margin:0 0 0 -999em;
	float:left;
	height:0;
}
div#infoBox div {
	border:3px solid #ffff00;
	color:#FFFFFF;
	width:200px;
	height:100px;
	margin:auto;
	background-color:#000000;
	overflow:auto;
	padding:2em;
	text-align:center;
	font-size:1.5em;
}
div.internal {
	width:1350px;
	overflow:auto;
	height:1000px;
	border:2px solid #000000;
	position:absolute;
	margin:25px 0 0 80px;
	top:0;
	left:0;
	background-color:#FFFFFF
}
div.internal img {
	border:2px solid #FFCC08 !important;
}
ul#suggestThumbHint {
	margin-left:0;
	padding-left:0;
	position:absolute;
	background-color:#ffffff;
	
}
ul#suggestThumbHint a:link, ul#suggestThumbHint a:visited, ul#suggestThumbHint a:active {
	text-decoration:underline;
}
div#browseimagedisplay {
	width:75px; 
	height:75px;
	background-repeat:no-repeat;
}
div#thumbHolder {
	width:260px;
	float:left;
	height:460px;
	overflow:auto;
	margin:0 5px 0 0;
}
div#panoSelectFrom {
	width:260px;
	float:left;
	height:460px;
	overflow:auto;
	margin:0 5px 0 0;
}
div#galleryAddArea {
	width:450px;
	float:left;
	clear:right;
	height:460px;
	overflow:auto;
	margin:0 5px 0 0;
}
div#thumbHolder ul, div#panoGalHint ul, div#panoSelectFrom ul {
	margin:0;
	padding:0;

}
div#thumbHolder li, div#panoGalHint li, div#panoSelectFrom li {
	width:120px;
	height:150px;
	float:left;
	text-align:left;
	margin:0;
	padding:0;
	line-height:normal;
	list-style-type:none;
	font-size:0.8em;
}
html > body div#thumbHolder li, html > body div#panoGalHint li, html > body div#panoSelectFrom li {
	height:auto;
	min-height:150px;
	overflow:hidden;
	font-size:0.7em;
}
div#thumbHolder li h3, div#panoGalHint li h3, div#panoSelectFrom li h3 {
	background-color:#eeeeee;
	padding:2px;
	text-align:left;
	width:102px;
	margin:0 0 2px 0;
	
}
div#thumbHolder img, div#panoGalHint img, div#panoSelectFrom img {
	border:1px solid #cccccc;
	padding:2px;
	display:block;
	clear:both;
}
div#thumbHolder div p, div#panoGalHint div p, div#panoSelectFrom div p {

}
div#picture {
	float:left;
	width:500px;
	height:500px;
}
html > body div#picture {
	height:auto;
	min-height:500px;
	overflow:hidden;
}
div#picture .prevnext {
	width:49%;
	float:left;
	padding:0;
	margin:0;
	height:auto;
	overflow:hidden;
	border:1px solid #ffffff;
}
div#picture a#mapref  {
	background:#ffffff url(images/design/placemark.png) center left no-repeat;
	height:18px;
	min-height:18px;
	line-height:normal;
	padding:4px 4px 4px 12px;
	overflow:hidden;
}
div#picture table {
	border:0px none #ffffff;
	border-collapse:collapse;
	margin:0px;
	font-size: 0.9em;
}
div#picture table caption {
}
/* For mozilla and ie7 */
div#contentMain table > caption {
}
div#picture table td {
	border:1px solid #cccccc;
	padding:0.4em;
	margin:0;
	vertical-align:top;
	font-size: inherit;
	line-height:normal;
	height:auto;
	overflow:auto;
}
div#picture table th {
	background-color:#eeeeee;
	border:1px solid #cccccc;
	font-weight: bold;
	text-align:left;
	padding:4px;
	margin:0;
	line-height:normal;
	color:#000000;
}
div#picture table th[scope="col"] {
	background-color:#dddddd;
	vertical-align:bottom;
}
div#picture table th[scope="row"] {
	background-color:#eeeeee;
	vertical-align:top;
	text-align:right;
}
div#errorMessage {
	padding:20px 10px;
	text-align:center;
	background-color:#CCCC99;
	font-size:1.3em;
}
input.checkbox {
	text-align:left;
	border:0px none #ffffff !important;
}
div#sitemap {
	width:60%;
	float:left;
}
div#popsearch {
	float:left;
	width:30%;
	padding:1em;
}
.formmessage {
	border:1px solid #cccccc;
	padding:1em;
	text-align:center;
	background-color:#CCCC99;
}