/* #3e1649; dark purple */
/* #7ac089; green */

html {
    height: 100%
}

/********** BODY ***********/

body {
	/*font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;*/
    font-family: Georgia, Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
    margin-top: 10px;
	padding: 0;
    background: url(images/bg_hd.jpg) repeat-x top left;
	background-color: #808080; /*light gray*/
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

h1 {
    padding-top: 25px;
	color: #545d1a; /*dark green*/
	font-size: 2.2em;
	line-height: 100%;
}

h2 {
    clear: both; /*clear of all pictures and text that appear above */
    padding-top: 20px;
	padding-left: 5px;
    color: #516351;
	font-size: 1.8em;
	background: url(images/bg_h2.jpg) repeat-x left bottom;
}

h3 {
    font-size: 1.6em;
	margin-top: 20px;
}

p {
	color: #333;
	font-size: 1.5em;
    padding-top: 10px;
}

.pad_text { /*puts the text over the img_right */
    padding-left: 500px;
}

.big_ul {
	padding: 10px;
	font-size: 1.4em;
	padding-left: 40px;
	font-style: italic;
	font-weight: bold;
	list-style-type: none;
}
	
.big_ul li {
	padding-top: 10px;
}
	
/********** MAP ***********/
.map {
    margin: auto;
    margin-top: 25px;
    border: 4px double gray;
    width: 800px;
    height: 400px;
}

/********** DOCUMENT LINKS ***********/
.doc ul  li{
	margin: 15px;
	line-height: 60px;
	display: inline;
	font-size: 1.4em;
	font-family: sans-serif;
}

.doc a {
	background: url(images/doc.jpg) no-repeat left center;
	padding-left: 23px;
}
	
/********** IMAGES ***********/
img {
    display: inline;
    padding: 15px;
    margin: 5px;

}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    margin: auto;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.text_center {
	text-align: center;
}
/********** ABOUT BOX ***********/
.small_block {
	width: 660px;
	margin:auto;
	text-align: left;
}

.standout
	{
	font-size: 1.6em;
	font-weight: bold;
	color: green;
}
	

/********** CONTAINER ***********/
#container {
    /*background: transparent url(images/bg-header.png) no-repeat top center;
    border: 3px gray solid;*/
    width: 931px;
    margin: auto;
    position: relative;
}

/********** HEADER ***********/
#header {
    /*border: 1px dotted;*/
    background: url(images/title.png) no-repeat center top;
    height: 300px;
}

.address {
    display: inline;
    width: 265px;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
    font-variant: small-caps;
    font-size: 1.4em;
    line-height: 1.6em;
    overflow: hidden;
    margin: 0;
}

.address em {
	font-size: .9em;
	}

/********** NAVIGATION ***********/
#nav {
    position: relative;
    top: 0px;
    height: 2em;
    padding: 0 0 0 60px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 12px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #7ac089; /*green*/
	padding: 2px 2px 2px 3px;
	width: 16em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
    text-align: center;
}

#nav a:hover {
	background: #3e1649; /*dark purple*/
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
a#here {
	background: #3e1649; /*dark purple*/
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
    
}

/********** MAIN CONTENT ***********/
#main_background { /*this is just to get the background on either side of #main*/
    background: transparent url(images/white-bg.png) repeat-y center top;
}

.block { /*a block of text */
    clear: both;
    /*border: 1px blue solid;*/
	width: auto;
	margin: 0 60px;
}

/********** FORM ***********/
#subForm {
	font-size: 0.8em;
    padding-top:10px;
}
#subForm .label {
	float: left;
	clear: left;
	width: 280px;
	margin-left: 0;
    margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

input#send {
	margin-left: 290px;
	background-color: #CBD893;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

input#send:hover {
	background-color: #95b556;
}

input#name, input#email, input#phone, textarea#comments {
	width: 300px;
	background-color: #FBEF99;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: .9em;
	margin-top: -2px;
}

input#name:focus,
input#email:focus,
input#phone:focus,
textarea#comments:focus,
select#refer:focus
{
	background-color: #FDD041;
}

/********** BULLETS ***********/
#bullets {
    font-size: 1.4em;
    padding: 30px 0 0 130px;
    margin-left: 140px;
}

#bullets li {
	list-style-type: disc;
	padding: 0px;
	margin: 0;
}


/********** FOOTER ***********/
#footer {
    clear: both; /*clear of all pictures and text that appear above */
    background: url(images/bg-footer.png) no-repeat bottom center;
    padding-top: 30px;
}

#footer_text {
    clear: both;
    border-top: 1px dashed gray;
    padding-bottom: 30px;
    padding-top: 10px;
    text-align: center;
    font-variant: small-caps;
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 0 30px;
}
