/* @override 
	http://www.actsstudios.com/Vivian_Hordes/css/style.css
	http://vivianhordes.com/css/style.css
*/

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/       

div.sectionimagepress {
	float: left;
	border: 3px solid teal;
	position: relative;
	bottom: 10px;
	width: 350px;
	height: 233px;
}
div.googlemap {
	display: block;
	float: right;
	border: 2px solid teal;

	width: 400px;
	height: 250px;
	margin-right: 175px;
}
div.gallerytitle {
	color: white;
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
	background-color: #2d606c;
	padding-left: 7px;
	margin-bottom: 7px;
	vertical-align: top;
}

div.pagetitles {
	font: 26px Georgia, "Times New Roman", Times, serif;
	color: #2d606c;
	padding-left: 25px;
}

div.bodycopy {
	padding-left: 25px;
	color: #5c5c5c;
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	width: 550px;
}



div.bodycopy2 {
	padding-left: 25px;
	color: #5c5c5c;
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	width: 925px;
}

div.bodycopy td{


	color: #5c5c5c;
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
}



div.bodycopy2 td{


	color: #5c5c5c;
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
}

div.bodycopy a:link{
	color: #2d606c;
}

div.bodycopy a:visited{
	color: #2d606c;
}

div.bodycopy a:hover{
	color: #7f7f7f;
	text-decoration: underline;
}

div.nav-top a{
	display: inline-block;
	margin-right: 11px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.imageinfo {
	color: #5e5e5e;
	text-align: right;
	margin-bottom: 15px;
	font: italic bold 13px Georgia, "Times New Roman", Times, serif;
}

div.nav-top-sub {
	width: 100%;
	height: 15px;
	padding-top: 6px;
	background: #2d606c repeat-x 0;
	float: right;
	border-bottom: 1px solid white;
	position: relative;
	padding-right: 100px;
	padding-bottom: 8px;
}
div.nav-top-sub a:link{
	display: inline-block;
	margin-right: 11px;
	float: right;
	font: 11px Georgia, "Times New Roman", Times, serif;
	top: 2px;
	position: relative;
		color: #86b3ae;
}

div.nav-top-sub a:visited{
	display: inline-block;
	margin-right: 11px;
	float: right;
	font: 11px Georgia, "Times New Roman", Times, serif;
	top: 2px;
	position: relative;
		color: #86b3ae;
}

div.nav-top-sub a:hover{
	display: inline-block;
	margin-right: 11px;
	float: right;
	font: 11px Georgia, "Times New Roman", Times, serif;
	top: 2px;
	position: relative;
color: #fffde4;
}

html, body {border: 0; margin: 0; padding: 0;
	background-image: url(../images/VivianHordes_B1_07.jpg);
}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
	background: #99A989 url(../images/VivianHordes_B1_07.jpg) repeat 0 0;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
  	color: black;
}

a {
	color: #86b3ae;
	text-decoration: none;
}

a:hover {
	color: #fffde4;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

