﻿@import url("layout.css");
a[href] {
	color: #370661!important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}
body a {
	color: #370661 !important;
}
a {
	color: #370661 !important;
}
a:link {
	color: #370661;
}
.style1 {
	font-size: small;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 780px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	background-image:url(../images/masthead.gif);
	background-repeat:no-repeat;
	height:232px;
	width:780px;
	vertical-align: top;
	font-size: 15px;
	color: #411A56;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
#footer {
	text-align: center;
	clear: both;
	width: 778px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1, h2, h3, h4, h5, h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}

a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#utility {
	position: relative;
	float: left;
	width: 298px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #4E4B4E;
	background-color: #F2E8F1;
	border: 1px solid #B7A9B3;
}

#utility h3{
	font-size: 16px;
	color: #000;
	margin: 0px;
}
#utility h5{
	font-size: 15px;
	font-weight: bold;
	color: #390561;
	margin: 0px;
}


#site-mast{
	position: relative;
	width: 450px;
	left: 125px;
	top: 70px;
}
#site-mast h2{
	margin: 0px;
	color: #370661;
	text-align: right;
	font-family: Arial;
	font-size: 30px;
	font-weight: bold !important;
	letter-spacing: 0px;
}
#site-mast h3{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #80197C;
	text-align: right;
	margin: 0px;
	letter-spacing: 0px;
}
#mast-phone{
	left:564px;
	height:21px;
	font-size: 18px;
	font-weight: bold;
	color: #390654;
	margin-right: 10px;
	position: relative;
	top: 100px;
	width: 225px;
}
#mast-navigation{
	height: 39px;
	width: 773px;
	position: relative;
	left: 3px;
	top: 116px;
	line-height: 38px;
	font-weight: bold;
}
#mast-navigation a{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #370661;
	display: inline-block;
	height: 39px;
}
#mast-navigation a:hover{
	color: #F2E8F1 !important;
	background-color: #370661;
}

#mast-navigation a.last{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#premiere h1 {
	font-size: 8px;
	font-weight: normal;
	color: #C0C0C0;
	margin-top: 0px;
	padding-right: 6px;
}