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

h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
}

h3 + p {
	margin-top: 1em;
}

body {
	margin: 0;
	padding: 20px 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #d9e9f5;
	background-image: url(../images/global/body_bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	background-image: url(../images/global/wrapper_bg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	
}

#main {
	padding: 0 10px 20px 10px;
	background-image: url(../images/global/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header {
	margin: 0;
	padding: 0;
	position: relative;
	width: 780px;
	height: 100px;
	background-image: url(../images/global/header_bg.jpg);
	background-repeat: no-repeat;
}

#nav {
	float: left;
	width: 720px;
	margin-bottom: 20px;
	padding: 0 20px 0 20px;
	background-color: #082b5e;
	font-size: .75em;
	border-bottom: 4px solid #285e92;
	border-top: 2px solid #001c46;
}

#splash {
	margin-bottom: 20px;
}

#content {
	padding: 20px;
}

#home #column_left {
	float: left;
	width: 485px;
	margin-top: 20px;
	padding-right: 0px;
}

#home #column_right {
	float: right;
	width: 200px;
	margin-top: 20px;
	padding-left: 15px;
	border-left: 1px solid #999;
}

#file_prep #column_left, #file_prep #column_left {
	float: left;
	width: 450px;
	margin-top: 20px;
	padding-right: 20px;
	border-right: 1px solid #999;
}

#file_prep #column_right, #file_prep #column_right {
	float: right;
	width: 225px;
	margin-top: 20px;
	padding-left: 20px;
}

#footer {
	clear: both;
	height: 5em;
	padding: 10px 20px 0 20px;
	font-size: 70%;
}

.clearfloat {
	clear: both;
}


/*------------------- HEADER --------------------*/

#logo_link {
	position: relative;
	left: 30px;
}

#logo_link a img {
	border: none;
}

#header_title {
	margin-left: -10000px;
	margin-top: -10000px;
}

/*---------------------------------------------------*/

/*------------------- NAVIGATION --------------------*/

#nav ul {
	list-style: none;
	margin: 0;
	padding: 1em 0 0 0;
}

#nav li {
	float: left;
	display: block;
	background-image: url(../images/global/tab_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 4px 0 0;
	padding: 0 0 0 5px;
}

#nav a:link, #nav a:visited {
	float: left;
	display: block;
	background-image: url(../images/global/tab_right.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
	padding: 0.75em 14px 1em 8px;
	text-decoration: none;
	font-weight: bold;
	color: #98c3dd;
}

#nav a:hover {
	background-position: right -90px;
	color: #d9e9f5;
}

#home #nav li.home, #contact #nav li.contact, #file_prep #nav li.file_prep, #employment #nav li.employment, #first_monday #nav li.first_monday {
	background-image: url(../images/global/tab_left_active.jpg);
}

#home #nav li.home a, #contact #nav li.contact a, #file_prep #nav li.file_prep a, #employment #nav li.employment a, #first_monday #nav li.first_monday a {
	background-image: url(../images/global/tab_right_active.jpg);
	background-position: right 0;
	color: #BE2026;
	/*text-transform: uppercase;*/
}


/*---------------------------------------------------*/

/*------------------- CONTENT --------------------*/

#content h2 {
	font-family: Rockwell, Verdana, Arial Black, Helvetica, sans-serif;
	font-size: 1.75em;
}

#content h3 {
	font-family: Rockwell, Verdana, Arial Black, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #000;
	border-bottom: 1px solid #999;
}

#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content p {
	font-size: .85em;
	color: #444;
}

#content #column_right {
	color: #444;
}

#content p a:link, #content p a:visited {
	color: #285e92;
	text-decoration: none;
}

#content p a:hover {
	color: #639ec9;
	text-decoration: underline;
}


#content p.subtitle {
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-size: 1.5em;
	padding: 0;
	margin: 0 0 20px 0;
	color: #666;
}

#content p.intro {
	font-style: italic;
	font-size: .8em;
	color: #444;
}

/*---------------------------------------------------*/

/*--------------------- FOOTER ----------------------*/

#footer_text {
	padding: 5px 0 10px 0;
	text-align: right;
	border-top: 2px solid #285e92;
	color: #666;
}

#copyright {
	float: right;
}

#contact_info {
	float: left;
	text-align: left;
}


/*---------------------------------------------------*/

/*--------------------- CONTACT ----------------------*/

#contact #content {
	width: 720px;
}

 #contact #column_left {
	float: left;
	width: 600px;
	margin-top: 20px;
	padding-right: 20px;
}

#contact #column_right {
	float: right;
	width: 75px;
	margin-top: 20px;
	padding-left: 20px;
}

#contact table {
	width: 100%;
	font-size: .75em;
	color: #082b5e;
	background-color: #fff;
	border: 1px solid #285e92;
}

#contact table td {
	padding: .25em .5em .25em .5em;
}

#contact table td span.job_title {
	font-style: italic;
	font-size: .6em;
}

#contact table tr.department {
	background-color: #639ec9;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.25em;
}


#contact table th {
	text-align: center;
	color: #d9eaf5;
	background-color: #285e92;
	padding: .25em .5em .25em .5em;
}

#contact table tr.odd {
	background-color: #ecf1f6;
}

#contact table tr.even {
	background-color: #d9eaf5;
}

#contact table a:link, #contact table a:visited {
	color: #285e92;
	text-decoration: none;
}

#contact table a:hover {
	color: #BE2026;
	text-decoration: underline;
}

fieldset {
	float: left;
	clear: both;
	width: 716px;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 2px solid #d9e9f5;
	background-color: #eaf0f4;
	background-image: url(../images/form/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}
legend {
	margin-left: 1em;
	padding: 0;
	color: #285e92;
	font-weight: bold;
}

legend span.required {
	color: #CC0000;
}

.fieldset_element {  
margin: .5em 1em .5em 1em;
}
fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 12em;  
background-color: transparent;
background-image: none;
}
label {  
display: block;
margin-bottom: .25em;
color: #333333;
font-size: .8em;
}

label span.required {
	color: #CC0000;
}

#contact #content h3 {
	font-family: Rockwell, Verdana, Arial Black, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #285e92;
	border-bottom: 1px solid #285e92;
	margin-bottom: 2em;
}

#contact #main #content p.error {
	color: #CC0000;
}

/*---------------------------------------------------*/



/*--------------------- EMPLOYMENT ----------------------*/

#employment  h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 15px;
	/*border: none;*/
}

#employment  h4 {
	font-size: .9em;
}

.job_box {
	border: 2px solid #285e92;
	border-left: 20px solid #285e92;;
	padding: 20px;
	margin-bottom: 10px;
}

/*---------------------------------------------------*/



/*--------------------- FILE PREP ----------------------*/

 #file_prep #column_left {
	float: left;
	width: 340px;
	margin-top: 20px;
	padding-right: 20px;
}

#file_prep #column_right {
	float: right;
	width: 335px;
	margin-top: 20px;
	padding-left: 20px;
}

#file_prep  h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: .8em;
}

/*---------------------------------------------------*/



/*------------------ FIRST MONDAY -------------------*/

#first_monday #content {
	padding: 15px;
}

#first_monday #content p {
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	font-size: .9em;
}

#fm_wrapper {
	background-image: url(../images/first_monday/fm_wrapper_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 4em;;
}

#fm_header {
	position: relative;
	width: 730px;
	height: 105px;
	margin: 0;
	padding: 0;
	background-image: url(../images/first_monday/fm_header_bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 4px double #c7ddea;
}

#fm_logo {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 105px;
}

#fm_slogan {
	width: 530px;
	padding-top: 2.5em;
	text-align: center;
}

#fm_header #fm_slogan p {
	font-size: 1.75em;
	color: #000;
}

#fm_header #fm_slogan p span.emphasis {
	font-style: italic;
	font-weight: bold;
	color: #BE2026;
}

#first_monday #column_left {
	padding: 15px 0 0 15px;
	width: 500px;
	float: left;
}

#first_monday #column_right {
	width: 200px;
	float: right;
}

#first_monday #column_right #subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#first_monday #column_right #subnav ul li span.nav_heading {
	display: block;
	padding: .5em;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	font-size: .9em;
	font-weight: bold;
	color: #082b5e;
	text-transform: uppercase;
}

#first_monday #column_right #subnav ul li {
	background-image: url(../images/first_monday/nav_heading_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#first_monday #column_right #subnav ul ul li {
	background-image: none;
	border-bottom: 1px solid #c7ddea;
}

#first_monday #column_right #subnav ul ul a:link, #first_monday #column_right #subnav ul ul a:visited {
	display: block;
	padding: .5em;
	background-image: url(../images/first_monday/nav_link_bg.jpg);
	background-position: 0 0;
	border-bottom: 1px solid #c7ddea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #082b5e;
	text-decoration: none;
}

#first_monday #column_right #subnav ul ul a:hover {
	background-position: 0 100px;
	color: #285e92;
}

#fm_footer {
	width: 730px;
	height: 25px;
	background-image: url(../images/first_monday/fm_footer_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#first_monday h2.headline {
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	font-size: 1.75em;
	margin-bottom: .5em;
	font-weight: bold;
	text-transform: capitalize;
}

#first_monday h2.headline span.our_opinion {
	font-weight: normal;
	color: #BE2026;
}

#first_monday p.subline {
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.25em;
	margin: 0;
}

#first_monday p.author {
	margin-top: -.75em;
	font-style: italic;
	font-weight: bold;
}

#author {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#author a:link, #author a:visited {
	font-size: .8em;
	color: #3e77a5;
	text-decoration: none;
}

#author a:hover {
		color: #5792bd;
}

#author img {
	border: 1px solid #c7ddea;
	float: left;
}

#author_text {
	margin-left: 120px;
}

#author_name {
	border-bottom: 1px solid #c7ddea;
}

#author_email {
	padding: 0 0 0 .5em;
	font-size: 90%;
	font-style: italic;
}

#first_monday #author #author_text h3 {
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #082b5e;
	border: none;
	text-transform: capitalize;
}

#issue p {
	text-align: center;
	font-weight: bold;
	margin-top: .75em;	
}

.fm_picture_group {
	width: 300px;
	float: right;
	background-color: #fff;
	padding: 6px;
	margin: 15px 0px 15px 10px;
	border: 1px solid #c7ddea;
}

#first_monday #column_left div.fm_picture_group div.fm_caption p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #082b5e;
	margin: 0;
}

#fm_ad {
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
}

#fm_ad p {
	margin-top: 1em;
}

#fm_ad ul {
	margin-left: 1.5em;
}
#fm_ad li {
	font-style: italic;
}

#fm_ad img.fm_cover {
	border: 1px solid #BE2026;
}

#home #content #column_right #fm_ad p a:link, #home #content #column_right #fm_ad p a:visited {
	color: #BE2026;
}

div.margin_ad {
	padding: 20px;
}

#holly_ad {
	background-color: #fff;
	border: 2px solid #BE2026;
	font-size: 90%;
	padding: 5px;
	text-align: center;
}

#first_monday #content #holly_ad p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#first_monday #content #holly_ad h1 {
	color: #BE2026;
	font-size: 1em;
	line-height: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}

#first_monday #content #holly_ad a:link, #first_monday #content #holly_ad p a:visited {
	color: #BE2026;
}

#first_monday #content #holly_ad a:hover {
	color: #999;
}