﻿html, body
{
	font-size: 100%;
	height: 100%;
}

body
{
	background-color: #FFFFF8;
	background-image: url(../images/bg/bg_grad_v2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, "Times New Roman" Arial;
}

#global_container
{
	margin: 0 auto;
	text-align: center;
	height: auto;
	width: 750px;
	background-color: transparent;
}

#logo
{
	width: 750px;
	height: 100px;
	background-image: url(../images/web-logo_v2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	clear: both;
	padding: 0 0 10px 0;
}

#side_nav
{
	width: 150px;
	height: auto;
	background-color: #EBE8E8;
	float: left;
	text-align: left;
}

#top_curve
{
	width: 150px;
	height: 18px;
	background-image: url(../images/top_curve.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

#bottom_curve
{
	width: 150px;
	height: 18px;
	background-image: url(../images/bottom_curve.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
}

#side_nav ul
{
	list-style-type: none;
	list-style-position: default;
	color: #5480AB;
	font-size: 0.90em;
	padding: 0;
	margin: 0 0 0 15px;
}

#side_nav ul li { margin: 5px 0 8px 0; }
#side_nav ul.sub_ul .sub_li { margin-left: 3px; }

/*links*/
 { }

a
{
	color: #5480AB;
	text-decoration: none;
}

a:hover
{
	color: #C98789;
	text-decoration: none;
}

#main_body
{
	width: 580px;
	height: auto;
	background-color: #FFFFF8;
	float: right;
	font-size: 0.95em;
	padding: 0 0 0 20px;
}

p { text-align: left; }
p.center { text-align: center; }

/*contact list*/
.contact_ul
{
	list-style-type: none;
	list-style-position: default;
	text-align: left;
}

/*press list*/
ol
{
	list-style-type: decimal;
	list-style-position: default;
	text-align: left;
}

ul
{
	list-style-type: none;
	list-style-position: default;
}

.press_li { margin: 15px 0 15px 0; }

.from_txt
{
	color: #8A1F24;
	font-size: 0.85em;
}

/*fonts*/
.red { color: #FF0000; }

.error
{
	font-weight: bold;
	width: auto;
	height: auto;
	display: block;
	padding: 5px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-color: #5480AB;
	color: #FFFFFF;
}

h4
{
	text-align: left;
	color: black;
}

h5
{
	text-align: center;
	color: #8A1F24;
	margin: 0;
	font-size: 1.2em;
}

h6
{
	text-align: left;
	color: #8A1F24;
}

/*imgs*/
img { border: 0; }

.img_right
{
	float: right;
	padding: 8px;
}

.img_left
{
	float: left;
	padding: 8px;
	margin-bottom: 15px;
}

#footer
{
	position: relative;
	top: 15px;
	width: auto;
	height: auto;
	margin: 25px 0 50px 0;
	text-align: center;
	color: #5480AB;
	font-size: 0.75em;
	background-color: #E6E8DA;
	padding: 10px 0 10px 0;
	clear: both;
	border-color: #6699CC;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

a.footer_lnk { text-decoration: underline; }

/*photography*/
a.img_ro:link img { padding: 5px; }