body
{
	background-color: rgb(240,240,240);
	color: black;
}

.clearfix
{
	display: block;
}

/* Links */

a, a:hover, a:visited
{
	color: navy;
}


div#header
{
	display: block;
	height: 200px;
	background-image: url('/images/2011_header.jpg');
	background-repeat: repeat-x;
}

div#subheader
{
	display: block;
	height: 37px;
	background-color: rgb(196,0,0);
}

div#subheader .grid_12
{
	padding-top: 3px;
	display: block;	       
}

ul.menu
{
	list-style-type: none;
}

ul.menu li
{
	float: left;
	background-color: rgb(150,0,0);
	padding:0px 20px;
	margin: 0px 10px 0px 0px;
}

ul.menu a,
ul.menu a:visited
{
	text-decoration: none;
	font-size: 16pt;
	text-align: center;
	color: white;
	text-shadow: 0 1px 1px black;
}

ul.menu a:hover
{
	text-decoration: underline;
}


div#main
{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: white;
	background-image: url('/images/2011_bg.jpg');
	background-repeat: repeat-x;
	display: block;
}

div#footer
{
	border-top: 1px solid black;
	height: 100px;
	background-color: rgb(240,240,240);
	padding: 20px;
	display: block;
}

div#footer div.grid_12
{
	text-align: center;
}

h1
{
	font-size: 20pt;	
}

ul.main_menu
{
	padding: 0px;
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.main_menu li
{
	display: block;
	margin: 3px;
	border: 1px solid white;
	padding: 4px 20px 4px 4px;
	text-align: right;
}

ul.main_menu li.selection
{
	background-color: rgb(0,59,105);
	font-weight: bolder;
}

ul.main_menu li a,
ul.main_menu li a:visited,
ul.main_menu li a:hover
{
	color: white;
	text-decoration: none;
}

div.carousel
{
	height: 400px;
	width: 620px;
	display: block;
	padding: 0px;
	margin: 0px;
}

div.carousel_element
{
	height: 400px;
	width: 620px;
	padding: 0px;
	margin: 0px;
}

div.carousel_element_caption
{
	padding: 10px 20px 0px 20px;
	display: block;
	height: 100px;
	margin-top: 290px;
	background-color: rgb(230,230,230);
}

img.carousel_image
{
	padding: 0px 30px 1px 30px;
	border: 0px;
	margin: 0px;
	background-image: url('images/bg_carousel_image.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 320px;
	height: 340px;
}

p.carousel_section
{
	border-bottom: 1px solid black;
	font-weight: bolder;
}


/*
==============================================
Buttons (Adapted from http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html)
==============================================
 */

a.button,
a.rightbutton
{
	background: transparent url('images/button-a-bg.png') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: bold 12px Arial, sans-serif;
	height: 26px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.rightbutton span,
a.button span
{
	background: transparent url('images/button-span-bg.png') no-repeat;
	display: block;
	line-height: 16px;
	padding: 5px 0 5px 18px;
	text-align: center;
} 

a.rightbutton:hover,
a.button:hover
{
	background-position: bottom right;
}

a.rightbutton:hover span,
a.button:hover span
{
	background-position: bottom left;
}

a.rightbutton
{
	float: right;
}


div.message_box
{
	border: 1px solid black;
	padding: 20px;
	background-color: white;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
       font-weight: bolder;
}

form#contactform td
{
	padding: 10px;
}

