/* ================================================================================================== */
/* Generic Style Declarations */

body		{	color: #000000;
			font-family: Verdana, Arial, Helvetica, 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: "GaramondPremrPro", "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
			color: #013D9B;
			line-height: 140%;
			margin: 5px 0px; }

h1		{	font-size: 28px;
			margin-top: 0px; }

h2, legend	{	font-size: 24px; }

h3		{	font-size: 18px; }

h4		{	font-size: 16px; }

h5		{	font-size: 14px; }

h6		{	font-size: 12px; }

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
		{	font-size: 11px;
			color: #000000; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

p, div		{	margin: 10px 0px; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #013D9B; }

a:visited	{	color: #000000; }

a:hover		{	text-decoration: none; }

a img		{	border: 0; }

h1.HomeTitle	{	color: #000000;
			font-size: 30px; }

h1.HomeTitle em	{	color: #013D9B;
			font-style: normal; }

.Callout	{	width: 170px;
			padding: 0 10px;
			margin: 0 0 10px 10px;
			float: right;
			text-align: center;
			color: #013d9b; }			

.clear		{	margin: 0;
			padding: 0;
			line-height: 1;
			font-size: 1px;
			clear: both; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content, #Content td.Content
		{	line-height: 150%;
			color: #000000;
			width: 100%;
			padding: 10px 10px 10px 25px;
			vertical-align: top; }

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 */

#ContentWrapper, #Footer
		{	background-color: #ffffff;
			margin: 0 auto;
			padding: 0px;
			border: 4px solid #ffffff;
			width: 758px;
			clear: both; }

#Content	{	border-collapse: collapse; 
			margin: 0; }

#Banner		{	margin: 15px auto 5px auto;
			width: 766px;
			height: 154px;
			background: url(/files/images/template/flash_bg.jpg) left top no-repeat; }

#Banner.Content	{	border-top: 4px solid #ffffff;
			border-left: 3px solid #ffffff;
			border-right: 5px solid #ffffff;
			margin-bottom: 0;
			width: 758px;
			padding: 0; }

#PriNav		{	border-right: 1px solid #CACACA; 
			padding-right: 2px;
			vertical-align: top;
			width: 173px; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

#FLVVideo	{	float: right;
			margin: 7px 0 15px 10px; }

#HomeLink	{	float: left;
			margin-top: 3px; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* PriNav Bar Styles*/

h2.PhoneNumber	{	padding: 3px 0 2px 5px;
			text-align: center;
			margin: 0;
			background: #DEDEDE;
			border-top: 1px solid #C6C6C6;
			border-right: 2px solid #C6C6C6; }

h2.PhoneNumber img
		{	margin-top: -3px; }

/* Sidebar Feature Styles */

.SidebarFeature	{	margin: 5px 0 0 0;
			padding: 0 5px 10px 5px;
			text-align: center; }

.SidebarFeature h3, h3.PromoVideoLink
		{	background: #07419d url(/files/images/template/sidebar_feature_bg.gif) left top repeat-x;
			color: #FFFFFF;
			font-size: 18px; 
			margin: 5px -5px 7px -5px;
			padding: 3px 5px; }
			
h3.PromoVideoLink
		{	margin: 5px 0 7px 0;
			text-align: center; }
			
.SidebarFeature h3 a:link, h3.PromoVideoLink a:link, .SidebarFeature h3 a:hover, h3.PromoVideoLink a:hover, .SidebarFeature h3 a:visited, h3.PromoVideoLink a:visited
		{	color: #FFFFFF;
			display: block;
			text-decoration: none; }

.SidebarFeature p.Title a:link, .SidebarFeature p.Title a:hover, .SidebarFeature p.Title a:visited
		{	font-weight: bold;
			text-decoration: none;
			font-size: 13px;
			color: #013d9b; }

.SidebarFeature p.Title a:hover
		{	text-decoration: underline; }

/* END Sidebar Feature Styles */

/* END PriNav Bar Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home Feature Styles */

.HomeFeature	{	margin-top: 15px;
			padding: 10px;
			font-size: 11px;
			background-color: #F8F8F8; }

.HomeFeature h3	{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			margin: -10px -10px 0 -10px;
			padding: 3px 10px 3px 60px;
			background: #F8F8F8 url(/files/images/template/home_feature_title_bg.gif) left top repeat-x; }

.HomeFeature h3 a:link, .HomeFeature h3 a:visited, .HomeFeature h3 a:hover
		{	text-decoration: none;
			color: #013D9B; }

.HomeFeature h3 a:hover
		{	text-decoration: underline; }

.HomeFeature img, .HomeFeature a:link img, .HomeFeature a:visited img, .HomeFeature a:hover img
		{	margin: 5px 25px 5px 0;
			float: left;
			border: 4px solid #e1e1e1; }

.HomeFeature a:hover img 
		{	border: 4px solid #BFBFBF; }

.HomeFeature ul	{	margin: 0;
			padding: 0 0 0 10px; }

.HomeFeature li	{	margin: 0;
			padding: 0;
			line-height: 150%; }
/* END Home Feature Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	margin: 0 0 5px 0;
			padding: 9px 5px;
			background: #DEDEDE;
			border-bottom: 1px solid #C6C6C6;
			border-right: 2px solid #C6C6C6; }

#SearchForm input
		{	border: 1px solid #7D7D7D; }

#SearchForm input[type=text]
		{	width: 115px;
			color: #7D7D7D; }

#SearchForm input[type=submit]
		{	background: #E8E8E8;
			cursor: pointer;
			color: #7D7D7D;
			text-transform: uppercase;
			font-weight: bold; }

/* 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; }

table.SizeChart	{	width: auto; }


/* END Data Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Email to Friend Application */

div#TellAFriendForm
		{	display: none;
			position: absolute;
			margin: 0; }

div.HelpBox
		{	margin: 0;
			padding: 0;
			width: 200px;
			height: 160px;
			background-color: #ffffff;
			font-weight: normal;
			text-align: left;
			border: 1px solid #c0c0c0; }

.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: 10px;
			font-weight: normal;
			line-height: 140%;
			padding: 10px 10px 5px 10px;
			margin: 0; }

#EmailToFriend p
		{	margin: 0 0 5px 0; }

#EmailToFriend input
		{	font-size: 10px;
			width: 178px; }

#EmailToFriend input.b
		{	width: auto;
			overflow: visible; }

a#LinkContentForm
		{	float: left; }

/* "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 */
/* ================================================================================================== */





/* ================================================================================================== */
/* 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 */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	color: #000000;
			margin: 3px auto 0 auto;
			padding: 10px;
			width: 738px;
			line-height: 175%;
			font-size: 10px;
			font-weight: bold;
			color: #7D7D7D;
			text-align: center; }

div#ASTag	{	width: 766px;
			text-align: right;
			font-weight: normal;
			margin: 10px auto 25px auto;
			padding: 0; }

div#ASTag p	{	float: right;
			font-size: 10px;
			color: #7D7D7D;
			margin: 0;
			padding: 0; }

#Footer span.PhoneNumber
		{	font-family: "GaramondPremrPro", "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
			color: #013D9B;
			font-size: 16px; }

#Footer	a, div#ASTag a
		{	color: #7D7D7D; }

#Footer	a:link, #Footer	a:visited, #Footer a:hover, div#ASTag a:link, div#ASTag a:visited, div#ASTag a:hover
		{	text-decoration: underline;
			color: #7D7D7D; }

#Footer a:hover, div#ASTag a:hover
		{	text-decoration: none; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-size: 10px;
			line-height: 140%;
			margin: 0 0 15px 0; }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #000000; }

/* 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
		{	
			background-color: #C9DEF4;
			padding: 3px;
			margin-top: 5px;
			color: #0068B3; }

.b		{	border: 1px solid #C6C6C6;
			background-color: #F5F5F5;
			font-weight: bold;
			cursor: pointer;
			padding: 3px 5px;
			margin: 4px 8px 4px 0px; }

.b:hover	{	background-color: #C6C6C6;
			border: 1px solid #000000; }

/* END Login Form Styles */
/* ================================================================================================== */