/* ================================================================================================== */
/* Generic Style Declarations */

body		{	color: #383838;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			margin: 0; }

b, strong	{	font-weight: bold; }

i, em, cite	{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym
		{	border-bottom: 1px dotted #333333;
			cursor: help; }

hr		{	color: #ffffff;
			height: 1px;
			background-color: #ffffff;
			border: 0;
			border-top: 1px dotted #00599b; }

h1, h2, h3, h4, h5, h6, legend
		{	font-family: Arial, Helvetica, sans-serif;
			font-weight: bold; 
			color: #383838;
			margin: 10px 0px; }

h1		{	font-family: "Calisto MT", "Times New Roman", Times, Georgia, serif;
			font-size: 20px;
			padding-bottom: 10px;
			margin: 20px 0 10px 0;
			border-bottom: 1px solid #d5d5d5; }

h2, legend	{	font-size: 16px; }

h3		{	font-size: 14px; }

h4, h5, h6	{	font-size: 13px; }

h5, h6		{	font-size: 12px;
			font-style: italic; }

h6		{	font-style: normal; }

dt, li		{	margin-top: 7px; }

sub, super	{	font-size: 75%; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 9px; }

input, select, textarea
		{	color: #9bbbd4; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

p, div		{	margin: 10px 0px; }

dd p, li p, dt p, dd div, li div, dt div
		{	margin: 0px; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #1e314f;
			outline: 0; }

a:visited	{	color: #383838; }

a:hover		{	color: #416aab; }

a img		{	border: 0; }

.clear, #Banner div.clear
		{	margin: 0;
			padding: 0;
			line-height: 1;
			float: none;
			clear: both; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content, #Sidebar
		{	line-height: 167%;
			padding: 10px 20px 20px 20px;
			background: url(/files/images/template/content_bg.gif) left top repeat-x;
			border-top: 1px solid #f0f0f0;
			border-bottom: 1px solid #e6e6e6;
			vertical-align: top; }
			
#HomeContent .Content, #Sidebar
		{	border-top: 1px solid #f0f0f0;
			line-height: 150%; }

#HomeContent .Content
		{	padding-top: 0px; }

#Content td.Content h1
		{	color: #1e314f; 
			margin-bottom: 15px;
			padding-bottom: 5px; }
			
.Callout	{	background: #FFFFFF url(/files/images/template/content_bg.gif) left top repeat-x;
			padding: 10px;
			margin: 10px 0 10px 10px;
			float: right;
			width: 180px;
			line-height: 140%;
			border: 1px solid #D5D5D5; }

ol#SiteMap, ol#SiteMap ol
		{	list-style-type: circle;
			color: #ababab;  }

ol#SiteMap ol	{	border-left: 1px solid #dddddd;
			margin-left: -12px;
			padding-left: 50px;}

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#Wrapper	{	width: 739px;
			margin: 0 auto;
			border: 5px solid #FFFFFF;
			border-top: 0;
			background: #FFFFFF; }

#Content, #HomeContent, #Footer, #PriNav, #Banner
		{	background-color: #ffffff;
			border-collapse: collapse;
			clear: left;
			padding: 0;
			margin: 0; }

#HomeContent, #Content
		{	width: 100%; }

#Sidebar	{	padding: 20px;
			width: 230px;
			border-bottom: 1px solid #e6e6e6; }
		
.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Banner and PriNav Styles */

#Banner, #PriNav
		{	background: #1b2d49 url(/files/images/template/banner_bg.gif) left top no-repeat;
			padding: 13px 20px 0 20px; }

#Banner img	{	float: left;
			display: block; }
			
#Banner ul	{	list-style: none;
			text-align: right;
			margin: 40px 0 0 0;
			padding: 0; }

#Banner ul.Home	{	margin-top: 50px; }
			
#Banner li	{	display: inline;
			padding: 0 7px;
			margin: 0;
			border-right: 1px dotted #9bbbd4;
			color: #ffffff;
			font-size: 11px; }

#Banner li.Last
		{	border: 0;
			padding: 0 0 0 7px; }
			
#Banner li a:link, #Banner li a:hover, #Banner li a:visited
		{	color: #9bbbd4;
			text-transform: uppercase;
			text-decoration: none; }
			
#Banner li a:hover
		{	text-decoration: underline; }
			
#PriNav		{	background: #00599b url(/files/images/template/prinav_bg.gif) left top repeat-x;
			padding: 0 10px;
			border-bottom: 5px solid #FFFFFF; }
			
#PriNav.Home	{	border-bottom: 0; }

/* END Banner and PriNav Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	float: right;
			margin: 10px 0 0 0;
			padding: 0;
			width: 160px;
			height: 20px;
			background: #1e314f;
			border: 1px solid #394b6a;
			clear: right; }

#SearchKeywords	{	float: left;
			font-size: 11px;
			color: #9bbbd4;
			width: 131px;
			padding: 3px 2px 3px 5px;
			margin: 0;
			background: transparent;
			border: 0; }

#btnSearch	{	padding: 2px 0;
			margin: -2px 0 -3px 0;
			border: 0; }

/* END Search Styles */
/* ================================================================================================== */






/* ================================================================================================== */
/* Sub-Navigation Styles */

#SubNav 	{	font-size: 11px;
			padding: 0 0 10px 0;
			margin: 0;
			line-height: 135%;
			background: #d7deeb url(/files/images/template/subnav_bg.gif) center bottom no-repeat;
			border-top: 1px solid #becbdd;
			border-bottom: 1px solid #becbdd;
			width: 170px; }
			
#SubNav img	{	border-top: 1px solid #FFFFFF;
			border-bottom: 1px solid #FFFFFF; }

#SubNav ul, #SubNav li
		{	margin: 0;
			padding: 0;
			list-style: none; }

#SubNav ul	{	padding-top: 10px;
			background: url(/files/images/template/subnav_top_bg.gif) left top repeat-x; }

#SubNav li	{	display: inline; }

#SubNav a	{	display: block;
			padding: 5px 10px 5px 20px;
			border-bottom: 1px solid #bfcbdd; }

#SubNav a:link, #SubNav a:visited, #SubNav a:hover, #SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	text-decoration: none;
			outline: 0;
			background: transparent url(/files/images/template/subnav_arrow.gif) 10px 9px no-repeat;
			color: #0066b3; }

#SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	background: #0066b3 url(/files/images/template/subnav_arrow_hover.gif) 10px 9px no-repeat;
			color: #ffffff; }

#SubNav a:hover{	background-color: #3385C2;
			color: #FFFFFF; }

/* END Sub-Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Rotator Styles */

#Rotator	{	width: 100%;
			clear: both;
			margin: 0;
			border-top: 5px solid #ffffff;
			border-bottom: 5px solid #ffffff; }
			
#Rotator #LargeImage
		{	height: 165px;
			background-position: left top;
			background-repeat: no-repeat;
			border-bottom: 1px solid #FFFFFF;
			margin: 0;
			padding: 25px 20px 0 305px;
			color: #ffffff;  }

#Rotator #LargeImage *
		{	color: #ffffff; }
			
#Rotator #LargeImage div
		{	display: none;
			margin: 0;
			padding: 0; }
			
#Rotator #LargeImage div.First
		{	display: block; }
			
#LargeImage h1
		{	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
			font-size: 33px;
			text-transform: uppercase;
			margin: 0;
			padding-bottom: 5px;
			font-weight: normal;
			border: 0;
			color: #ffffff; }
			
#LargeImage p
		{	font-size: 14px;
			margin-top: 0px;
			line-height: 143%; }
			
#LargeImage a:link.RotatorLink, #LargeImage a:visited.RotatorLink, #LargeImage a:hover.RotatorLink
		{	font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
			margin-top: 15px;
			padding: 0 17px 0 0;
			background: url(/files/images/template/rotator_link_arrow.gif) right 4px no-repeat; }
			
#LargeImage a:hover.RotatorLink
		{	text-decoration: underline; }
			
#Rotator .Thumb	{	float: left;
			margin: 0;
			padding: 0;
			display: inline;
			border-right: 1px solid #FFFFFF; }
			
#Rotator .Thumb a:link, #Rotator .Thumb a:hover, #Rotator .Thumb a:visited
		{	display: block;
			width: 184px;
			text-decoration: none; }
			
#Rotator .Thumb a img
		{	-moz-opacity: 0;
			opacity: 0;
			filter: alpha(opacity=0);}
			
#Rotator .Thumb a:hover img
		 {	-moz-opacity: .33;
			opacity: .33;
			filter: alpha(opacity=33); }
			
#Rotator .Thumb.Sel a img
		 {	-moz-opacity: .67;
			opacity: .67;
			filter: alpha(opacity=67); }
			
#Rotator .Thumb span
		{	margin: 0;
			text-align: center;
			border-top: 1px solid #FFFFFF;
			padding: 7px 5px;
			display: block;
			text-transform: uppercase;
			font-size: 14px;
			font-weight: bold;
			font-family: "Calisto MT", "Times New Roman", Times, Georgia, serif; }
			
#Rotator .Thumb span.Title_1
		{	background: #e3e3e3; }
		
#Rotator .Thumb span.Title_2
		{	background: #d8d8d8; }
		
#Rotator .Thumb span.Title_3
		{	background: #cecece; }
		
#Rotator .Thumb span.Title_4
		{	background: #c7c7c7; }

#Rotator .Thumb.Sel span.Title_1, #Rotator .Thumb.Sel span.Title_2, #Rotator .Thumb.Sel span.Title_3, #Rotator .Thumb.Sel span.Title_4
		{	background: #0066b3;
			color: #ffffff; }
		
#Rotator .Thumb a:hover span, #Rotator .Thumb.Sel a:hover span
		{	background: #0066b3;
			color: #ffffff; }
			
#Rotator .Thumb a:hover span
		{	background: #0074cc; }

#Rotator .Thumb.Last
		{	border: 0; }

/* END Rotator Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home Linked Page Styles */

#Sidebar h2	{	border-bottom: 1px solid #d5d5d5;
			padding-bottom: 10px;
			margin: 0; }

#HomeContent dt.First
		{	margin: 8px 0 0 0; }
		
#HomeContent dt
		{	font-weight: bold;
			margin: 10px 0 3px 0; }

#HomeContent dd	{	margin: 0; }
		
#HomeContent dl	{	margin: 0;
			line-height: 150%; }

#Sidebar h2	{	margin: 0 0 15px 0;
			font-family: "Calisto MT", "Times New Roman", Times, Georgia, serif; }

#Sidebar h2 a:link, #Sidebar h2 a:hover, #Sidebar h2 a:visited
		{	color: #383838;
			text-decoration: none; }

#Sidebar h2 a:hover
		{	text-decoration: underline; }
		
#Sidebar p	{	margin: 5px 0; }
		
#Sidebar img	{	padding: 2px;
			border: 1px solid #cbc6bd; }

/* END Home Linked Page Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-size: 11px;
			line-height: 160%;
			font-weight: bold;
			margin: 0 0 15px 0;
			color: #8b8b8b; }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: none;
			color: #696969; }
			
#Bread a:hover	{	text-decoration: underline; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	background-color: #ebebeb;
			color: #616161;
			line-height: 160%;
			padding: 10px 20px;
			font-size: 11px;
			border-top: 1px solid #ffffff; }
			
#Footer	p	{	margin: 0; }

#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: underline;
			color: #555555; }

#Footer a:hover	{	text-decoration: none; }

#QCMSLogo	{	margin: 10px auto;
			display: block;
			width: 750px;
			text-align: right; }

/* END Footer Styles */
/* ================================================================================================== */






/* ================================================================================================== */
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #666666;
			background-color: #ffffff;
			margin: 10px 0px; }

table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			border-bottom: 1px solid #999999;
			border-left:  1px dotted #999999;
			padding: 3px 10px; }

table.Data th	{	background-color: #eeeeee;
			color: #000000;
			font-weight: bold; }

table.Data tr.NewRow td
		{	border-top: 1px solid #000000; }

table.Data .center
		{	text-align: center; }

table.Data .right
		{	text-align: right; }

table.Data .left
		{	text-align: left; }

table.Data .bold
		{	font-weight: bold; }

table.Data .nowrap
		{	white-space: nowrap; }

table.Data .HeaderCol, table.Data th.Vertical
		{	text-align: left; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #cccccc; }

table.Data tr.Divider th, table.Data tr.Divider td
		{	border-top: 4px double #000000; }

table.Data .Totals
		{	background-color: #eeeeee;
			font-weight: bold; }

table.Data .HideCol
		{	display: none; }

table.SizeChart	{	width: auto; }


/* END Data Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Application Error Styles */

.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image: url(/files/images/std/input_error.gif);
			background-position: top left;
			background-repeat: no-repeat;
			color: #000000; }

/* END Application Error Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Login Form Styles */

#LoginForm	{	font-size: 9px;
			margin: 0px;
			padding: 0px; }

#LoginForm label, #LoginForm input
		{	font-size: 9px; }

#LoginForm p	{	background-image: none;
			line-height: 180%; }

#LoginForm p.error
		{	margin: 20px 0px; }

#LoginForm input
		{	border: 1px solid #0068B3; }

#LoginForm input#cmdLogin
		{	
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background-color: #C9DEF4;
			padding: 3px;
			margin-top: 5px;
			color: #0068B3; }

.b		{	border: 2px solid #00599B;
			background-color: #3385C2;
			color: #FFFFFF;
			cursor: pointer;
			padding: 3px 5px;
			margin: 4px 8px 4px 0px; }

/* END Login Form Styles */
/* ================================================================================================== */