@charset "UTF-8";
/* CSS Document */

header, footer, nav, section, article {
	display:block;
}


/* ======= STRUCTURE ======= */

body {
	background-image:url('/images/bg-page.jpg');  /* flowers */
	background-attachment: fixed;
	background-position: 0px 0px;
	background-repeat: repeat;
	margin:0px;
	padding:0;
	width:100%;
	font-size: 13px;
	height: 100%;
}

nav {
	color: #FFF;
	font-size: 16px;
	font-family: arial, verdana, sans-serif;
	text-align: center;
}

#page-wrap {
	width: 1000px;
	min-height: 100%;
	margin:auto;
	background-image: url('/images/bg-page-30.png');
	background-repeat: repeat;
	background-attachement: scroll;
	padding:0;
	text-align: center;
}

#main {
	margin: auto;
	width: 900px;
	text-align: center;
	padding: 0;
	min-height: 300px;
}

#top {
	width:100%;
	min-height: 150px;
	text-align:center;
	background-image:url('/images/Logo-Header.png');
	background-repeat: no-repeat;
}

#heading1 {
	clear: both;
	display: block;
}

#slideshow {
	clear: both;
	display: block;
	width: 840px;
	margin:auto;
	padding-left: 0px;
	background-color: transparent;
	text-align: center;
}

#content-wrap {
	clear:both;
	width:1000px;
	padding:0;
	text-align: center;
}

#bottom {
	clear:both;
	width:100%;
	margin: auto;
	padding:5px 5px 5px 5px;
	text-align:center;
}

footer {
	width: 940px;
	margin: auto;
	padding:20px 0 0 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #EF5600;
	text-align: center;
}

footer a {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #EF5600;
	text-decoration:none;
}

footer a:hover {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color:#A94152;
	text-decoration: underline;
}

/* ======= NAVIGATION ======= */

nav ul {
	text-align:center;
	list-style-type:none;
	margin:0;
	padding:0;
}
nav li {
	display:inline;
	padding-right:10px;
	padding-left:10px;
}

nav a {
	color:#A74051;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

nav a:hover {
	color:#A94152;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	text-decoration: underline;
}



/* ======= GENERAL ======= */

a {
	color: #506934; /* green */
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #506934; /* green */
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}


#bulletpoints ul {
	list-style:none;
	padding:0 0 0 25px;
	margin-left:-15px;
}

#bulletpoints li {
	list-style:none;
	background-image:url('/images/bullet-orange.gif'); /* orange */
	background-repeat: no-repeat;
	background-position: 0px .4em;
	padding-left: 20px;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
}
  
h1 {
	color: #4C7CDB /* blue */
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.large-times {
	color: #506934; /* green */
	font-size:30px;
	font-family: Times, serif;
}

.times-24 {
	color: #506934; /* green */
	font-size:24px;
	font-family: Times, serif;
}

.times-20 {
	color: #506934; /* green */
	font-size:20px;
	font-family: Times, serif;
}

.times-16 {
	color: #506934; /* green */
	font-size:16px;
	font-family: Times, serif;
}

.times-14 {
	color: #506934; /* green */
	font-size:14px;
	font-family: Times, serif;
}

.header-24 {
	color:#9B3B4B; /* mauve */
	font-size:24px;
	line-height:30px;
	font-family: arial, verdana, sans-serif;
}

.header-20 {
	color:#9B3B4B; /* mauve */
	font-size:20px;
	font-family: arial, verdana, sans-serif;
}

.header-16 {
	color:#9B3B4B; /* mauve */
	font-size:16px;
	font-family: arial, verdana, sans-serif;
}

.header-14 {
	color:#9B3B4B; /* mauve */
	font-size:14px;
	font-family: arial, verdana, sans-serif;
}

.header-12 {
	color:#9B3B4B; /* mauve */
	font-size:12px;
	font-family: arial, verdana, sans-serif;
}

.caption {
	color:#9B3B4B; /* mauve */
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
}

.attrib {
	font-weight: bold;
}

.floatLeft {
	float:left;
	margin-right:20px;
}

.floatRight {
	float:right;
	margin-left:20px;
}


