/*
CSS FOR SDIOP WEBSITE - http://www.sdiop.org
Created by Jamie Madigan (hjmadigan@hotmail.com)
Feel free to use this design, CSS, and HTML as inspiration, but 
please don't gank it outright!
*/


/* --------------------- GENERAL TAGS ----------------------- */

body {
	margin:0px;
	padding:0px;
	font-size: small;
	font-family: arial, verdana, tahoma, arial, sans-serif;
	color:#333;
	background: #53705E; 
}

h1 {
	font-family: arial, sans-serif;
	font-size: 23px;
	color: #CA782F;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #CA782F;
}

h3 {
	font-family: arial, sans-serif;
	font-size: small;
}

p {
	line-height: 20px;
	font-size: small;
	font-family: arial, verdana, tahoma, arial, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a, a:link, a:visited, a:active {
	color: #CA782F;
	text-decoration: none;
}

a:hover {
	color: #CA782F;
	text-decoration: underline;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
	color: #53705E;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

#navigation a:hover {
	color: #53705E;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}

p.next {
	float: right;
}

p.previous {
	float: left;
}

/* --------------------- LAYOUT ----------------------- */

#wrapper {
	position: relative;
	margin: auto auto;
	padding: 0px 0px 20px 0px;
	text-align: left;
	width: 800px;
	background: #fff url(/images/wrapper_background2.gif) repeat-y left top;
}

#header {
	margin: 0px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:341px;
	background-color:#eee;
	background: url(/images/header_whole.jpg) left top no-repeat;
	/* Start IE5 Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:341px; /* the correct height */
	/* End IE5 Hack */
	}

/* Start Opera 5 Hack */
body>#header { height:14px;}
/* End Opera 5 Hack */

#content {
	min-height: 557px;
	margin: -200px 30px 20px 270px;
	padding: 10px;
	border: 2px solid #949494;
	background-color: #fff;
	}
	
#front-page-content {
	margin: -200px 30px 20px 270px;
	padding: 10px;
	}

#palmtree {
	position:absolute;
	top: 340px;
	height: 449px;
	left:20px;
	width:230px;
	background: url(/images/palm-bottom2.jpg) left top;
	background-color:#eee;
	line-height:17px;
	/* start IE5 Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:230px;
	/* end IE5 Hack */
	}
/* Start Opera 5 Hack */
body>#palmtree {width:150px;}
/* End Opera 5 Hack */

#navigation {
	position: absolute;
	word-spacing: 1.5em;
	margin: -50px 30px 20px 20px;
}

/* --------------------- FRONT PAGE ----------------------- */

#front-page-content h3 span {
	display: none;
}

#front-page-palmtree {
	position:absolute;
	top: 340px;
	height: 546px;
	left:20px;
	width:230px;
	background: url(/images/palm-bottom-front.jpg) left top;
	background-color:#eee;
	line-height:17px;
	/* start IE5 Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:230px;
	/* end IE5 Hack */
	}
/* Start Opera 5 Hack */
body>#palmtree {width:150px;}
/* End Opera 5 Hack */

#about p, #calendar p, #jobs p {
	padding: 15px 10px 10px 10px;	
	margin: 0px 0px 0px 0px;
	border-right: 2px solid #949494;
	border-left: 2px solid #949494;
	line-height: 18px;
}

#join p {
	padding: 20px 10px 20px 10px;
	margin: 0px 0px 0px 0px;
	border-right: 2px solid #949494;
	border-left: 2px solid #949494;
	border-bottom: 2px solid #949494;
	line-height: 18px;
}

#about, #calendar, #jobs, #join {
	width: 470px;
	background: #fff;
}

#about h3 {
	background: #F3F3F3 url(/images/about.gif) top right no-repeat;
        height: 36px;
       	margin: 0px 0px 0px 0px;
}

#calendar h3 {
	background: url(/images/calendar.gif) top left no-repeat;
        height: 70px;
	margin: 0px 0px 0px 0px;
}

#jobs h3 {
	background: url(/images/jobs.gif) top right no-repeat;
        height: 70px;
	margin: 0px 0px 0px 0px;
}

#join h3 {
	background: url(/images/join.gif) top left no-repeat;
        height: 70px;
	margin: 0px 0px 0px 0px;
}