
* {
	padding: 0;
 	margin: 0;
}

body {
	background: #003366 url(/images/common/body_bg.gif) repeat-x left top;
	font: 11px/1.2em verdana, arial, helvetica, sans-serif;
}

h2 {
	font-size: 11px;
	font-weight: bold; 
}

#content {
	position: relative;
	margin: 0 auto 0 auto;
	width: 770px;
	background: url(/images/common/content_bg.png) repeat-y;
}

#home #content {
	background: url(/images/home/content_bg_home.png) repeat-y;
}

#header {
	height: 134px;
	width: 770px;
	background: url(/images/common/top_hdr.gif) no-repeat;
	font: 12px/1em tahoma, verdana, sans-serif;
}

#topBanner {
	position: absolute;
	top: 25px;
	right: 4px;
}

#devilRaysLink {
	position: absolute;
	top: 94px;
	left: 290px;
	width: 235px;
	height: 12px;
	text-indent: -5000px;
	outline: none;
}

#footer {
	position: relative;  /* Needed for Safari */
	margin: 0 auto;
	background-color: #F5F5F5;
	width: 760px;
	border: 1px solid #D9D9D9;
	text-align: left;
}



#footer p {
	color: #6699CC;
	font: 11px/1em arial, sans-serif;
	text-align: left;
}

#dhlogo {
	position: absolute;
	border: none;
	right: 10px;
	bottom: 2px;
}

a {
	color: #930;
	text-decoration: underline;
}

a, a:active {
	outline: none;
	}
	
a:hover {
	color: #69c;
}

body.milb a:hover {
	color: #000;
}


a:visited {
	color: #C63;
	text-decoration: underline;
}

a:hover:visited {
	color: #69c;
}


			
#footer a {
	color: #CC3300;
}
			
h1, p {
	margin: 0;
	padding-bottom: 1em;
}


	
h1 {
	font-size: 12px;
	line-height: 1.5em;
}


object, embed {
	z-index: 1;
}

hr {
	border: 0;
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	margin: 2px 34px 10px 34px;
}

.small { font-size: 11px; }

a img { border: none; }


/* ----------------------- */
/* second level navigation */
/* ----------------------- */

div#secNav {
	background: #4778aa url(/images/common/secnav_bg.png?a) no-repeat 0 0;
	margin: 0 4px;
	padding: 14px 0 0 4px;
	text-align: center;
	border-bottom: 14px solid #fff;
	min-height: 42px;
	/*height: 53px;*/
	position: relative;
	}	

div#secNav ul, body#sideBox div#secNav ul, body#singleCol div#secNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 754px;
}

div#secNav li {
	display: inline;
}

div#secNav li a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

div#secNav li a:hover {
	color: #000;
	text-decoration: underline;
}

div#secNav li a.selected {
	color: #003366;
	font-weight: bold;
}

div#secNav li span {
	color: #033669;
}

div#secNavNone {
	background: url(/images/common/secnav_bg.png?a) no-repeat center bottom;
	margin: 0 4px;
	height: 8px;
	width: 762px;
	padding: 0;
	border-top: 1px solid #004378;
}	


/* ---------------------- */
/* third level navigation */
/* ---------------------- */


div#terNav {
	margin: 0 20px 0 0;
	padding: 6px 100px 6px 34px;
}
div#float-fix div#terNav { /* firefox issue */
	padding-right: 0;
	width: 375px;
}

body#sideBox div#content div#terNav ul, body#singleCol div#content div#terNav ul, div#terNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#terNav li {
	display: inline;
}

div#terNav li a {
	color: #C63;
	text-decoration: underline;
}

div#terNav li a:hover, div#terNav li a.selected {
	color: #69c;
}

div#terNav li a.selected {
	font-weight: bold;
	text-decoration: none;
	color: #c63;
}

div#secNav li span {
	color: #000;
}

/* ------------------ */
/* search flyout      */
/* ------------------ */

#db-search-fly {
	width: 23px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
	}
#db-search-fly a {
	display: block;
	text-indent: -100000px;
	width: 23px;
	height: 28px;
	background: transparent url(../images/common/search-nav-btn.png) no-repeat 0 -28px;
	}
#db-search-fly a:hover {
	background-position: 0 0;
	}
	
#search-adv {
	/*background: transparent url(../images/common/search-nav-bkgd.png) no-repeat 0 0;*/
	background: #4778aa url(/images/common/secnav_bg.png?a) no-repeat 0 0;
	width: 762px;
	height: 44px;
	padding-top: 12px;
	position: absolute;
	top: 0;
	left: 0;
	}
div.hidden {
	display: none;
}

#db-search-gone {
	width: 23px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
	}
#db-search-gone a {
	display: block;
	text-indent: -100000px;
	width: 23px;
	height: 28px;
	background: transparent url(../images/common/search-nav-btn-close.png?a) no-repeat 0 -28px;
	}
#db-search-gone a:hover {
	background-position: 0 0;
	}

#search-adv span {
	color: #fff;
	font: normal 19px Arial, sans-serif;
	}
#search-adv input#search-input {
	background: #fff url(../images/common/search-nav-input-bkgd.png) repeat-x left bottom;
	border: 1px solid #14375c;
	color: #a94615;
	width: 168px;
	height: 16px;
	padding: 3px;
	}
#search-adv input.submit {
	background: #a94615 url(../images/common/search-nav-submit-bkgd.png) repeat-x left top;
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 10px;
	font-weight: bold;
	line-height: 17px;
	}
#search-adv input.submit:hover {
	cursor: pointer;
	background-image: none;
	}



/* ------------------ */
/* newsletter  footer */
/* ------------------ */

#signupFooter {
	background: #fff;
	padding: 8px 0 7px 0;
	border-bottom: 1px solid #D9D9D9;
	height: 24px;
	text-align: left;
}

#signupFooter form {
	position: relative;
	width: 425px;
	height: 20px;
	display: block;
}

#signupFooter label {
	color: #003366;
	font-family: arial, sans-serif;
	font-size:  11px;
	font-weight: bold;
	padding: 3px 265px 4px 0;
	float: right;
}

#signupFooter input#email {
	color: #6699CC;
	font: normal 11px/1em arial, sans-serif;
	padding: 3px 3px 2px 3px;
	margin: 0;
	background: #FFF;
	border: 2px solid #E3E3E3;
	width: 175px;
	position: absolute;
	top: 0;
	right: 75px;
}

#signupFooter input#newsletterSubmit {
	padding: 3px 3px 2px 3px;
	margin: 0;
	background: url(/images/common/button_bkgd.gif) repeat-x;
	border: 1px solid #BFBFBF;
	font: bold 11px/1em arial, sans-serif;
	color: #4E4E4E;
	width: 70px;
	position: absolute;
	top: 0;
	right: 0;
}

#signupFooter #footer-sn-btns {
  float: right;
  width: 132px;
  height: 24px;
  margin-right: 11px;
  }
  
#signupFooter #footer-sn-btns a {
  display: block;
  float: left;
  text-indent: -1000000px;
  width: 24px;
  height: 24px;
  margin-left: 9px;
  background: transparent no-repeat 0 0;
  }
  
#signupFooter #footer-sn-btns a.twitter-btn { background-image: url(../images/icons/twitter.png); }
#signupFooter #footer-sn-btns a.facebook-btn { background-image: url(../images/icons/facebook.png); }
#signupFooter #footer-sn-btns a.youtube-btn { background-image: url(../images/icons/youtube.png); }
#signupFooter #footer-sn-btns a.blogspot-btn { background-image: url(../images/icons/blogger.png); }


/* ------------------ */
/* newsletter  pages  */
/* ------------------ */

#newsletter-page-signup {
	background: url(../images/contact/newsletter-signup.png) no-repeat 0 0;
	width: 701px;
	height: 700px;
	margin: 0 0 0 35px;
}

#newsletter-page-thanks {
	background: url(../images/contact/newsletter-thanks.png) no-repeat 0 0;
	width: 705px;
	height: 700px;
	margin: 0 0 0 33px;
}

#newsletter-shop-now {
	width: 269px;
	position: relative;
	top: 320px;
	left: 33px;
}

#newsletter-page-form {
	width: 200px;
	position: relative;
	top: 420px;
	left: 5px;
}

#newsletter-page-form p {
	color: #fff;
	font-size: 14px;
}

#newsletter-page-form signup {
	background: #fff;
	padding: 8px 0 4px 0;
	border-bottom: 1px solid #D9D9D9;
	height: 24px;
	text-align: center;
}

#newsletter-page-form form {
	position: relative;
	width: 295px;
	height: 20px;
	display: block;
	margin: 0 auto;
}

#newsletter-page-form label {
	color: #003366;
	font: bold 11px/16px arial, sans-serif;
	padding: 0px 265px 15px 0;
	float: right;
}

#newsletter-page-form input#email {
	color: #6699CC;
	font: normal 11px/1em arial, sans-serif;
	padding: 3px 3px 2px 3px;
	margin: 0;
	background: #FFF;
	border: 2px solid #E3E3E3;
	width: 175px;
	position: absolute;
	top: 0;
	right: 75px;
}

#newsletter-page-form input#newsletterSubmit {
	padding: 3px 3px 2px 3px;
	margin: 0;
	background: url(/images/common/button_bkgd.gif) repeat-x;
	border: 1px solid #BFBFBF;
	font: bold 11px/1em arial, sans-serif;
	color: #4E4E4E;
	width: 70px;
	position: absolute;
	top: 0;
	right: 0;
}

/* ----------------------- */
/* woolGram iframe         */
/* ----------------------- */

body#wGram {
	background-image: none;
	background-color: #F5F5F5;
}

body#wGram p {
	font-size: 10px;
}

body#wGram hr {
	border: 0;
	color: #E0E0E0;
	background-color: #E0E0E0;
	height: 1px;
}


/* ----------------------- */
/* thickbox js             */
/* ----------------------- */

body {
	}

iframe#TB_HideSelect {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(opacity=50);
	height: 100%;
	}

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

html[xmlns] #TB_overlay {
	z-index: 2000 !important;
	width: 100% !important;
	height: 100% !important;
}

#TB_window {
	top: 0;
	left: 0;
	margin-left: 210px;
	margin-left: 0;
	position: fixed;
	_position: absolute;
	background: #fff;
	z-index: 2002;
	color:#000;
	display:none;
	border: 4px solid #525252;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding: 5px 10px 7px 0;
	margin-bottom: 1px;
	text-align: right;
	background-color: #e8e8e8;
}

#TB_ajaxContent{
	padding: 2px 15px 15px 15px;
	overflow:auto;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index: 2001;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}


/* --------- */
/* jobfair */
/* --------- */
div.threeColList {
	width: 230px; float: left;
	
}


/* --------- */
/* slideshow */
/* --------- */

.slideshow {
	border: 10px solid #e4e4e4;
	background: #d5d5d5 url(../images/common/loading-light.gif) no-repeat center;
	position: relative;
	width: 274px;
	height: 228px;
	}
.slideshow img {
	position: absolute;
	width: 274px;
	height: 228px;
	}


/*----------*/
/* captcha stuff */
/*---------*/

tr.space td,
tr.captcha td {
  padding: 12px 0;
  }

tr.captcha input {
	width: 40px;
	}
		
	#importantfield,
	#importantmess,
	#crusiefield,
	#crusiemess { 
		display:block; 
		overflow: hidden; 
		height: 0; 
		width: 0; 
		border: none;
		}
		
		
/*----------*/
/* social networking share buttons */
/*---------*/


.share-box {
	overflow: auto;
	margin-left: 34px;
	padding-bottom: 1.5em;
	}

.share-facebook {
	float: left;
	margin: 1px 10px 0 0;
}

.share-twitter {
	float: left;
}
