/* ================================================================================================== */
/* Generic Style Declarations */

body		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 150%;
			color: #000000;
			margin: 0 20px 20px 20px;
			background: #fff; }

body#Home	{	margin: 0 0 20px 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		{	font-size: 0;
			color: #fff;
			line-height: 0;
			margin: 15px 0;
			height: 1px;
			background-color: #fff;
			border: 0;
			border-bottom: 1px dotted #eaeaea;
			display: block; }

h1, h2, h3, h4, h5, h6, legend
		{	font-weight: bold; 
			color: #45677c;
			margin: 10px 0; }

h1		{	font-size: 20px;
			margin: 12px 0; }

h2	 	{	font-size: 17px;
			margin: 12px 0; }

h3		{	font-size: 14px; }

h4, h5, h6, legend
		{	font-size: 12px; }

h5		{	color: #000000;
			margin: 10px 0 5px 0; }

h6		{	font-size: 11px;
			text-transform: uppercase;
			margin: 10px 0 5px 0; }

dt, li		{	margin-top: 7px; }

sub, super	{	font-size: 75%; }

code, pre	{	font-family: "Courier New", Courier, fixed-width, monospace;
			font-size: 12px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000; }

input[type="text"], input[type="password"], input[type="submit"], select, textarea
		{	border: 1px solid #c0c0c0; }

input[type="submit"]
		{	font-weight: bold;
			padding: 3px 5px;
			margin: 4px 0px;
			background: url(/files/images/template/content_bg.jpg) repeat-x left top #fff;
			border: 1px solid #c0c0c0;
			overflow: visible;
			cursor: pointer; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

p, div		{	margin: 5px 0px 10px 0; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #dc281d; }

a:visited	{	color: #777777; }

a:hover		{	color: #000000; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content	{	vertical-align: top;
			padding: 10px 20px; }

#HomeContent .Content
		{	padding: 0 20px; }

#HomeContent .Content>*:first-child
		{	margin-top: 0; }

#HomeContent .Content h2.first
		{	font-size: 20px;
			margin: 0 0 20px 0; }

.Callout	{	float: right;
			margin-left: 10px;
			padding: 7px 10px;
			width: 175px;
			background: url(/files/images/template/content_bg.jpg) repeat-x left top #fff;
			border: 1px solid #c0c0c0; }

ol#SiteMap, ol#SiteMap ol
		{	list-style-type: circle;
			color: #777; }

ol#SiteMap ol	{	border-left: 1px dotted #c0c0c0;
			margin-left: -12px;
			padding-left: 50px; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#Wrapper	{	margin: 0 auto;
			width: 750px; }

#PriNav		{	margin: 0;
			width: 100%;
			background: #45677c;
			border-bottom: 1px solid #fff; }

#Main		{	margin: 0;
			padding: 20px 0;
			background: url(/files/images/template/content_bg.jpg) repeat-x left 1px;
			border-top: 5px solid #45677c; }

#HomeContent, #Content
		{	width: 100%;
			border-collapse: collapse; }

#Content	{	background: url(/files/images/template/content_bg.jpg) repeat-x left top; }

.lefty		{	float: left;
			margin-right: 10px; }

.righty		{	float: right;
			margin-left: 10px; }

.clear		{	margin: 0;
			clear: both; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Header Styles */

#Header		{	padding: 13px 0 17px 20px;
			margin: 0; }

#Header #Logo	{	float: left;
			border: 0; }

.Ribbon		{	float: right;
			list-style: none;
			font-size: 10px;
			line-height: 120%;
			text-transform: uppercase;
			margin: 14px 0 0 0;
			padding: 0; }

.Ribbon li	{	float: left; 
			margin: 0;
			padding: 3px 10px 3px 0; }

.Ribbon li.divider
		{	border-right: 1px dotted #c0c0c0; }

.Ribbon a:link, .Ribbon a:visited
		{	color: #45677c;
			text-decoration: none; }

.Ribbon .lang a	{	margin-left: 7px; }

.Ribbon .lang a:link, .Ribbon .lang a:visited
		{	color: #dc281d; }

.Ribbon a:hover, .Ribbon .lang a:hover	
		{	color: #000;
			text-decoration: none; }

.Ribbon li.search	
		{	padding: 0;
			margin-left: 10px;
			border: 1px solid #c0c0c0; }

#SearchForm	{	position: relative;
			margin: 0;
			padding: 2px;
			display: inline; }

#SearchKeywords	{	font-size: 10px;
			color: #777;
			text-transform: uppercase;
			width: 120px;
			border: 0; }

#btnSearch	{	margin: 0 0 -5px 0;
			padding: 2px;
			border: 0;
			cursor: pointer; }

#Header #Slogan	{	float: right;
			margin-top: 35px;
			clear: right; }

#Header h2#Slogan
		{	color: #9b9bad;
			font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
			font-size: 21px;
			text-transform: uppercase; }

/* END Header Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Banner Styles */

#Banner		{	margin: 0;
			height: 273px;
			background: url(/files/images/template/banner_bg.jpg) no-repeat left top;
			border-bottom: 1px solid #fff; }

#Spotlight	{	margin: 0;
			padding: 15px 20px 20px 20px;
			width: 220px;
			height: 238px;
			background: url(/files/images/template/spotlight_bg.png) repeat left top;
			overflow: hidden;
			z-index: 1; }

#Spotlight h1	{	font-size: 24px;
			line-height: 100%;
			margin-top: 0;
			margin-bottom: 5px; }

#Spotlight a:link, #Spotlight a:visited
		{	position: relative;
			color: #dc281d;
			text-decoration: none; }

#Spotlight a:hover
		{	color: #000;
			text-decoration: none; }

#Spotlight p	{	margin: 5px 0; }

#Spotlight .more
		{	font-size: 16px;
			font-weight: bold;
			margin: 0; }

/* END Banner Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* News & Events Styles */

.news		{	margin: 0;
			padding-left: 60px;
			background: url(/files/images/template/news.gif) no-repeat left top; }

.events		{	padding: 0;
			background: none; }

.cal		{	float: left;
			text-align: center;
			width: 50px;
			margin-right: 10px;
			background: url(/files/images/template/corner.gif) no-repeat left top #e64039; }

.cal strong	{	font-size: 11px;
			color: #fff;
			text-transform: uppercase;
			padding: 1px 3px;
			background: url(/files/images/template/corner.gif) no-repeat right top;
			display: block; }

.events .cal em	{	font-size: 16px;
			font-weight: bold;
			font-style: normal;
			color: #45677c;
			padding: 3px;
			background: url(/files/images/template/cal_bg.jpg) repeat-x left top #fff;
			border: 1px solid #eeeff2;
			border-top: 0;
			display: block; }

.news h3	{	margin: 10px 0 3px 0; }

.events h3	{	margin-left: 60px; }

.news h3 a:link, .news h3 a:visited
		{	color: #45677c;
			text-decoration: none; }

.news h3 a:hover
		{	color: #000;
			text-decoration: none; }

.news p		{	color: #454545;
			margin: 3px 0 12px 0; }

.events p	{	margin-left: 60px; }

.news em	{	font-style: normal;
			color: #000; }

/* END News & Events Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Awards Styles */

#Awards		{	padding: 10px;
			margin: 20px 0 0 0;
			height: 100px;
			background: url(/files/images/template/awards_bg.gif) no-repeat left top #f6f6f6;
			overflow: hidden; }

#Awards h3	{	font-size: 16px;
			color: #dc281d;
			margin: 0 0 5px 0; }

#Awards .guts	{	margin: 0; }

#Awards h4, #Awards p
		{	color: #454545;
			margin: 5px 0 0 0; }

#Awards p	{	font-style: italic; }

/* END Awards Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Sidebar Styles */

.Sidebar	{	vertical-align: top;
			padding: 20px;
			width: 120px;
			border-left: 1px solid #eaeaea; }

#Content .Sidebar
		{	font-size: 11px;
			color: #777; }

#Content #SubNav.Sidebar
		{	width: 195px; }

#HomeContent .Sidebar
		{	font-size: 12px;
			padding: 0 20px;
			width: 220px; }

#HomeContent .Sidebar h2
		{	font-size: 20px;
			margin: 0 0 10px 0; }

.Sidebar ul	{	list-style: none;
			margin: 10px 0;
			padding: 0; }

.Sidebar li	{	margin: 0;
			display: inline; }

.Sidebar a	{	padding: 0 0 0 12px;
			margin-top: 7px;
			background: url(/files/images/template/arrow.gif) no-repeat left 5px;
			display: block; }

.Sidebar .more a
		{	font-size: 11px; }

.Sidebar a:link, .Sidebar a:visited
		{	color: #000;
			text-decoration: none; }

.Sidebar .more a:link, .Sidebar .more a:visited
		{	color: #dc281d; }

.Sidebar a:hover
		{	color: #dc281d;
			background-image: url(/files/images/template/arrow2.gif);
			text-decoration: none; }

.Sidebar .more a:hover
		{	color: #000; }

/* END Sidebar Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* SubContent (Left Column) Styles */

#SubContent	{	padding: 0 1px 0 0;
			border: 0;
			border-right: 1px solid #eaeaea; }

#Photo		{	border-bottom: 1px solid #fff;
			display: block; }

.stuffing	{	padding: 15px 20px;
			margin: 0;
			background: url(/files/images/template/content_bg.jpg) repeat-x left 1px;
			border-top: 5px solid #45677c;
			width: 120px; }

/* Let's set some basic styles for sub content */

.stuffing h1, .stuffing h2, .stuffing h3, .stuffing h4, .stuffing h5, .stuffing h6, .stuffing p
		{	color: #777;
			line-height: 120%; }

.stuffing h1	{	font-size: 14px;
			margin: 0 0 10px 0; }

.stuffing h2	{	font-size: 13px;
			margin: 0 0 7px 0; }

.stuffing h3	{	font-size: 12px;
			margin: 0 0 5px 0; }

.stuffing h4, .stuffing h5, .stuffing h6, .stuffing p
		{	font-size: 11px;
			margin: 0 0 5px; }

.stuffing p	{	line-height: 145%; }

.stuffing hr	{	margin: 10px 0; }

.stuffing a	{	padding: 0;
			margin: 0;
			background: transparent;
			display: inline; }

.stuffing a:link
		{	color: #45677c;
			text-decoration: underline; }

.stuffing a:visited
		{	color: #777;
			text-decoration: underline; }
.stuffing a:hover
		{	color: #000;
			text-decoration: underline;
			background: transparent; }

.icons		{	list-style: none;
			font-size: 10px;
			color: #777;
			padding: 0;
			margin: 0; }

.Sidebar .icons a
		{	padding: 0 0 0 21px;
			margin-top: 7px;
			text-decoration: none;
			display: block; }

.icons a:link, .icons a:visited
		{	color: #777; }

.icons a:hover	{	color: #000; }

.icons .email a, .icons .email a:hover
		{	background: url(/files/images/template/email_icon.gif) no-repeat left center; }

.icons .print a, .icons .print a:hover
		{	background: url(/files/images/template/print_icon.gif) no-repeat left center; }

#ExtranetLinks	{	border-bottom: 1px dotted #EAEAEA; }

#ExtranetLinks li
		{	display: block;
			margin: 3px 0;
			padding-left: 12px;
			background: url(/files/images/template/bullet.gif) left center no-repeat; }

#ExtranetLinks li.last
		{	margin: 3px 0 10px 0; } 

#ExtranetLinks li a
		{	display: block;
			zoom: 1; }

/* END SubContent Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Email to Friend Application */

form#Form	{	margin: 0px; }

form#Form div	{	margin: 0; }

.HelpBox	{	position: absolute;
			margin: 0px;
			padding: 0px;
			width: 200px;
			background-color: #fff;
			border: 1px solid #c0c0c0;
			display: none; }

.HelpBox #CloseLink, .HelpBox #CloseMsg
		{	float: right;
			font-family: Verdana, Tahoma, sans-serif;
			font-size: 10px;
			font-weight: bold;
			color: #000000;
			line-height: 100%;
			padding: 2px 3px;
			margin-top: 5px;
			margin-right: 5px;
			cursor: pointer;
			background: #f0f0f0;
			border: 1px solid #c0c0c0;
			display: block; }

#EmailToFriend	{	font-size: 11px;
			padding: 10px 10px 5px 10px;
			margin: 0; }

#EmailToFriend p
		{	margin: 0 0 5px 0; }

#EmailToFriend input
		{	font-size: 11px;
			margin-bottom: 5px;
			width: 178px; }

#EmailToFriend input.Submit
		{	width: auto;
			overflow: visible; }

/* "Message Sent!" */
#Div1 		{	font-weight: bold;
			padding: 10px; }

#Div1 p		{	margin: 0; }

#Form_Site_6_ContactForm ul
		{	margin: 10px 5px 0px 20px;
			padding-left: 0px;
			color: #ff0000;
			font-size: 11px; }

/* END Email to Friend Application */
/* ================================================================================================== */





/* ================================================================================================== */
/* SubNav (Right Column) Styles */

#SubNav h2	{	font-size: 11px;
			color: #dc281d;
			line-height: 120%;
			margin: 0 0 5px 0;
			padding-top: 10px;
			border-top: 1px solid #eaeaea; }

#SubNav ul	{	margin-top: 5px; }

#SubNav a	{	margin-top: 5px; }

#SubNav a:link, #SubNav a:visited
		{	color: #777; }

#SubNav a:hover, #SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	color: #dc281d;
			background-image: url(/files/images/template/arrow2.gif); }

/* END SubNav Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Data Table Styles */

table.Data	{	margin: 10px 0px;
			background-color: #ffffff;
			border-collapse: collapse;
			border: 1px solid #999999; }

table.Data td, table.Data th
		{	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 */
/* ================================================================================================== */





/* ================================================================================================== */
/* Form Styles */

.error, .Sidebar .error
		{       color: #ff0000; }

input.error, textarea.error, select.error
		{	color: #000000;
			background: url(/files/images/std/input_error.gif) no-repeat 1px 1px #fff;
			border: 1px solid #c0c0c0; }

.b		{	font-weight: bold;
			padding: 3px 5px;
			margin: 5px 0 0 0;
			background: url(/files/images/template/content_bg.jpg) repeat-x left top #fff;
			border: 1px solid #c0c0c0;
			overflow: visible;
			cursor: pointer; }

/* END Form Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-size: 10px;
			line-height: 160%; }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #45677c; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	font-size: 11px;
			color: #777;
			margin: 0;
			padding: 15px 20px 0 20px;
			border-top: 1px solid #eaeaea; }

#Footer p	{	margin: 0 0 10px 0; }

#Footer .Ribbon	{	float: none;
			font-size: 11px;
			text-transform: none;
			margin: 8px 0; }

.address	{	list-style: none;
			margin: 3px 0;
			padding: 0; }

.address li	{	padding-left: 15px;
			background: url(/files/images/template/bullet.gif) no-repeat 2px center;
			display: inline; }

.address li.first
		{	padding: 0;
			background: none; }

#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: underline;
			color: #777; }

#Footer a:hover	{	text-decoration: none;
			color: #000; }

#Footer .badges	{	padding-top: 10px;
			clear: both; }

#Footer img	{	border: 0; }

/* END Footer Styles */
/* ================================================================================================== */