/* CSS Document */

body {
	background: #fff;
	color: #505050;
	margin: 0px;
	padding: 0;
	font-family : Geneva, Arial, Helvetica, sans-serif; 
	font-size:70%;
}

h1 {
	font-size: 1.8em;
	font-weight: 500;
	padding: 0.3em 0 0.3em 0;
	margin: 0;
	color: #000;
	clear: both;
}

h2 {
	font-size: 1.3em;
	font-weight: 500;
	padding: 0.3em 0 0.3em 0;
	margin: 0.5em 0 0 0;
	color: #333;
	clear: both;
	font-style: italic;
}


h3 {
	font-size: 1.2em;
	font-weight: 500;
	padding: 0.3em 0 0.3em 0;
	color: #555;
	margin: 1em 0 0 0;
}

h4 {
	color: #71a8dc;
	text-align: left;
	font-size: 0.8em;
	font-weight: 500;
	padding: 0.3em 0 0 0;
	margin: 0 0 0 0;
}

/* Image Styles */
img {
	border: none;
}

img.right {
	margin-left: 0.5em;
	float: right;
}

img.left {
	margin-right: 0.5em;
	float: left;
}

img.center{
	margin: 0px;
}

cite{
	font-size: 0.7em;
}

SUB, SUP { line-height: 0; font-size: 0.8em; font-weight: bold} 

em { font-style: italic; color: #333;}
strong {font-weight: bold; color: #333;}

p {
	margin: 0.5em 0.5em 0 0;
	padding: 0px;
	line-height: 1.6em; 
}

hr {
margin: 1em 0;
border: 1px #CCC dotted;
clear: both;
}

ol.faq {
	font-size: 1.5em;
}
ol.faq p{
	font-size: 0.7em;
}

.faq h3{
	font-size: 1em;
}

.faqback{
background: url("/images/design/top.gif") transparent right 13px no-repeat;
font-size: 0.5em;
margin: 0;
padding: 0 15px 0 0;
text-align: right;
}

.faqback a{
text-decoration:none;
}

.eventdetails {
	background: #fff;
	border: 1px solid #71a8dc;
	display: block;
	padding: 0px;
	margin-bottom: 12px;
	text-align: center;
	width: 100%;
}

.eventdetails h2{

background: #71a8dc;
font-weight: 600;
color: #FFFFFF;
font-size: 0.9em;
padding: 2px 2px 2px 2px;
margin: 0px;
clear: none;
text-align: center;

}




/* Bullets for content box */
#content ul {
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content ol li {
	margin: 0.2em;
	width: auto;
	line-height: 1.6em; 
}

#content ul li {
	background: url("/images/design/bullet.gif") TOP left no-repeat transparent;
	padding:  0.2em  0.2em  0.2em 25px;
	margin:  0.2em  0.2em  0.2em 12px;
	width: auto;
	line-height: 1.6em; 
}

 /*
.pdf  {
	padding:  0.2em  0.2em  0.2em 25px;
	background: url("/images/design/pdficon.gif") 0 0 no-repeat transparent;
}  

.doc  {
	padding:  0.2em  0.2em  0.2em 25px;
	background: url("/images/design/wordicon.gif") 0 0 no-repeat transparent;
}  

.ppt  {
	padding:  0.2em  0.2em  0.2em 25px;
	background: url("/images/design/ppticon.gif") 0 0 no-repeat transparent;
}  
*/

 #content ul li.pdf, p.pdf, #content ul.pdf li {
	background: url("/images/design/pdficon.gif") 0.4em left no-repeat transparent;
	padding:  0.2em  0.2em  0.2em 25px;
	margin:  0.2em  0.2em  0.2em 12px;
	width: auto;
	line-height: 1.6em; 
}  

#content ul li.ppt, p.ppt, #content ul.ppt li {
	background: url("/images/design/ppticon.gif") 0.4em left no-repeat transparent;
	padding:  0.2em  0.2em  0.2em 25px;
	margin:  0.2em  0.2em  0.2em 12px;
	width: auto;
	line-height: 1.6em; 
}  

#content ul li.doc, p.doc, #content ul.doc li {
	background: url("/images/design/wordicon.gif") 0.4em left no-repeat transparent;
	padding:  0.2em  0.2em  0.2em 25px;
	margin:  0.2em  0.2em  0.2em 12px;
	width: auto;
	line-height: 1.6em; 
}  




div.rightcolumn {
	position: absolute;
	top: 120px;
	right:10px;
	width: 175px;
	margin: 0;
	padding:10px;
	height: 400px;

}

div.rightcolumn h2{
font-size: 0.9em;
font-weight: 600;
}

div.rightcolumn ul
{
list-style-type: none;
margin: 0;
padding: 0; 
}

div.rightcolumn li  {
display: block;
line-height: 12px;
margin: 0px 0px 0px 0px;
padding: 4px 4px 4px 15px;
background: #303030 url("/images/design/bullet2.gif") 4px left no-repeat transparent;
width: auto;
font-size: 0.9em;
font-weight: 500;
border-top : 1px solid #ddd;
}

div.rightcolumn a {	
	color: #000;
	text-decoration: none;
}  

div.rightcolumn ul li a:hover, #content div.rightcolumn ul li a:active, {
	color: #71a8dc;
}

div.rightcolumn ul li.current a {
	color: #71a8dc;
}

div.rightcolumn .homelinks {
margin: 0;
padding: 0;
text-align: center;
font-size: 0.9em;
color: #111;
}

.date {
margin: 0.4em 0 0 0;
padding: 0;
font-size: 0.9em;
font-style: italic; 
display: block;
}

form{
	margin-top: 1em;
	padding: 0;
}
textarea {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	height: 100px;
	margin-bottom: 2px;
}

fieldset { 
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	}

legend {
  padding: 0.2em 0.5em;
  color:#666666;
  font-size:1.1em;
  font-weight: bold;
 }
  
table {
	margin: 0.5em 0.5em 0 0;
	padding: 0;
}

caption {
	color: #71a8dc;
	text-align: left;
	font-size: 0.8em;
	font-weight: 500;
	padding: 0.3em 0 0.3em 0;
	margin: 1em 0 0 0;
}

th {
	background: #71a8dc;
	color: #FFFFFF;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 500;
	padding: 0.3em;
	
	  text-align:left;
}
  
th strong{
	color: #FFFFFF;
}

th a, th a:hover, th a:active, th a:visited{
color: #FFFFFF;
}

td {
vertical-align:top;
	border: 1px solid #E6E6E6;
	padding: 0.3em;
	color: #333;

	margin: 0.3em;
	border-spacing: 0px;
}

td.narrowcol { width: 80px; }
td.mediumcol { width: 160px; }
td.widecol, th.widecol  { width: 240px; }
tr.selected { background: #D0D0D0; }
td.selected { background: #C6C6C6;}
td.selectedlight {background: #E6E6E6;}
td.notes { 
background: #fff; 
font-size: 0.8em;
padding: 5px 5px 5px 5px;
color: #333;
font-style: italic;
}

td p {
padding: 0;
margin: 0;
}

dfn, abbr, acronym, .help {
cursor:help; 
border-top: 1px dotted;
}

.small {
	font-size: 9px;
}
  
.copyright a, .copyright a:visited, .copyright a:hover {
color: #fff;
text-decoration: none;
font-size: 10px;
}

/* Heading can be used alone or with Boxbeige and Boxwhite below */
.heading {
	background: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	font: bold 11px Verdana, sans-serif;
	padding: 3px 8px;
	text-transform: uppercase;
	width: auto;
}

.sidepanel {
	right: 10px;
	position: absolute;
	top: 76px;
	width: 168px;
}

.centeralign {
	text-align: center;
}

.rightalign {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

.labelwrapper{
	clear: both;
	float: left;
	font-size: 10px;
	padding-right: 4px;
	padding-top: 4px;
	text-align: right;
	width: 100px;
}

.checkbox {
	margin: 0px;
	padding: 0px;
	width: 20px;
}

.thumbnail {
	border: 0px;
	float: left;
	margin: 0px;
	padding: 14px 14px 0px 0px;
	width: inherit;
}



.white{
	color: #FFFFFF;
	background-color: inherit;
}

/* These styles define default link behaviors */
a{
color: #000099;
}

a:hover {
	text-decoration: none;
	color: #3366ff;
}

a:active {
	color: #0033cc;
}

a .hilite {
color: #ddd;
}

.right {
	float: right;
}



/* Index Page Styles */

.splashbox {
	border: 1px solid #000000;
	margin: 25px 25% 25% 25%;
	text-align: center;
	width: 50%;
}

.splashbox h1{
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 14px;
	width: 100%;
	background: #000;

}

.splashbox p{
	padding: 5px;
}

.splashbox a{
	font-size: 18px;
	text-decoration: none;
color: #666666;
}

.splashbox .keywords{
	font-size: 9px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

div#subnav h1{
	/*background: url("images/design/buttonback.gif") #333;*/
	color: #fff;
	margin: 0px 0px 0px 1px;
	padding: 2px 2px 2px 4px;
	border: 1px solid #F0EDDC;
	width: auto;
	font-size: 13px;
	font-weight: 500;
	background: transparent;
}
/* These are the wrappers */
#wrapper {
	margin-top : 115px;
}

/* This style defines the logo area. */
#banner
{
	display: block;
	background: #fff url("/images/design/header.jpg") no-repeat;
	height: 110px;
}

#logo
{
	position: absolute;
	z-index:5;
	width:156px;
	top : 85px;
	left : 30px;
	height: 68px;
}

div#strap{
	width:auto;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	font-size:19px;		
	font-weight: 600;
}

div#strap a{

	background: transparent;
	color: #000;
	text-decoration: none;

}

/* These styles define the columns that appear within the body of the page */
div#content {
	margin: 0 210px 0 215px;
	display: block;
	width: auto;
	font-size:1.2em;
	height: 700px;
}

html>body div#content {
  height: auto; 
  min-height: 700px;
 }
 
div#subnav {
/* float: left;
	width: 195px;
	margin: 60px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	*/
	position: absolute;
	width: 169px;
	left: 15px;
	top: 175px;
}

div#nav {
margin: 8px 0px 0px 214px;
}

.topofpage {
position: relative;
top: 15px;
margin-left: 230px;
height: 60px;
}

.topofpage a, .topofpage a:visited, .topofpage a:hover {
background: url("/images/design/top.gif") transparent 0px 3px no-repeat;
font-size: 10px;
text-decoration:none;
padding: 0 0 0 15px;
margin: 0 0 0 0;
}

#footer {
	background: #000000 url("/images/design/footer.jpg") no-repeat;
	padding: 0 5px 0 0;
	margin: 15px 0 0 0;
	display: block;
	height: 100px;
	clear:both;
}

/* Navigation Styles */
/* Footer Style */
div#footer ul
{
list-style-type: none;
margin: 0 0 0 0;
padding: 0;	
background-color: #000000;
display: block;
}

div#footer ul li  { background-color: #000000; display: inline; padding: 0;	margin: 0;}

.footelement {
	white-space:nowrap;
	float:right;
}  
	
.footelement a {
	float:left;
	padding: 10px;
	margin: 0;
	font-size: 10px;
	text-decoration:none;
	color:#ddd;
}  
	
.footelement a:hover {
	color:#fff;
}

/* Navigation Style */
div#subnav ul
{
list-style-type: none;
margin: 0;
padding: 0; 
}

div#subnav ul li  { display: inline; line-height: 12px;}

div#subnav .pagelevel1 a, div#subnav .folderlevel1 a {	
	color: #606060;
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	text-align : right;
	border-top : 1px solid #ddd;
}  

div#subnav .pagelevel1 a:hover, div#subnav .folderlevel1 a:hover {
	color: #000;
	background-color: #e0e0e0;
}
	
div#subnav .selected1 a, div#subnav .selected1 a:hover{
	color: #FFF;
	background-color: #71a8dc;
	font-weight: 600;
}

div#subnav .pagelevel2 a, div#subnav .folderlevel2 a {	
	color: #555;
	display: block;
	font-size: 10px;
	font-weight: 500;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	text-align : right;
	background-color: #f0f0f0;
	border-top : 1px solid #fff;
}  

div#subnav .pagelevel2 a:hover, div#subnav .folderlevel2 a:hover {
	color: #000;
	font-weight: 500;
	background-color: #e0e0e0;
}
	
div#subnav .selected2 a, div#subnav .selected2 a:hover{
	color: #000;
	background-color: #d0d0d0;
	font-weight: 500;
}


/* E-commerce Styles */
div.shopitem{
	border: #71a8dc 1px SOLID;
	margin: 2px 2px 0px 0px;
	padding: 1px;
	float: left;
	width: 280px;
}


div.shopitem h1.shoptitle {
	color: #fff;
	background: #71a8dc;
	font-size: 12px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 1px;
	padding: 2px 2px 2px 2px;
	display: block;
}

div.shopitem div.shopcontentwrapper {
	display: inline;
	float: left;
	width: 170px;
	height: 150px;
	overflow: auto;		
	font-size: 0.8em;	
	display: block;
	line-height: 1em;
}

div.shopitem div.shopimagewrapper {
	height: 150px;
	width: 110px;
	float: left;
	display: inline;
	overflow: hidden;
}

div.shopitem form {
	clear: both;
	display: block;
	text-align: right;
	margin: 0 0.3em 0 0;
	padding: 0;
}

div.shopitem div.shopbuy {
	font-size: 11px;
	padding: 0;
	display: block;
	text-align: right;
	padding:0px;
	vertical-align: middle;
	margin: 0;
}


#shopheader {
background: #303030;
font-weight: 800;
color: #e0e0e0;	
}

/* used on continue pages */
div.shopform {
	float: left;
	width: 340px;
}

div.shopinstructions {
	margin-top: 20px;
	padding: 5px;
	width: auto;

}

div.halfcolumn {
	float: left;
	width: 48%;
	margin: 0px;
	padding: 0px;
}

/* E-commerce quantity buttons */


.input {
	color: #000;
	font-size: 12px;
	text-align: center;
	margin: 1px;
}

.inputsubmit {
	background: #666666;
	border: 0px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 600;
	padding:2px;
	margin: 1px
}

.tablewrapper {
width: 95%;
}

table.shopbaskettable {
width: 95%;
}

.shopbaskettable td {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.shopbaskettable th {

}
td.shoplight {
	background: #e0e0e0;
	color: #000;
	font-size: 10px;
	font-weight: 400;
	padding: 2px 2px 2px 2px;
}

td.shopclear {
	font-size: 10px;
	font-weight: 400;
	padding: 2px 2px 2px 2px;
	text-align: right;
}

td.shopdark{
	background: #303030;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 400;
	padding: 4px 4px 4px 4px;
	border-right: 0;
}

p.trade {
	font-size: 9px;
	font-weight: bold;
	color: #000;
}


/* Box Styles */
.visitormessage {
	font-size: 1em;
	font-weight: 500;
	padding: 0em;
	margin: 0;
	border: 1px #71a8dc solid;
}
.visitormessage p{padding: 0 0.5em;}
.visitormessage h1{
	font-size: 1.1em;
	font-weight: 500;
	padding: 0.4em 0;
	margin: 0;
	color: #fff;
	background: #71a8dc;
	border: 1px #71a8dc solid;
	text-align: center;
	margin-bottom: 0em;
	font-weight: bolder;
}
div.searchbox {
border: 1px solid #E6E6E6;
padding: 0px;
margin: 10px 0px 0px 0px;
display: block;
width: 175px;
}

div.searchbox h2
{
display: block;
background: #E6E6E6;
margin: 0px;
padding: 0.3em; 
font-size: 1em;
}

div.searchbox h3
{
margin: 0px;
padding: 0px; 
font-size: 1em;
font-weight: bold;
}

div.searchbox label
{
margin: 0.5em 0 0 0; 
padding: 0.2em 0 0.2em 0.2em; 
line-height: 1em;
float: left;
width: 45px;
}

div.searchbox input.button
{
margin: 0;
padding: 0.1em; 
font-size: 0.8em;
}

div.searchbox form
{
margin: 0px;
padding: 0.5em; 
line-height: 1em
}


div.summary {
clear: both;
margin: 0.5em 0.5em 0 0;
border-left: 1px solid #71a8dc;
border-right: 1px solid #71a8dc;
border-bottom: 1px solid #71a8dc;
padding: 0px;
}

div.summary h3{
background: #71a8dc;
font-weight: 600;
margin: 0px;
color: #FFFFFF;
font-size: 0.9em;
font-weight: 600;
padding: 2px 2px 2px 2px;
}

div.summary p {
padding: 0.5em;
}

div.references {
clear: both;
margin: 0.5em 0.5em 0 0;
border-left: 1px solid #71a8dc;
border-right: 1px solid #71a8dc;
border-bottom: 1px solid #71a8dc;
padding: 0px;
}

div.references h3{
background: #71a8dc;
font-weight: 600;
margin: 0px;
color: #FFFFFF;
font-size: 0.9em;
font-weight: 600;
padding: 2px 2px 2px 2px;
}

div.references p{
padding: 0 0 0 0;
margin: 0;
}

div.references form{
padding: 0;
margin: 0;
}

.ref{
font-size: 0.7em;
padding: 0;
margin: 0;
font-weight: 600;
}

div.references ul {
	font-size: 0.8em;
	margin-right: 2em;
}

div.references ul li {
	padding:  0;
	margin:  0;
	border-bottom: 1px #CCC dotted;
}

div.references ul li p {
padding: 0 0 0.3em 0;
margin: 0;
}

.leftimage {
float: left;
width: 350px;
margin-right: 5px;
}

.rightimage {
float: right;
width: 350px;
margin-left: 5px;
}

.rightimage p, .leftimage p, .notes, .centeralign p
{
margin: 0;
width:100%;
text-align: center;
font-size: 0.8em;
color: #111;
font-style: oblique;
}

#shoppingbag {
	background: url("/images/order.gif") top left no-repeat transparent;
height: 30px;
	width: 145px;
	margin: 0;
	padding-top:20px;
	position: absolute;
	top: 30px;
	right:40px;
	z-index: 5;
	text-align: center;
}

#shoppingbag a{
color: #fff;
}

.required {
font-weight: 600;
color: #000;
}
.clear {clear: both;}
table { font-size: 100%; /* IE hack */ }
html { font-size: 100%; /* IE hack */ }

