/* andreas00 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com/ . Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jan 29, 2007) */

body {
	margin:0 auto;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #BDDBED;
	background-repeat: repeat-y;
	background-position: center top;
}

 img, div { behavior: url(http://raindancermedia.org/iepngfix/iepngfix.htc) }

/* Main layout and header */
#wrap {
	color:#050503;
	width:825px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(../images/bk.jpg);
	background-repeat: repeat;
}
#header {
	color:#505050;
	height:200px;
	padding:0;
	background-color: #fff;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#header h1 {font-size:2.5em; font-weight:400; letter-spacing:-2px; margin:0 0 4px 15px; padding:15px 0 0;}
#header h1 a,#header h1 a:hover {font-weight:400; padding:0;}

/* Left sidebar and menu */
#leftside {clear:left; float:left; margin:0 0 10px; padding:0; width:150px;}
#leftside ul.avmenu {list-style:none; margin:0 0 18px; padding:0; width:150px;}
#leftside ul.avmenu li {display:inline; padding:0; width:150px;}
#leftside ul.avmenu li a {background:url(../img/menubg.gif) repeat-x bottom left #f4f4f4; border-bottom:1px solid #d8d8d8; border-left:4px solid #ccc; border-right:1px solid #d8d8d8; border-top:1px solid #d8d8d8; color:#505050; float:left; font-size:1em; font-weight:700; margin-bottom:5px; padding:5px 1px 5px 5px; text-decoration:none; width:138px;}
#leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current {background:url(../img/menubg2.gif) repeat-x bottom left #eaeaea; border-bottom:1px solid #b0b0b0; border-left:4px solid #505050; border-right:1px solid #b0b0b0; border-top:1px solid #b0b0b0; color:#505050;}
#leftside ul.avmenu ul {font-size:0.9em; margin:0 0 0 15px; padding:0 0 5px 0; width:133px;}
#leftside ul.avmenu ul a {padding:3px 1px 3px 5px; width:123px;}
#leftside ul.avmenu ul ul {font-size:1em; width:120px;}
#leftside ul.avmenu ul ul a {width:108px;}
#leftside h2 {font-size:1.5em; font-weight:400;}

#leftside .announce {background:url(../img/menubg.gif) repeat-x bottom left #f4f4f4; border-bottom:1px solid #d8d8d8; border-left:4px solid #ccc; border-right:1px solid #d8d8d8; border-top:1px solid #d8d8d8; clear:left; color:#505050; line-height:1.3em; margin:10px 0; padding:5px 5px 5px; width:134px;}
#leftside p,.announce p {font-size:0.9em;}

/* Right sidebar */
#extras {float:right; margin:0 0 10px; padding:0; width:140px;}
#extras p,#extras ul {font-size:0.9em; line-height:1.3em; margin:0 0 1.5em; padding:0;}
#extras li {list-style:none; margin:0 0 6px; padding:0;}
#extras h2 {font-size:1.6em; font-weight:400; letter-spacing:-1px; margin:0 0 6px;}
#contentwide {
	line-height:1.4em;
	padding:0;
	text-align:left;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#content h2,#contentwide h2 {
	font-size:24px;
	font-weight:500;
	letter-spacing:0px;
	padding:0;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#content h3,#contentwide h3 {
	font-size:1.5em;
	font-weight:bold;
	padding:0;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#contentwide h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}
#content ul,#content ol,#contentwide ul,#contentwide ol {margin:0 0 16px 20px; padding:0;}
#content ul ul,#content ol ol,#contentwide ul ul,#contentwide ol ol {margin:2px 0 2px 20px;}
#content li,#contentwide li {margin:0 0 2px 10px; padding:0 0 0 4px;}

/* Footer */
#footer {
	background:transparent;
	clear:both;
	color:#999999;
	font-size:11px;
	margin:0 auto;
	padding:8px 0;
	text-align:center;
	width:825px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A7BCCE;
	line-height: 1.3em;
}
#footer p {margin:0; padding:0;}
#footer a {background:inherit; color:gray; font-weight:400; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

/* Links and paragraphs */
a {
	background:inherit;
	color:#166090;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	background:inherit;
	color:#000066;
	text-decoration:underline;
}
a img {
	border:1px solid #1C478D;
}
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
input,textarea {
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
	padding:4px;
}
label {margin:2px;}

/* Search box */
#searchbox label,.hide {display:none;}
#searchbox {margin:6px 0 16px; padding:0;}
#searchform {background:#fff; border:1px solid #ccc; color:#505050; font-size:0.9em; padding:4px; width:116px;}

/* Various classes */

.textright {margin:-10px 0 4px; text-align:right;}
.center {text-align:center;}
.small {
	font-size:13px;
	line-height: 1.2em;
}
.med {
	font-size:14px;
	line-height: 1.3em;
}
.large {font-size:1.3em;}
.left {float:left; margin:10px 10px 5px 0;}
.right {
	float:right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}

#nav {
	background-color: transparent;
	height: 100px;
	float: none;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	margin-top: 0px;
	padding-left: 240px;
}
#menu {
	width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: transparent;
	text-align: center;
	height: 25px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	line-height: 20px;
	height: 75px;
	background-image: url(../images/links-08.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#menu     a:hover,#menu   a.current, #menu   a.active {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #99CC00;
	line-height: 20px;
	background-image: url(../images/links-08-over.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#info {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 550px;
	text-align: center;
	color: #000000;
	font-size: 13px;
	line-height: 1.5em;
}
.mission {
	font-family: "Comic Sans MS", "Trebuchet MS Italic", sans-serif;
	font-size: 20px;
	line-height: 1.3em;
	font-style: normal;
}
.large {
	font-size: 14px;
	line-height: 1.2em;
}
.no_bord {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
