
* { margin: 0; padding: 0; }

a:link {
   color: #BF7D30;
}

a:hover {
   color: #BF7D30;
}

a:visited {
   color: #65016C;
}

html {
    background: #F8FBE8 url('../images/header_top.png') repeat-x;
    height: 100%;
}

body {
    font-family: Tahoma, Verdana, sans-serif;
    height: 100%;
}

#stripes {
    background: url('../images/stripes.png') repeat;
    position: absolute;
    top: 155px;
    width: 100%;
    min-height: 900px;
}

ul {
    margin: 5px;
}

p {
    text-align: left;
    font-size: 10pt;
    line-height: 1.3em;
    margin: 10px;
}

h1 {
    text-align: center;
    font-family: Georgia, serif;
    font-size: 18pt;
    color: #FF8900;
}

h2 {
    text-align: center;
    font-size: 14pt;
    color: #034769;
}

h3 {
    font-family: Georgia, Times, serif;
    font-size: 14pt;
    font-weight: bold;
    color: #003333;
}

h4 {
    font-family: Georgia, Times, serif;
    font-size: 12pt;
    color: #003333;
}

label {
    display: block;
    float: left;
    width: 100px;
    margin-right: 8px;
    color: #000000;
    font-size: 10pt;
}

legend {
    margin-left: 5px;
    color: #A65900;
    font-weight: bold;
}

fieldset {
  
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 280px;
}

fieldset ul {
    padding: 3px 3px 0 3px;
    list-style: none;
}

fieldset li {
    padding-bottom: 3px;
}

fieldset.submit {
    border-style: none;
}

textarea#styled {
width: 250px;
height: 200px;
}

.lefty {
    position: relative;
    width: 48%;
    float: left;
}

.righty {
    position: relative;
    width: 48%;
    float: right;
}

.content-break {
    border-top: 1px solid #DFE0E1;
    clear: both;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-wrap {
    
}

.menu {
    position: absolute;
    left: 10px;
    width: 500px;
    height: 40px;
}

.menu ul {
    list-style: none;
    padding: 4px 5px;
}

.menu li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

#slide {
    position:absolute;
    bottom:5px;
    height:4px;
    background: #E6FB71; 
    z-index:10
}

#main {
    position: relative;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    border-style: none;
    padding-bottom: 50px;
}

#page-wrapper {
    margin-bottom: -50px;
position: relative;
    min-height: 100%;
}

#contact {
    position: relative;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header-wrap {
    position: relative;
    width: 100%;
    background-image: url('../images/weave.png');
    background-position: center top;
    background-repeat: no-repeat;
}

#header {
    position: relative;
    width: 100%;
    height: 25px;
    text-align: right;
    color: #537688;
    border-style: none;
    padding-top: 5px;
}

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	font-family: 'Andale Mono', sans-serif;
	font-size: 14px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin: 10px 10px 30px 30px;
	padding: 4px;
        color: #034769;
}

#header a:link {
    text-decoration: none;
    color:#FFA640;
}

#footer a:link {
    color:#FFA640;
}

#header a:visited {
    text-decoration: none;
    color:#FFA640;
    font-weight: bold;
}

#footer a:visited {
    color:#FFA640;
}

#header a:hover {
    text-decoration: none;
    color: #E6FB71;
}

#footer a:hover {
    color: #E6FB71;
}

.buttonback {
    background-image: url('../images/buttonback.png');
    background-repeat: no-repeat;
    float: right;
    padding: 5px; 
}

#bigLogo {
    position: relative;
    width: 100%;
    height: 240px;
    text-align: center;
    border-style: none;
    background-image: url('../images/big_logo_take_1.png');
    background-repeat: no-repeat;
    background-position: center;
}

#logo {
    position: relative;
    width: 100%;
    height: 140px;
    text-align: center;
    border-style: none;
    background-image: url('../images/small_logo_take_1.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
}

#quote {
    position: relative;
    width: 340px;
    height: 630px;
    font-size: 12pt;
    color: #133471;
    border-style: none;
    float:right;
    background: url('../images/quote_back.png');
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

#content {
    position: relative;
    width: 620px;
    font-size: 10pt;
    text-align: left;
    float: left;
    min-height: 750px;
}

#footer {
    position: relative;
    width: 100%;
    height: 50px;
    background: #F8FBE8 url('../images/footer.png') repeat-x;
    clear: both;
}
#footer-content {
    position: relative;
    width: 900px;
    top: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #E6FB71;
}
.middleAlign {
    position: relative;
    top: 25%;
}

.clear {clear: both;}


