/******************************************************************
MAIN CONTENT CSS
******************************************************************/

body
{
	width: 100%;
	background: #E8E8E8;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	font-family: verdana, arial, helvetica, times;
	font-size: 12px;
	line-height: 18px;
	color: #282828;
}

a img
{
	border: 0px;
}

h1, h2
{
	background: #f1e6dd url(/_gfx/textinput-bg.png) repeat-x;
	margin: 15px 0px 8px 0px;
	padding: 5px;
	border-bottom: 1px dashed grey;
	border-top: 1px dashed grey;
	color: #605050;
}

#container
{
	margin: 10px auto 20px auto;
	background: #fff;
	width: 588px;
	text-align: left;
	padding-bottom: 20px;
}

#main
{
	margin: 15px;
}

/******************************************************************
GENERAL CLASSES
******************************************************************/
.clear
{
	clear: both;
}

.error
{
	color: red;
}

.gallery
{
	float: left;
	margin-right: 20px;
}

.left
{
	float: left;
}

.paginationContainer
{
	margin-bottom: 10px;
	margin-right: 20px;
}

.paginationContainer a
{
	text-decoration: none;
	margin: 1px;
	padding: 5px;
}

.paginationContainer a:hover
{
	background-color: #D0D0D0;
}

.paginationContainer span
{
	margin: 1px;
	padding: 5px;
	background-color: #D0D0D0;
}

/******************************************************************
NAVIGATION
******************************************************************/
#navbar a
{
	color: #fff;
	text-decoration: none;
}

#navbar a:hover
{
	color: #ac1616;
}

#navbar-left
{
	background: url("/_gfx/navbar-left.jpg") no-repeat;
	height: 60px;
	width: 25px;
	float: left;
}

#navbar-middle
{
	background: url("/_gfx/navbar-bg.jpg") repeat-x;
	height: 60px;
	width: 538px;
	float: left;
}

#navbar-right
{
	background: url("/_gfx/navbar-right.jpg") no-repeat;
	height: 60px;
	width: 25px;
	float: left;
}

.menuitem
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 20px;
	background: url("/_gfx/vr-white.png") no-repeat center right;
	padding-right: 10px;
}

.menuitem-last
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 20px;
}

/******************************************************************
FORMS
******************************************************************/
.formrow
{
	clear: both;
	margin-top: 8px;
}

fieldset
{
	background: #fff;
	border: 1px solid #B6AFA9;
	position: relative;
	margin-top: 1em;
	padding-top:.75em;
	padding-left: 12px;
	padding-bottom: 1em;
}

fieldset legend
{
	padding: 3px;
	position: absolute;
	top: -1em;
	left: .5em;
	font-size: 18px;
	font-weight: bold;
	color: #964514;
}

label
{
	display: block;
	clear: both;
	margin-bottom: 3px;
	color: #855E42;
	font-weight: bold;
	background: url(/_gfx/square.gif) no-repeat center left;
	padding-left: 10px;
}

input.textInput
{
	width: 350px;
	border: 1px solid #ccc;
	padding: 4px;
	background: #f1e6dd url(/_gfx/textinput-bg.png) repeat-x;
}

select
{
	background: #eee;
}

textarea
{
	background: #f1e6dd url(/_gfx/textarea-bg.png) repeat-x;
	width: 450px;
	height: 150px;
	border: 1px solid #ccc;
	padding: 4px;
}

/******************************************************************
FRONT PUSH
******************************************************************/
#main-image-container
{
	background: #eee;
	text-align: center;
}

.image-caption
{
	text-align: left;
	padding-left: 10px;
}
	
.image-caption span
{
	position: relative;
	bottom: 2px;
}

.image-caption a
{
	color: #606060;
}

/******************************************************************
TABLES
******************************************************************/
table
{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	border: 1px solid #B8B8B8;
}

th
{
	background: #F0F0F0;
}

td
{
	padding: 2px;
	font-size: 11px;
	border: 1px solid #B8B8B8;
}

table.news
{
	border: 0px;
}

table.news td
{
	padding: 2px;
	border: 0px;
}