/* CSS layout style sheet for Site.Dfiner Leader Frames */
html, body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/img_upload/background-new.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 12px;
} 
* {
	padding: 0;
	margin: 0;
}
/*------------------------------------------------------------ Layout divs */  
#pagewidth { 
	width: 950px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto; 
} 
#navbar {
	height: 50px;
	width: 100%;
	text-align: right;
}
#header {
	clear: both;
	width: 100%;
	height: 220px;
	background-image: url(/img_upload/animatelogo.gif);
	background-repeat: no-repeat;
}
#headerflash {
	height: 196px;
	width: 625px;
	float: right;
	margin-right: 25px;
	margin-top: 12px;
}
#maincol {
	width: 650px;
	float: right;
	display: inline;
}
#leftcol {
	width: 300px;
	float: left;	
}
#footer {
	width: 100%;
	background-color: #daeaf9;
	border-top: #5dbcfe 1px solid;
	text-align: center;
	clear: both;
}
/*------------------------------------------------------------ Navigation styles */ 
#navbar ul {
	margin-right: 25px;
	list-style-type: none;
}
#navbar li {
	display: inline;
}
#navbar a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navbar a:hover {
	color: #f2b422;
}
.menu_home a {
	background-image: url(/img_upload/menu_home.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;	
}
.menu_phone a {
	background-image: url(/img_upload/menu_phone.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;	
	font-size: 13px;
}		
.menu_cdn a {
	background-image: url(/img_upload/menu_can.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;	
}	
.menu_us a {
	background-image: url(/img_upload/menu_us.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;	
}
.menu_cart a {
	background-image: url(/img_upload/menu_cart.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;	
}
.menu_checkout a {
	background-image: url(/img_upload/menu_checkout.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;	
}
/*------------------------------------------------------------ Breadcrumb styles */ 
#breadcrumb {
	margin-top: 25px;
	margin-bottom: 5px;
}
#breadcrumb p {
	color: #071829;
	font-size: 11px;
	text-transform: uppercase;
}
#breadcrumb a {
	color: #071829;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------ Content styles */ 
#maincontent {
	width: 625px;
	margin-bottom: 15px;
}
/*------------------------------------------------------------ Sidebar styles */ 
#leftcol .sidebox {
	width: 250px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 10px;
	background-image: url(/img_upload/boxmid.jpg);
	background-repeat: repeat-y;
}	
#leftcol .boxtop {
	width: 100%;
	height: 13px;
	background-image: url(/img_upload/boxtop.jpg);
	background-repeat: no-repeat;
}
#leftcol .boxbot {
	width: 100%;
	height: 13px;
	background-image: url(/img_upload/boxbot.jpg);
	background-repeat: no-repeat;
}
#leftcol .boxcont {
	width: 210px;
	margin-left: 20px;
}
/*------------------------------------------------------------ Footer styles */  
#footer p {
	color: #0c5bb8;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 11px;
}
#footer a {
	color: #0c5bb8;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}	

/* ------------------------------------------------------ Article styles ---*/
.out_art {
}
.out_art h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
  	font-size: 24px;
  	font-weight: normal;
  	color: #267bcf;
	margin-bottom: 10px;
	clear: both;
}
.out_art h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
  	font-size: 18px;
  	font-weight: normal;
  	color: #267bcf;
	margin-bottom: 10px;
	clear: both;
}
.out_art h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	font-weight: normal;
  	color: #267bcf;
	margin-bottom: 10px;
	clear: both;
}
.out_art p {
	line-height: 18px;
	margin-bottom: 10px;
}
.out_art ul {
	color: #000000;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}
.out_art ol {
	color: #000000;
	margin-left: 30px;
	margin-bottom: 10px;
	line-height: 18px;
}
.out_prev_img {
	margin-bottom: 10px;
} 
.out_prev_img h3 {
	color: #267bcf;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	font-size: 12px;
}
.out_prev_img p {
	color: #000000;
	margin-bottom: 5px;
}
.out_link {
	clear: both;
}
.out_art .out_link h4 {
	font-size: 14px;
	color: #267bcf;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}
.out_art .out_link p.link_blurb_h {
	margin-bottom: 0;
}
.prev_copy {
	text-align: center;
}
.out_art .out_prev_img p {
	font-size: 11px;
	color: #000000;
}
.out_link p.link_blurb {
	color: #000000;
	line-height: normal;
	margin-bottom: 0;
}
.out_art .out_link a {
	color: #267bcf;
}
.out_art .out_link a:hover {
	color: #1d2e40;
}
.out_art a {
	color: #267bcf;
}
.out_art a:hover {
	color: #1d2e40;
} 
.out_art img {
	border: none;
}
/*------------------------ end of article navigation styles (previous page, top of page) */

.out_art .out_footer {
	margin-bottom: 5px;
	font-size: 11px;
	color: #267bcf;
	height: 15px;
	line-height: 15px;
}
.out_art .out_footer a {
	color: #267bcf;
	padding-right: 5px;
}
.out_art .out_footer a:hover {
	color: #1d2e40;
} 
/* ------------------------------------------------------ image page styles ---*/
#out {	

}
#out h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
  	font-size: 18px;
  	font-weight: normal;
  	color: #267bcf;
	margin-bottom: 10px;
	clear: both;
}
#out h3 {
	font-size: 14px;
	color: #267bcf;
	font-weight: bold;
	margin-bottom: 10px;
}
#out a {
	color: #267bcf;
}
#out a:hover {
	color: #1d2e40;
}
/* ------------------------------------------------------ Contact form styles ---*/
.out_form {
	
}	
.out_form h1 {
	color:#378a0a;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
	clear: both;
}
/* ------------------------------------------------------ Site map styles ---*/
.archive {

}
.archive h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
  	font-size: 18px;
  	font-weight: normal;
  	color: #267bcf;
	margin-bottom: 10px;
	clear: both;
}
.archive p {
	color: #000000;
	margin-bottom: 10px;
}
.archive a {
	color: #267bcf;
}
.archive a:hover {
	color: #1d2e40;
}
/* ------------------------------------------------------ tightcat styles ---*/
#tightcat { background:white;padding:10px;display:table;min-width:200px;margin:24px 14px 0px 14px;border:6px solid #C2D3E3; }
#tightcat span { 
	display: block;
	font-weight: bold;
	padding-bottom: 2px;
	font-size: 11px;
} 
#tightcat a {
	padding-top:3px;
	display: block;
	text-decoration:none;
	color:black;
	font-size:10px;
}
#tightcat a:hover {color:#0c5bb8}

#tightcat1 { background:#dbeeff;padding:10px;display:table;min-width:200px;margin:14px 14px 14px 14px;border:6px solid #9fc4f0; }
#tightcat1 ul { 
	list-style-type: none;
} 
#tightcat1 li {
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
}
	
#tightcat1 a {
	text-decoration:none;
	color:black;
	font-size:10px;
	font-weight: normal;
}
#tightcat1 a:hover {color:#0c5bb8}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac */
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/* ------------------------------------------------------ lightbox styles ---*/
div.picture {
float:left;
margin:10px;
text-align:center;
}

div.picture a img { border:2px solid white; }
div.picture a img:hover { border:2px solid cornflowerblue; }

* html .picture { display: inline; }  /* --Fix for IE6 --*/

.picture_top h3 {
  color: #333333;
  font-weight: bold;
  padding-bottom: 2px;
  font-size: 11px;
}
.picture_bot {
  color: #333333;
  font-size: 11px;
  padding-top: 2px;
}
br.clearboth {
       margin:0;
       padding:0;
       clear:both;
}

#lightbox{
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
  color:#151410;
  }

#lightbox a, #lightbox a:hover {
  border-bottom:none;
  color:#151410;
  text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  }

#imageContainer{
  padding: 10px;
  }

#loading{
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  }
#loadingLink {
  display:block;
  margin:0 auto;
  padding:0;
  width:32px;
  height:32px;
  background:url("/assets/loading.gif") center center no-repeat;
  text-indent:-9999px;
}
#hoverNav{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
  width: 49%;
  height: 100%;
  background: transparent url("/assets/blank.gif") no-repeat; /* Trick IE into showing hover */
  display: block;
  text-indent:-9999px;
  }
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("/assets/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("/assets/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  }

#imageData{
  padding:0 10px;
  }
#imageDetails{ width: 70%; float: left; text-align: left; }
#caption{ font-weight: bold;  }
#numberDisplay{ display: block; clear: left; }
#detailsNav{ display: block; clear: left; padding:0 0 10px 0; }
#prevLinkDetails { margin:0 8px 0 0; }
#nextLinkDetails { margin:0 8px 0 0; }
#closeLink {
  display:block;
  margin:0;
  padding:0 0 10px 0;
  text-decoration:none;
  float:right;
  width:66px;
  height:28px;
  background:url("/assets/closelabel.gif") no-repeat;
  text-indent:-9999px;
  overflow:hidden;
}

#overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #151410;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  }


/* Blog Styles */
#blg_entries {width:100%;font:12px verdana;margin:10px 0px 10px 0px}
#blg_wrapper {position:relative}
#blg_name {font-weight:bold}
#blg_email {font-weight:bold}
#blg_email a {text-decoration:none;color:#3300FF}
#blg_box_bg1 { padding:8px;background:#EEF3E2}
#blg_box_bg2 { padding:8px;background:#EBECE4}
.blg_comment {margin-top:10px;height:auto}
.passed {margin-top:10px;text-align:center;padding:5px;width:320px;font:12px sans-serif;border:1px solid #90EE90;background:#F0F8FF;color:green }
.failed {margin-top:10px;text-align:center;padding:5px;width:320px;font:12px sans-serif;border:1px solid #FEE0C6;background:#FEEED4;color:#FF3333 }
.blg_status {visibility:hidden}

#blg_eml_domain {font:bold 12px verdana}
#blg_eml_comment {font:12px verdana;padding:5px 0px 5px 0px}
#blg_eml_name {font:bold 11px verdana;padding-bottom:3px}
#blg_eml_name a {text-decoration:underline;color:black}
#blg_eml_links {font:bold 11px verdana;padding-bottom:15px}
#blg_eml_links a {color:#3333FF}
#blg_eml_article {font:bold 12px verdana;padding-bottom:5px}
#blg_approve {padding:5px 0px 5px 0px;color:green;font:bold 13px verdana}
#blg_delete, #blg_token_exp {padding:5px 0px 5px 0px;color:red;font:bold 13px verdana}

#blg_form {font:12px verdana}
#blg_form textarea {width:210px}

#blg_secur {width:176px;margin:5px 0px 5px 0px}
#blg_secur_audio {float:left;font:11px verdana}
#blg_secur_reload {float:right;font:11px verdana}
#blg_secur_validate {margin:5px 0px 5px 0px}
#blg_secur_validate input {font:12px verdana}
#blg_secur_submit {width:80px}
#clr {clear:both}


.picture_top {height:12px}

/* Contact Form */
#form_wrapper { padding:0px 12px 0px 12px }
.contact_form { clear:both; }
#cstaff_info { border:2px solid cornflowerblue;float:left;margin-bottom:10px;padding:8px; }

/* Calendar Styles */
/* This wraps the actual calendar only - excludes calendar name and the hrefs below eg. Login*/
.calendarWrapper { position:relative;padding:2px }
.calendarWrapper caption { font:bold 12px sans-serif; }
.calendarWrapper table {background-color: white;width:100%;}
.calendarWrapper #prev { position:absolute;top:3px;left:5px }
.calendarWrapper #next { position:absolute;top:3px;right:5px }
.calendarWrapper th {font-family: verdana;font-size: 11px;color: #555555;text-align: center;}
.calendarWrapper td {font-family: verdana;font-size: 11px;text-align: center;border:1px solid #CCCCCC;}
.calendarWrapper td a {text-decoration:none;color: #0033FF;}
.selected {background-color: yellow;}
.clr {clear:both;}

/* This is holds the entire content of the calendar */
.calendarContainer {width:100%;background:white;padding:8px 0px 16px 0px}
.calendar #today {border:1px solid orange}
.calendar #prev {background:url(/Calendar/img/back.gif) no-repeat;width:10px;height:13px;cursor:pointer}
.calendar #next {background:url(/Calendar/img/next.gif) no-repeat;width:10px;height:13px;cursor:pointer}

/* Href options Back to today - Login - Logout */
#calBack {font:11px arial;float:left}
#calLogin {font:11px arial;float:left}
#calLogout {font:11px arial;float:left}

/* Cal Login Box */
.calLoginBox {border:3px solid navy;padding:8px;background:white;font:bold 12px arial;width:auto;margin:0px 5px 0px 5px;margin-top:10px}
.calLoginBox #errormsg {text-align:center;font:bold 12px arial;color:red;background:pink;margin-top:5px;}
.calLoginBox input {margin-bottom:8px;width:90%;font-size:12px;color:#777777}
.calLoginBox #lButtons {font:bold 10px arial;width:50px}
.calAdmin {width:150px;float:left;border:1px solid red;}

/* Cal Events when Logged In */
.eventbox {border:1px solid navy;width:350px;text-align:left;margin:10px;padding:10px;}
.eventbox textarea, .eventbox input {width:320px}
.eventbox #From {padding-right:10px;padding-top:10px;float:left}
.eventbox #Del {width:50px;font-size:10px;margin-top:10px;float:right;margin-right:25px;}
.caledit {border:5px solid #1E588B;padding:8px;text-align:left;font:12px arial;background:white;width:390px;z-index:9999;}
.caledit #cDate {float:right;padding-left:10px;font-weight:bold;color:navy;}
.caledit #calName {padding-left:10px;font-weight:bold;}
.caledit #Save {margin-left:8px;font-size:10px;}
.caledit #Cancel, .caledit #NewEvent {font-size:10px;}

/* Cal Event View for Users */
.caluserevent {font:12px arial;text-align:left;width:480px;border:5px solid #1E588B;background:white;padding:16px 8px 8px 8px;z-index:9999}
.caluserevent #cHeader {position:relative;font:bold 15px arial;color:cornflowerblue;padding-bottom:15px;margin-bottom:10px;border-bottom:1px solid #CCCCFF;}
.caluserevent #cDate {font-weight:bold;color:navy;font-size:12px;}
.caluserevent #cEvents {font-weight:bold;color:cornflowerblue;font-size:16px;}
.caluserevent #cCloseButton {position:absolute;right:5px;top:-5px;}
.caluserevent #cCloseButton a {font:bold 12px arial;color:cornflowerblue;text-decoration:none;}
.caluserevent #cEventBox {margin-bottom:10px;border-bottom:1px solid #CCCCFF;padding-bottom:10px;}
.caluserevent #cTime {font:bold 10px arial;background:cornflowerblue;padding-left:5px;color:white;}
.caluserevent #cEventText {padding:5px;font-size:12px}

