/* $Id: $ */

/**
 * Tech - a theme for Drupal 6.x
 * Theme by GOP Web Connect - gopwebconnect (dot) com
 */

/**
 * Generic elements
 */
body {	

	background: #fff url( images/background2.png) repeat-x top left;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #333;
	margin: 0 auto;
	min-height: 700px; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
}

h1 {
	font-size: 2.8em;
	line-height: 1em;
	margin-top: 10px;
	padding-bottom: 6px;
	font-weight: normal;
	color: #ffffff;
	font-family: "Courier New", Courier, serif;
	letter-spacing: -1px;
}

h2 {
	font-size: 2em;
	line-height: 1.3em;
	margin:0;
	font-weight: normal;
	color: #ffffff;
	font-family: "Courier New", Courier, serif;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin:0 0 0.5em 0;
	font-weight: normal;
	color: #333;
}

h4, h5, h6 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin:0 0 0.4em 0;
	font-weight: bold;
	color: #333;
}

strong {
	color:#333;
	font-weight: bold;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

blockquote {
	margin:1.5em auto;
	background-color: transparent;
	border: none;
	padding: 0 2em;
	width:80%;
	height:auto;
	font-style: italic;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

/** Links **/

a {
	color: #AA0101;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #AA0101;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #c1374a;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; 
}

/** Inputs **/

input, textarea, select {
	border: 2px solid #ccc;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 2px;
	line-height: 1.0;
	margin: 0px 3px 3px 0;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
	background:#b41414 none repeat scroll 0%;
	border: 2px solid #b41414;
	color:#FFFFFF;
	cursor:pointer;
}

/* Structure */

#wrapper {
	background-image: none;
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	position: relative;
}

#header {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	height: 130px;
	float: left;
}

#header table, #header tr, #header td {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}

#header-left {
	width: 220px;
	height: 130px;
	display: table-cell;
	vertical-align: middle;
}

#header-right {
	width: 740px;
	height: 130px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

#header-text-container {
	display: table-cell;
	vertical-align: middle;
}
#header-right h1 {
	margin: 0;
}

#header-right h2 {
		color: #fff;
}

#header-right h1 a {
	text-decoration: none;
	color: #fff;
}

#header-right h1 a:hover {
	text-decoration: none;
	color: #ccc;
}

#main {
	width: 960px;
	float: left;
	background: transparent url( images/main-bg.png) repeat-y top center;
	padding: 20px;
	clear: both;
}

#main-frame-top {
	background: transparent url( images/main-top.png) no-repeat top center;
	float: left;
	clear: both;
	width: 1000px;
	height: 52px;
	line-height: .1em;
	font-size: 1px;
}

#main-frame-bottom {
	background: transparent url( images/main-bottom.png) no-repeat top center;
	float: left;
	clear: both;
	width: 1000px;
	height: 37px;
	line-height: .1em;
	font-size: 1px;
}

#content {
	float: left;
	width: 480px;
	padding: 4px 20px 0 20px;
	margin-top: -33px;	
	text-align: left;
}

#content h2 {
	font-size: 2.0em;
	color: #333;
	font-weight: normal;
}

#content h2 a:hover{
	color: #333;
	text-decoration: none;
}

/* sidebar styles override */
.sidebar h2 {
	font-size: 1.5em;	
	line-height: 1.2em;
	padding-top: 6px;
	width: 175px;
	padding-left: 5px;
	background-color: #EEEEEE;
	margin-bottom:  0.5em;
}

.sidebar ul.menu, .sidebar ul.menu li ul.menu {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.sidebar ul.menu li {
	margin-left: 0;
}


.sidebar ul.menu li ul.menu {
	list-style-position: inside;
	margin: 0;
	padding: 0 0 0 10px;
}

/* end sidebar styles overrides */

#sidebar-left {
	float: left;
	width: 220px;
	margin-top: -40px;	
	position: relative;
	padding: 0;
	color: #333;
}

#sidebar-left h2 {
	color: #333;
	font-weight: normal;
	padding-bottom: 6px;
}


#sidebar-left div#block-menu-primary-links div.content {
	width: 180px;
	background-color: transparent;
	padding: 0;
	margin: 0;
	margin: 0px 0 20px 0;
	font-size: 1.3em;
	line-height: 1.2em;
	border-left: none;
}

#sidebar-left div#block-menu-primary-links ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}


#sidebar-left div#block-menu-primary-links ul.menu li {
	display: inline;
	color: #333;
	padding: 0;
	margin: 0;
	background-image: none;
}

#sidebar-left div#block-menu-primary-links ul.menu li a {
	display: block;
	padding: 16px 10px 16px 0px;
	text-decoration: none;
	color: #333;
	border-bottom: 4px dotted #999;
	border-right: none;
}

#sidebar-left div#block-menu-primary-links ul.menu li a.active { 
	background: transparent; 
	border-bottom: 4px dotted #999;
	padding: 16px 10px 16px 0px;
}

#sidebar-left div#block-menu-primary-links ul.menu li a:hover, #sidebar-left div#block-menu-primary-links ul.menu li a.active:hover {
	color: #AA0101;
}

#sidebar-left div#block-menu-primary-links ul.menu li ul.menu li a{ 
	padding: 16px 10px 12px 15px;	
}

/* turn on ">>" for nav items with children */
#sidebar-left div#block-menu-primary-links ul.menu li.collapsed a:after {
 	content: " >>";
 	color: #999;
}

/* turn off ">>" for parents of active links */
#sidebar-left div#block-menu-primary-links ul.menu li.collapsed a.active:after {
 	content: "";
}

#sidebar-right {
	float: left;
	margin-top: -36px;	
	width: 220px;
	position: relative;
	color: #333;
} 

#sidebar-right h2 {
	color: #333;
	font-weight: normal;
	padding-bottom: 6px;
}

/* sidebar logo placement */

img#logo-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 1000px;
	float: left;
	padding-bottom: 15px;
	margin: -6px auto 0 auto;	
	clear: both;
	color: #333;
	text-align: center;
	font-size: 95%;
	letter-spacing: 1px;
	line-height: 1.2;
}

#footer-nav {
	list-style: none;
	width: 100%;
	padding: 0;
	text-align: center;
	float: left;
}

#footer-nav li {
	display: inline;
	border-right: 1px solid #666;
	background-image: none;
	padding-left: 0;
}

#footer-nav li.last {
	border: none;
}

#footer-nav li a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 11px 2px 7px;
}

#footer-nav li a:hover{
	text-decoration: underline;
}

#footer a {
	color: #333;
}

#footer-message {
	text-align: center;	
}

#credits {
	padding: 0;
	text-align: center;
	margin: 0;
}

#login-link {
	padding: 0;
	margin: 0;
	margin-left: 5px;
	border-left: 1px solid #666;
	padding-left: 9px;
}

/* Quotebox */

#quotebox.block {
	float: left;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

blockquote#quotebox-quote  {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.quotes-author {
	clear: both;
	float: right;
	padding: 0;
}
.quotes-quote p {
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	text-align: left;
	padding: 0;
	margin: none;
	margin-bottom: .5em;
	clear: left;
}

.quotes-quote span.body {
	margin: 0;
	padding: 0;
	border: none;
}

.quotes-quote p:before {
	content: "\201C";
}

.quotes-quote p:after {
	content: "\201D";
}

.quotes-author p{
	text-align: right;
	margin: .5em 0;
	font-size: 100%;
	clear: left;
	font-style: normal;
}

.leftquotemark {
	display: none;
}

.rightquotemark {
	display: none;
}

