/* General Styling */
body						{margin:0px;font-family:verdana,arial;color:#000000; font-size:11px; line-height:01.4em; background-color:#f4f5f6;}

a							{color:#0000CC;text-decoration:underline;}
a:hover						{color:#0000CC;text-decoration:none;}
/* End General Styling */

#Header						{background-color:#5188cb;border-bottom:1px solid #cccccc;}
#PrintLogo			{display:none;}

#Search						{padding-left:4px;float:left;width:198px;padding-top:5px;}
#Search FORM INPUT			{font-size:11px;color:#052f53;vertical-align:middle;}
#Search FORM				{font-size:10px;color:#052f53;margin:0px;padding:0px;}

#breadcrumb					{background-color:#eceef2;width:100%;border-bottom:1px solid black;padding:3px 0px 3px 10px;}
#breadcrumb	a				{color:#707687;text-decoration:none;}

/* This styles the container areas for the templates */
#MainBody					{border-right:1px solid #cccccc;border-left:1px solid #cccccc;width:740px; background-color:#FFFFFF;}
#lCol						{width:154px;background-color:#ffffff; border-right:1px solid #cccccc;}
#cCol						{width:345px; align:left;border-right:1px solid #cccccc;}
#rCol						{width:205px;border-left:1px solid #cccccc;}


.HomeTitle					{padding:0px;background-color:#ebebeb;height:61px;width:100%;border-bottom:1px solid #cccccc;border-top:1px solid #cccccc;}
.Content					{padding:20px 10px 0px 10px;}

#xsearchbuttonimg {padding-top:10px;}

/* Left SubNav */
.SubNav						{padding:10px 0px 0px 0px;width:149px; border-right:1px solid #cccccc;}
/*.SubNav	 ul					{color:#052f53;font-size:12px;list-style-type:none;margin:0px 0px 10px 0px;padding:0px 0px 0px 0px;}
.SubNav	 UL LI				{padding:3px 0px 3px 5px;border-bottom:1px solid #cccccc;}
.SubNav	 UL LI A			{color:#052f53;text-decoration:none;padding-bottom:10px;}
.SubNav	 UL LI A:hover		{color:#de962f;text-decoration:none;}
*/
/* End Left SubNav */
/* News and Events style for the homepage */
.News						{color:#052f53;font-size:11px;margin-bottom:0px;}
.News	ul					{color:#052f53;font-size:11px;list-style-type:none;margin:0px 0px 0px 10px;padding:0px 10px 0px 0px;}
.News UL LI					{padding-bottom:0px;padding-left:0px;padding-bottom:7px;}
.News UL LI A				{color:#052f53;text-decoration:none;}
.News UL LI A:hover			{color:#052f53;text-decoration:underline;}

/* This may have been used on the homepage in the original build out, don't think it's used anymore  */
.right						{float:right;padding-right:10px;color:#052f53;text-decoration:none;}
.right	a					{color:#052f53;text-decoration:none;}
.right	a:hover				{color:#052f53;text-decoration:underline;}

/* Footer - stlye for the green footer area and link styles in case links are added */
#Footer						{background:#b0cecc url(images/footer_bg2.gif) repeat; height:34px;width:740px;color:#053053;padding:5px 0px 5px 5px;font-size:10px;}
.FooterLinks				{border:1px solid #cccccc;color:#053053;padding-left:7px; padding:5px; background-color:#FFFFFF;}
.FooterLinks a				{color:#053053;text-decoration:none;}
.FooterLinks a:hover		{color:#053053;text-decoration:underline;}

/* Styling for the links above the green footer area */
.SitemapLinks {color:#000000; border-left:#CCCCCC solid 1px; border-right:#CCCCCC solid 1px; border-top:#CCCCCC solid 1px; padding:8px; background-color:#FFFFFF;} 
.SitemapLinks a {color:#000000; text-decoration:none;}
.SitemapLinks a:hover {color:#000000; text-decoration:underline;}
.SitemapRight {
	float:right;
	font-size: 8px;
	color: #052f53;
	margin-top: -16px;
}

/* End Footer */

/* Global Nav - main navigation style, working in conjunction with the smart menu style sheet - should not change this */
#gNav						{background:#052f53 url(images/nav_bg.gif) repeat; height:31px;width:100%;}
#gNav UL					{list-style-type:none;margin:0px;padding:0px;}
#gNav UL LI					{float:left;}
#gNav UL LI A				{background:#052f53;}




/* End Global Nav */

/* Left Menu - This was the original style used for the basic Left Menu,
Main class style placed in default.css so it is an option in the Editor - this can be removed if the unodered list class below is used on all pages*/

.LeftMenu A:link {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; text-decoration:none;color:#585c67;}
.LeftMenu A:active {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; text-decoration: none; color:#585c67;}
.LeftMenu A:visited {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; text-decoration:none;color:#585c67;}
.LeftMenu A:hover {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; text-decoration:underline;color:#5388c6;}

/* Left Menu - this is the style used for the new unordered list, 
Main class style placed in default.css so it is an option in the Editor */
UL.LeftMenu 			{color:#585C67;font-size:small;list-style-image:url('images/bullet.gif');margin:0px 0px 0px 20px;padding:2px 0px 10px 0px;}
UL.LeftMenu LI			{padding:0px 0px 7px 4px;}
UL.LeftMenu LI A		{color:#585c67;text-decoration:none;padding:0px;}
UL.LeftMenu LI A:hover	{color:#5388c6;text-decoration:underline;}



