/* STYLE SHEET RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;border-spacing: 0;}





/*SITE SPECIFIC CSS*/
body {width:780px;font:normal 12pt georgia, serif;margin-left:auto; margin-right:auto; text-align:center; padding-bottom:10px;background-color:#d2cbd8;}
a{color:#412e70;}
div#container { width:780px;background-color:#412e70;padding-top:6px;margin:10px 0 0 0;border:2px solid #000000;}

div#head {text-align:left;background-color:#a492ce;border-bottom: 6px solid #000000;height:135px;}
#headjpg {margin-left:80px}
div#menu {text-align:center;float:left;padding-top:15px;}
div#menu hr{width:120px;margin:0 0 10px 5px;color:#000000;}

.menuli {padding-left:2px;text-align:left;}
.menuli li {width:140px;height:30px;margin-bottom:12px;padding-top:0px;margin-left:5px;background-color:#2c1b57;}
.menu {display:block;text-decoration:none; font-weight:bold; width:135px; height:25px;padding-left:5px;padding-top:5px;}
.menuon {display:block;text-decoration:none; font-weight:bold; width:135px; height:25px;padding-left:5px;padding-top:5px;}
.menu{font-size:1.0em;color:#dddddd;border-top: 1px solid #cccccc;border-right: 1px solid #cccccc;border-bottom: 1px solid #666666;border-left: 1px solid #666666;}
.menuon{font-size:1.0em;color:#AA92D4;border-top: 1px solid #cccccc;border-right: 1px solid #cccccc;border-bottom: 1px solid #666666;border-left: 1px solid #666666;}
.menuli li a:hover{color:#674BA5;}
.menuli li a:active{color:#412e70;background-color:#20133C;border-top: 1px solid #666666;border-right: 1px solid #666666;border-bottom: 1px solid #cccccc;border-left: 1px solid #cccccc;}
.links li {margin-bottom:8px;text-align:left;padding-left:9px;font-size:.8em;color:#dddddd;}
.links li a{color:#dddddd;}
div#wrap {padding-right:18px;}
div#content {padding:20px 10px;text-align:left;float:right;width:572px;background-color:#c9bde5;margin:15px 0px 15px 0;border:2px solid #000000;}
div#content p{margin-bottom:10px;}
div#footer {text-align:left;background-color:#a492ce;height:20px;font-size:.7em;border-top:2px solid #000000;padding:3px 0 0 5px;}
#homeimg1 {float:right;position:relative;left:25px; margin:0 0 2px -20px;background-color:#000000;color:#ffffff;padding:2px 2px 2px 2px;text-align:center;font-size:.8em;width:268px;}
#homeimg2 {float:left;position:relative;left:-25px;margin:0 -15px 2px 0px;background-color:#000000;color:#ffffff;padding:2px 2px 2px 2px;text-align:center;font-size:.8em;width:268px;}
#homeimg3 {float:right;position:relative;left:25px; margin:0 0 2px -20px;background-color:#000000;color:#ffffff;padding:2px 2px 2px 2px;text-align:center;font-size:.8em;width:268px;}
div#content h2 {margin-bottom:10px;}
div#fbox {width:500px;margin:25px 0 0 13px;background-color:#ffffff;border:2px solid #000000; text-align:center;padding:20px 20px;}
div.add {text-align:center;margin: 15px 5px 15px 5px;}
.eventfloat {float:right;background-color:#ffffff; width:250px; border:2px solid #000000;font-size:.75em;padding: 2px 2px;margin:0 0 1px 5px;}
#eventtitle {background-color:#000000;text-align:center;color:#ffffff;}
.gtf {float:right;clear:both; position:relative;left:25px;background-color:#000000; padding:2px 2px; margin: 0 0 10px -15px;width:280px; font-size:.75em;color:#ffffff;text-align:center;}
.orbs {background-color:#000000; padding:2px 2px; margin:15px 0 0 85px;width:400px;font-size:.75em;color:#ffffff;text-align:center;}
#events {margin-left:4px; border:2px solid #000000;}
#map {text-align:center;margin-left:auto;margin-right:auto;background-color:#eae6f4; border: 1px solid #000000;}

#gal_table {width:100%; margin-left:auto; margin-right:auto;text-align:center;}
#gal_table td{padding-bottom:15px;}


/*IE FIX FOR FLOATED ELEMENTS*/
.clearfix:after {

    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */