/* custom stuff */
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 13px;
}

a:link, a:visited {
	color: #971111; 
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #c00;	
	text-decoration: underline;
	font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div, p,  table, td, th {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 13px;

}

fieldset {
	border: 0;
	padding: 5px 0;
}


span.pathway img {
	padding: 0 5px;

}

span.pathway {
	display: block;
	margin-bottom: 15px;
}


div.componentheading {
  padding-left: 0px;
}


a.readon {
	margin-top: 10px;
	padding-left: 15px;
	line-height: 14px;
	height: 16px;
}

h1 {
	padding: 0;
	padding-bottom: 5px;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;	
}

h2, .contentheading {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	color: #333;
}

h3 { 

}


table.blog td.contentheading {

}

table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
	
}

td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpaneopen, table.contentpane {
  width: 100%;
}

div.moduletable h3, .componentheading {
	border: 0px solid #f00;
	margin: 0;
	margin-bottom: 0px;
	height: 37px;
	line-height: 26px;
	font-size: 13px;
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 8px;
	color: #333;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}


div.moduletable {
	padding-bottom: 15px;
	padding-left: 8px;
	padding-right: 8px;
}

div#maincontent div.moduletable {
	padding-left: 0;
	padding-right:0;
}


.small {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}

.modifydate {
  font-family: Tahoma, Helvetica, sans-serif;
  height: 20px;
  vertical-align: bottom;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}

.createdate {
	font-family: Tahoma, Helvetica, sans-serif;
	height: 20px;
	vertical-align: top;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}


/** template stuff **/

.contentpad {
	padding: 5px 10px;
}

table#content {
	clear: both;
}

body.center div#wrapper {
	margin: 0 auto;
}

body.thin #nav a {
	padding: 0em 0.5em 0.2em 1.1em;
}

body.thin div#wrapper {
	width: 773px;	
}

body.thin div#searchbox_mods {
	width: 150px;
}

body.thin div#newsflash_mods {
	right: 150px;
	width: 150px;
}

body.thin td.inset_mods {
	width: 150px;
}

body.thin table.nospace td.topleft_mods {
	width: 150px;
}

body.thin table.nospace td.right_mods {
	width: 150px;
}

body.wide #nav a {
	padding: 0em 1.5em 0.2em;
}

body.wide div#wrapper {
	width: 995px;
}

body.wide div#searchbox_mods {
	width: 206px;
}

body.wide div#newsflash_mods {
	right: 206px;
	width: 280px;
}

body.wide td.inset_mods {
	width: 200px;
}

body.wide table.nospace td.topleft_mods {
	width: 205px;
}

body.wide table.nospace td.right_mods {
	width: 205px;
	text-align: center;
}

body.vmax #nav a {
	padding: 0em 1.5em 0.2em;
}

body.vmax div#wrapper {
		min-width: 750px;
		max-width: 950px;
		width: expression(document.body.clientWidth > 950? "950px": "auto" );
}

body.vmax div#searchbox_mods {
	width: 15%;
}

body.vmax div#newsflash_mods {
	right: 15%;
	width: 20%;
}

body.vmax td.inset_mods {
	width:25%;
}

body.vmax table.nospace td.topleft_mods {
	width: 25%;
}

body.vmax table.nospace td.right_mods {
	width: 20%;
}

body.full #nav a {
	padding: 0em 1.5em 0.2em;
}

body.full div#wrapper {
		margin: 0;
		min-width: 750px;
}

body.full div#searchbox_mods {
	width: 15%;
}

body.full div#newsflash_mods {
	right: 15%;
	width: 20%;
}

body.full td.inset_mods {
	width:25%;
}

body.full table.nospace td.topleft_mods {
	width: 25%;
}

body.full table.nospace td.right_mods {
	width: 20%;
}


/* frame info */

div#header {
	height: 160px;
	position: relative;
}

div#header div, div#header td {
	color: #fff;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;	
	height: 98px;
	width: 116px;	
}

div#headertext {
	position: absolute;
	left: 116px;
	top: 23px;	
	height: 58px;
	width: 320px;	
}

div#searchbox_mods {
	position: absolute;
	right: 0;
	top: 5px;
	height: 88px;
	overflow: hidden;
}

div.search input {
	width: 100%;
	margin-bottom: 5px;

}

div#newsflash_mods {
	position: absolute;
	top: 5px;
	height: 88px;
	overflow: hidden;
}



div#horizmenu {
	height: 29px;
}


div#horizmenu2 {
	height: 29px;
}



div#logo2 {
	position: absolute;
	height: 23px;
	width: 116px;
}

div#suckerfish {
	padding-left: 150px;
}

table.nospace {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

table.nospace td {
	margin: 0;
	padding: 0;
}

div#padbottom {
	height: 4px;
	overflow: hidden;
}

div#maincontent {
	padding: 20px 8px 8px 8px;
}

div#footer_mods {
	height: 29px;
	margin-top: 9px;
	text-align: center;
	line-height: 29px;
}

div.leftdots {
	margin-left: 4px;
	padding-left: 14px;
}

table.nospace td.showcase_mods {
	padding-top: 15px;
}

div#shadow_tr, div#shadow_tl {
	padding-top: 15px;
}




/* default menu link styles */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 5px;
}

a.mainlevel:hover {

}


div#quote {
	padding-top: 10px;
	margin-right: 10px;
	text-align: left;
	float: right;
	width: 505px !Important;
	width: 485px;
}

div#quote td {
	text-align: left;
}

table.menublock {
	margin: 0 15px;
}

td.summary {
	background: #eef3f9;
	padding: 5px;
	padding-left: 10px;
} 

td.latestnews {
	background: #eef3f9;
	padding: 5px;
}

/*****************************
 ****   suckerfish menu   ****
 *****************************/
#nav a {
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", Arial, sans-serif;

	line-height: 16px;
	height: 16px;
	color: #ffffff;
	margin-top: 7px;
	text-decoration: none;
	display: block;

}



#nav, #nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* top level links */
#nav a {


}

/* sub level links */

#nav ul ul a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 4px;
	font-size: 13px;
	text-transform: none;
}

/* top level buttons */

#nav li {
	float: left;
	padding: 0;
  background: none;
  height: 29px;

}

#nav ul li {
	position: relative;
}

#nav li ul {
	top: 29px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 18em;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
	}

#nav li li {
	float: left;
	padding: 0;
   	width: 18em;
}


/* margin for pullouts */
#nav li ul ul {
	margin: -29px 0 0 15em;
}


#nav li:hover ul ul, 
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,  
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul, 
#nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul,
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul{
	z-index: 100;
	left: 0;
}

#nav li:hover, #nav li.sfhover {
      left: 0;
}

#nav li:hover a, #nav li.sfhover a {
    color: #ffffff;

}

#nav li li:hover a, #nav li li.sfhover a {
    color: #ffffff;

}




/* some page content things */

form {
border: 0;
margin: 0;
padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

body.contentpane {
	background: #e8e7d7;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}





/* Form Stuff */
/* for other IE versions */}#container{text-align:left;border:1px solid #ccc;background:#fff;}#container, #top, #bottom, #footer{margin:0 auto;width:580px;}#top, #bottom{width:590px;height:10px !important;display:block !important;}#top{margin-top:10px;}form.wufoo{margin:20px 20px 0 20px;padding:0 0 20px 0;}

/* ----- LOGO ----- */h1{margin:0;padding:0;min-height:0;background-color:#dedede;text-indent:-9000px;text-decoration:none;}h1 a{height:100%;min-height:40px;display:block;background:url(/images/wflogo.png) no-repeat left top;overflow:hidden;}* html h1 a{background-image: none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wflogo.png", sizingMethod="crop");}img { behavior: url(/css/iepngfix.htc);border:none;}.confirm{text-align:center;margin:0 !important;padding:70px 0 80px 0;border:none !important;}

/* ----- FOOTER ----- */.footer a{display:block;font-size:110%;margin:0 auto 30px auto;padding:5px 30px 5px 100px;line-height:40px;text-align:right;line-height:auto;background-color:red;background-image:url(/images/wflogo.png);background-repeat:no-repeat;background-position:5px center;width:380px;text-decoration:none;}* html .footer a{background-image: none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wflogo.png", sizingMethod="crop");}.footer a:hover{text-decoration:underline;}

/* ----- EMBED ----- */body.embed{margin:0 !important;overflow:hidden !important}.embed #container{width:100% !important;border:none !important}.embed form{margin:0 !important}

/* - - - - - - - - - - - - - - - - - - - - -FORM- - - - - - - - - - - - - - - - - - - - - */.wufoo{font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;font-size:small;}.wufoo li{width:62%;}form ul{margin:0; padding:0;list-style-type:none;width:100%;}form li{margin:0;padding:4px 5px 2px 9px;position:relative;}form li:after, .buttons:after{content:"."; display:block;height:0; clear:both; visibility:hidden;}form li, .buttons{display:inline-block;}* html form li, * html .buttons{height: 1%;}form li, .buttons{display: block;}form li div, form li span{margin:0 5px 0 0;padding:0 0 8px 0;color:#444;}form li span{float:left;}form li div.left{display:inline;float:left;width:48%;}form li div.right{display:inline;float:right;width:48%;}form li div.left .medium, form li div.right .medium{width:100%;}.clear{clear:both;}form li div label, form li span label{margin:0;padding-top:3px;clear:both;font-size:9px;line-height:9px;color:#444;display:block;}form li .icon{float:left;margin:.1em 5px 0 0;padding:0;width: 16px;height: 16px;}

/* ----- INFO ----- */.info{display:inline-block; clear:both;margin:0 0 1em 0;border-bottom:1px dotted #ccc;}.info[class]{display:block;}.info h2{font-weight:normal;font-size:160%;margin:0 0 3px 0;clear:left;}.info p{font-size:95%;line-height:130%;margin:0 0 12px 0;}

/* ----- SECTIONS ----- */form hr{display:none;}fieldset.section{border:1px dotted #ccc;margin:12px 0 15px 0;padding:5px 0 0 0;}fieldset ul{width:97%;margin:0 10px 10px 10px;}fieldset.section legend{font-weight:normal;font-size:110%;line-height:110%;margin:0 0 0 0;padding:0 5px 0 5px;display:inline-block;background:#fff;}fieldset.section[class] legend{display:block;margin:0 0 0 8px;}fieldset.section p.secTxt{font-size:85%;margin:7px 15px 10px 13px;}

/* ----- CRAP SECTIONS ----- */fieldset.section{display:block;position:relative;border-left:none;border-right:none;border-bottom:none;margin-bottom:0;}fieldset.first{border-top:none !important;margin-top:0px;padding-top:1px;}fieldset.first h3{margin-top:0 !important;}fieldset ul{margin:0;}fieldset.section legend{display:none !important;}form .section h3{font-weight:normal;font-size:110%;line-height:130%;margin:9px 0 2px 9px;}form .section p.secTxt{margin-left:9px;margin-top:3px;}

/* ----- BUTTONS ----- */.button{cursor:hand !important;}input.btTxt{padding:0 7px;width:auto;overflow:visible;}.buttons{
	clear:both;
	margin-top:10px;
	text-align: right;
}.buttons input{font-size:120%;margin-right: 5px;}

/* ----- FIELDS AND LABELS ----- */label.desc{line-height:150%;padding:0 4px 1px 0;border:none;color:#222;display:block;font-size:95%;font-weight:bold;}input.text, textarea.textarea, select.select{margin:0;font-size:100%;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-right:1px solid #c3c3c3;border-bottom:1px solid #ddd;background:#fff url(/images/fieldbg.gif) repeat-x top;color:#333;}input.text{padding:2px 0 2px 0;}input.currency{text-align:right;}input.checkbox, input.radio{display:block;line-height:1.4em;margin:8px 0 0 3px;width:13px;height:13px;}label.choice{font-size:100%;display:block;line-height:1.4em;margin:-19px 0 0 25px;padding:4px 0 5px 0;color:#444;width:90%;}textarea.textarea{margin-top:1px;font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;}select.select{margin:1px 0;padding:1px 0 0 0;}select.select[class]{margin:0;padding:1px 0 1px 0;}.safari select.select{margin-bottom:1px;font-size:120% !important;}

/* ----- SIZES ----- */.third{width:32% !important;}.half{width:48% !important;}.full{width:100% !important;}input.small, select.small{width:25%;}input.medium, select.medium{width:50%;}input.large, select.large, textarea.textarea{width:100%;}input.tags{width:315px;}textarea.small{height:5.5em;}textarea.medium{height:10em;}textarea.large{height:20em;}

/* ----- ERRORS ----- */#errorLi{width:97%;background:#fff;border:1px dotted red;margin-bottom:1em;text-align:center;}#errorMsgLbl{margin:7px 0 5px 0;padding:0;font-size:125%;color:#DF0000;}#errorMsg{margin:0 0 .8em 0;color:#000;font-size:100%;}#errorMsg strong{background-color: #FFDFDF;padding:2px 3px;color:red;}form li.error{background-color: #FFDFDF !important;border-bottom:1px solid #EACBCC;border-right:1px solid #EACBCC;margin:3px 0;}form li.error label{color:#DF0000 !important;}form p.error{color:red;font-weight:bold;font-size:10px;margin:0 0 5px 0;clear:both;}

/* ----- Password ----- */ul.protected{list-style:none;margin:60px 0;}.protected li{text-align:center;padding:10px 0;}.protected h2{font-weight:bold;color:#DF0000;margin:0 auto 10px auto;}.protected label{font-size:120% !important;padding-top:10px;display:block;}.protected input.text{font-size:170% !important;width:380px;text-align:center;}.protected .buttons{margin:0;}.protected #saveForm{font-size:120% !important;}

/* - - - - - - - - - - - - - - - - - - - - -PRINT- - - - - - - - - - - - - - - - - - - - - */@media print{#public, h2{margin:0;}#container{border:none !important;width:100%;}#top, #bottom, h1, form .buttons, #printPage, .icon{display:none !important;}form.wufoo{margin:0;padding:0;}form.wufoo .instruct{display:block;}}



/* - - - Default - - - */
/* Logo */h1 a {background-image:url('/images/wflogo.png'); min-height:0; height:40px}* html h1 a {
/* IE6 png Support */background-image: none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wflogo.png", sizingMethod="crop")}

/* Backgrounds */body{background-image:none;background-color:#ffffff}body.embed{background-image:none;background-color:#e8e7d7}h1{background-image:none;background-color:#ea6c22}#container{background:#e8e7d7}.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select{background:#ffffff url(/images/fieldbg.gif) repeat-x top}.wufoo .focused{background:#f8f7e7}.wufoo .instruct{background-color:#f5f5f5}

/* Borders */#container{border:1px dotted #cccccc}.wufoo .info{border-bottom:1px dotted #cccccc}.wufoo .section{border-top:1px dotted #cccccc}.wufoo .instruct{border:1px solid #e6e6e6}
/* Typography */.wufoo .info h2{font-size:160%;font-family:inherit;color:#000000}.wufoo .info p{font-size:95%;font-family:inherit;color:#444444}.wufoo .section legend, .wufoo .section h3{font-size:110%;font-family:inherit;background:#e8e7d7;color:#000000}.wufoo .section p.secTxt{font-size:85%;font-family:inherit;color:#444444}.wufoo label.desc{font-size:95%;font-family:inherit;color:#444444}.wufoo li div, .wufoo li div label, .wufoo li span label{font-family:inherit;color:#444444}.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{font-size:100%;font-family:inherit;color:#333333}.wufoo label.choice{color:#444444}.wufoo .instruct{font-size:85%;font-family:inherit;color:#444444}/* Drop Shadows */#top, #bottom{visibility:visible}
select.select1 {margin:0;font-size:100%;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-right:1px solid #c3c3c3;border-bottom:1px solid #ddd;background:#fff url(/images/fieldbg.gif) repeat-x top;color:#333;}
textarea.textarea1 {margin:0;font-size:100%;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-right:1px solid #c3c3c3;border-bottom:1px solid #ddd;background:#fff url(/images/fieldbg.gif) repeat-x top;color:#333;}
