/* screen.css */

/*----- GLOBAL STYLES ----- */

h1
	{
	font-weight:bold;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0165A1;
	}
h1 span
	{
	font-weight:bold;
	}

p
	{
	margin:0px 0px 18px 0px;
	}

h3.christmas_h3 {
	font-size: 18px;
}

h6 {
	font-weight:bold;
	text-align:center;
	font-size:16px;
	border-style:solid;
	border-width:thin;
	}	
/*----- GLOBAL STYLES END -----*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:1000px;
	background:#fff
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:1000px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.gif) repeat-y center center;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:12px;
	line-height:18px;
	color:#67737a;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:1000px;
	height:350px;
	overflow:hidden;
	z-index:100;
	background:url(../images/bg_header.jpg);
	}
#left 
	{
	position:relative;
	width:200px;
	float:left;
	padding:350px 0px 0px 0px;
	}
#middle
	{
	position:relative;
	width:560px;
	float:left;
	padding:10px 0 0 0;
	line-height: 20px;
	}
#middle a {
	color: #706454;
	text-decoration: none;
	font-weight: bold;
}

#right 
	{
	position:relative;
	width:200px;
	float:right;
	}
#footer 
	{
	width:1000px;
	clear:both;
	height:170px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(../images/bg_footer.gif) no-repeat;
	}
#footercontent
	{
	padding:40px 0 0 220px;
	}
#footercontent ul
	{
	float:left;
	margin:0 10px 0 0;
	width:150px;
	}
#footercontent ul#final
	{
	float:right;
	margin:0 20px 0 0;
	width:280px;
	}
#footercontent ul#final li
	{
	color:#67737a;
	font-weight:normal;
	text-align:right;
	}
#footercontent ul li a:hover
	{
	color:#8c9ca6;
	}
#footercontent ul li
	{
	color:#fff;
	font-weight:bold;
	}
#footercontent ul li a
	{
	color:#67737a;
	font-weight:normal;
	text-decoration:none;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:172px;/* for ie5 */
	he\ight:170px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:780px;
	float:right;
	padding:360px 0px 0px 0px;
	}
#clearfooter {width:100%;height:172px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-172px;} /*safari wrapper */

div#minibasket
	{
	width:157px;
	height:75px;
	background:url(../images/bg_minibasket.gif) no-repeat;
	padding:50px 0 0 18px;
	margin:0 0 10px 0;
	color:#fff;
	display:none;
	}
div#minibasket p
	{
	margin:0 0 10px 0;
	}

div#minibasket p#basketlinks
	{
	font-size:10px;
	background:#2F2F2F;
	padding:0px 4px;
	width:130px;
	}
div#minibasket p#basketlinks a
	{
	color:#fff;
	text-decoration:none;
	}
ul#leftnav li
	{

	color:#fff;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	padding:8px 0 8px 10px;
	font-size:11px;
	font-weight: bold;
	background-color: #2F2F2F;
	background-image: url(/images/bg_leftnav.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
		width:200px;
	height:20px;

	}
ul#leftnav li a
	{

	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:8px 0 8px 10px;
	font-size:11px;
	font-weight: bold;
	background-color: #2F2F2F;
	background-image: url(/images/bg_leftnav.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

	}
ul#leftnav li a:hover
	{
	text-decoration:underline;
	}
ul#rightnav
	{
	line-height:22px;
	}
ul#rightnav li a
	{
	color:#747474;
	text-decoration:none;
	padding:0 0 0 20px;
	font-weight:bold;
	background:url(../images/bg_rightnav.gif) no-repeat left center;
	}
ul#rightnav li a:hover
	{
	color:#414141;
	}

ul#topnav
	{
	margin:50px 0 0 40px;
	}
ul#topnav li
	{
	float:left;
	padding:0 35px 0 0;
	}
ul#topnav li a
	{
	color:#fff;
	text-decoration:none;
	}
ul#topnav li a:hover
	{
	text-decoration:underline;
	}
#middle li {
	list-style-type: square;
	margin-left:35px;
	padding-top: 5px;
}
#brdr 
	{
	border: 1px solid #666666;
	margin-bottom:5px;
	}

div#job
	{
	position:relative;
	width:760px;
	float:left;
	padding:10px 0 0 0;
	line-height: 20px;
	}
	
td {
	border-style: solid;
	border-width: thin;
	border-color: grey;
	cellspacing: 5px;
	
	}
	
a#apply {
		font-size: 16px;
		float: right;
		}
	
