html {
height: 100%;


}



body {
	text-align: center;
	font-family: arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #F3F6FA url("../images/bg.jpg") top center repeat-y;
	font-size: 0.85em;
	margin-left: -187px;
	height: 100%;
}

html>body {
	height: 100%;
}



.stone {
	color: #EBE6E0;
}

.darkstone {
	color: #CDC9C3;
}

.textstone {
	color: #94918D;
}

.green {
	color: #4D971C;
}

.lightgreen {
	color: #BCD539;
}

.blue {
	color: #155193;
}

a {
	color: #4D971C;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}	

p {
	line-height: 130%;
	color: #53514F;
}

div.main {
	text-align: left;
	width: 500px;
	margin: 0 auto;
	border-style: solid;
	border-width: 0;
	border-color: #FFF;
	background: #FFF;
	position: relative;
		height: 100%;
}

div#sidebar {
	float: right;
	position: absolute;
	margin-left: 500px;
	padding-bottom: 280px;
	width: 187px;
	background: #155193 url("../images/sidebarbg.jpg") top left repeat-y; 
    height: 100%;

}

div#sidebar h1 img{

    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent;
}

* html div#sidebar h1 img {
    right: -2px;

}

html>body div#sidebar {
	position: fixed;
}

div#sidebar h1 {
	margin: 10px;
}

html>body div#sponsors {
    position: fixed;
     bottom: 4px;
     margin-left: 107px;
     float: left;

}

* html  div#sidebar div#sponsors {
    float: right;
    margin-top: 20px;
    right: 5px;

}

div.content {
	padding-bottom: 10px;

/*	background: url("../images/contentdivide.jpg") bottom left repeat-x;  */

}

div.content#shoutbox form {
	padding-left: 30px;
    
}


div#header {
	background: url("../images/teeth.gif") top left no-repeat;
	height: 220px;
}

div#sidebar ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 10px;
	padding-top: 240px;
}

div#nav {
}

div#sidebar ul li {
	padding: 3px 7px;
}

div#sidebar ul li a {
	font-weight: bold;
	display: block;
	font-size: 1.1em;
	color: #FFF;
	text-decoration: none;
	font-face: geneva, verdana, sans-serif;
}

div#sidebar ul li a:hover {
	color: #BCD539;
	padding-left: 5px;
}

div#sidebar ul li#this a {
	color: #FFF;
	font-size: 1.5em;
}

div#sidebar ul li#this a:hover {
	padding: 0;
}


div.primary {
	padding-bottom: 20px;

}

div.primary p, div.secondary p {
	color: #4D971C;
	font-size: 1.1em;
}

div.tertiary p {
	color: #94918D;
}

div.tertiary {
	background-image: none;
	text-align: right;
    margin-top: 10px;
}

div.tertiary p a {
	color: inherit;
	text-decoration: none;
}

div.tertiary p a:hover {
	text-decoration: underline;
}

div.content h2, div.content h1 {
	color: #4D971C;
	margin: 0px 20px;
	clear:left;
}

div.content h2 span#shoutbox {
	font-size: 80%;
	margin: 0;
	margin-bottom: 10px;
	}


div.content a {
color: #4D971C;
}

div.content p, div.content dl {
	margin: 1em 20px;
}

div.content dl {
	color: #53514F;
}

div.content dl dt, div.content dl dd {

}

div.content dl dt {
	font-weight: bold;
	float: left;
}

div.content dl dd {
	padding-bottom: 10px;
	padding-left: 10px;

}

div.content p em {
	font-size: 1em;
}

div.content blockquote {
	float: left;
	padding: 0px;
	padding-right: 160px;
	margin: 0 5px 5px 20px;
	width: 170px;
	border: 1px dashed #CDC9C3;  
	font-size: 0.9em;
	background: url("../images/bus.gif") right no-repeat;
}



div.content blockquote {
	text-align: center;
}

div.content blockquote p {
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
	font-style: italic;
	color: #53514F;
}

div.content blockquote#quote {
 background: none;
 width: 150px;
 padding: 10px;
 margin: 10px;
 float: right;
}

* html div.content h2 {
	padding: 0.5em 60px 0 0;
    font-size: 130%;
}

div.content h2 {
	padding: 0.5em 60px 0 0;

}

div.content ul {
    list-style-image: url("../images/teethbull.gif");
	margin-left:30px;

}

div.content ul li {
    vertical-align: top;
    padding-top: -20px;
    margin-bottom: 20px;
}

div.content ul li a {
    vertical-align: top;
    padding-top: -20px;
    margin-bottom: 10px;
    display: block;
}

* html div.content ul{
 
    margin-left: 60px;
    line-height: 1em;
}

* html div.content ul li {
    padding-left: 30px;
    vertical-align: top;
   
}


* html div.content ul li a {
    padding-left: 10px;
   padding-bottom: 0px;
   margin: 0px;
   
}

div.content p em {
    font-size: 1.5em;
}

div.content#panel {

border: 1px dashed #CDC9C3;  
margin-right: 20px;
margin-left: 20px;
height: auto;
padding: 10px;
}

div.content#panel dl {
float: none;
}

div.content img {
float: right;
padding-right: 10px;
}

div.content img#top {
float: left;
margin-top: -23px;
margin-left: 5px;
}

div.content img#panel {
float: left;
border: 3px solid #155193;
vertical-align: middle;
margin-right: 20px;
padding: 0px;
}

div.content#panel h2{
	clear: none;
padding: 1em 20px 1em 0;

}

div.content img#bottom {
float: right;
margin-top: -20px;
margin-right: -15px;
}

div.content img#shoutbox {
float: right;

margin-top: -20px;
margin-left: 15px;
}



div.content#event {
color: white;
background: #BCD539;
border-right: 10px solid #BCD539;

}

div.content#event p a{
color: #155193;
}

div.content#event h2 {
padding-left: 30px;
padding-top: 0px;
color: #155193;
}

div.content#event dl {
padding-left: 10px;
}


div.content#event p{
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10px;
}

div.content#event img{
url("../images/quotes.png") right top no-repeat;
}



div.content#priv {
color: white;
background: #BCD539;
border-right: 10px solid #BCD539;

}

div.content#priv p a{
color: #155193;
}

div.content#priv h2 {
padding-left: 30px;
padding-top: 0px;
margin-bottom: 10px;
color: #155193;
}

div.content#priv dl {
padding-left: 10px;
}


div.content#priv p{
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10px;
}

div.content#priv img{
url("../images/quotes.png") right top no-repeat;
}





html>body div.content h2 {
/*	background: url("../images/icon.gif") right no-repeat;  */
}

div.secondary h2 {
	background: none;
}

div.primary h1 {

}

div.primary h1 {
	display: none;
}

div#registerform {
	height: 220px;

	}
	
	div#registerform p {
		position: relative;
	}
	
	div#registerform p label {
		display: block;

		width: 70px;
	}
	
	
	
	div#registerform p input, div#registerform p textarea {
		position: absolute;
		left: 90px;
		top: 0px;
		border: 1px solid #CFCFD8;
	}
	
	div#registerform p input:focus, div#registerform p textarea:focus {
		background-color: #F8F8F8;
	}
	
	div#registerform p textarea {
		height: 70px;
	}
	
	div#registerform p input.submit {
		margin-top: 10px;
		background: #BCD539;
		border: 1px solid #F3F6FA;
		color: #165193;
		padding: 5px 9px;
		font-weight: bold;
	}
	
	
	div#evalform {
	height: 220px;

	}
	
	div#evalform p {
		position: relative;
	}
	
	div#evalform p label {
		display: block;

		width: 250px;
		margin-left: 30px;
	}
	
	div#evalform p input, div#evalform p textarea {
		position: absolute;
		left: 250px;
		top: 0px;
		border: 1px solid #CFCFD8;
	}
	
	div#evalform p input:focus, div#evalform p textarea:focus {
		background-color: #F8F8F8;
	}
	
	div#evalform p textarea {
		height: 70px;
	}
	
	div#evalform p input.submit {
		margin-top: 55px;
		background: #BCD539;
		border: 1px solid #F3F6FA;
		color: #165193;
		padding: 5px 9px;
		font-weight: bold;
	}

	
	
	div#shoutbox form input.submit {
		margin-top: 20px;
		background: #BCD539;
		border: 1px solid #F3F6FA;
		color: #165193;
		padding: 5px 9px;
		font-weight: bold;
	}

	
	input.submit2 {
		margin-top: 55px;
		background: #FFF;
		border: 1px solid #F3F6FA;
		color: #165193;
		padding: 5px 9px;
		font-weight: bold;
	}

	
	div#registerform p input.submit:hover {
		color: #4D971C;

	}
	
	div#shoutbox form input.submit:hover {
		color: #4D971C;

	}
	
	div.msg, div.error {
		padding: 0 10px;
		font-size: 110%;
		line-height: 150%;
	}

    div#whatsnew {
        
        background: #BCD539 url("../images/whatsnew.gif") top right no-repeat;
        width: 170px;
        margin-left: 8px;
        padding: 0px;
        padding-top: 50px;
        margin-top: 3px;
    }
    
    div#sidebar div#whatsnew ul {
        padding: 0;
        padding-top: 0;
        padding-bottom: 5px;
        color: #165193;
        font-size: 0.9em;
        font-weight: bold;
        

    }
    
    div#sidebar div#whatsnew ul li{
    margin: 4px 2px;
   background: url("../images/whatsbull.gif") left no-repeat;
    }
    
    div#sidebar div#whatsnew ul li a{
    color: #165193;
     padding:4px 0px;
    }
    
    
    div#sidebar div#whatsnew ul li a:hover{
    color: white;
    padding:4px 0px;
    background: url("../images/whatsbull.gif") right no-repeat;
    }


    div.content p#shoutboxlink {
     border-bottom: 1px dashed #5A9431;
     padding-bottom: 40px;
    
    }
    
    
    /* table styles */

table {
	 border-collapse: collapse;
	 margin-bottom: 20px;
	 margin-top: 20px;

}

table.boxed {
    margin-left: 20px;
	 border-top: 1px dashed #5A9431;

}


table tr th {
	width: 50px;
	font-size: 90%;
	line-height: 100%;
	padding-bottom: 5px;
		color: #155193;
		text-align: center;
}

table tr td em, #right strong {
	color: #005E3D;
	font-weight: bold;

}

table tr.multiq {
	border-top: 0px solid #F4EEB1;
		padding-right: 30px;
}

table tr.multiq td {
	text-align: center;

}

table tr.multiq td.question {
	text-align: left;
	padding: 7px 0;
	padding-right: 0px;
	padding-left: 20px;
	color: #53514F;

}


td.question {
    width: 230px;
}

label {

}

p.question {
	padding-top: 7px;

	font-size: 105%;

}

div textarea {
	width: 300px;
	height: 100px;
}

h2.quest_title {
    border-top: 1px dashed #5A9431; 

}

div#evalform form textarea {

   margin-left: 180px;
   margin-bottom: 20px;
}

div.hidden {
visibility: hidden;
}
