@charset "utf-8";

/*--------------------------------------------------------------------------------------------------*/
/* MAIN STYLE SHEET
/*--------------------------------------------------------------------------------------------------*/

/* This is the main stylesheet for the CMS.  Some of these styles are overridden by
/* subsequent 'theme' pages in the cascade.  For instance, the home page layout is
/* handled by hiding certain divs and restyling others.

/* Last modified on 9.06.2011 by Bret Lovetro

/*--------------------------------------------------------------------------------------------------*/
/* RESET PARAMETERS
/*--------------------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { 
	border: 0;
	}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	}


/*--------------------------------------------------------------------------------------------------*/
/* GLOBAL DECLARATIONS
/*--------------------------------------------------------------------------------------------------*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #242b33; /* same color as border-bottom of footer */
	background-color: #26384d; /* same color as bottom of footer */
	}

object, embed {
	z-index: 0;
	}
	
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
	
p {
	color: #555555;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0px;
	}

a,
a:link, 
a:visited {
	color: #3868a9;
	text-decoration: none;
	}
	a:hover,
	a:active {
		color: #ee4a23;
		text-decoration: none;
		}

ul			{ list-style-type: disc; }
ol			{ list-style-type: decimal; }
em 		{ font-style: italic; }	
strong	{ font-weight: bold; }
small	{ font-size: 0.7em; }
sup		{ bottom: 0.4em; }
sub		{ top: 0.3em; }
hr			{ color: #999; background-color: #999; height: 1px; border: 0px; display: block; clear:both; }

table 	{ width: 100%; }
	
.float-left	{ display: inline-block; float: left; }
.float-right	{ display: inline-block; float: right; }
.clear 		{ display: block; clear: both; }
	
p.clear { /* forces background height extension in multi-column layouts. more realiable than div.clear */
	clear: both;
	height: 0; /* needed for IE */
	margin: 0;
	padding: 0;
	}

.tooltip { /* used with jquery function in tooltips.js */
	display: none;
	width: 250px;
	padding: 12px 20px 15px; /* T RL B */
	color: #666;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #fff;
	background-image: -moz-linear-gradient(100% 100% 90deg, #efefef, #ffffff); /* fallback gradient */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#efefef)); /* fallback gradient */
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 8px #666;
	-webkit-box-shadow: 2px 2px 8px #666;
	box-shadow: 2px 2px 8px #666;
	}


/*--------------------------------------------------------------------------------------------------*/
/* HEADER
/*--------------------------------------------------------------------------------------------------*/
				
#header-bar {
	height: 100px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../images/graphics/header_bg_orange.png) top repeat-x;
	}
	
#header {
	height: 100px;
	width: 950px;
	margin: 0px auto;
	}
	#header h1 {
		float: left;
		margin-top: 15px;
		margin-left: 3px;
		}
		#header h1 span{
			display: none;
			}
		#header h1 a {
			display: block;
			background: url(../images/graphics/shawLogo_header.png) top no-repeat;
			width: 320px;
			height: 70px;
			}
			
	#header img,
	#header span {
		border: 0;
		}
	

	
/*--------------------------------------------------------------------------------------------------*/
/* NAVIGATION 
/*--------------------------------------------------------------------------------------------------*/		
			
#nav-bar {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 30px;
	border-top: #ffffff solid 1px;
	border-bottom: #777777 solid 1px;
	background: url(../images/graphics/nav_bg.png) repeat-x;
	background-color: #d7d7d7; /* must correspond with bottom-most pixel in background image */
	}

#nav-pad {
	float: left;
	height: 30px;
	width: 3px;
	border-right: #d0d0d0 solid 1px;
	}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	width: 950px;
	margin: 0px auto;
	position: relative;
	}
	#nav h2 {
		display: none;
		}
	#nav ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		}		
	#nav li {
		z-index: 20;
		float: left;
		position: relative;
		width: auto;
		}
		#nav li a,
		#nav li a:link,
		#nav li a:visited {
			outline: none;
			display: block;
			color: #333;
			font-size: 10pt;
			font-weight: bold;
			text-decoration: none;
			padding: 7px;
			border-left: #eeeeee solid 1px;
			border-right: #d0d0d0 solid 1px;
			background: url(../images/graphics/nav_bg.png) repeat-x;
			background-color: #d7d7d7; /* must correspond with bottom-most pixel in background image */
			}
		#nav li a:hover,
		#nav li a:active {
			color: #333;
			text-decoration: none;
			background: url(../images/graphics/nav_hover.png) repeat-x;
			background-color: #eeeeee; /* must correspond with bottom-most pixel in background image */
			}
			
		/* DROP-DOWN NAV */			
		#nav li > ul { /* Must come before #nav li ul declaration.  Resets for absolute position */
			top: auto;
			left: auto;
			}  
		#nav li ul {
			z-index: 10;
			display: none;
			position: absolute; 
			top: 30px;
			left: -1px; /* -1 to compensate for border-left width below */
			border-left: #999 solid 1px;
			border-bottom: #777 solid 1px;
			/* For IE 8 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
			/* For IE 5.5 - 7 */
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
			/* Safari, Chrome */
			-webkit-box-shadow: rgba(0,0,0, .3) 1px 2px 3px;
			/* FireFox */
			-moz-box-shadow: rgba(0,0,0, .3) 1px 2px 3px;
			/* CSS3 */
			box-shadow: rgba(0,0,0, .3) 1px 2px 3px;
			}
			
			#nav li ul li:first-child {
				border-top: #777 solid 1px; /* adds unique top border to first drop-down li*/
				}
			#nav li ul li a,
			#nav li ul li a:link,
			#nav li ul li a:visited {
				display: block;
				min-width: 200px;
				padding: 5px 0px 7px;
				padding-left: 15px;
				color: #333;
				font-size: 10pt;
				font-weight: bold;
				text-decoration: none;
				line-height: 1.0em;
				border-top: #fff solid 1px;
				border-left: #eee solid 1px;
				border-right: #999 solid 1px;
				border-bottom: #ccc solid 1px;
				background-color: #d7d7d7; /* fallback color */
				background-image: -moz-linear-gradient(100% 100% 90deg, #efefef, #d7d7d7); /* fallback gradient */
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d7d7d7), to(#efefef)); /* fallback gradient */
				background: url(../images/graphics/nav_li_bg.png) bottom left no-repeat;
				}
				#nav li ul li a:hover,
				#nav li ul li a:active {
					background-color: #eee;
					background-image: -moz-linear-gradient(100% 100% 90deg, #d7d7d7, #efefef); /* fallback gradient */
					background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#d7d7d7)); /* fallback gradient */
					background: url(../images/graphics/nav_li_hover.png) top left no-repeat;
					}
					#nav li ul li ul {
						z-index: 20;
						position: absolute;
						top: -1px;
						left: 217px; 
						}
		
		/* ACTIVE states */
		#nav ul li strong a,
		#nav ul li strong a:link,
		#nav ul li strong a:visited { 
			background-color: #eeeeee; /* must correspond with bottom-most pixel in background image */
			background: url(../images/graphics/nav_selected.png) repeat-x;
			} 
		#nav ul li ul li strong a:link,
		#nav ul li ul li strong a:visited { 
			background-color: #eeeeee;
			background-image: -moz-linear-gradient(100% 100% 90deg, #d7d7d7, #efefef); /* fallback gradient */
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#d7d7d7)); /* fallback gradient */
			background: url(../images/graphics/nav_li_selected.png) top left no-repeat;
			} 
			
		#nav li:hover ul, li.over ul { display: block; } /* check to see if we still need this */
	
		
/*--------------------------------------------------------------------------------------------------*/		
/* SUB-NAV
/*--------------------------------------------------------------------------------------------------*/			
/* SUB-NAVIGATION (First-Level Pages)
----------------------------------------------------------------------------------------------------*/

#subnav {
	display:block;
	width: 200px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	/*background: url(../images/graphics/subnav_bg.png) center right repeat-y;*/
	}
	#subnav h2 {
		display: none;
		}
	#subnav ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		}		
	#subnav li {
		width: 200px;
		}
		#subnav li a,
		#subnav li a:link,
		#subnav li a:visited {
			height: 100%; /* needed for IE */
			outline: none;
			display: block;
			color: #4c5866;
			font-weight: bold;
			text-decoration: none;
			padding: 5px 20px 5px 15px; /* use padding instead of margin here to allow bg image to stretch completely */
			background: url(../images/graphics/subnav_link.png) center right repeat-y;
			border-top: #ffffff solid 1px;
			border-bottom: #dddddd dotted 1px;
			}
			#subnav li a:hover,
			#subnav li a:active {
				color: #f37321;
				text-decoration: none;
				background: url(../images/graphics/subnav_link.png) center right repeat-y;
				}

	/* SUB-NAVIGATION (Second-Level Pages) */
	
		#subnav li ul { display: none; } /* needed for jquery nav.js menu to function */
			
		#subnav li ul li a,
		#subnav li ul li a:link,
		#subnav li ul li a:visited {
			display: block;
			padding: 2px 20px; /* use padding instead of margin here to allow bg image to stretch completely */
			padding-left: 25px; /* indentation for subpages */
			font-weight: normal;
			text-decoration: inherit;
			/* redundancy needed to overide .selected class inherited from parent element |  may not need with <strong> technique */
			color: #4c5866;
			background: url(../images/graphics/subnav_link.png) center right repeat-y;
			border-top: #ffffff solid 1px;
			border-bottom: #dddddd dotted 1px;
			}
			#subnav li ul li a:hover,
			#subnav li ul li a:active {
				/* redundancy needed to overide .selected class inherited from parent element |  may not need with <strong> technique */
				color: #f37321;
				background: url(../images/graphics/subnav_link.png) center right repeat-y; 
				}

		/* SUB-NAVIGATION (Third-Level Pages) */
				
			#subnav li ul li ul { display: none; } /* TEMPORARY OVERRIDE for THIRD level pages */
			
			#subnav li ul li ul li a,
			#subnav li ul li ul li a:link,
			#subnav li ul li ul li a:visited {
				display: block;
				padding-left: 35px; /* use padding instead of margin here to allow bg image to stretch completely */
				font-weight: inherit;
				text-decoration: inherit;
				/* redundancy needed to overide .selected class inherited from parent element |  may not need with <strong> technique */
				color: #4c5866;
				background: url(../images/graphics/subnav_link.png) center right repeat-y;
				border-top: #ffffff solid 1px;
				border-bottom: #dddddd dotted 1px;
				}
				#subnav li ul li ul li a:hover,
				#subnav li ul li ul li a:active {
				/* redundancy needed to overide .selected class inherited from parent element |  may not need with <strong> technique */
					color: #f37321;
					background: url(../images/graphics/subnav_link.png) center right repeat-y;
					}
					
					#subnav li ul li ul li ul li a,
					#subnav li ul li ul li ul li a:link,
					#subnav li ul li ul li ul li a:visited,
					#subnav li ul li ul li ul li a:hover,
					#subnav li ul li ul li ul li a:active {
						padding-left: 45px;
						}

	/* Selected Class for Active Pages */
	#subnav ul li strong a:link,
	#subnav ul li strong a:visited {
		display: block;
		color: #fff;
		background: url(../images/graphics/subnav_selected.png) center right repeat-y;
		border-top: #4c5866 solid 1px;
		border-bottom: #dddddd solid 1px;
		}		
	#subnav ul li ul li strong a:link,
	#subnav ul li ul li strong a:visited {
		display: block;
		color: #f37321;
		font-weight: normal;
		background: url(../images/graphics/subnav_hover.png) center right repeat-y;
		border-top: #ffffff solid 1px;
		border-bottom: #dddddd dotted 1px;
		}
	#subnav ul ul ul li strong a:link,
	#subnav ul ul ul li strong a:visited {
		font-weight: normal;
		background: url(../images/graphics/subnav_link.png) center right repeat-y;
		}
	#subnav ul ul ul li ul li strong a:link,
	#subnav ul ul ul li ul li strong a:visited {
		font-weight: normal;
		background: url(../images/graphics/subnav_link.png) center right repeat-y;
		}
	
	#subnav .subnav-trim-top {
		height: 4px;
		margin:0px;
		padding:0px;
		border-bottom: #dddddd dotted 1px;
		background: url(../images/graphics/subnav_trim_top.png) no-repeat;
		}	
		
	#subnav .subnav-trim-bottom {
		height: 8px;
		margin:0px;
		padding:0px;
		background: url(../images/graphics/subnav_trim_bottom.png) no-repeat;
		}	

		

/*--------------------------------------------------------------------------------------------------*/
/* CONTENT 
/*--------------------------------------------------------------------------------------------------*/

#background {
	/* height is inherited from container */
	clear: both;
	width:100%;
	background: #ccc url(../images/graphics/background_diamonds.png) top repeat-x;
	background-color: #ccc;  /* canvas extension color */
	border-top: #444 solid 1px;
	border-bottom: #777 solid 1px;
	}

#container-outer {
	/* height is inherited from content */
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/graphics/container_bg_diamonds.png) top repeat-x;
	background-color: #d9d9d9;  /* canvas extension color */
	border-left: #fff solid 1px;
	border-right: #eee solid 1px;
		/* Safari / Chrome */
		-webkit-box-shadow: rgba(0,0,0, .3) 0px 0px 10px;
		/* FireFox */
		-moz-box-shadow: rgba(0,0,0, .3) 0px 0px 10px;
		/* CSS3 */
		box-shadow: rgba(0,0,0, .3) 0px 0px 10px; 
	}
	
#container-inner { 
	/* height varies based on feature & layout */
	position: relative;
	width: 900px; 	/* this is the total actual width for page content */
	margin: 0px auto;
	padding: 20px 15px 0px;
	background: url(../images/graphics/content_bg.png) top repeat-x;
	background-color: #fff;  /* canvas extension color */
	border-left: #fff solid 1px;
	border-right: #ddd solid 1px;
		/* Safari / Chrome */
		-webkit-box-shadow: rgba(0,0,0, .3) 0px 0px 10px;
		/* FireFox */
		-moz-box-shadow: rgba(0,0,0, .3) 0px 0px 10px;
		/* CSS3 */
		box-shadow: rgba(0,0,0, .3) 0px 0px 10px; 
	}
	
#feature {
	width: 900px;
	}
	
	#main-image {
		width: 900px;
		outline: none;
		}

#layout {
	/* Use <div class="clear"></div> in html before closing */
	width: 900px; 
	min-height: 400px;
	background: url(../images/graphics/layout_bg.png) top repeat-y;
	}
	
#column-left {
	float: left;
	width: 200px;
	}
	
	#column-left-content {		}
	
	#sub {
		width: 160px;
		color: #666;
		font-size: 10px;
		margin: 15px;
		padding-bottom: 30px;
		text-shadow: #fff 1px 1px 0px;
		}
		
		#sub h1, 
		#sub h2, 
		#sub h3 {
			font-size: 1.4em;
			line-height: normal;
			font-weight: bold;
			margin-top: 0px;
			margin-bottom: 0.5em;
			}
		#sub p {
			margin:0;
			line-height: 1.3em;
			margin-bottom: 1.0em;
			}
		#sub a,
		#sub a:link,
		#sub a:visited {
			color: #666;
			text-decoration: none;
			}
		#sub a:hover,
		#sub a:active {
			color: #666;
			text-decoration: underline;
			}
		#sub ul,
		#sub ol {
			margin: 5px;
			margin-left: 17px;
			padding-top: 10px;
			padding-bottom: 10px;
			}
			#sub li {
				line-height: 1.2em;
				margin-bottom: 0.5em;
				}
		#sub small {
			font-size: 0.8em;
			}
				
		#sub #main-image { display: none; } /* hides "Left Image" if added via CMS.  Need to actually remove this as an option from the CMS */

	
#column-main {
	float: left;
	width: 500px;
	}
	
	#main-content {
		width: 450px;
		padding: 0px 20px 75px 25px; /* T R B L */
		}
		#main-content h1 {
			color: #cc5200;
			font-size: 1.8em;
			font-weight: normal;
			margin-top: 0.8em;
			margin-bottom: 0.5em;
			}
		#main-content h2 {
			color: #444;
			font-size: 1.2em;
			font-weight: bold;
			margin-top: 1.5em;
			margin-bottom: 0.5em;
			padding: 0pt;
			line-height: 1.3em;
			}
		#main-content h3,
		#main-content h4,
		#main-content h5,
		#main-content h6 {
			color: #444;
			font-size: 1.0em;
			font-weight: bold;
			margin-top: 1.5em;
			margin-bottom: 0.5em;
			padding: 0pt;
			line-height: 1.3em;
			}
		#main-content p {
			font-size: 1.0em;
			line-height: 1.5em;
			margin-bottom: 1.0em;
			}
		#main-content ol, 
		#main-content ul {
			font-size: 1.0em;
			line-height: 1.5em;
			color: #555;
			margin: 0px 0px 5px 10px;
			padding: 0px 0px 5px 25px;
			}
			#main-content ol.tight li,
			#main-content ul.tight li { padding-top: 0px; padding-bottom: 0px; } /* also default */
			#main-content ol.loose li,
			#main-content ul.loose li { padding-top: 5px; padding-bottom: 5px; }
			
			#main-content li ul { 
				margin: 0px;
				margin-left: 25px;
				padding: 0px;
				}
				#main-content li ul li {
					list-style-type: circle;
					padding-top: inherit;
					padding-bottom: inherit;
					}
				
		#main-content a {
			color: #555;
			}
		#main-content a:link,
		#main-content a:visited {
			font-style: normal;
			color: #3868a9;
			text-decoration: none;
			}
			#main-content a:hover,
			#main-content a:active {
				color: #ee4a23;
				text-decoration: underline;
				}
		#main-content p a:link,
		#main-content p a:visited {
			font-style: normal;
			color: #3868a9;
			text-decoration: none;
			border-bottom: #6696cc dotted 1px;
			}
			#main-content p a:hover,
			#main-content p a:active {
				color: #ee4a23;
				text-decoration: none;
				border-bottom: #ee4a23 solid 1px;
				}
		#main-content th a:link,
		#main-content th a:visited {
			font-style: normal;
			color: #ffffff;
			text-decoration: none;
			}
			#main-content th a:hover,
			#main-content th a:active {
				color: #ffffff;
				text-decoration: underline;
				}
				
		#main-content a.description {
			color: #333;
			font-style: normal;
			border-bottom: #666 dotted 1px;
			}
		#main-content a.description:link,
		#main-content a.description:visited {
			text-decoration: none;
			}
			#main-content a.description:hover,
			#main-content a.description:active {
				text-decoration: none;
				}
				
		#main-content table {
			font-size: 1.0em;
			color: #666;
			margin-top: 20px;
			margin-bottom: 20px;
			border-bottom: 1px solid #e6e6e6;
			}
			/* table row header and zebra stripe styling (used with jQuery) */
			#main-content tr.even { /* ( child nodes 0,2,4,6,8,etc...) */
				background-color: #f5f6f7;
				}				
			#main-content tr.odd { /* ( child nodes 1,3,5,7,9,etc...) */
				background-color: #ffffff;
				}
			#main-content tr.first { /* ( overrides for child node 0 ) */
				background: none;
				}
				#main-content th {
					color: #fff; 
					font-weight: bold;
					vertical-align: top;
					padding:5px 10px;
					background-color: #627182; /* fallback color */
					background-image: -moz-linear-gradient(100% 100% 90deg, #546270, #728397);
					background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#728397), to(#546270));
					}
				#main-content th:first-of-type {					
					-moz-border-radius-topleft: 5px;
					border-top-left-radius: 5px;
					}
				#main-content th:last-of-type {					
					-moz-border-radius-topright: 5px;
					border-top-right-radius: 5px;
					}
				#main-content td {
					vertical-align: top;
					padding:5px 10px;
					}
				#main-content td:first-of-type {
					border-left: 1px solid #e6e6e6;
					}
				#main-content td:last-of-type {
					border-right: 1px solid #e6e6e6;
					}
		
		#main-content hr { margin: 20px 0px; }

	#content { /* Reserved ID for CMS */ }		

#column-right {
	float: left;
	width: 200px;	
	}
	
	#extra-content {
		width: 200px;
		margin: 20px auto 10px;
		}
		
		#extra-content div {
			display: block;
			width: 180px;
			margin: 0px;
			margin-bottom: 25px;
			padding: 10px 9px;
			background: #fff url(../images/graphics/callout_body_bg.png) bottom no-repeat;
			border-left: #e5e5e5 solid 1px;
			border-right: #e5e5e5 solid 1px;
			border-bottom: #ddd solid 1px;
			}

		#extra-content img {
			display: block; /* need for centering */
			max-width: 180px;
			margin: 0 auto;
			margin-bottom: 10px; /* TRBL */
			text-align: center;
			border: 0;
			outline: none;
			}
		
		#extra-content h1,
		#extra-content h2 {
			font-size: 1.0em;
			max-width: 180px;
			padding: 5px 10px 5px 10px; /* TRBL */
			color: #fff;
			font-weight: bold;
			line-height: 1.2em;
			background: #525e6d url(../images/graphics/callout_header_bg.png) top center no-repeat;
			}
		
		#extra-content h3 {
			color: #666;
			font-size: 1.0em;
			font-weight: bold;
			margin-bottom: 0.5em;
			}
		
		#extra-content p {
			color: #666;
			font-size: 0.8em;
			margin-bottom: 1.0em;
			line-height: 1.3em;
			}
		
		#extra-content blockquote {
			color: #666;
			font-size: 0.8em;
			font-style: italic;
			margin-bottom: 1.0em;
			padding-bottom: 10px;
			line-height: 1.3em;
			}
		
		#extra-content small {
			font-size: 0.8em;
			}
			#extra-content small a,
			#extra-content small a:link,
			#extra-content small a:visited { border: 0; }
			
		#extra-content ul {
			font-size: 0.8em;
			color: #666;
			margin-left: 17px;
			list-style-type: disc;
			}
			#extra-content li {
				padding: 0px;
				margin-bottom: 0.5em;
				line-height: 1.2em;
				}
				#extra-content li ul li {
					list-style-type: circle;
					padding-top: inherit;
					padding-bottom: inherit;
					}
			
		#extra-content a,
		#extra-content a:link,
		#extra-content a:visited {
			border: 0px;
			text-decoration: none;
			}
			#extra-content a:hover,
			#extra-content a:active {
				color: #ee4a23;
				border: 0px;
				text-decoration: underline;
				}
			
		#extra-content hr { 
			height: 1px;
			margin: 0px;
			border: 0px;
			color: #999; 
			background-color: #999; 
			}

/*--------------------------------------------------------------------------------------------------*/
/* QUICK LINKS
/*--------------------------------------------------------------------------------------------------*/

#quick-links {
	float: right;
	margin-top: 70px;
	z-index: 10;
	}
	#quick-links h3 {
		display: none;
		}
	#quick-links ul {
		float: right;
		height: 20px;
		margin: 0px;
		padding: 0px;
		list-style: none;
		}
		#quick-links ul li {
			display: inline;
			}
			#quick-links ul li a {
				display: block;
				float: left;
				color: #fff;
				text-decoration: none;
				font-size: 0.9em;
				font-weight: normal;
				padding-left: 8px;
				padding-right: 8px;
				border-left: 1px solid #ffc29a;
				margin-right: 0px;
				}
				#quick-links ul li.first a{
					border-left: 0px;
					padding-left: 9px;
					}
				#quick-links ul li.last a{
					padding-right: 0px;
					}
				#quick-links ul li a:hover {
					text-decoration: underline;
					}


	
/*--------------------------------------------------------------------------------------------------*/				
/* SEARCH BOX		
/*--------------------------------------------------------------------------------------------------*/
		
#search {
	position: relative;
	}
		
#search form {
	vertical-align: middle;
	margin: 0px;
	padding-top: 5px;
	}
	#search form fieldset {
		border: 0px;
		margin: 0px;
		padding: 0px;
		float: right;
		}
		#search form fieldset legend {
			display: none;
			}
		#search form input {
			width: 150px;
			font-size: .8em;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			}
			#search form input.text {
				color: #777;
				border: 1px solid #ccc;
				border-top: 1px solid #999;
				border-right: 1px solid #aaa;
				padding: 2px 4px;
				}
			#search form input.submit {
				font-size: 10px;
				width: 30px;
				height: 20px;
				}



/*--------------------------------------------------------------------------------------------------*/
/* FOOTER 
/*--------------------------------------------------------------------------------------------------*/

#footer-bar {
	width: 100%;
	border-top: #a3b0bf solid 1px;
	background: #516071 url(../images/graphics/footer_bg.png) bottom repeat-x;
	}

#footer {
	width: 950px;
	margin: 10px auto;
	text-shadow: #444 1px 1px 2px;
	}
	#footer p {
		font-size: 1.0em;
		color: #bfbfbf;
		margin: 0px;
		padding: 0px;
		}
	#footer a,
	#footer a:link,
	#footer a:visited	{
		color: #bfbfbf;
		border-bottom: 1px dotted #888888;
		}
		#footer a:hover {
			color: #ffffff;
			border-bottom: 1px solid #bfbfbf;
			}
			
	#footer-nav {
		float: right;
		margin-top: 10px;
		font-size: 1.0em;
		font-family: Arial, Helvetica, sans-serif;
		}
		
		/* ROOT NAV */
		#footer-nav ul {
			display: block;
			margin: 0px;
			padding: 0px;
			list-style: none;
			}		
			#footer-nav li {
				color: #d7d7d7;
				width: 100px;
				float: left;
				display: inline;
				padding-right: 25px;
				}
			#footer-nav li:last-child { padding-right: 0px; }
			
				#footer-nav li a,
				#footer-nav li a:link,
				#footer-nav li a:visited {
					margin: 0;
					outline: none;
					display: inline;
					color: #d7d7d7;
					font-size: 1.0em;
					font-weight: bold;
					text-decoration: none;
					border: 0;
					}
					#footer-nav li a:hover,
					#footer-nav li a:active {
						color: #ffffff;
						text-decoration: none;
						border: 0;
						}
						
					/* TOP LEVEL NAV */
					#footer-nav li ul {
						padding: 0px;
						margin: 0px;
						margin-top: 0.5em;
						}
						#footer-nav li ul li {
							margin-bottom: 0.5em;
							line-height: 1.0em; /* If less than 1.0em IE will cut off the bottom of drop letters */
							}
						#footer-nav li ul li a,
						#footer-nav li ul li a:link,
						#footer-nav li ul li a:visited {
							display: inline;
							color: #bfbfbf;
							font-size: 0.8em;
							font-weight: normal;
							text-decoration: none;
							padding: 0px;
							}
							#footer-nav li ul li a:hover {
								color: #ffffff;
								text-decoration: none;
								}
								
					/* ALL SUB PAGES < TOP LEVEL */
					#footer-nav li ul li ul {
						display: none;
						}

								
	#footer-legal {
		clear:both;
		padding: 0px 20px 30px 3px;
		}
		#footer-logo {
			height: 105px;
			background: url(../images/graphics/shawLogo_footer.png) left bottom no-repeat;
			}
		#footer-legal p {
			margin-top: 0.5em;
			}
				


/*--------------------------------------------------------------------------------------------------*/
/* GLOBAL CLASSES 
/*--------------------------------------------------------------------------------------------------*/

.blue {
	color: #3868a9;
	}
.orange {
	color: #ee4a23;
	}

	
ul.search_results {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}	
	ul.search_results li {
		margin-bottom: 1em;
		}	
		ul.search_results li a {
			font-size: 1.1em;
			}


table.data { 
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;	
	}
	table.data tr th, 
	table.data tr.heading td {
		border-bottom: 1px solid #E0E0E0;
		border-left: 0px;
		border-right: 0px;
		padding: 0px;
		margin:	0px;	
		background-color: #556A7A;
		padding: 3px;
		color: #fff;
		padding-right: 12px;
		font-weight: bold;
		text-align: left;
		}
	table.data tr th a, 
	table.data tr.heading td a{
		color: #fff;
		}
	table.data tr.oddrow td {
		background-color: #F3F3F3;
		}
	table.data tr td {
		border-bottom: 1px solid #E0E0E0;
		border-right: 1px solid #E0E0E0;
		border-left: 0px;
		padding: 0px;
		margin: 0px;	
		padding: 3px;	
		}
	table.data td a {
		color: #FF6C3B;
		text-decoration: underline;
		}
		table.data td a:hover {
			color: #fff;
			background-color: #E54800;
			}

			
table.locations {
	width: 665px;
	margin-bottom: 50px;
	collapse:
	}
	table.locations td { 
		vertical-align: top;
		padding: 5px 10px;
		border-left: 1px solid #dedede; 
		border-bottom: 1px solid #eeeeee; 
		outline: none;
		}			


/*--------------------------------------------------------------------------------------------------*/
/* SUPERFISH DYNAMIC MENU SUPPORT 
/*--------------------------------------------------------------------------------------------------*/

.sf-shadow {
	box-shadow: 0px 4px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,.2);
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}


	
/*--------------------------------------------------------------------------------------------------*/
/* SITE TREE 
/*--------------------------------------------------------------------------------------------------*/

#main-content .active_tree li ul li { list-style-type: none; }

#site_tree { display: inline-block; }

.active_tree {
	display: inline-block;
	margin:0px;
	padding:0px;
	}
	.active_tree ul { /* Sub menu groups */
		display: block;
		padding-top: 20px;
		margin-left: 20px;	/* Left spacing */
		padding-left: 0px;
		display: none;	/* Initially hide sub nodes */
		}
		.active_tree li,
		.active_tree li ul li {	/* Nodes */
			display: block;
			list-style-type: none;
			vertical-align: middle;
			margin-bottom: 3px;
			margin-top: 0px;
			}
			.active_tree li a {	/* Node links */
				color: #000;
				text-decoration: none;
				padding-left: 3px;
				line-height: 1.3em;		
				}

				
/* CMS Styles */				
#site_tree span.cms_approval, span.cms_approval {
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: .9em;
	margin-left: 5px;
	margin-bottom: 2px;
	}
	#site_tree span.cms_approved, span.cms_approved {
		background-color: #C6E19C;
		}
	#site_tree span.cms_unapproved, span.cms_unapproved {
		background-color: #F5AEB2;
		}

#main-content site_tree a span.sub_slug, #main-content a span.sub_slug {
	text-decoration: none;
	color: #999;
	font-size: .9em;
	}				

#floatingContainer {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	}			



/*--------------------------------------------------------------------------------------------------*/
/* CMS PREVIEW STYLES 
/*--------------------------------------------------------------------------------------------------*/	
		
#preview_message {
	padding: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
	text-align:center;
	background-color: Black;
	background-image: url(../images/constructionbg.gif);
	border-bottom: 1px solid #990;
	border-top: 1px solid #fff;
	}		
	#preview_message a {
		color: #000;
		text-decoration: underline;
		padding: 2px;
		}
		#preview_message a:hover {
			background-color: #000;
			color: #fff;
			padding: 2px;
			}
	#preview_message p 	{
		color: #111;
		margin: 0px;
		padding: 0px;
		}
		
#preview_message p.details 	{
	font-size: .7em;
	padding: 5px;
	}
		
span.cms_approval {
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 5px;
	margin-bottom: 2px;
	border: 1px solid #000;
	}
	span.cms_approved {
		background-color: #C6E19C;
		}
	span.cms_unapproved {
		background-color: #F5AEB2;
		}

		
			
/*============================================================================*/
/* END STYLESHEET
/*============================================================================*/
