﻿/* Basic Layout */

body {
	margin: 0;
	padding: 0;
	background-color: #95a38a;
	font: 0.76em Verdana, Tahoma, Helvetica, sans-serif;
}

#container {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
}


/* Elements */

a {
	color: #03c;
}

ul {
	margin-left: 20px;
}

img {border: none;}

/* Header */
#header {
	height: 117px;
	margin: 0 auto 0;
	background:white url('images/header.jpg') no-repeat top center;
}

#header h1 {
	visibility: hidden;
}

#header h2 {
	visibility: hidden;
}

#header a {
	text-decoration: none;
}

#header * {
	color: #336;
}

/* Main */
#main {
	background-color: #fff;
}


/* Content */
.content {
	padding: 0 20px;
}

.content a {
	font-weight: bold;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content img[align=left] {
	margin-right: 10px;
}

.content img[align=right] {
	margin-left: 10px;
}

/* Sidebars */

#menucell {
	background: #d4f3cc url(images/menubkgd.jpg) top left repeat-x;
	background:white;
	
}

#menu {
	margin: 0 10px 0 10px;
	padding: 0;
}

#menu a {
	color: black;
	border-bottom: none;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
}

#menu a:hover {
	color: #03c;
	border-bottom: #699 1px solid;
}

#menu h2 {
	padding: 10px 0 0 0;
	font-family: Verdana, Tahoma, Arial, san-serif;
	color: #03c;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
}

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

#menu li {
	margin: 0 0 7px;
	padding: 0;
	list-style: none;
	background: none;
}

#menu ul li {
	margin: 0 0 5px 10px;
	padding: 0;
}

/* Top Menu */

#top_menu{
	text-align:center;
	font-size: .9em;
	width:100%; float:left;
	padding:0; margin:0;
	background:white;

}

#top_menu ul {
	margin: 0;

}

#top_menu li {
	list-style: none;
	float:left;
	line-height:2em;
	
}

#top_menu a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	float:left;
	display:block;
	outline:none;
	padding:0 10px 0 20px;
	font-size:12px;
}

#top_menu a:hover {
	color:#FF9900;	
}




/* Right Sidebar stuff */

#sidebar-right {
	width: 200px;
}

#sidebar-right input[type=text] {
	width: 90%;
}

#sidebar-right input[type=submit] {
	margin-top: 5px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-variant: small-caps;
	border: 1px solid #444;
	padding: 0 12px;
	background-color: ghostwhite;
}

#menucell #sidebar-right {padding: 0 1em;}

/* Author block */

#author {
	font-style: italic;
	color: #03c;
	margin: 0 0 -7px 0;
	text-align: left;
}

#author div {
	width: 110px;
	text-align: center;
	float: right;
	margin-left: 5px;
}

#author div img {
	margin-bottom: 0px;
}

#author #about-caption {
	color: #000;
}

#author div p {
	line-height: 1em;
}


/* Newsletter Form */

#newsletter {
	border: 1px solid #ccc;
	padding: 0 0 1px 0;
	text-align: center;
	background-color: lightyellow;
	font-size: 80%;
	margin-bottom: 3px;
}

#newsletter p, #newsletter ul, #newsletter li, #newsletter input,
#newsletter h3, #newsletter label {
	margin: 0;
	padding: 0;
}

#newsletter h3, #newsletter p {
	line-height: 1em;
	padding: 0;
	color: #000;
}

#newsletter h3 {
	font-size: 1.0em;
}

#newsletter label {
	margin: 2px 0 1px;
	display: block;
	padding: 0;
	line-height: 1em;
}

#newsletter textarea {
	width: 90%;
}

#newsletter p {
	padding: 0;
	font-weight: bold;
	margin: 3px 0 1px;
}

#newsletter fieldset {
	border: none;
}

#newsletter h3 span {
	font-weight: normal;
}

/* Seminar box */
.blue-border-box {
	padding: 5px;
	border: 1px solid #03c;
        border:none;
}


/* Testimonials box */

.testimonials-box {
	border: 1px solid #036;
	border:none;
	padding: 8px;
	margin-top: 5px;
	font-size: 0.9em;
}

.testimonial-quote {
	font-style: italic;
	color: #03c;
}

.testimonial-author {
	color: black;
	text-align: right;
}

/* Footer */
#footer{

	text-align: center;

	padding: 0 0;

	border-top: 1px dashed #ada;
	clear:both;
	width:100%;
	float:left;

}



#footer p {

	font-size: 0.9em;

	margin: 0;

	color: #696;

	font-variant: small-caps;
	background:white;

}



/* Misc */



#unblockform {
	padding: 1em;
	background-color: lightyellow;
	border: 2px solid red;
	width: 300px;
	margin: 15px 0;
}

#unblockform td div {
	margin-right: .5em;
}