/* 	Website Created by Premiere Hosting and Design
/* 	February 2007										*/

/* 	PAGE AND TAG STYLES 								*/

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ff87d7;
	color: #303030;
	font: 75% Verdana,Tahoma,sans-serif;
	font-weight: normal;
}

/*	SIDEBAR STYLES										*/

#sidebar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height:700px;
	background: #e0e0e0 url(images/sidebarbg.gif) top right repeat-y;
	text-align: right;
	border-bottom: solid 2px #c0c0c0;
}

#sidebar h1 {
	margin: 20px 5px 20px 5px;
	text-align: center;
	color: #014694;
	font-size: 115%;
}

#sidebar h3 {
	margin: 20px 18px 20px 5px;
	text-align: right;
	color: #666666;
	font-size: 73%;
	font-weight:normal;
}

#sidebar a {
	color: #808080;
}

#sidebar img {
	padding: 5px 13px 5px 0px;
	text-align: right;
}

/*	NAVIGATION MENU STYLES								*/

#menu a {
	display: block;
	width: 202px;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 5px 18px 5px 0;
	color: #606060;
	text-decoration: none;
	background: #e0e0e0 url(images/sidebarbg.gif) top right repeat-y;
}

#menu a:hover {
	color: #303030;
	background: #F0F0F0 url(images/sidebarbg.gif) top right repeat-y;
}

#menu a.active {
	padding: 5px 18px 5px 0;
	background: #ff87d7;
	border-top: 2px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
}

#menu a.active:hover {
	color: #505050;
}

/* 	CONTENT AREA STYLES									*/

#content {
	width: 700px;
	margin: 0 0 0 270px;
	padding: 0 0 30px 0;
	border: none;
	background: #ff87d7;
}

#content p {
	margin: 15px 0 15px 0;
	line-height: 1.5em;
}

#content a {
	text-decoration:none;
	color: #990099;
}

#content a:hover {
	color: #651212;
}

#content h1 {
	font-weight: normal;
	margin: 0;
	font-size: 140%;
	color: #333333;
	text-align: justify;
}

#content h1 a {
	color: #333333;
}

#content h2 {
	font-weight: normal;
	margin: 0;
	font-size: 140%;
	color: #41248b;
	text-align: justify;
}

#content h2 a {
	color: #41248b;
}

#content h3 {
	font-weight: normal;
	margin: 0;
	font-size: 140%;
	color: #FF0066;
	text-align: justify;
}

#content h3 a {
	color: #fb5454;
}

#content h4 {
	font-weight: bold;
	margin: 0;
	font-size: 100%;
	text-align: justify;
	display: inline;
}

#content h4 a {
	color: inherit;
}

/* 	CONTENT SPECIFIC STYLES									*/

.hr {
	width: 100%;
	height: 10px;
	border: 0;
	background-image: url(images/separator.gif);
	background-repeat: no-repeat;
	background-position: center;
}

div#banner {
	text-align:center;
	padding-bottom: 20px;
}

div#banner img {
	border: solid 1px #c90b8e;
}

img#banner {
	margin: 20px 0 10px 0;
}

.prices-table {
	font-size: 120%;
	margin: 20px 0 0 0;
	width: 400px;
}

.prices-table td {
	padding: 5px 0 5px 0;
	border: dashed 1px #999999;
	text-align:center;
}

.contact-table {
	font-size: 120%;
	margin: 20px 0 0 0;
	width: 600px;
}

.contact-table td {
	padding:5px 0 5px 0;
	border: dashed 1px #999999;
	text-align: center;
}

.slideshow{ /*CSS for DIV containing each image*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
	border: dashed 1px #999999;
	height: 110px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
	width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
	margin-right: 8px;
	margin-bottom: 3px;
	font-size: 110%;
	text-decoration:underline;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
	text-decoration:none;
}

table td#photo {
text-align: center;
padding: 3px;
width: 240px;
vertical-align: middle;
}

table td#photo img {
border: 1px solid #CCCCCC;
}