/*-----------------  =GLOBAL ----------------*/

* {
	margin: 0;
	padding: 0;
	}

body {	
	margin: 10px 25% 10px 10%;
	padding: 0;
	font-size: .9em;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	behavior: url(csshover.htc);
	background: #ec8;
	}

.bold {
	font-weight: bold;
	}

h1 {
	font-size: 1.1em;
	color: #300;
	}

p {
	font-size: .9em;
	width: 450px;
	color: #300;
	letter-spacing: .005em;	line-height: 1.1em;
	}

p a {
	font-size: .9em;
	width: 450px;
	color: #300;
	text-decoration: none;
	}

p a:hover{
	color: #666;
	}

a img {
	text-decoration: none;
	border: none;
	color: none;
	}

#container {
	width: 900px;
	position: relative;
	}

.firstparagraph {
	margin: 0;
	padding-top: 30px;
	}

.firstparagraph_moffitt {
	margin: 0;
	padding-top: 60px;
	}

.firstletter {
	font-weight: bold;
	font-size: 1.1em;
	}

.italic {
	font-style: italic;
	}

p a.indent {
	margin-left: 20px;
	}

.indent {
	margin-left: 20px;
	}

.clear {
	clear: both;
	}

.center {
	text-align: center;
	}
	

/*-----------------  =FOOTER ----------------*/

#footer p {
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	clear: both;
	font-size: .8em;
	color: #300;
	text-align: center;
	}

#footer p a {
	font-size: 1em;
	}

#footer img {
	border: 1px solid #b96;
	margin: 5px 15px 0 0;
	}


/*-----------------  =MENU ----------------*/

#menu {
	margin: 10px 0 0 20px;
	padding: 0;
	width: 500px;
	}	

#menu li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 28px;
	float: left;
	list-style: none;
	width: 25%;
	white-space: no-wrap;
	text-align: center;
	}

#menu li a {
	text-decoration: none;
	display: block;
	color: #300;
	}

.current {
	color: #ec8;
	}

	/* hack 4 mac ie 5 \*/
#menu a {
	float: none;
	}
	/* end mac hack */

#menu a:hover {
	color: #ec8;
	}

#menu li p {
	text-align: center;
	width: 150px;
	margin: 0;
	padding: 5px 0 0 0;
	}

#menu li p a {
	font-size: 12px;
	display: none;
	}

#menu li:hover p a {
	display: block;
	}

#menu li p a:hover {
	color: #b96;
	}


/*-----------------  =SUBMENU ----------------*/

#submenu {
	background: url(images/extras/bg.gif);
	border: 1px solid #fff;
	float: right;
	margin: 0 0 20px 30px;
	padding: 10px;
	list-style: none;
	}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#submenu li {
	padding: 5px;
	}

#submenu li a {
	text-decoration: none;
	color: #300;
	}

#submenu li a:hover {
	color: #b96;
	}

/*----------------- =AUDIO ----------------*/

#audio {
	background: url(images/extras/bg.gif);
	border: 1px solid #fff;
	margin: 15px 0 15px 25px;
	padding: 10px;
	position: absolute;
	top: 600px;
	left: 500px;
	width: 340px;
	}

#audio h2 {
	color: #300;
	margin-bottom: 10px;
	font-size: 1.3em;}

/*-----------------  =BODY ----------------*/

#content {	
	margin-top: 75px;
	padding-left: 20px;
	clear: left;
	width: 450px;
	}

#content2 {
	margin-top: 25px;
	padding: 0 0 0 20px;
	clear: left;
	width: 450px;
	}

#content p, #content2 p {
	margin: 0 0 15px 25px;
	line-height: 1.5em;
	}

div.story {
	float: left;
	width: 400px;
	margin-right: 25px;
	}

p.story {
	padding-bottom: 50px;
	}

p.clear {
	clear: both;
	}

/*-----------------  =SLIDESHOW ----------------*/

#slideshow {
	margin-top: 25px;
	padding-left: 20px;
	width: 150px;
	float: left;
	}

#slideshow ul {
	padding: 40px 0 0 25px;
	list-style: none;
	}

#slideshow.float {
	float: left;
	}

#slideshow li {
	clear: both;
	margin-bottom: 15px;
	}

/*-----------------  =IMAGE EXTRAS ----------------*/

img#logo {
	padding-top: 6px;
	}

.img_wrapper_tan {
	background: url(images/extras/tanshadow.gif) bottom right no-repeat;
	margin: 1.5em 10px 0 0;
	float: left;
	clear: right;
	position: relative;
	}

.img_wrapper_tan img {
	margin: -5px 5px 5px -5px;
	border: 1px solid #b96;
	display: block;
	position: relative;
	}

.img_wrapper_green {
	background: url(../images/extras/greenshadow.gif) bottom right no-repeat;
	clear: right;
	float: left;
	}

.img_wrapper_green img {
	margin: -5px 5px 5px -5px;
	}

.img-wrapper {
	background: url(images/extras/shadow_tan.gif) no-repeat bottom right;
	clear: left;
	float: left;
	position: relative;
	margin-right: 10px;
	}

.img-wrapper img {
	padding: 7px;
	background-color: #fff;
	border: 1px solid #80854d;
	display: block;
	margin: -5px 5px 5px -5px;
	position: relative;
	}

.img-wrapper_slideshow {
	background: url(images/extras/shadow_tan.gif) no-repeat bottom right;
	clear: left;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 25px;
	}

.img-wrapper_slideshow img {
	padding: 7px;
	background-color: #fff;
	border: 1px solid #80854d;
	display: block;
	margin: -5px 5px 5px -5px;
	position: relative;
	}


/*-----------------  =FORMS ----------------*/

form {
	padding: 40px 0 0 0;
	margin: 0;
	}

form h1 {
	padding-left: 15px;
	}

form p {
	padding-left: -5px;
	}

input [type="radio"] {
	width: 400px;
	}

input [type="checkbox"] {
	width: 20px;
	}

textarea {
	height: 100px;
	width: 400px;
	}