body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

p {
	padding: 0 0 10px 0;
}

body{
	margin: 0;
	font-family: "Tahoma", Helvetica, Arial, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #393939;
	background-color: #E0E0E0;
}

#description p {
	padding-bottom: 10px;
}

a:link, a:visited {
	color: #3D5998;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
}

#shadow_left {
	position: absolute;
	height: 100%;
	top: 0;
	left: -12px;
	width: 12px;
	background: url("images/shadow_left.jpg");
	background-repeat: repeat-y;
}

#shadow_right {
	position: absolute;
	height: 100%;
	top: 0;
	right: -12px;
	width: 12px;
	background: url("images/shadow_right.jpg");
	background-repeat: repeat-y;
}

#content {
	clear: both;
	position: relative;
	display: inline-block;
	background-color: #FFFFFF;
	min-height: 550px;
}

#header {
	height: 60px;
	width: inherit;
	background-color: #000000;
	position: relative;
}

#header img {
	border: none;
	position: absolute;
	top: 11px;
	left: 20px;
}

/*------------------NAVIGATION------------------*/

#nav{
	height: 32px;
	background: url("images/nav_bg.jpg");
	position: relative;
}

#nav, #nav ul {
	margin: 0;
	padding-left: 20px;
	list-style-type: none;
	font-size: 14px;
}

#nav a, #nav a:hover {
	display: block;
	padding: 6px 16px;
	text-decoration: none;
	border:none;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav a:hover, #nav a:active, .current_page_item a, .home {
	background: url("images/nav_hl_bg.jpg");
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
	padding: 0;
}

#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
}

#nav li li a:hover, #nav li li a:active {
	background:#000;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

a.main:hover {
	background:none;
}

/*------------------COLUMN 1------------------*/

#col1 {
	position: relative;
	float: left;
	width: 600px;
	padding: 20px;
}

#description {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding:	10px 15px 40px 15px;
}

#quote {
	position: absolute;
	top: 38px;
	right: 30px;
	font-size: 50px;
	font-family: Georgia, Sans serif;
}

.post {
	padding: 0 0 10px 0;
}

.post_thumb {
	float: left;
}

.post_title_text {
	float: left;
	padding-left: 10px;
}

.post h2 {
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 2px;
}

.post h2 a {
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
}

.post_info {
	font-size: 11px;
	padding-bottom: 12px;
}

.entry {
	clear: both;
	line-height: 18px;
	padding-bottom: 20px;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding-top: 5px;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*------------------COLUMN 2------------------*/

.col2{
	float: left;
	width: 300px;
	padding: 20px 20px 20px 0;
	display: inline;
}

#lift1 {
	position: relative;
	width: 300px;
	height: 160px;
	background: url("images/box.jpg");
}

#beta {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 72px;
	height: 74px;
	background: url("images/beta.png");
}

#lift1_text1 {
	font-size: 18px;
	padding: 20px 20px 10px 20px;
}

#lift1_form {
	position: absolute;
	padding: 0 20px 0 20px;
}

#lift1_formsubmitted {
	font-size: 18px;
	padding-left: 20px; 
}

.btn_submit {
	position: absolute;
	top: 0;
	left: 174px;
	margin-left: 10px;
	padding: 3px 16px;
	background: url("images/search.jpg");
}

.btn_submit:hover {
	background: url("images/search_hl.jpg");
}

#lift1_form .btn_submit {
	color: #FFFFFF;
	text-decoration: none;
}

#lift1_text2 {
	position: absolute;
	top: 100px;
	font-size: 9px;
	padding: 10px 20px 20px 20px;
}

.col2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.col2 ul li {
	padding: 10px 0 10px 0;
}

.col2 h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 4px;
}

.col2 ul ul li {
	padding: 0;
}

#search input {
	float: left;
}

#searchbox {
	position: relative;
}

#text_field {
	position: absolute;
	top: 0;
}

.btn_search {
	position: absolute;
	top: 0;
	left: 120px;
	margin-left: 10px;
	padding: 3px 16px;
	background: url("images/search.jpg");
}

.btn_search:hover {
	background: url("images/search_hl.jpg");
}

.col2 .btn_search {
	color: #FFFFFF;
	text-decoration: none;
}

#rss {
	margin-top: 26px;
	margin-bottom: 4px;
}

#rss img {
	margin-top: 2px;
	float: left;
}

#rss h2 {
	margin-left: 24px;
}

#footer {
	clear: both;
	position: relative;
	float: left;
	text-align: right;
	width: inherit;
	height: 40px;
	line-height: 40px;
	color: #B3B3B3;
	background-color: #000000;
}

#footer p {
	padding-right: 20px;
}

/*------------------PAGE------------------*/

#page_content h2 {
	clear: both;
	padding-bottom: 20px;
}

#page_content .parag {
	float: left;
	padding-bottom: 30px;
}

#page_content h3 {
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 16px;
}

#page_content .team {
	clear: both;
	padding-bottom: 40px;
}

#page_content .team_img {
	float: left;
	width: 126px;
}

#page_content .team_contact {
	font-size: 11px;
}

#page_content .team_desc {
	float: left;
	width: 474px;
	padding-bottom: 30px;
}


/*------------------COMMENTS------------------*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}

.btn_comment {
	padding: 3px 10px;
	background: url("images/search.jpg");
}

.btn_comment:hover {
	background: url("images/search_hl.jpg");
}

.btn_comment:link, .btn_comment:visited {
	color:  #FFFFFF;
	text-decoration: none;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}