/* ================================================================================================== */
/* Generic Style Declarations */

body		{	font-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 12px;
			color: #333333;
			line-height: 150%;
			margin: 0px;
			background-color: #fff; }

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: Helvetica, Arial, Verdana, sans-serif;
			font-weight: normal; 
			color: #0055a5;
			margin: 10px 0px; }

h1		{	font-family: Georgia, Century, Times, serif;
			font-style: italic;
			font-size: 36px;
			line-height: 110%;
			margin-bottom: 5px;
			padding-bottom: 18px;
			background: url('/files/images/template/dottedline.gif') bottom left repeat-x; }

h2, legend	{	font-size: 16px; }

h3		{	font-size: 14px; }

h4, h5, 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-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 11px;
			color: #000000; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

p		{	margin: 10px 0px; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #0055a5; }

a:visited	{	color: #2eb774; }

a:hover		{	color: #333; }

/* END Generic Style Declarations */
/* ================================================================================================== */




/* ================================================================================================== */
/* Common Classes */

/* Clearing <div> */
.clear		{	clear: both; }

/* Content Classes */

.lefty		{	float: left;
			margin-right: 10px; }

.righty		{	float: right;
			margin-left: 10px; }

/* Form Styles */

.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	color: #003768;
			background-image: url(/files/images/std/input_error.gif);
			background-position: top left;
			background-repeat: no-repeat; }

.CustomFormTextArea
		{	width: 300px;
			height: 110px; }

/* END Common Classes */
/* ================================================================================================== */




/* ================================================================================================== */
/* Layout Styles */

#Wrapper	{	margin: 20px auto 10px auto;
			width: 800px;
			background: #fff;}

#Content	{	margin: 0 auto; }

#Logo           {       padding: 15px 0 0 8px; }

#PriNav		{	margin: 10px 0; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

/* Large and Small Banner Styles */
.Banner         {	margin: 4px 0px 10px 0px; }

.Banner img, div.HomeContent
                {       float: left;
                        margin: 0 10px 0px 0; }

.Banner img	{	background-color: #0055a5; }

.Banner img.last, a.BannerBox.last
                {       margin-right: 0; }

.Banner img.last{	margin-bottom: 0px; }

.Spotlight	{	margin: 4px 0px;
			padding: 28px 15px 2px 15px;
			width: 230px;
			min-height: 105px;
                        border-top: 3px solid #2eb774;
                        background: #fff url(/files/images/template/banner_bg.jpg) top left no-repeat;
                        box-shadow: 1px 1px 8px #bbb; }

.Spotlight h1	{	font-size: 30px;
			margin-bottom: -2px;
			background: none; }

.Spotlight a	{	text-transform: uppercase; }
/* END Large and Small Banner Styles */

/* Homepage Btns */
a.BannerBox     {       float: left;
			margin: 10px 10px 0px 0px;
			padding: 15px;
                        width: 230px;
			min-height: 60px;
                        color: #0055a5;
                        font-family: Times New Roman;
                        font-size: 30px;
                        font-weight: bold;
                        font-style: italic;
                        text-decoration: none;
                        background: #fff url(/files/images/template/banner_bg.jpg) top left no-repeat;
                        border-top: 3px solid #2eb774;
                        box-shadow: 1px 1px 8px #bbb; }

h1.Title, h2.Title, a.Title
		{	color: #333;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 11px;
			font-style: normal;
			font-weight: normal;
			text-transform: uppercase;
			margin-top: 0px;
			display: block; }

h2.Title	{	line-height: 110%;
			margin-bottom: 5px;
			padding-bottom: 18px;
			background: url('/files/images/template/dottedline.gif') bottom left repeat-x; }

h1.Title a:link, h1.Title a:visited, h2.Title a:link, h2.Title a:visited
		{	color: #333;
			text-decoration: none; }

h1.Title a:hover, a:hover.Title, h2.Title a:hover
		{	color: #2eb774; }

h1.Title em, a.Title em, h2.Title em
		{	color: #0055a5;
			font-family: Georgia, Century, Times, serif;
			font-size: 36px;
			font-weight: normal;
			text-transform: none;
			line-height: 110%;
			display: block; }

a.Title em	{	font-size: 30px; }


.Buttons	{	margin: 10px 0px; }
/* END Homepage Btns */

.SideBar	{	margin: 0; }

/* Tenants Ticker */
.Tenants	{	float: right;
			margin: 0 0 10px 0;
                        padding: 12px 15px;
                        width: 228px;
                        border: 1px solid #cdcdcd;
                        border-top: 3px solid #0055a5; }

.Ticker		{	padding-top: 6px; }

.Ticker ul	{	list-style: none;
			margin: 0;
			padding: 0;
			height: 165px;
			overflow: auto; }

.Ticker li	{	margin: 0; }

.Ticker a	{	color: #333;
			text-transform: uppercase;
			display: block; }

.Ticker a:link, .Ticker a:visited
		{	color: #333;
			text-decoration: none; }

.Ticker a:hover
		{	color: #007cc3; }
/* END Tenants Ticker */

/* END Layout Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Content Styles */

.Content	{	width: 496px;
			margin-right: 0px;
			padding: 5px 15px 15px 15px;
                        border: 1px solid #cdcdcd;
                        border-top: 3px solid #0055a5; }

.HomeContent	{	padding: 12px 15px;
                        width: 498px;
                        min-height: 175px;
                        border: 1px solid #cdcdcd;
                        border-top: 3px solid #0055a5; }

.Callout	{	float: left;
			color: #0055a5;
			font-size: 14px;
			font-weight: normal;
			line-height: 135%;
			margin: 10px;
			padding: 15px 20px;
			width: 380px;
			background: #fff url(/files/images/template/banner_bg.jpg) top right repeat-x;
			border-top: solid 3px #0055a5;
                        box-shadow: 1px 1px 8px #bbb; }

/* Breadcrumb Styles */

#Bread		{	color: #0055a5;
			font-size: 10px;
			text-transform: uppercase;
			line-height: 160%;
			margin: 0 0 10px 15px; }

#Bread a:link, #Bread a:visited
		{	color: #0055a5;
			text-decoration: none; }

#Bread a:hover	{	color: #333;
			text-decoration: underline; }

/* Site Map */

ol#SiteMap, ol#SiteMap ol
		{	list-style-type: circle;
			color: #333;  }

ol#SiteMap ol	{	border-left: 1px solid #dddddd;
			margin-left: -12px;
			padding-left: 50px;}

/* END Content 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
		{	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 .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; }

/* END Data Table Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Sub-Navigation Styles */

.SubNav 	{	margin-left: 0px;
			width: 260px; }

.SubNav li	{	border-right: solid 3px #7a7878; }

.SubNav ol li a:link, .SubNav ol li a:visited
		{	font-size: 12px;
			color: #0055a5;
			text-decoration: none;
			padding: 12px 18px;
			border-bottom: solid 1px #dadada; }

.SubNav ol li a:hover
		{	color: #666;
			background: #fff; }

.SubNav ol li a#SubNavParentSel:link, .SubNav li a#SubNavParentSel:visited, .SubNav ol li a#SubNavFlySel:link, .SubNav ol li a#SubNavFlySel:visited
		{	color: #fff;
			background: #0055a5;
			border-bottom: none;
			display: block; }

.SubNav li ol a#SubNavFlySel:link, .SubNav li ol a#SubNavFlySel:visited
		{	background: #0055a5 url('/files/images/template/flyoutnav_arrow2.gif') 8% 50% no-repeat;
			display: block; }

.SubNav li ol a#SubNavFlySel:hover
		{	background: #2eb774 url('/files/images/template/flyoutnav_arrow2.gif') 8% 50% no-repeat; }

ol#NestedNav, ol#NestedNav ol
		{	list-style-type: none;
			color: #ababab;
			margin: -5px 0 15px 0;
			padding: 0px;
			/*border: 1px solid #ff0000;*/ }

ol#NestedNav ol	{	margin: 5px 0px;
			padding-left: 0px;}

ol#NestedNav li	{	margin: 0px;
			padding: 0px 10px 0px 0px; }

ol#NestedNav li	a
		{	color: #333;
			text-decoration: none;
			text-transform: uppercase;
			margin: 5px 0;
			padding: 12px;
			display: block; }

ol#NestedNav li	a:link, ol#NestedNav li	a:visited
		{	color: #333;
			background-color: #f1f0ee; }

ol#NestedNav li a#FlySel:link, ol#NestedNav li a#FlySel:visited, ol#NestedNav li a#PrimaryParentSel:link, ol#NestedNav li a#PrimaryParentSel:visited
		{	color: #fff;
			background-color: #0055a5;
			border-right: solid 3px #0055a5; }

ol#NestedNav li	a:hover, ol#NestedNav li a#FlySel:hover, ol#NestedNav li a#PrimaryParentSel:hover
		{	color: #fff;
			background-color: #0055a5;
			border-right: none; }

ol#NestedNav ol li a:hover, ol#NestedNav ol li a#FlySel:hover, ol#NestedNav ol li a#PrimaryParentSel:hover
		{	color: #fff;
			background-color: #0055a5;
			border-right: none; }

ol#NestedNav li ol a
		{	padding: 12px 20px 12px 40px;
			background: url('/files/images/template/flyoutnav_arrow.gif') 8% 50% no-repeat; }

ol#NestedNav li ol a#PrimaryParentSel:link, ol#NestedNav li ol a#PrimaryParentSel:visited
		{	padding: 12px 20px 12px 40px;
			background: #0055a5 url('/files/images/template/flyoutnav_arrow2.gif') 8% 50% no-repeat; }

ol#NestedNav li ol a#PrimaryParentSel:hover
		{	background: url('/files/images/template/flyoutnav_arrow2.gif') 8% 50% no-repeat; }


/* END Sub-Navigation Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	float: right;
			font-size: 11px;
                        padding: 2px 6px 4px 6px;
                        border: 1px solid #cdcdcd;
                        border-radius: 12px;
                        background: #fff;
                        width: 100px;
                        height: 14px; }

#SearchKeywords {       float: left;
                        color: #bbb;
			margin: 0px;
			width: auto;
                        background: none;
                        border: none; }
                        
#btnSearch      {       float: right;
			margin-top: 2px;
			cursor: pointer; }

.b		{	color: #fff;
			padding: 5px;
			border: none;
			background-color: #0055a5;
			cursor: pointer;
			overflow: visible; }

.b:hover	{	color: #fff;
			padding: 5px;
			border: none;
			background-color: #2eb774; }

/* END Search Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Footer Styles */

#Footer		{	color: #fff;
                        font-size: 10px;
			margin-top: 10px;
			padding: 15px;
			min-height: 30px;
                        background-color: #0055a5; }

#Footer p	{	margin: 0 0 5px 0; }

.FooterLinks    {       text-transform: uppercase; }

#Footer	a:link, #Footer	a:visited
		{	text-decoration: none;
			color: #fff; }

#Footer a:hover	{	text-decoration: underline; }

#Badge		{	float: right;
                        margin: 0 auto 20px auto;
                        text-align: right; }
                        
#Badge img	{	vertical-align: middle; }

#Badge a:link, #Badge a:visited
		{	text-decoration: underline; }

#Badge a:hover	{	color: #dad3d3; }

/* END Footer Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* FCK Editor Override Styles */

.SC_Item div.Callout, .SC_ItemSelected div.Callout
		{	float: left;
			color: #0055a5;
			font-size: 14px;
			font-weight: normal;
			line-height: 135%;
			margin: 10px;
			padding: 15px 20px;
			width: 100%;
			background: #fff url(/files/images/template/banner_bg.jpg) top right repeat-x;
			border-top: solid 3px #0055a5;
                        box-shadow: 1px 1px 8px #bbb; }

body#Editor	{	padding: 10px;
			width: auto;
			background: #fff; }

/* END FCK Editor Override Styles */
/* ================================================================================================== */
