/* $Id: style.css,v 1.1.2.1 2009/06/05 17:54:53 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: Verdana, Geneva, "DejaVu Sans", sans-serif;
}


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

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
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    {}
a:visited {}
a:hover   {}
a:active  {}
a.active  {}

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

/* Drupal sets this to black. */
li a.active {}

/* 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).
 */

#memberLoginBox {
	
	
	
	padding:0px;
	width:229px;
	
	
}
#memberLoginBox table{
margin-top:25px;
background-color:#CCCCCC;

}
#memberLoginBox td{
font-family: helvetica,arial;
padding:2px;

font-size: 11px;

color: #333333;

font-weight: bold;

text-decoration: none;
}

#memberLoginBox a {
	color:#000000;
}

#memberLoginBox a:visited {
	color:#000000;
}

#memberLoginBox a:hover {
	color: red;
}

#memberLoginBox .homeAction {
	text-align: right;
	margin-right: 10px;
}

#search {
	width:250px;
	height:65px;

}

#edit-search-theme-form-1-wrapper {
	padding: 0;
	margin: 0;
	float: right;
}

input #edit-submit{
	display:inline;
	float: right;
}

#search-theme-form{
	width: 250px;
	display: inline-block;
}

#social-links {
	padding-left: 300px;
	margin-top:2px;
	
}

#logged-out,
#logged-out a {
	
}

.sidebar-right {
	float: right;
	margin: 0px;
	padding: 0px;
}

td.halfRow {
	width: 350px;
	height: 180px;
}

td.fullRow {
	width: 675px;
	height: 180px;
}
.jt_alljobs {
	float: right;

}

.jt_alljobs a {
	color: #F29C11;
}

.newsHr {
	background-color:#000000;
	border:0 none;
	color:#000000;
	height:1px;
	line-height:0;
	margin:10px 0 28px;
	padding:0;
	width:693px;
}

#topNews {
	display: inline-block;
}

#topNewsArticle {
	width: 350px;
	float: right;
	display:inline-block;
	padding-right: 15px;
}

#block-views-top_news-block_1 {
	width: 350px;
	float:right;
	margin: 0 0 0 10px;
	
}

.view-news-demo {
	padding-right: 15px;
}

#newsvideo {
	width: 328px;
	display: inline-block;
	padding-right: 15px;
}

#block-block-21 {
	width: 328px;
}


#topNews table th {
	border: 0;
}