/* GENERAL STYLES */
body,html {
	margin: 0 0 15px 0;
	padding:0;
	background: url("/umbraco/../media/5169/blue_bg.png") center;
	background-color: #2c2862;
	font-family: verdana, 'lucida grande', 'lucida sans', lucida;
	color: #333366;
}
html {	font-size: 62.5%; }
body {	font-size: 1.2em; }

a {
	color:#993300;
	text-decoration: none;
}
li a {
	display: -moz-inline-box;
	display: inline-block;
}
a:link, a:visited {
	border-bottom: 1px dotted #9a8174;
}
a:hover, a:active {
	border-bottom: 1px solid #9a8174;
}

#content img {
	padding: 3px 8px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 5px;
}

.floatRight {
	float: right;
	width: 200px;
	margin-top: 20px;
}

/* header */
#header {
	width: 970px;
	height: 130px;
	border-bottom:1px #333366 solid;
	padding: 0;
	background-repeat: no-repeat;
	position: relative;
}
#header-link {
	display: block;
	width: 100%;
	height: 102px;
	border: 0;
	background: url("/umbraco/../media/5172/sitename.gif") no-repeat 45px 45px;
	position: relative;
	z-index: 3;
}
#header-print {
	display: none;
}
#veil {
	background-color: black;
	width: 393px;
	height: 130px;
	position: absolute;
	left: 32px;
	top: 0px;
	/* Options in Content Editor
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	*/
	z-index: 1;
}

/* Navigation */
#secondLevelNavigation {
	list-style: none;
	padding: 6px 4px;
	margin: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f2f2f2;
	min-height: 1.6em;
	_height: 500px;
	overflow: hidden; /* work around for FF */
}

#secondLevelNavigation li {
	/*float: left;*/
	margin: 5px 3px;
	width: 230px;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
}

#naviHolder{
	padding:0;
	width: 100%;
	height: 26px;
	margin: 0;
	background-color: #666;
	border-width: 1px 0;
	border-color: #aaa #727599;
	border-style: solid;
	filter:alpha(opacity=87);
	-moz-opacity:0.87;
	position: relative;
	z-index: 2;
}

#naviList {
	/*background-color: #fc0;*/ /*Approved Color used*/
	list-style:none;
	height: 24px; /* must match that of #naviHolder */
	margin: 1px 0 1px 10px;    
	padding: 0;
	float: left;
}

#naviList li {
	width:132px;
	float:left;
	/*border: 1px solid #c1c5d5;*/
	margin-right: 2px;
}


#naviList a{
	padding: 4px 0;
	text-align: center;
	text-decoration:none;
	text-transform: uppercase;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	display: block;
	border-bottom: none;
}

#naviList a:hover{
	background-color: #888;
}
#naviList .selected a{
	background-color: #999;
}

/* Pull */
#nav ul, #nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    display: block;
}

#nav .current {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: white;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.5em 0;
}

#nav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
    border-left:#ddd9cc solid 1px;
    border-right:#888477 solid 1px;
}


#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(wizard/pullBackground.png);
	padding: 2em 0;
	border-bottom: 1px solid #888477;
	
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#nav li:hover ul, li.over ul {
	display: block;
}


/* BREADCRUM */
#umbBreadcrum {
    	list-style:none;
    	padding: 0;
	margin: 0;
    	color: #aaa;
    	font-size: 0.9em;
	display: block;
	height: 15px;
}

#umbBreadcrum li {
    	float:left;
    	margin: 0 3px 0 0;  
    	padding: 0;
}
#printbutton {
	position: absolute;
	top: 15px;   /* top and right should match that of content's padding */
	right: 20px;
	background: url("/umbraco/../media/7465/printer.gif") no-repeat;
	width: 60px;
	height: 25px;
	font-size: .9em;
	color: #446;
	padding-left: 27px;
	clear: both;
}

/* BOXES */

#container {
	margin: 10px auto;
	width: 980px;
	border-width: 1px;
	border-color: #f2f2f2;
	border-style: solid;
	/*background: #727599;*/
	background-color: #c4c6d3;
}

#sidebar {
	float: left;
	width: 145px;
	height: 500px;
	text-align: center;
	margin-top: 3px;
	border-top: 1px solid #ccc;
	background: url("/umbraco/../media/5377/contentbg.gif") repeat-x;
}
#sidebar img {
	margin: 12px auto;
	padding: 3px;
}

#main {
	width: 970px;
	margin: 5px;
	padding:0;
	
	/*background-color: #2c2862;*/
	background-color: #f8f8f8;
}

#content {
	position: relative;
	background: url("/umbraco/../media/5377/contentbg.gif") repeat-x;
	background-color: #f8f8f8;
	padding: 15px 20px;
	border-left: 3px double #ccc;
	border-top: 1px solid #ccc;
	margin-top: 3px;
	margin-left: 145px;
	min-height: 500px;
	_height: 500px;
	overflow: auto;
}


/* Subscription */
#subscription {
	text-align: left;
	margin-top: 7px;
	margin-left: 8px;
	border: 3px solid #fff;
	padding-bottom: 7px;
}
#subscription h3 {
	display: block;
	padding: 4px 8px;
	margin: 0 0 10px 0;
	background: url("/umbraco/../media/6450/silverbg.gif") repeat-y;
	background-color: #eee;
}
#subscription p {
	margin: 0 15px 5px 20px;
}
#subscription label {
	margin-left: 20px;
	width: 100px;
	/*display: -moz-inline-box;
	display: inline-block;*/
	display: block;
	font-weight: bold;
	font-size: 1em;
}
#subscription .textbox {
	margin: 0 0 3px 20px;
	width: 145px;
	height: 14px;
	line-height: 12px;
}
#subscription #radioButtons{
	margin: 0 0 0 20px;
	height: 27px;
}
#subscription .button {
	font-size: 11px;
	width: 75px;
	height: 22px;
	margin: 15px 0px 3px 20px;
}
/* end of subscription */

#footerImage{
	width: 972px;
	height: 35px;
	border-bottom: 2px #bc9600 solid;
	margin: 0;
	display: none;
}

#contactInfo p{
	margin: 0;
	font-size: 12px;
	/*background-color: #930; */ /*using Appreved Color*/
	line-height: 16px;
	height: 53px;
}
#contactInfo, #contactInfo a{
	color: white;
	font-weight: bold;
}

#bottom {
	width: 972px;
	margin: 5px auto;
	text-align: center;
	font-size: 9px;
	color: #999;
}

/* NEWS*/
.newsDate {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 90%;
}
.newsResume {
	margin: 0 0 10px 0;
	padding: 0;
}

#newsBox, #newsletterbox {
	border: 3px solid #fff;
	background-color: #fffded;
	min-height: 100px;
	_height: 100px;
	margin-bottom: 7px;
	margin-left: 8px;
}

#newsBoxTitle, #newsletterboxTitle {
	display: block;
	padding: 3px 8px;
	margin: 0 0 10px 0;
}

#newsBoxContent {
	margin: 0 10px 10px 10px;
}

#newsBoxContent h3 {
	font-size: 14px;
	margin: 0;
}
#newsBoxContent p {
	font-size: 11px;
}
#newsBoxContent .archivelink {
	font-weight: bold;
}

#newsBoxContent .newsResume {
	margin-bottom: 20px;
}

#newsBox .newsDate, #newsletterbox .newsDate {
	/*border-top: 1px solid #ddd;*/
	font-size: 9px;
	font-style: italic;
	margin-bottom: 8px;
}

#newsBoxContent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#newsBoxContent li {
	font-size: 1.0em;
	line-height: 1.2em;
	margin-bottom: 6px;
}
#newsBoxContent a {
	display: inline;
}

/* Search */
#searchform {
	margin: 3px auto;
	width: 110px;
	text-align: center;
}
#searchbox {
	width: 105px;
	margin: 0 auto;
	border: 1px solid #bbb;
	display: block;
}
#searchbutton {
	border: 2px solid #555;
	font-family: arial;
	font-size: 11px;
	margin-left: -1px;
	margin-top: 4px;
	width: 108px;
	background-color: #669;
	color: white;
}

/* Photo Gallery */
.GalleryList img.GalleryThumbs,
.GalleryList img.PhotoThumbs,
{
	border: 1px #ccc solid;
	padding: 4px;
	margin: 0 0 20px 20px;
}
.GalleryList .Item img
{
	float: left;
}
.GalleryList .Item .GalleryText
{
	margin-left: 140px;
}

.Photo img
{
	border: 1px #ccc solid;
	padding: 6px;
}

.Photo .PhotoNav .Left
{
	float: left;
}
.Photo .PhotoNav .Right
{
	float: right;
}

/* Business List */
.BusinessList, .BusinessEntity {
	list-style: none;
	padding: 0;
	margin: 0;
}
.BusinessList {
	margin: 30px 20px;
	width: 500px;
}
.BusinessList li {
	width: 600px;
	height: 3.6em;
	margin-bottom: 1.1em;
}
.BusinessEntity {
}
.BusinessEntity li {
	float: left;
	margin-right: 20px;
}
.BusinessEntity .BusinessNameField { width: 220px; }
.BusinessEntity .BusinessNameField a { display: inline; }
.BusinessEntity .BusinessAddressField { width: 220px; }
.BusinessEntity .BusinessURLField { width: 80px; }

.BusinessDetail {
	list-style: none;
	margin-left: 20px;
	padding: 0;
}
.BusinessDetail li {
	line-height: 1.6em;
}
.BusinessDetail label {
	width: 80px;
	margin-right: 25px;
	font-weight: bold;
	display: -moz-inline-box;
	display: inline-block;
}

.AlphabetList {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 1.5em;
	width: 660px;
	background-color: #f4f4f4;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.AlphabetList li {
	float:left;
	/*border-right: 1px solid #bbb;*/
	padding: 0 5px;
}
.AlphabetList li.last { border: none; }

/* Events Calendar */
.event .eventdate {
	display: -moz-inline-box;
	display: inline-block;
	width: 180px;
}
.eventdetail label {
	font-weight: bold;
	display: -moz-inline-box;
	display: inline-block;
	width: 100px;
}

/* Newsletter */
#rightcol {
	width: 200px;
	margin: 20px 0px 0px 555px;
}

#center {
	width: 545px;
	margin: 15px 13px 0 0;
	padding-top: 5px;
	float: left;
}

#newsletter {
	border: 3px double #5552a3;
	min-height: 540px;	/* a bit less than Content */
	_height: 540px;		/* a bit less than Content */
	padding: 4px;
}
#newsletterHeading {
	width: 100%;
	height: 68px;
	background-color: #dfd9ea;
	border-bottom: 1px solid #ccc;
}
#newsletterHeading img {
	margin: 10px 0 0 25px;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	background: none;	/* override default img style */
	border: none;		/* override default img style */
	padding: 0;		/* override default img style */
}
#newsletterHeading h1 {
	color: #555;
	font-size: 1.2em;
	margin: 2px 0px 0 25px;
}
#newsletter .newsDate {
	text-align: right;
}

/* EDITOR PROPERTIES */
h1 {
font-size: 1.8em;
font-weight: bold;
font-family: arial;
}

h2 {
font-size: 1.5em;
font-weight: bold;
}

h3 {
font-size: 1.2em;
font-weight: bold;
}

.h4 {
color: orange;
font-size: 2em;
font-weight: bold;
font-family: arial;
}

.h5 {
color: #a96aef;
font-size: 2em;
font-weight: bold;
font-family: arial;

}

.large {
font-size: 1.4em;
}

.small {
font-size: 0.8em;
}

.bright {
color: orange;
}

.bright2 {
color: #a96aef;
}

.Text3 {
color:#993300;
}

.Text4 {
color: #4a3386;
}

.Highlighting {
background-color: #ecdcff;
}

