* {
 padding:0px;
 margin:0px;
}

body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	color:#000;
	padding:0px;
	margin:0px;
}

ul, ol {margin: -1px 0px 0px 20px;}

td {vertical-align:top;vertical-align:left;font-size:11px;}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color:#EF3D34; font-family:Arial, Helvetica, sans-serif;text-transform:uppercase;}
h1  	{font-size:15px;padding:5px 0px 7px 0px;border-top:1px solid #CCCCCC;margin-bottom:10px;margin-top:5px;}
h2  	{font-size:14px;padding:5px 0px 10px 0px;}
h3  	{font-size:13px;}
h4  	{font-size:12px;margin:5px 0px 5px 0px;}
h5  	{font-size:11px;margin:5px 0px 5px 0px; padding-left:5px; border-left:3px solid #2B2726;}
img {border:none;}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 950px;
	margin: 20px auto 0 auto;
	padding: 0px;
	background: #fff;
	border:1px solid #000;
}

#banner {
	padding: 0px;
	background: #F7CE08;
	font-weight: bold;
}

#relax {
background:url(images/relax.gif) top right no-repeat ;
}

#sideColumn {

}

#menu_root { /* Currently holds the login box */
	float: left;
	width: 160px;
	padding:0px;
	background:#2B2726;
}

#menu_root ul {
margin:0px;
margin-left:0px;
padding:0px;
list-style:none;
font-family: Arial, sans-serif;
}

#menu_root ul li a{
padding:7px 0px 7px 10px;
display:block;
font: 12px arial;
color: #FFC323;
font-weight: bold;
text-decoration: none;
text-transform:uppercase;
}

#menu_root ul li a:hover, #menu_root li.menu-current a, #menu_root .menu-parent a {
color:#FFF;
text-decoration:none;
}

#menu_expanded { /* Currently holds the login box */
	float: left;
	width: 160px;
	padding:0px;
}

#menu_expanded ul {
margin:0px;
margin-left:0px;
padding:0px;
list-style:none;
background:url(images/menu_expanded.jpg) repeat-y top left;
}

#menu_expanded ul li a{
padding:7px 0px 7px 10px;
display:block;
font: 11px arial;
color: #667061;
font-weight: bold;
text-decoration: none;
text-transform:uppercase;
}

#menu_expanded ul li a:hover,#menu_expanded li.menu-current a {
color:#FFF;
background: #9A9899;
text-decoration:none;
}

#menu_expanded #movers {
font-size:16px; 
padding-top:35px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
padding-left:10px; 
}



#content { /* main content from the WYSIWYG goes in here */
	margin-left: 320px;
	padding: 0px 10px 14px 10px;
	text-align: justify;
	clear: right;
	
}

#textcontent {
font-size:13px;
font-family:verdana;
color:#333333;
}

* html #content {text-align:left;} /* ie6 misbehaves */
* html #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
  font-family:arial;
	font-size:12px;
	color: #999999;
	padding: 10px 5px 10px 5px;
	clear: both;
	text-align:center;
}

#footer_links {
font-size:10px;
margin-bottom:10px;
}

#footer_links a {
color: #000;
font-size:12px;
}

#gallery_links {
padding:0px 0px 0px 25px;
}

#gallery_links a {
background:#C1B5AF;
display:block;
float:left;
padding:5px 8px;
color:#FFF;
font-size:12px;
font-weight:bold;
}

#gallery_links a:hover {
background:#FFC523;
text-decoration:none;
}

#gallery_desc {
padding:15px 0px 0px 25px;
font-size:12px;
}

#see_photos {
float:right; 
padding-top:5px;
_padding-top:9px;
}

#see_photos a {
text-transform:uppercase;
color:#EF3D34;
font-weight:bold;
}

#commedations a {
display:block;
float:left;
text-align:center;
width:30%;
margin-right:5px;
margin-bottom:5px;
background:#FFB826;
color:#0000EE;
padding:5px 0px;
}

#commedations_text {
clear:right;
}

.clear {
clear:both;
}

.field_title {
text-align:right;
}

.field_input {
text-align:left;
}

.field_input input,.field_input textarea {
width:300px;
}
