/* $Id: style.css,v 1.1.2.9 2009/05/22 08:46:11 jmburnz Exp $ */

/**
 * @file style.css
 *
 * Use this file to override the Genesis core modular styles 
 * (such as the HTML elements in typography.css), module CSS 
 * and other Drupal styles. Anything that doesn't fit logically
 * into page.css, nodes.css, blocks.css or comments.css can go here.
 */

/**********************************************************
 *                    Body
 **********************************************************/
body {
	font-family: "Trebuchet MS", Helvetica Neue, Helvetica, Geneva, sans-serif;
	background-color: #d1d1d1;
	color: #073f5e;
	font-size: 12px;
}

body.admin-menu {
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px !important;
}

tbody {
	border-top: none;
}

.background {
	margin: 0px !important;
}

/**********************************************************
 *                 HTML Elements
 **********************************************************/

h1 {
	font-size: 14px;
	margin: 2px 0px 0px 4px;
}

h2 {
	font-size: 13px;
	margin: 2px 0px 0px 3px;

}
h3 {
	font-size: 12px;
	margin: 2px 0px 0px 2px;

}
h4 {
	font-size: 11px;
	margin: 1px 0px 0px 1px;

}
h5 {
	font-size: 10px;

}
h6 {

}

p {}

strong {}
em, dfn {}
dfn {}

sup, sub {}

del {}
ins {}

blockquote {}
cite {}
q {}

address {}

ul {}
ol {}
li {}

dl {}
dd {}
dt {}


abbr {}
acronym {}

pre, code, tt {}
p code {}
samp {}
kbd {}
var {}


/**********************************************************
 *                 Global Link Styles
 **********************************************************/
a {
  margin: 0; 
  padding: 0;
}

a:link    {
	color: #898989;
	text-decoration: none;
}

a:visited {
	color: #898989;
	text-decoration: none;
}

a:hover   {
	color: #1a83d6;
	text-decoration: none;
}

a:active  {
	color: #1a83d6;

}

a.active  {
	color: #1a83d6;
}

/* Set global a:active and a:focus styles. */
a:active,
a:focus {
  color: #1a83d6;
  border: 0;
}

/* Drupal sets this to black. */
li a.active {
	color: #1a83d6;
}

/* Remove borders on linked images. */
a img {
  border: none;
}


/**********************************************************
 *                 Accessibility Classes
 **********************************************************/

/* Hide content without positioning issues. */
.invisible {
  height: 0;
  overflow: hidden;
}

/* Move content off screen where appropriate. */
.offscreen {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Completely remove content for all users.
   DO NOT use this for Skip links, display:none 
   hides content from screen readers! */
.remove {
  display: none;
}


/**********************************************************
 *                 Custom Styles
 **********************************************************/
/**
 * Here you can add custom stles for your theme that do not fit
 * into one if the modular stylesheets (such as the nodes, blocks,
 * page and comments stylesheets).
 */

#main_wrapper1 {
	background-image: url(../images/background_repeat.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	height: 720px;
}

#main_wrapper2 {
	background-image: url(../images/top_leftbg-trans.png);
	background-position: top left;
	background-repeat: no-repeat;
}
 
#container {
	min-width: 1000px !important;
	margin: 0 auto;
}

#header {
	height: 190px;
	position: relative;
}

#logo {
	float: left;
	left: 20px;
	position: absolute;
	top: 68px;
	margin: 0px !important;
}
#primary_links {
	width: 734px;
	background-image: url(../images/menubg_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	padding: 5px 0 16px;
	position: relative;
	height: 51px;
	top: 62px;
}

#navlist {
	float: right;
	font-size: 14px;
	text-align: right;
	padding-right: 60px;
}

#navlist.links li {
	padding: 0px !important;
}

#navlist li a {
	padding: 27px 10px 6px 38px;
	font-size: 14px;
	color: #898989;
	text-decoration: none;
	float: left;
}

#navlist.links last {
	padding-right: 0px;
}

#header #navlist li a:hover {
	background-image: url(../images/menubg_hover_repeat.png);
	background-position: left top;
	background-repeat: repeat-x;
	color: #1A83D6;
	text-decoration: none;
}
#scroller {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	height: 460px;
	width: 734px;
	padding: 10px 0px 0px 0px;
}

#sidebar_left {
	float: left;
	width: 254px;
	margin-top: 120px;
}

#sidebar_left .block-title, #sidebar_right .block-title	{
	color: #808080;
	position: relative;
	left: 26px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 4px;
	margin-top: 0px;
}

#sidebar_left .block-content, #sidebar_right .block-content {
	position: relative;
}

#sidebar_left .block-content .menu , #sidebar_right .block-content .menu {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin-left: 0px;
}

#sidebar_left .block-content .menu a, #sidebar_right .block-content .menu a {
	display: block;
}

#sidebar_left .block-content .menu li.leaf, #sidebar_right .block-content .menu li.leaf {
	list-style-image: none;
	list-style: none;
	background-image: url(../images/2ndary_menubg.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 32px;
	padding: 0px 0 0 0px;
	line-height: 32px;
	display: block;
}

#sidebar_left .block-content .menu li.leaf a, #sidebar_right .block-content .menu li.leaf a {
	height: 32px;
	padding: 0px 0 0 26px;
	line-height: 32px;
	display: block;
}

#sidebar_left .block-content li a:hover, #sidebar_right .block-content li a:hover {
	background-image: url(../images/2ndary_menubg_hover.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 32px;
	display: block;
}

#sidebar_left .block-content ul.menu a, #sidebar_right .block-content ul.menu a {
	color: white;
	text-decoration: none;
}

#sidebar_left .block-content ul.menu li.leaf, #sidebar_right .block-content ul.menu li.leaf {
	margin-left: 0px !important;
	padding-left: 0px;
}

#sidebar_right {
	float: left;
	width: 254px;
	margin-right: 252px;
	margin-left: 41px;
}

ul.primary li {
	font-size: 11px;
}

#innerwrapper {
	float: right;
}

#innerwrapper h1.title {
	margin: 0px !important;
	display: block;
	width: 678px;
}

#innerwrapper .title {
	color: #676767;
	font-weight: bold;
	font-size: 20px;
	background-image: url(../images/main_titlebg_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
	padding: 8px 0 0 58px !important;
	width: 678px;
}

#innerwrapper #content {
	margin-left: 60px;
	margin-right: 0px !important;
	min-width: 614px;
	max-width: 614px;
	padding-right: 60px;
}

#footer {
	color: #656363;
	margin-left: 60px;
	font-size: 11px;
	padding-right: 40px !important;
	min-width: 334px;
	max-width: 574px;
	clear: both;
	float: right;
}




