﻿/*	------------------------------
	Basic Tags
	------------------------------
0 {
	margin:0;
	padding:0;
}*/

* {
	margin:0;
	padding:0;
}

body	{
	background: #343434 url(/global/images/bg.gif) repeat-x;
	color: #fff;
	font: normal 62.5% "Arial", sans-serif;
}

h1	{
	color: #336699;
	font-size: 2.4em;
	font-weight: normal;
}

h2	{
	font-size: 1.8em;
}

h3	{
	font-size: 1.5em;
}

h4	{
	font-size: 1.3em;
	color: #FF0000;
}

h6	{
	font-size: 1.2em;
}

h5	{
	font-size: 1.2em;
	color: #000080;
	font-weight: bold;
}

p	{
	margin: 0 0 1em;
	line-height: 1.4em;
}

img	{
	display: block;
	border: none;
}

img.inline	{
	display: inline;
	vertical-align: middle;
}

.clear	{
	clear: both;
}

.center	{
	text-align: center;
}

#red	{
	color: red;
	font-size: large;
	font-style: italic;
	font-weight: bold;
}

#blk	{
	color: black;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

#blue	{
	color: blue;
	font-size: medium;
	font-weight: bold;	
}




.indent	{
	margin-left: 1em;
	margin-right: 1em;
}

.indent_A {
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
	list-style: none;
}

.indent_A h6 {
	font-size: .8em;
}

#holiday {
	text-align: center;
}

#holiday h3{
	color: red;
}


#standout {
	color: red;
	font-weight: bold;
	
}

sup	{
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
address	{
	vertical-align: baseline;
	position: relative;
	font-size: 1.2em;
	bottom: 0.33em;
	text-align: right;
}
#wrapper	{
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 73px 0 0;
	background: transparent url(/global/images/header.jpg) no-repeat top;
}
#wrapper-sullivan	{
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 73px 0 0;
	background: transparent url(/global/images/header-sullivan.jpg) no-repeat top;
}


a#logo	{
	position: absolute;
	top: 19px;
	left: 35px;
	width: 250px;
	height: 40px;
	color: #fff;
	font-size: 2em;
}

a#logo img	{
	visibility: hidden;
}

.fgx	{
	color: #666;
	text-decoration: none;
}

/*	------------------------------
	Main Navigation
	------------------------------*/

ul#mainNav	{
	padding: 5px 0 5px 48px;
	background: #676767 url(/global/images/bg_nav_main.gif) no-repeat;
	list-style: none;
}

ul#mainNav li	{
	display: inline;
	padding: 0 .8em;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

ul#mainNav li#navHome	{
	padding-left: 0;
}

ul#mainNav a:visited	{
	color: #ababab;
	text-decoration: none;
}

ul#mainNav a:link	{
	color: #ababab;
	text-decoration: none;
}

ul#mainNav a:hover	{
	color: #FFFF00;
}

ul#mainNav a:active	{
	color: #FFFF00;
}

ul#mainNav li.AspNet-Menu-Selected a:hover	{
	color: #ffce0a;
}

ul#mainNav li.AspNet-Menu-Selected a:active	{
	color: #ffce0a;
}

ul#mainNav li.AspNet-Menu-Selected a:visited	{
	color: #ffce0a;
}

ul#mainNav li.AspNet-Menu-Selected a:link	{
	color: #ffce0a;
}

.style1 {
	font-size: medium;
}

/*	------------------------------
	Global Edge Navigation
	------------------------------*/

ul#globalEdgeNav	{
	position: absolute;
	top: 16px;
	left: 760px;
	width: 200px;
	font-size: 1.1em;
	list-style: none;
}

ul#globalEdgeNav li	{
	display: inline;
	padding: 0 .6em;
	border-left: 1px solid #999;
}

ul#globalEdgeNav li#joinNow	{
	border: none;
}

ul#globalEdgeNav a:visited	{
	color: #ffce0a;
	text-decoration: none;
}

ul#globalEdgeNav a:link	{
	color: #ffce0a;
	text-decoration: none;
}

ul#globalEdgeNav a:hover	{
	color: #fff;
}

ul#globalEdgeNav a:active	{
	color: #fff;
}

/*	------------------------------
	Content Section
	- between main nav & footer
	------------------------------*/

#contentWrapper	{
	height: 1%;
	margin: 0;
	padding: 15px 38px 0;
	background: transparent url("/global/images/bg_content_wrapper.gif") no-repeat top;
	overflow: hidden;
}

/*	------------------------------
	Content
	------------------------------*/

#content	{
	min-height: 430px;
	height: auto !important;
	height: 1%;
	overflow: hidden;
}

/*	------------------------------
	Footer
	------------------------------*/

#footer	{
	clear: both;
	margin: 0 0 15px;
	padding: 15px 40px;
	background: transparent url("/global/images/bg_footer.gif") no-repeat top;
	overflow: hidden;
}

#footer ul	{
	margin: 0 0 2.5em;
	list-style: none;
}

#footer ul li	{
	display: inline;
	padding: 0 1em 0 .75em;
	background: transparent url("/global/images/bullet.gif") no-repeat left;
	border: none;
	font-size: 1.1em;
}

#footer ul a:visited	{
	color: #999;
	text-decoration: none;
}

#footer ul a:link	{
	color: #999;
	text-decoration: none;
}

#footer ul a:hover	{
	color: #FFFF00;
}

#footer ul a:active	{
	color: #FFFF00;
}

#footer p	{
	margin: 0 0 .5em;
	color: #606060;
	font-size: 1.1em;
	line-height: 1em;
}

/*	------------------------------
	Section Navigation
	------------------------------*/

ul#sectionNav	{
	margin: 0 0 15px;
	padding: 0 10px 0 0;
	list-style: none;
}

ul#sectionNav li	{
	display: inline;
	padding: 0 1em;
	border: none;
	font-size: 1.2em;
}

ul#sectionNav li.first	{
	padding-left: 0;
}

ul#sectionNav a:visited	{
	color: #ddd;
	text-decoration: none;
}

ul#sectionNav a:link	{
	color: #ddd;
	text-decoration: none;
}

ul#sectionNav a:hover	{
	color: #ffce0a;
}

ul#sectionNav a:active	{
	color: #ffce0a;
}

/*	------------------------------
	Page Secondary Header
	------------------------------*/

ul#breadcrumb	{
	border-bottom: 1px #FFFF00 dotted;
	margin: 0 0 20px;
	padding: 7px 10px;
	background: #dedede url(/global/images/bg_breadcrumb.gif) no-repeat top;
	list-style: none;
}

ul#breadcrumb li	{
	display: inline;
	margin: 0 .5em 0 0;
	padding: 0 0 0 1em;
	background: transparent url(/global/images/bullet.gif) no-repeat left;
	font-size: 1.1em;
}

ul#breadcrumb li.first	{
	padding: 0;
	background: transparent;
}

ul#breadcrumb a:visited	{
	color: #999;
	margin: 0 .5em 0 0;
	font-size: 1.1em;
	text-decoration: none;
	letter-spacing:.3em
}

ul#breadcrumb a:link	{
	color: #999;
	margin: 0 .5em 0 0;
	font-size: 1.1em;
	text-decoration: none;
	letter-spacing:.3em
}

ul#breadcrumb a:hover	{
	color: #666;
	margin: 0 .5em 0 0;
	font-size: 1.1em;
	letter-spacing:.3em
}

ul#breadcrumb a:active	{
	color: #666;
	margin: 0 .5em 0 0;
	font-size: 1.1em;
	letter-spacing:.3em
}
.breadcrumbImage
{
	background: transparent url(/global/images/bullet.gif) no-repeat left;
}

/*	------------------------------
	Content
	------------------------------*/

#content	{
	padding: 0 0 20px;
	background: #fff url(/global/images/bg_content.gif) no-repeat bottom;
	color: #666;
}

/*	------------------------------
	Main Content
	------------------------------*/

#mainContent	{
	padding: 0 30px;
	overflow: hidden;
}

#content.twoColumn #mainContent	{
	float: left;
	width: 520px;
	border-right: 1px dotted #369;
}

#mainContent h1	{
	margin: 0 0 .25em;
}

#mainContent h2	{
	margin: 1em 0 .25em;
	color: #699;
}

#mainContent p	{
	font-size: 1.2em;
}

#mainContent a:visited	{
	color: #588;
	text-decoration: underline;
}

#mainContent a:link	{
	color: #588;
	text-decoration: underline;
}

#mainContent a:hover	{
	color: #333;
	text-decoration: none;
}

#mainContent a:active	{
	color: #333;
	text-decoration: none;
}

#mainContent p.topLink	{
	margin: 0 0 .5em;
	font-size: 1.1em;
	text-align: right;
}

#mainContent p.topLink a:visited	{
	padding: 0 0 0 12px;
	background: transparent url(/global/images/bullet_up.gif) no-repeat left;
	color: #aaa;
}

#mainContent p.topLink a:link	{
	padding: 0 0 0 12px;
	background: transparent url(/global/images/bullet_up.gif) no-repeat left;
	color: #aaa;
}

#mainContent p.topLink a:hover	{
	color: #333;
}

#mainContent p.topLink a:active	{
	color: #333;
}

#secondaryContent p.button	{
	width: 125px;
	height: 20px;
	padding: 4px 0 0;
	background: transparent url(/global/images/bg_button.gif) no-repeat left;
	font-size: 1.2em;
	text-align: center;
}

#mainContent p.button	{
	width: 125px;
	height: 20px;
	padding: 4px 0 0;
	background: transparent url(/global/images/bg_button.gif) no-repeat left;
	font-size: 1.2em;
	text-align: center;
}

#secondaryContent p.button a	{
	display: block;
	width: 125px;
	height: 24px;
	padding: 0;
	background: transparent;
	text-decoration: none;
}

#mainContent p.button a	{
	display: block;
	width: 125px;
	height: 24px;
	padding: 0;
	background: transparent;
	text-decoration: none;
}

#mainContent li	{
	margin-left: 1.8em;
	font-size: 1.3em;
}

#mainContent h4 + ul	{
	color: #000080;
}

#mainContent div.notice	{
	border-width: 1px;
	border-color: #FFCE0A;
	background-color: #DEDEDE;
	border-style: dotted;
	padding: 1.8em;
	margin-top: 2em;
}

#secondaryContent p.button a:visited	{
	color: #699;
	text-decoration: none;
}

#secondaryContent p.button a:link	{
	color: #699;
	text-decoration: none;
}

#mainContent p.button a:visited	{
	color: #699;
	text-decoration: none;
}

#mainContent p.button a:link	{
	color: #699;
	text-decoration: none;
}

#secondaryContent p.button a:hover	{
	color: #366;
}

#secondaryContent p.button a:active	{
	color: #366;
}

#mainContent p.button a:hover	{
	color: #366;
}

#mainContent p.button a:active	{
	color: #366;
}

#mainContent p.button.left	{
	float: left;
}

#mainContent p.secondaryLink a:visited	{
	padding: 0 0 0 .75em;
	background: transparent url(/images/bullet_green.gif) no-repeat left;
	color: #699;
	text-decoration: underline;
}

#mainContent p.secondaryLink a:link	{
	padding: 0 0 0 .75em;
	background: transparent url(/images/bullet_green.gif) no-repeat left;
	color: #699;
	text-decoration: underline;
}

#mainContent p.secondaryLink a:hover	{
	color: #333;
}

#mainContent p.secondaryLink a:active	{
	color: #333;
}

/*	------------------------------
	Secondary Content
	------------------------------*/

#secondaryContent	{
	padding: 0 30px;
	overflow: hidden;
}

#content.twoColumn #secondaryContent	{
	float: left;
	width: 201px;
	margin-left: 10px;
	padding: 0 15px;
}

#secondaryContent a:visited	{
	padding: 0 0 0 .75em;
	background: transparent url(/images/bullet_green.gif) no-repeat left;
	color: #699;
	text-decoration: underline;
}

#secondaryContent a:link	{
	padding: 0 0 0 .75em;
	background: transparent url(/images/bullet_green.gif) no-repeat left;
	color: #699;
	text-decoration: underline;
}

#secondaryContent ul li.active a	{
	color: #333;
}

#secondaryContent a:hover	{
	color: #333;
}

#secondaryContent a:active	{
	color: #333;
}

#secondaryContent h2	{
	margin: 1.25em 0 0;
	border: none;
	font-size: 1.5em;
	font-weight: normal;
}

#secondaryContent h2.first	{
	margin: 0;
}

#secondaryContent h3	{
	margin: 1em 0 0;
	padding: .5em 0 0;
	border-top: 1px solid #ccc;
	font-size: 1.4em;
	font-weight: bold;
}

#secondaryContent h3 a:visited	{
	padding: 0;
	background: transparent;
}

#secondaryContent h3 a:link	{
	padding: 0;
	background: transparent;
}

#secondaryContent p	{
	margin: .5em 0;
	font-size: 1.2em;
}

#secondaryContent #updated	{
	margin: .5em 0;
	font-size: .8em;
	color: red;
	font-weight: bold;
}

#secondaryContent #new	{
	margin: .5em 0;
	font-size: 1em;
	color: orange;
	font-weight: bold;
}

#secondaryContent ul	{
	margin: 5px 10px 25px 0;
	list-style: none;
	border-top: 1px solid #ccc;
}

#secondaryContent ul li	{
	padding: .4em 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em; !important
}

#secondaryContent ul li a:visited	{
	text-decoration: none;
			background: transparent url(/global/images/bullet.gif) no-repeat left;
	font-weight: bold;
}

#secondaryContent ul li a:link	{
	text-decoration: none;
			background: transparent url(/global/images/bullet.gif) no-repeat left;
	font-weight: bold;
}

#cellborderhome {
	border: 1px dotted #369; 
	text-align:center;
}