body { text-align: center; background-color: #20202A; padding: 0; margin: 0 }

/* global */

* {font-family: Verdana, Arial, sans-serif; text-align: left }

/* layout */

#container {
margin: 0 auto 0 auto;
width: 970px;
background: #346A86;
overflow: hidden /* Stops background becomming invisible in Firefox */
}

#hdr {
width: 970px;
height: 175px;
background: url('../images/rock_cliffs.jpg') no-repeat bottom right #776445
}


#left {
padding-bottom: 75px; /* Leaves a gap at the bottom of the column to push the background image down */
float: left;
width: 165px;
/*background: url('images/guitar.gif') no-repeat bottom left #000 */
background: #346A86
}

#main {
padding-bottom: 15px; /* Leaves a nice gap at the bottom of the column */
float: left;
width: 655px;
background: transparent
}

#right {
padding-bottom: 15px; /* Leaves a nice gap at the bottom of the column */
float: right;
width: 150px;
background: transparent
}

#bottom { /* This div is used for validation and copyright info */
margin: 0 auto;
width: 970px;
height: 30px;
line-height: 30px;
color: #E0D38C;;
font-size: 0.6em;
text-align: center;
overflow: hidden
}

#bottom a {
	padding-right: 10px;
	color: #634C04;
	text-decoration: underline
}

#bottom a:hover {
	padding-right: 10px;
	color: #EEAB36;
	text-decoration: underline
}


/* text & list styles */

#sitetitle {  /* Styles for the site title */
	float: left;
	/*position: relative; */
	width:500px;
	top: 5px;
	left: 2px;
	padding: 0px 3px 3px 3px;
	letter-spacing: 2px; /* stretches the title out nicely */
	font-family: Georgia, serif; /* Makes the title a different font to the paragraph text */
	font-size: 2.3em; /* adjust to suit length of title */
	font-weight: bold;
	font-style: italic;
	color: #634C04
}

#ajaxmenu{
	position:relative;
	top: 20px;
	left:0px;
	width:476px;
	height:43px;
	z-index:65;
/*	background:  url(images/header_776x43.jpg) no-repeat left top;*/
}

#hdrsearch {
	margin-top:15px;
	float:right;

}

#main h1, #main h2 {  /* Styles for headings in the main content area */
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  color: #346a86;
  line-height: 1.0em;
  letter-spacing: 2px
}

#main h2 { /* Makes h2 slightly smaller than h1 */
  font-size: 0.75em;
  line-height: 0.75em
}

h3 {
	font-size: 110%;
	color: #346A86;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 0 5px 5px;
	
}

/*
h3 {
	font-size: 130%;
	color: #9BD402;
	margin-top: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B7DB55;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
}
*/
h4 { font-size: 80%; padding: 0 0 0 5px; }

.paragraphblock {  /* This div class is used to give the paragraph blocks their background color */
  margin: 15px 15px 0 0;
  background: #FFF;
/*  padding: 0 0 5px 5px;*/
  border: 3px solid #bbd6e9
}

h5 {
	font-size: 75%;
	color: #000;
}

#main p {   /* styles main area paragraph text */
  margin: 15px;
  font-size: 0.7em;
  color: #333;
  line-height: 1.5em
}

/* Extra tags are defined here for the main content area */
#main pre {
  font-family: monospace;
  font-size: 11px;
  margin: 15px;
  color: #ADA59C;
  line-height: 12px
}

#main blockquote {
  color: #E0D38C;
  line-height: 1.5em
}

#main acronym {
  border-bottom: 1px dashed #E0D38C
	}
	
.updated {   /* styles article dates */
  margin-left: 20px;
  padding: 0;
  color: #ccc;
  font-size: 0.55em;
  background: none
}

#main textarea {
	width:95%;
	margin-left: 20px;
}

#main input {
	margin-left: 20px;
}

#main ul {   /* styles main area unordered(bulleted) lists */
  margin-top: 15px; /* This margin is the top margin of the WHOLE list, hence why it is specified in ul and not li */
  margin-bottom: 15px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
  font-size: 0.7em;
  color: #333;
  line-height: 1.5em;
  list-style: square /* This controls the bullet point style. */
}

#main li {
  margin-left: 5px /* This margin acts as an indent for each list item.  Indenting the whole list doesn't work well in IE. */
}

#main ol {   /* styles main area ordered(numbered) lists */
  margin-top: 15px; 
  margin-bottom: 15px; 
  font-size: 0.7em;
  color: #333;
  line-height: 1.5em;
  list-style-type:  decimal
 }


#right h1, #right h2, #right li { /* styles for right column headings */
  margin-top: 15px;
  margin-left: 0px;
  font-family: "Trebuchet MS", verdana, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  color: #fff;
  line-height: 0.8em;

}

#right p {  /* styles for right column paragraph text */
  margin: 5px;
  font-size: 0.6em;
  line-height: 1.6em;
  color: #ccc
}

#right li {
  line-height: 1.2em;
}

#left h1, #left h2 {  /* styles for left column headings */
  margin-top: 15px;
  margin-left: 5px;
  font-family: "Trebuchet MS", verdana, sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  color: #fff;
  line-height: 0.8em;

}

.LIn_shortMode {
	list-style-type: none;
	margin-left: 5px;
	padding: 0;
}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}


/* links */

#main a:link, #main a:visited {  /* These styles are for links in the main content area only */
color: #5555FF;
text-decoration: underline
}

#main a:hover, #main a:active {  /* These styles are for links in the main content area only */
color: #346a86;
text-decoration: underline
}


#right a:link, #right a:visited {  /* These styles are for links in the right column only */
color: #ccc;
text-decoration: underline
}

#right a:hover, #right a:active {  /* These styles are for links in the right column only */
color: #EEAB36;
text-decoration: underline
}

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

