/* CSS Document */
/* designed and created by Paul Jamie Kidd // www.newmediachoice.com // paul@newmediachoice.com */

/* generic elements */
body {
	font:84%/150% "Trebuchet MS", Trebuchet, arial, sans-serif; 
	padding:0px; margin: 0px;
	background: #811186 url(../active_images/bg_repeat.gif) repeat-x top left;
	color:#000;
}
a:link { color: #999; text-decoration: none;}
a:visited { text-decoration: none; color: #999;}
a:hover { text-decoration: none; color: #811186}
a:active { text-decoration: none;}

.purple {
	color:#740D79;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}

/* generic elements */
/* headlines */

h1, h2, h3, h4, h5, h6 {
	font-family:Candara, "Trebuchet MS", Trebuchet, sans-serif; 
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
#navigation h1 {
	display:none;
}
#content_right h2 {
	font-size:140%;
	color:#740D79;
	padding:0px;
	line-height:1.6em;
}

h3 {
	font-size:125%;
	color:#740D79;
	margin:0px; padding:0px;

}

.genericspecbox h4 {
	font-size:120%;
	margin:0px; padding:2px;
	color:#740D79;
	font-weight:bold;
	border-bottom: 1px dotted #eee;

}


.genericspecbox h4 a:link { color: #740D79; text-decoration: none;}
.genericspecbox h4 a:visited { text-decoration: none; color: #740D79;}
.genericspecbox h4 a:hover { text-decoration: underline;}
.genericspecbox h4 a:active { text-decoration: none;}


.table_textbox h4 {
	font-size:120%;
	color:#740D79;
	font-weight:bold;
	margin: 0px 0px 8px 0px; padding:2px;
    border-bottom: 1px dotted #811186;

}

/* headlines */

/* wrappers */
#pagewrap {
	width: 760px;
	margin: 0px auto 0px auto; padding:0px;
	background: #fff;
}

#navigation {
	width: 760px; height:24px;
	margin: 0px; padding:27px 0px 0px 0px;
	background-color: #811186;
	
}

#masthead {
	width: 757px; height:47px;
	padding: 7px 0px 0px 14px; margin: 0px auto 0px auto;
	background: #fff url(../active_images/masthead_repeat.gif) repeat-x top right;
}

#flashspace {
	width: 760px; height:359px;
	margin: 0px; padding:0px;
}

#content {
	width: 760px;
	margin: 0px; padding: 0px;
	background: #fff url(../active_images/content_repeat1.gif) repeat-x left top;
}

#imageblock {
	width: 760px; height:94px;
	margin: 3px 0px 0px 0px; padding: 0px;
}

ul.imagelist {
	display: block;
  margin: 0px; 
  padding:0px;
}

ul.imagelist li {
	display: inline;
	list-style-type:none;
  padding: 0px; 
  margin-right:1px;
	float:left;
}

ul.list{
	padding:0px; margin:0px;
	list-style:none;
	line-height:1.8em;
}

ul.list li{
	padding:0px; margin:0px;
	list-style:none;
}

#footer {
	width: 730px;
	margin: 0px; padding: 25px 15px 25px 15px;
	border-top: 1px dotted #811186;
	background: #fff url(../active_images/footerrepeat.gif) repeat-x top left;
}
/* wrappers end */



/* content elements */
#content_left {
	width: 198px;
	float:left;
	margin-top:36px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 9px;
}
#content_right {
	width: 514px;
	_width: 500px;
	_padding: 0px;
	margin-top:30px;
	float:left;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 8px;
}

ul.pagenav {
	margin: 0px; padding: 0px;
	display: inline;
}
ul.pagenav li{
	margin: 0px; padding: 0px;
	list-style-type:none;
	display: inline;	
}
.pagenav a {
	color:#666;
	padding: 0px; margin:0px;;
}
.pagenav a:visited {
	text-decoration:none;
}
.pagenav a:hover {
	color:#811186;
	text-decoration:none;
}

.pagenav a:active {
color:#811186;
}
.pagenav a.selected {
color:#811186;
font-weight:bold;
}
/* content elements */

/* footer elements */
ul.footerlist {
	padding: 5px;
	margin: 0px 0px 0px 0px;
	list-style:none;
	text-align:center;
}

.clear {
 clear:both;
}

.img {
	border : 1px solid #ddd;
	margin-bottom:10px;
	background-color:white;
	width:450px;
}

.img_feature {
	border : 1px solid #ddd;
	margin-bottom:5px;
	background-color:white;
	width:185px; height:100px;
}

/* standard elements */

/* Set up the basic layout and remove unsemantic br tags. */

.divform {
	padding:0px 0px 20px 0px; margin-top:20px;
	line-height:1.8em;
	background: #fff url(../active_images/table_bg_grey.gif);
	border: 1px dotted #eee;
}
form 	{
	margin : 0px; padding : 0px;
}

fieldset {
margin : 10px; padding : 1em;
border : 1px dotted #811186;
}

fieldset div br {
	display : none;
}

/* Style the legend, labels and the div containing the submit button. */

legend {
	margin:0px; padding:0px;
	color:black;
}

label {
display : block;
}

#fm-submit {
clear : both;
padding-top : 1em;
text-align : center;
}

#fm-submit input {
border: 1px solid #333;
padding: 2px 4px;
background: #fff;
color: #333;
font-size: 100%;
	}

fieldset div {
margin : 0px; padding : 0px;
}

fieldset div.txtOptional {
display : block;
}

fieldset div input {
width: 300px; /* Width for modern browsers */
border : 1px dotted #811186;
padding : 1px;
}
	
fieldset div select {
font-size : 100%;
width: 300px; /* Width for modern browsers */
border : 1px solid #8ED300;
padding : 1px;
}
						
fieldset div label:before {
	content: "*";
	}

fieldset div.txtOptional label:before {
content: "";
}
	
/* Optional fields. */

.txtOptional input {
border : 1px solid #ccc;
}

----- !>

#links {
	margin:0px; padding-bottom:5px;
	
}

#links ul {
	list-style-type: none;
	width: 195px;
	margin:0px; padding:0px;
	text-align:right;
}

#links li {
	border-top: 1px dotted #811186;
	border-width: 1px 0;
	margin:0px; padding:0px;
	
}

#links li a {
	color: #811186;
	display: block;
	padding: 7px;
	text-decoration: none;
}

* html #links li a {
	width: 190px;
}

#links li:hover {
	background: #eee;
}
#links li span a{
	color: black;
	line-height: 150%;
}

/* two column list */
.twocolumn {padding-top:10px; width: 500px;}
.leftcol {width: 200px; float: left; padding:2px; margin:15px 0px 0px 20px; list-style-type:none;}
.rightcol {width: 200px; float: right; padding:2px; margin:15px 20px 0px 0px; list-style-type:none;}
.leftcol_img {width: 200px; border: 1px solid #eee;  float: left; padding:2px; margin:0px; text-align:center;}
.rightcol_img {width: 200px;border: 1px solid #eee;  float: left; padding:2px; margin:0px;text-align:center;}
.genericspecbox {width: 200px; float: left; padding:2px; margin:0px; margin:5px 0px 0px 0px;}
/* two column list */

/* table elements */
#tablewrapper {width: 476px; float: left; padding:0px; margin:15px 0px 0px 20px; list-style-type:none;}
.table_img {background-color:#fff; width: 160px; border: 1px solid #eee; margin:4px; float: left; padding:0px; text-align:center;}
.tablegrey { background: #fff url(../active_images/table_bg_grey.gif) repeat top left; width: 476px; float: left; padding:0px; margin:0px; list-style-type:none;}
.tablewhite { background: #fff url(../active_images/table_bg.gif) repeat top left; width: 476px; float: left; padding:0px; margin:0px; list-style-type:none; margin:5px 0px 5px 0px;}
.table_textbox { width: 290px; margin:5px 0px 5px 0px; float: left; padding:4px 4px 8px 4px;}



/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0px;
  border: 0px none;
  padding: 0px;
  width: 600px; /*For KHTML*/
  list-style: none;
  height: 20px;
}

ul#navmenu li {
  margin: 0px; padding: 0px;
  border: 0px none;
  float: left; /*For Gecko*/
  display: inline; list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0px; padding: 0px;
  border: 0px none;
  width: 180px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0px;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border-right: 1px solid #B727BF;
  padding: 2px 15px 2px 15px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #811186;
  color: #fff;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  color: #ccc;
  background-color:#B727BF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #811186;
  color: #ccc;
  
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #B727BF;
  color: #FFF;

}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* product lists, over-riding defined lists earlier in file */

.table_textbox ul.list {
	display: block;
  margin: 10px 0px 0px 0px; 
  padding:0px;
}
.table_textbox ul.list li {
	display: block;
	list-style-type:none;
  padding: 0px; 
  margin: 0px;
}
.table_textbox ul.imagelist {
	display: block;
  margin: 10px 0px 0px 0px; 
  padding:0px;
}
.table_textbox ul.imagelist li {
	display: inline;
	list-style-type:none;
  padding: 0px; 
  margin: 0px 4px 0px 0px;
}

/* news details lists, over-riding defined lists earlier in file */

ul.newsdocuments {
	display: block;
  margin: 10px 0px 0px 0px; 
  padding:0px;
}
ul.newsdocuments li {
	display: block;
	list-style-type:none;
  padding: 0px; 
  margin: 0px;
}
ul.newsimagelist {
	display: block;
  margin: 0px 0px 10px 0px; 
  padding:0px;
}
ul.newsimagelist li {
	display: inline;
	list-style-type:none;
  	padding: 0px; 
  	margin: 0px 4px 0px 0px;
}

#map_space {
	height:400px;
}

#map_wrap {
	margin: 15px 0px 15px 0px;
	width:500px;
}
.map{
	margin: 4px auto 5px auto;
	padding: 0px 20px 0px 20px;
	width:348px;
	float:left;
}
.link {
		border-bottom: 1px dotted #811186;
		border-top: 1px dotted #811186;
}

.picture_box_wrap {
width: 500px; padding:2px; margin:0px; text-align:center;
}

.picture_box {
width: 200px; height:200px; border: 1px solid #eee;  float: left; padding:2px; margin:20px; text-align:center;
}

.picture_box_long {
width: 446px; height:200px; border: 1px solid #eee;  float: left; padding:2px; margin:20px; text-align:center;
}
