@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

/*Remove dotted lines from links and buttons*/
a {outline:none;} 
/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner{border : 0px;} 
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus{outline : none; }

html, body {
	height: 100%;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;	
}

a {
	color: #f45912;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -75px;
	margin-left: auto;
	background-image: url(../images/bkg/header_bkg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
}

#header {
	height: 310px;
	position: relative;
	background-image: url(../images/bkg/header.jpg);
	background-repeat: no-repeat;
	background-position: center 35px;
	padding-top: 35px;
}
#logo {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/bkg/orange_door_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 200px;
	height: 105px;
	text-indent: -2000px;
	z-index:300;
}
#flash {
	height: 240px;
}
#main_content {
	width: 600px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	color: #333;
	position: relative;
}
#main_content p {
	margin: 0px;
	padding: 0px;
}

.block_link {
	color: #333;
	width: 120px;
	display: block;
	margin-top: 10px;
	height: 40px;
	background-image: url(../images/bkg/block_link.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	background-color:transparent;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.block_link:hover {
	background-image: url(../images/bkg/block_link.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	color:#FFF;
}


#main_content ul {
	list-style-image: url(../images/bkg/list_arrow.jpg);
	list-style-position: outside;
	padding: 20px;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}

#right_menu {
	width: 265px;
	float: left;
	margin-left: 20px;
	position: relative;
}



.footer, .push {
	height: 75px; /* .push must be the same height as .footer */
}


#footer {
	background-image: url(../images/bkg/footer_bkg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: left;
}
.copyright {
	display: block;
	color: #666;
	width: 910px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h1 {
	font-size: 20px;
	color: #F65416;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: block;
}
.h1_gray {
	color: #333;
	display: inline;
	font-size: 20px;
	font-weight: normal;
}
.quarter  {
	display: block;
	margin: 0px;
	padding: 0px !important;
	list-style-position: inside !important;
}
.quarter li {
	margin-left:20px;
}
.quarter li a {
	color: #333;
	text-decoration: none;
}

.quarter li a:hover {
	color: #F65416;
	text-decoration: none;
}

.right {
	float: right;
	display: inline;
}

/* CAREERS OVERLAY */

#overlayWrapper {
	display: none;
}

#careerBG {
	width: 100%;
	height: 100%;
	background-color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 900;
}

.careerCenter {
	width: 610px;
	margin: 0px auto;
}



#overlayWrapper .content {
	text-align: left;
	margin: 150px auto;
	width: 560px;
	padding: 20px;
	background-color:#FFF;
	filter:alpha(opacity=100) !important;
	opacity:1.0 !important;
	border: 5px solid #999;
	position: absolute;
	z-index: 1000;
}

html* #overlayWrapper .content {
	right: 20%;
}

.logo {
	text-indent: -9999px;
	margin: 0px auto 20px auto;
	width: 168px;
	height: 85px;
	background: url(../images/bkg/od_logo.gif) center top no-repeat;
	display: block;
}

a.learnMore {
	text-indent: -9999px;
	width: 120px;
	height: 32px;
	background: url(../images/bkg/bt_learnmore.png) center top no-repeat;
	margin: 20px 0px 0px 0px;
	float: right;
	display: inline-block;
}

a.learnMore:hover {
	background-position: center bottom;	
}
