
/*******************
* Element Defaults *
********************/

body
{
	background: url(/images/layout/body-background.jpg) repeat-x #f6f2e4;
	font: normal 12px Arial, sans-serif;
	color: black;
	text-align: center;
}

img
{
	border: none;
	display: inline;
}

h1
{
	color: #AA2F2D;
	font: normal 18px Arial, sans-serif;
	margin: 10px 0px 10px 0px;
}

h2
{
	color: #9B7F1A;
	font: normal 16px Arial, sans-serif;
	margin: 10px 0px 10px 0px;
}

h3
{
	color: #AA2F2D;
	font: bold 13px Arial, sans-serif;
	margin: 10px 0px 10px 0px;
}

p
{
	color: #666565;
	font: normal 12px Arial, sans-serif;
	line-height: 18px;
}

hr
{
	border-top: 1px solid #F4E9C1;
	border-bottom: none;
	border-left: none;
	border-right: none;
	clear: right;
}


a:link, a:visited
{
	text-decoration: none;
	color: #AA2F2D;
}

a:hover
{
	text-decoration: underline;	
}

/********
* Forms *
********/

input, textarea
{
	border: 1px solid #ccc;
}

input[type="image"]
{
	border: none;
}

acronym
{
	cursor: help;
}

.form
{
	width: 250px;
}


/**********
* Classes *
***********/

.block
{
	display: block;
}

/* Required form elements */
.required
{
	background: #ffffef;
}

.button
{
	margin-top: 30px;
}

.button img
{
	display: block;
}

#navigation a:hover.button
{
	background: none;
}

#page img.inline
{
	float: none;
	margin: 0px;
}


/******
* IDs *
******/
#wrap
{
	margin: 35px auto 0px auto;
	width: 846px;
	text-align: left;
	background: url(/images/layout/wrap-background.gif) bottom left no-repeat white;
}

#header
{
	display: block;
}

#page
{
	padding: 20px 40px 50px 270px;
}

#page img
{
	float: right;
	clear: right;
	margin: 10px 0px 10px 10px
}

#page a:link,
#page a:visited
{
	font-weight: bold;
	color: #AA2F2D;
}

#footer
{
	clear: both;
	font-size: 10px;
	color: #ccc;
	padding: 60px 40px 20px 270px;
}

#left-message
{
	float: left;
	width: 200px;
}

/*************
* Navigation *
*************/

#navigation
{
	float: left;
	margin: 28px 0px 0px 23px !important;
	margin/**/: 28px 0px 0px 12px;
	text-align: center;
}

#navigation ul
{
	background: url(/images/layout/nav-bottom.gif) bottom left no-repeat;
	border-top: 3px solid #9b7f1a;
	padding: 0px 0px 50px 0px;
	margin: 0px;
	list-style: none;
}

#navigation ul li ul
{
	background: none;
	border-top: none;
	padding: 0px;
	list-style: none;
}

#subnav
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subnav li a:link,
#subnav li a:visited
{
	text-align: center;
	border-bottom: none;
}

#subsubnav
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subsubnav li a:link,
#subsubnav li a:visited
{
	text-align: center;
	border-bottom: none;
}

#navigation li
{
	margin: 0px;
	padding: 0px;
}

#navigation a:link,
#navigation a:visited
{
	display: block;
	width: 210px;
	height: 20px !important;
	height/**/: 25px;
	padding-top: 5px;
	border-bottom: 1px solid #f4e9c1;
	color: #9b7f1a;
}

#navigation a:hover
{
	background: url(/images/layout/nav-hover.gif);
}