/* 
	File contains styles meant to be applied to all DWS pages 
*/

* {
	margin:0;
	padding:0;
} 

html {
	background-color: #d6d7ad;
	overflow-y: scroll;
}

body {
	margin:auto; text-align:left; /* leave unchanged */
	/* fixed width: */
	width: 935px;

	color: #333;
	font-family: arial, sans-serif;
}

html, body, #wrap {
	height: 100%;
}

#wrap {
	height: auto;
	min-height: 100%;
	background: url(../images/bg.jpg) repeat-y left top; /* left and right side border gradient */
}

#inner-wrap {
	/*background-color: #fff;*/
	margin:auto; text-align:left; /* leave unchanged */
	/* fixed width: (should be 20px less than body width to accomodate shadow border) */
	width: 915px;
}

#header {
	height: 70px;
	width: 100%;
}

/* main navigation menu links */
a.nav_title {
	font-size: 1em;
	font-weight: bold;
}

#contact_us {
	float: right;
}

a.nav_contact {
	font-size: 1em;
	font-weight: bold;	
}

/* DWS logo image */
#logo {
	float: left;
	padding: 9px 0 0 10px;
}

/* DWS figures */
#figures {
	/* NOTE: position: relative messes up layout in IE6 -- 
	don't play tricks with negative margins to overlay figures on utah.gov header*/
	float:right;
}

#main {
	padding: 15px 30px 80px 30px;
	/* NOTE: padding-bottom must be >= height of the footer */
}

#footer {
	margin:auto; text-align:left; /* leave unchanged */
	/* fixed width: (should match body width) */
	width: 935px;
	
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;
}

#footer-content {
	font-size: 1em;
	margin: -5px 0 0 0;
	padding: 0;
	color: #5b5c2d;
}

#footer-content a {
	color: #7d7e3e; /* blend footer links better with background color */
}

.bottom {
	clear: both;
	height: 25px; /* height of bottom image */
	background: #d6d7ad url(../images/bottom.jpg) no-repeat left top; /* bottom shadow image */
}

.bottom span {
	display: block;
	position: relative;
	height: 25px; /* height of bottom image */
	background: url(../images/bottom-right.jpg) no-repeat right top; /* bottom-right shadow image */
}

/* clear fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ******************** global styles ******************** */

a {
	color: #285eaa;
	text-decoration: none;
}

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

/* hide elements visually, retain for screen readers */
.hidden {
	position: absolute;
	left: 0px; 
	top: -1000px; 
	width: 1px;  
	height: 1px;  
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: helvetica, sans-serif;
	font-style: italic;
	margin-bottom: 1em;
	color: #c34910;
}

blockquote, dl {
	/* Giving blockquotes room to breathe. */
	margin: 1em;
}

p, fieldset, table, pre {
	margin-bottom: 1em;
}

table {
	border-collapse: separate;
}

#main ul li {
	list-style: circle;
}

#main ol li {
	list-style: decimal;
}

#main ol, #main ul, #main dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
	padding-bottom: 1em;
}

hr {
	margin-top: 1em;
	margin-bottom: 1em;
}

pre {
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: normal; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
 }
 
hr.hr-centered {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* ******************** appeals page styles ******************** */

.contentAppeal
{
	border:1px solid #CCCCFF;
	padding:0px 0px; 
	background:#CCCCFF;
	width:720px;
	float: left;
	border-radius:15px 15px 15px 15px;

}
.contentAppealLeft
{
	border:0px solid #CCCCFF;
	padding:4px 15px;
	width:180px;
	height:auto;
	font-size:18px;
	float: left;
	border-radius:15px 0px 0px 15px;
	color: #FFF;
	background-color: #CCCCFF;
}
.contentAppealRight
{
	border:0px solid #CCCCFF;
	padding:4px 20px; 
	background:#ffffff;
	width:470px;
	height:auto;
	float: left;
	border-radius:0px 15px 15px 0px;
}
.rowAppealSpacer
{
	height: 10px; 
	font-size: 7px;
	clear: both;
}

/* ******************** jobseeker search box ******************** */

#outer {
	position: relative;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFF;
	background-color: #036;
	padding: 5px 10px 20px 10px;
	height: 110px;
	width: 625px;
	left: 100px;
	top: -10px;
	border-radius:15px 15px 15px 15px;
}
#inner {
	font-size: 15px;
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #7092bf;
	margin: 5px;
	padding: 10px;
	height: 67px;
	width: 595px;
	border-radius:15px 15px 15px 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
	
