﻿body
{
	margin: 0px;
	font-family: Arial , Helvetica, Sans-Serif;
	font-size: 10pt;
	color: Black;
	background: White;
	background-image: url(/images/border_marble2.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#frame
{
	width: 730px;
	margin: 0px 50px;
	background: white;
}

#head
{

}

#tagline
{
	position: relative;
	top: -20px;
	left: 50px;
}

#sidebar
{
	width: 200px;
	float: left;
}

#sidebar ul
{
	list-style-type: none;
	margin: 20px 0px;
	padding: 0px;
}

#sidebar li
{
	border-top: solid 1px #CC9999;
}

#sidebar li a, #sidebar li a:visited
{
	display: block;
	width: 180px;
	text-decoration: none;
	color: Black;
	background-image: url(/images/menu.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	padding: 7px 0px 7px 20px;
}

#sidebar li a:hover
{
	text-decoration: none;
	color: Gray;
	background-image: url(/images/menu_hover.gif);
}

#main
{
	padding: 10px 0px 10px 10px; 
	margin-left: 210px;
}

#footer
{
	clear: both;
	text-align: center;
}

#footer p.small
{
	font-size: 8pt;
	color: Gray;
}

h1
{
	color: #990000;
	font-size: 12pt;
}

h2
{
	color: #990000;
	font-size: 10pt;
}

h3
{
	color: #990000;
	font-size: 8pt;
}

a img
{
	border: 0px;
}

table.grid
{
	border-collapse: collapse;
}

table.grid th
{
	background: #990000;
	color: White;
	font-weight: bold;	
	text-align: left;
	padding: 3px;
}

table.grid th a, table.grid th a:visited
{
	color: White;
	text-decoration: none;
}

table.grid th a:hover
{
	color: Yellow;
	text-decoration: none;
}

table.grid td
{
	padding: 3px;
}

table.grid td.right, table.grid th.right
{
	text-align: right;
}

table.grid tr.footer td
{
	font-weight: bold;
}

table.grid tr.alt
{
	background: #ccff99;
}

table.portfolio
{
	width: 500px;
}

table.portfolio td
{
	text-align: center;
	width: 33%;
}

table.portfolio img
{
	border: solid 1px black;
}

table.portfolio a, table.portfolio a:visited
{
	color: Black;
	text-decoration: none;
}

table.portfolio a:hover
{
	color: Gray;
	text-decoration: none;
}

div.gallery
{

}

div.gallery p
{
	text-align: center;
}

div.thumbs
{
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

div.thumbs img
{
	margin: 0px 3px;
	cursor: pointer;
}


label.required
{
	padding-right: 12px;
	background-image: url(/images/required.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

textarea
{
	font-family: Arial , Helvetica, Sans-Serif;
	font-size: 10pt;
}
.error
{
	color: Red;
}