@charset "utf-8";
/* CSS Document */

html {padding:0px;margin:0px;}
body {margin:0px;background:#390;padding:0px;color:#555;font-family: "Century Gothic", "Lucida Grande", "Trebuchet MS", Lucida, Arial, sans-serif; font-size:1em;}
a, a:visited{color:#666;text-decoration:underline;}
a:hover{color:#3c0;text-decoration:none;}
p{padding-top:0px;margin-top:0px;margin-bottom:2px;}

/*Page*/
#wrap{
width:900px;
margin:auto;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}

/*Header*/
#header{
width:900px;
height:325px;
padding:0px;
margin:0px;
}

/*Page Div*/
#page_div{
width:900px;
background:url('images/page-back.jpg');
padding:10px;
}

/*Page Table*/
#page_table{
width:700px;
padding:0px;
margin:auto;
border:none;
}

/*Sidebar*/
#sidebar{
width:200px;
background:none);
padding:0px;
margin:0px;
vertical-align:top;
padding-bottom:20px;
}

#sidebar a{
text-decoration:none;
}

#sidebar .mainlink a, #sidebar a:visited{
color:#555;
}
#sidebar .mainlink a:hover{
color:#3c0;
}
.mainlink{
padding:5px;
padding-left:10px;
font-weight:bold;
}
.sublink{
padding:5px;
padding-left:15px;
background:#390;
color:#eee;
font-size:12px;
}
#sidebar .sublink a, #sidebar .sublink a:visited{
color:#eee;
}

#sidebar .sublink a:hover{
color:#fff;
}

/*Text STYLES */
.heading1{color:#336600;font-size:2em;font-weight:bold;}
.heading2{color:#339900;font-size:1.5em;font-weight:bold;}
.heading3{color:#33CC00;font-size:1.2em;font-weight:bold;}
.emphasized{color:#336600;font-size:1.1em;font-weight:bold;font-style:italic;}
.emphasized2{color:#33CC00;font-size:1.1em;font-weight:bold;font-style:italic;}

.pq1 .heading1{color:#FFFFFF;}
.pq1 .heading2{color:#33CC00;}
.pq1 .heading3{color:#eee;}
.pq1 .emphasized{color:#33CC00;}
.pq1 .emphasized2{color:#ddd;}

.pq2 .heading1{color:#FFFFFF;}
.pq2 .heading2{color:#33CC00;}
.pq2 .heading3{color:#eee;}
.pq2 .emphasized{color:#33CC00;}
.pq2 .emphasized2{color:#ddd;}

/*Content TD */

#content{
width:600px;
padding:10px;
margin:0px;
background:none;
vertical-align:top;
padding-top:5px;
padding-left:20px;
padding-right:20px;
}

#footer{
width:900px;
background:url('images/footer-back.jpg');
padding-top:10px;
}

#footer-content{
width:700px;
margin:auto;
color:#ddd;
font-size:1.3em;
}

#footer1{
padding-left:30px;
}

#copyright{
width:175px;
font-size:12px;
text-align:right;
padding-right:30px;
}

#footer-bottom{
width:900px;
height:40px;
background:url('images/page-bottom.jpg');
}
/* Pull Quotes */
.pq1{
background:url('images/pq-back.jpg');
width:200px;
padding:5px;
border-top:2px solid #333;
border-bottom:2px solid #333;	
color:#eee;
margin:10px;
font-size:0.9em;
}
.pq2{
background:url('images/pq2-back.jpg');
width:200px;
padding:5px;
border-top:2px solid #333;
border-bottom:2px solid #333;
color:#CCCCCC;
margin:10px;
font-size:0.9em;
}
.leftfloat{
float:left;


}
.rightfloat{
float:right;
margin-left:15px;

}

/* Admin */
#edit_admin{
background:#eee;
padding:5px;
border:1px dashed #ccc;
width:200px;
float:right;
font-size:12px;
}

/* X Standard Stuff */
img {border:0px;}
kbd {padding:0px 1px 0px 1px;border-width:1px 2px 2px 1px;border-style:solid}
abbr {border-bottom:1px dashed;cursor:help}
acronym {border-bottom:1px dashed;cursor:help}
dfn {font-style:normal;border-bottom:1px dashed;cursor:help}
code {font-family: courier, monospace;border:1px solid #cccccc;background-color:#ffffcc;padding-left:1px;padding-right:1px}
samp {font-family: courier, monospace;border:1px solid #cccccc;background-color:#ccffcc;padding-left:1px;padding-right:1px}
table {font-size:1em}
img.left {float:left;margin:10px;margin-right:3px}
img.right {float:right;margin:10px;margin-left:3px}
p {margin:.2em 0}
p.indent {margin-left:40px}
p.left {text-align:left}
p.center {text-align:center}
p.right {text-align:right}
span.underline {text-decoration:underline}
span.strikethrough {text-decoration:line-through}
div.textbox {clear:both;float:left;width:150px;font-size:.8em;padding:2px 10px;border-top:1px solid gray;border-bottom:1px solid gray}
div.photo {float:right;width:auto;font-size:.8em;font-weight:bold;padding:4px}
h1 {font-size:1.6em;font-weight:bold;background-color:#e6e6fa;padding:2px;margin:.25em 0;clear:both}
h2 {font-size:1.2em;font-weight:bold;padding:2px;margin:.25em 0;clear:both}
hr {width:90%;height:1px;color:black;}
.clear {clear:both}
