/* ------------ Global  --------------- */

* { 
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}

.clear {
	clear: both;
	height: 0;
	width: 0;
	line-height: 0;
}

body { 
	background: #fff url(picts/m45.jpg) 0 0 repeat-x;
}


/* ------------ Global Links --------------- */

a:link, a:visited  {
	color: #6666FF;
	text-decoration: none;
}

a:active, a:hover  {
	color: #C00000;
	text-decoration: underline;
}

#alert a:link, #alert a:visited  {
	color: #FFFFC0;
	text-decoration: underline;
}

#alert a:active, #alert a:hover  {
	color: #FFFF00;
	text-decoration: underline;
}
/* ------------ Main Layout Boxes --------------- */

#alert {
	position: absolute;
	top: 130px;
	left: 0px;
	height: 20px;
	padding: 3px 2em 3px 2em;
	background-color: #A8510F;
	color: #fff;
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#header {
	padding: 50px 0 0 40px;
}

#content {
	margin: 7.5em 0 2em 0;
	padding: 0 40px 0 40px;
}

#left-side {
	float: left;
	padding: 0 35px 0 0;
	width: 448px;
}

#right-side {
	float: right;
	padding: 0 0 0 20px;
	width: 300px;
	background: #fff url(picts/leftborder.gif) 0 0 repeat-y;
}

/* ------------ Body Style --------------- */

body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
	color: #333333; /*#2B4950;*/
	line-height: 1.5em;
}

/* ------------ Header Style --------------- */

.mascots {
	position: relative;
	top: -10px;
	right: 80px;
	float: right;
}


.intro {
	line-height: 1.7em;
}

#header {
	color: #FFF;
}

#header h1 {
	font-size: 2.25em;
	font-weight: normal;
	letter-spacing: 1px;
}

#header div p {
	padding: .5em 0 .25em 0;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
}

#header span {
	font-size: .75em;
	font-weight: normal;
}

/* ------------ Left side Style --------------- */

.item-box {
	padding: 0 0 1.2em 0;
	text-align: justify;
}

.item-box h3 {
	padding: 0;
	color: #09596B;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	word-spacing: .1em;
}

.item-box p {
	margin: 1em 0 1em 0;
}

.item-box p img  {
	margin: 1.7em 0 1em 0;
}

.center {
	text-align: center;
}

.events {
	margin: 0 1em 0 1em;
	padding: 0 0 0 1em;
	background: #fff url(picts/leftborder.gif) 0 0 repeat-y;
	border: none;
}

#spacers {
	margin: 1em 0 1em 0;
}

#spacers img {
	padding: 3px 0 3px 0;
}

/* ------------ Right Side Style --------------- */

#right-side {
	line-height: 1.5em;
	font-size: .95em;
}

.upper {
	text-transform: uppercase;
}


.right-feedbox, .right-feedbox-condense  {
	padding: 0 0 3em 0;
}

.resource-box {
	padding: 0 0 2em 0;

}

.right-feedbox h3, .resource-box h3, .right-feedbox-condense h3 {
	padding: 0 0 .25em 0;
	text-transform: uppercase;
	color: #09596B;
	font-size: 1.2em;
	letter-spacing: 1px;
	word-spacing: .1em;
}

.right-feedbox ul, .resource-box ul {
	list-style-type: none;
}

.right-feedbox-condense ul {
	padding: .5em 0 0 0;
	list-style-type: none;
}

.right-feedbox ul li {
	padding: 1em 0 0 0;
	font-size: .95em;
}

.right-feedbox-condense ul li {
	padding: .5em 0 0 0;
	font-size: .95em;
}

.resource-box ul li {
	padding: .25em 0 0 0;
	font-size: .95em;
}

.resource-box p{
	padding: 1em 0 0 0;
	font-weight: bold;
}

/* ------------ Footer Style --------------- */

#footer {
	height: 80px;
	background: #fff url(picts/m45.jpg) 0 0 repeat-x;

}

#footer P {
	font-size: 1em;
	text-align: center;
	color: #B5C3C7;
	background-color: #000
}