body {
	margin: 30px 0 0 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: normal;
}

a:link {
	color: #660099;
}

a:hover, a:active {
	text-decoration: none;
}

a:visited {
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

/* Header */

#header {
	width: 850px;
	height: 100px;
	margin: 0 auto 20px auto;
}

#logo {
	float: left;
	height: 80px;
	width: 200px;
}

#logo h1 {
	font-size: 38px;
	color: #000;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #000;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 5px;
	padding: 15px 0 5px 0;
	list-style: none;
	width: 400px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #660099;
	padding: 0 10px 0 10px;
}

#menu a:hover {
	border-bottom: 3px #999999 solid;
}

#menu .active a {
	border-bottom: 3px #999999 solid;
}


#wrapper {
	border-top: 1px dotted #CCCCCC; 
	background: url(images/img01.gif) repeat-x left top;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 20px;
	border-bottom: 3px #999999 solid;
}

.post .subtitle {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 20px;
	border-bottom: 1px #999999 solid;
}

.post .centertitle {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 20px;
	border-bottom: 3px #999999 solid;
	text-align: center;
}

.post .entry {
}

.post .meta {
	padding: 0 0 0 0;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	text-align: right;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta b {
	display: none;
}

/* Testimonials */

.testimonials {
	min-height: 1250px;
	text-align:justify;
}

#testimonial_page-wrap { width: 100%; margin: 10px auto; position: relative; }

#testimonial_pic_1 { position: absolute; top: 20px; left: 50%; margin-left: -125px; box-shadow: 10px 10px 5px #999; border: 2px #008083 solid; }
#testimonial_pic_2 { margin-left: auto; margin-right: auto; width: 300px; height: 350px; box-shadow: 10px 10px 5px #999; border: 2px #81007F solid; }
#testimonial_pic_3 { margin-left: auto; margin-right: auto; width: 300px; height: 205px; box-shadow: 10px 10px 5px #999; border: 2px #000000 solid; }

#testimonial_l, #testimonial_r { width: 48%; }
#testimonial_l { float: left; }
#testimonial_r { float: right; }

#testimonial_l:before, #testimonial_r:before { content: ""; width: 135px; height: 385px; }

#testimonial_l:before { float: right; }
#testimonial_r:before { float: left; }
.testimonial_txt_right { text-align: right; margin-top: -20px; }


/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
}

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

#sidebar li {
	margin-bottom: 40px;
	margin: .2em 0;
	padding-left: 1em;
	text-indent: -1em;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
	background: url(images/img01.jpg) no-repeat left 60%;
}

#sidebar h2 {
	margin-bottom: 10px;
	border-bottom: 3px #999999 solid;
	font-size: 18px;
	font-weight: normal;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	border: none;
	font-size: 11px;
	color: #4F4F4F;
}

/* Footer */

#footer {
	width: 850px;
	height: 400px;
	margin: 0 auto;
	min-height: 74px;
	padding: 10px 0 0 0;
	border-top: 3px #999999 solid;
	font-size: 10px;
}

html>body #footer {
	height: auto;
}

#sm_links {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	text-align: center;
	background:#CCCCCC;
}

#sm_links a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-decoration: none;
	display: inline-block;
	width: 50px;
	color: #573F41;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #573F41;
}

#legal a {
	border-bottom: 1px dotted #573033;
	text-decoration: none;
	color: #573F41;
}

/* Team Portrait */

.post .portrait {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: right;
}

/*** Flowplayer.org Multiple Players ***/
/* styling of the container. */
a.myPlayer {
    display:block;
    width: 320px;
    height:240px;
    text-align:center;
    margin:0 15px 15px 0;
    border:1px solid #999;
}
 
/* play button */
a.myPlayer img {
    margin-top:70px;
    border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
    border:1px solid #000;
}