/* ================================================================================================== */
/* Generic Style Declarations */

body		{	color: #555555;
			background: #ffffff;
			font-family: Arial, Helvetica, Verdana, sans-serif;
			font-size: 12px;
			margin: 0px; }

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: #000000;
			height: 1px;
			background-color: #000000; }

h1, h2, h3, h4, h5, h6, legend
		{	font-family: Arial, Helvetica, Verdana, sans-serif;
			font-weight: bold; 
			color: #000000;
			margin: 10px 0px; }

h1		{	font-size: 18px;
			margin-top: 0px; }

h2, legend	{	font-size: 16px; }

h3		{	font-size: 14px; }

h4		{	font-size: 13px; }

h5, h6		{	font-size: 12px;
			font-style: italic; }

h6		{	font-style: normal; }

dt, li		{	margin-top: 5px; }

dd		{	margin-left: 15px;
			font-style: italic; }

sub, super	{	font-size: 75%; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 9px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000; }

input[type="text"], input[type="password"], select, textarea
		{	border: 1px solid #626291; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

p, div		{	margin: 10px 0px; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			font-weight: bold;
			color: #000000; }

a:visited	{	color: #555555; }

a:hover		{	color: #18184c;
			text-decoration: none; }

a img		{	border: 0; }

.clear		{	clear: both;
			margin: 0;
			padding: 0;
			line-height: 1;
			font-size: 1px; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content, #Content td.Content
		{	padding: 15px;
			width: 540px;
			line-height: 167%;
			vertical-align: top; }
			
#HomeContent .Content, #HomeContent td.Content
		{	width: 490px; }
			
.Content td, #Content td.Content td
		{	vertical-align: top;}

.Content ul	{	list-style: none;
			margin: 10px 0 10px 10px;
			padding: 0; }
			
#HomeContent .Content ul
		{	margin: 0; }

.Content li, .Content dt
		{	padding-left: 15px;
			background: url(/files/images/template/li_bull.gif) left 6px no-repeat; }

.Content dt	{	padding-left: 15px; }	

.Content h2.Divider
		{	border-bottom: 1px dotted #37559F; }

.Content p.SubTitle
		{	margin-top: -5px; }

.Callout	{	background: #FFFFFF url(/files/images/template/grad_bg.gif) left 1px repeat-x;
			padding: 10px;
			margin: 10px 0 10px 10px;
			float: right;
			width: 180px;
			line-height: 140%;
			border: 1px solid #dddddd; }

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 */

#Content, #HomeContent, #Footer, #PriNav
		{	background-color: #ffffff;
			margin: 0 auto;
			padding: 0;
			border-collapse: collapse;
			width: 750px;
			clear: both; }
			
#PriNav		{	background: #ffffff url(/files/images/template/prinav_bg.gif) left top repeat-x;
			border-bottom: 1px solid #dddddd;
			padding: 0; }
			
#Banner		{	width: 720px;
			height: 175px;
			margin: 0 auto;
			padding: 15px 15px 0 15px;
			background: url(/files/images/template/banner_bg.jpg) left top no-repeat; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

.ImageWithCaption
		{	float: right;
			margin-bottom: 10px;
			margin-left: 10px;
			width: 220px;
			font-size: 10px; }

/* END Layout Styles */
/* ================================================================================================== */






/* ================================================================================================== */
/* Application Error Styles */

.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image: url(/files/images/std/input_error.gif);
			background-position: 1px 1px;
			background-repeat: no-repeat;
			color: #000000; }

/* END Application Error Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home Page Styles */

/* Featured Item Styles */

#FeaturedItem	{	border: 1px solid #dddddd;
			padding: 4px;
			margin: 0 0 15px 0; }

#FeaturedItem img
		{	display: block; }

#FeaturedItem h2
		{	text-transform: uppercase;
			font-size: 20px;
			margin: 0;
			border-top: 1px solid #FFFFFF;  }
			
#FeaturedItem h2 a:link,#FeaturedItem h2 a:visited, #FeaturedItem h2 a:hover
		{	color: #FFFFFF;
			text-decoration: none;
			padding: 7px 10px;
			background: url(/files/images/template/featured_item_title_bg.gif) repeat left top #000000;
			display: block; }
			
#FeaturedItem h2 a:hover
		{	color: #f0f0f0;
			background: #000000; }
		
#FeaturedItem p	{	padding: 5px 10px 8px 10px;
			margin: 0;
			line-height: 150%;
			background: #FFFFFF url(/files/images/template/grad_bg.gif) left 1px repeat-x; }
			
#FeaturedItem p.ReadMore
		{	background: none;
			border-top: 1px solid #efefef;
			margin: 0 10px;
			padding: 4px 1px 2px 1px;; }
			
#FeaturedItem p.ReadMore a:link, #FeaturedItem p.ReadMore a:visited, #FeaturedItem p.ReadMore a:hover
		{	text-decoration: none;
			color: #000000; }
			
#FeaturedItem p.ReadMore a:hover
		{	text-decoration: underline; }

/* END Featured Item Styles */

.BodyCopy	{	margin: 0;
			padding: 10px 14px;
			background: #FFFFFF url(/files/images/template/grad_bg.gif) left 1px repeat-x;
			border: 1px solid #dddddd; }
			
.BodyCopy p	{	margin-bottom: 0; }

/* END Home Page Styles  */
/* ================================================================================================== */






/* ================================================================================================== */
/* Sub-Navigation Styles */
			
td#Sidebar
		{	width: 215px;
			padding: 15px 15px 15px 0;
			line-height: 160%; }
				
#Content #SubNav
	 	{	width: 180px;
			padding: 15px 0; }

#SubNav p	{	padding: 0;
			margin: 0;
			border-bottom: 1px dotted #dddddd;
			border-right: 1px solid #dddddd; }
			
#SubNav p.Last	{	border-bottom: 0; }
			
#SubNav p.Title	{	background: url(/files/images/template/grad_bg.gif) left 1px repeat-x;
			padding: 8px 15px;
			border-top: 1px solid #dddddd;
			border-bottom: 1px solid #dddddd;
			color: #000000;
			font-weight: bold; }
			
#SubNav p.Title.NoTopBorder
		{	border-top: 0; }
			
#SubNav a:link, #SubNav a:hover, #SubNav a:visited
		{	color: #19194c;
			padding: 8px 15px;
			display: block;
			text-decoration: none;
			font-weight: normal;
			background: #FFFFFF url(/files/images/template/subnav_arrow.gif) left 12px no-repeat; }
			
#SubNav a:hover, #SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover, #SubNav a:hover
		{	background: #e6e6f0 url(/files/images/template/subnav_sel_arrow.gif) left 12px no-repeat;; }

/* END Sub-Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Rotator Styles */

#Rotator	{	float: right;
			width: 250px;
			height: 355px;
			padding: 4px;
			margin: 0 0 15px 15px;
			border: 1px solid #dddddd;
			overflow: hidden; }
			
#Rotator div	{	margin: 0;
			padding: 0; }
			
#Rotator div.clear, #Sidebar #Rotator div.clear, #Rotator div.Links
		{	display: block;
			height: auto;
			border: 0; }
			
#Rotator table.ImgContainer
		{	border-collapse: collapse;
			margin: 0;
			padding: 0; }
			
#Rotator table.ImgContainer td
		{	padding: 0;
			height: 333px;
			width: 250px;
			overflow: hidden;
			text-align: center;
			background: url(/files/images/template/rotator_bg.gif) left top repeat;
			vertical-align: middle; }
			
#Rotator #ImgLink
		{	cursor: pointer; }
			
#Rotator .Links	{	margin: 7px 5px 0 5px; }
			
#Rotator p	{	padding: 3px 0 0 0;
			margin: 5px;
			border-top: 1px solid #f1f1f1;
			line-height: 125%;
			font-size: 11px; }

#Rotator a:link.btn, #Rotator a:hover.btn, #Rotator a:visited.btn
		{	margin: 0 4px 0 0;
			width: 11px;
			height: 11px;
			display: block;
			float: left;
			background: #efefef;
			border: 1px solid #dddddd;
			outline: 0;}
			
#Rotator a:link.btn.Sel, #Rotator a:hover.btn.Sel, #Rotator a:visited.btn.Sel, #Rotator a:hover.btn
		{	background: #414141;
			border: 1px solid #000000; }
			
/* SubNav Rotator */

#Sidebar #Rotator
		{	border: 1px solid #dddddd;
			width: 200px;
			height: 216px;
			padding: 14px 14px 10px 14px;
			margin: 0 0 15px 0;
			background: #FFFFFF url(/files/images/template/grad_bg.gif) left 1px repeat-x;
			float: none; }
			
#Sidebar #Rotator img
		{	padding: 1px;
			background-color: #FFFFFF;
			border: 1px solid #dddddd; }
			
#Sidebar #Rotator h3
		{	margin: 0;
			padding: 7px 0 3px 0; }
				
#Sidebar #Rotator p
		{	line-height: 150%;
			font-size: 12px;
			height: 75px;
			overflow: hidden;
			margin: 0 0 7px 0;
			padding: 0 0 5px 0;
			border-top: 0;
			border-bottom: 1px solid #efefef; }
			
#Sidebar #Rotator a:link, #Sidebar #Rotator a:visited, #Sidebar #Rotator a:hover
		{	text-decoration: none;
			color: #000000; }
			
#Sidebar #Rotator a:hover
		{	text-decoration: underline; }
		
#Sidebar #Rotator a.btn
		{	display: none; }

/* END SubNav Rotator */

/* END Rotator Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	background-color: #efefef;
			line-height: 160%;
			padding: 9px 20px 14px 20px;
			width: 710px;
			font-size: 11px;
			border-top: 1px solid #dddddd; }
			
#Footer	p	{	margin: 0; }

#QCMSLogo	{	margin: 10px auto;
			display: block;
			width: 750px;
			text-align: right; }

#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: underline;
			color: #555555; }

#Footer a:hover	{	text-decoration: none; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-size: 11px;
			line-height: 1;
			margin-top: 0; }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			font-weight: normal;
			color: #555555; }

/* END Breadcrumb 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 #626291;
			background-color: #E6E6F0;
			padding: 3px 5px;
			margin: 4px 8px 4px 0px;
			overflow: visible;
			cursor: pointer; }
			
input[type="submit"]:hover.b
		{	border: 2px solid #626291;
			background-color: #dddddd;}

/* END Login Form Styles */
/* ================================================================================================== */






/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	margin: 0;
			padding: 12px 15px 18px 15px;
			border-right: 1px solid #dddddd; 
			border-bottom: 1px solid #dddddd; }	

#SearchForm.TopBorder
		{	border-top: 1px solid #dddddd; }
			
#SearchForm label
		{	border: 0;
			font-size: 10px;
			font-weight: bold;
			line-height: 1;
			text-transform: uppercase;
			color: #8e8e8e;
			padding: 0 0 2px 0; }

#SubNav #SearchKeywords
		{	width: 120px;
			font-size: 10px;
			color: #8e8e8e;
			padding: 3px 22px 3px 2px;
			margin: 3px 0 0 0;
			border: 1px solid #dddddd; }

#btnSearch	{	margin: 0 0 -6px -22px;
			border: 0; }

/* END Search 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-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; }

/* END Data Table Styles */
/* ================================================================================================== */