/* This is the style of your browser text */

body {
	background:url('../img/bg1.jpg') left top;
	font-family:arial;
	font-size:11px;
	color:#6c6c6c
}


table, td, tr, form, input {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

p {
	margin: .5em 0 1em 0;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #818f21;
}



h1 {
	text-align: center;
	font-size: 65px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2 {
	color: #717171;
	font-size: 32px;
}

h3 {
	color: #717171;
	font-size: 20px;
	margin:4px 0 4px 0;
	padding:0;
}

h4 {
	color: #717171;
	font-size: 10px;
	margin:4px 0 4px 0 !important;
	padding:0 !important;
}

h5 {
	font-size: 11px;
	padding:0;
	margin:0;
	width:600px
}

h5 .menu {
	font-size:17px !important;
}

#siteContainer {
	margin:50px auto 0 auto;
	width:754px;
	text-align:center;
	position:relative;
	overflow:hidden;
}

#top {
	background:url('../img/bgtop.png') no-repeat;
	width:754px;
	height:34px
}

#content {
	width:754px;
	background:url('../img/bgrepeat.png') repeat-y;
	float:left;
	position:relative;
}

#bottom {
	background:url('../img/bgbottom.png') no-repeat;
	width:754px;
	height:36px;
	position:absolute;
	bottom:25px;
}

#menu {
	text-align:right;
	font-size:13px;
	position:absolute;
	right:35px;;
}

#contentText {
	text-align:left;
	width:650px;
	float:left;
	margin:30px 0 30px 50px
}



    .sIFR-active h1,
    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5#pullquote,
	.sIFR-active h5.menu {
      visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
    }

    .sIFR-active h1 {
      padding-bottom: 0;
    }

    .sIFR-active h2 {
    font-size: 25px;
      display: block;
	  margin:0;
	  padding:0;
    }


    .sIFR-active h3 {
    	font-size: 18px;
    }

    .sIFR-active h4 {
    	font-size: 17px;
    }

    .sIFR-active h5#pullquote {
    	font-size: 24px;
    }
	
    .sIFR-active h5.menu {
    	font-size: 14px;
    }	
	
	hr {
		height:1px;
		border:solid 1px #e7e7e7;
		color:#e7e7e7
	}
	
	.input {
		width:160px;
	}
	
	.textarea {
		width:160px;
		height:70px;
	}
	
	.border {
	border:solid 1px #e5eda9
	}
