
/*	-------------------------------------------------------------
	GLOBAL BODY STYLES
	-------------------------------------------------------------	*/

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.6em;
	text-align: center;
}

a {
	color: #339;
	text-decoration: underline;
}

a:hover {
	color: #339;
	text-decoration: none;
}

hr {
  display: none;
}

.clear {
	clear: both;
}

#skiptocontent {
	display: none;
}

#int_ref {
	display: none;
}

.date {
	font-size: 0.8em;
	color: #000;
}

/*	-------------------------------------------------------------
	CONTAINER
	-------------------------------------------------------------	*/

#container_wrap {
	background: #FFF url(../images/bg.gif) repeat-y top center;
}

	#container_wrap #container {
		width: 774px;
		text-align: left;
		margin: 0 auto;
	}

/*	-------------------------------------------------------------
	HEADER
	-------------------------------------------------------------	*/

#exeterheader {
	height: 64px;
	margin: 0 1px 0 1px;
	background: url(../images/header3.jpg) no-repeat;
	overflow: hidden;
}
#exeterheader img 
{
    float: right;
}

	#exeterheader p {
		font-size: 1.1em;
		color: #000;
		padding: 10px 0 0 18px;
	}

/*	-------------------------------------------------------------
	MENU
	-------------------------------------------------------------	*/

#menu {
	width: 754px;
	background: #fff;
	margin: 0 10px;
	padding: 4px 0;
	font-size: 1.1em;
	color: #333;
	border-top: 2px solid #FFF;
}

#menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
	#menu p {
		float: left;
	}
	
	#menu ul {
		list-style: none;
		float: right;
	}
	
	#menu li {
		float: left;
		font-size: 1.1em;
	}
	
		#menu li a {
			border-right: 1px solid #009360;
			padding: 0 8px;
			color: #009360;
			font-weight: bold;
			font-family: Arial, Sans-Serif;
			text-decoration: none;
		}
		
		#menu li a:hover {
			color: #339;
		}
		
		#menu li.last a {
			border-right: none;
			padding: 0 0 0 8px;
		}

#subnav {
	width: 760px;
	border: 1px solid #096;
	margin: 0 1px 10px 1px;
	padding: 0 5px;
	background: #DAF2E6;
}

#subnav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

	#subnav fieldset {
		width: auto;
		background: none;
		padding: 0;
		border-bottom: none;
	}
	
	#subnav .form {
		float: left;
	}
	
	#subnav input.input {
		border: 1px solid #64b1d9;
		width: 100px;
		float: none;
	}
	
	#subnav input.button {
		border: none;
		background: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		font-weight: bold;
		color: #000;
		float: none;
		margin: 0;
	}
	
	#subnav label {
		font-weight: bold;
		float: none;
		width: auto;
		color: #000;
		display: inline;
		font-size: 1.1em;
	}
	
	#subnav ul {
		list-style: none;
		float: right;
		margin-top: 4px;
	}

	#subnav li {
		float: left;
		margin-right: 10px;
	}

		#subnav li a {
			font-size: 1.1em;
			font-weight: bold;
		}
		
		#subnav li input.ConvertedLinkButton1
		{
		    font-size: 1.1em;
		    font-weight: bold;
		    margin-top: -6px;
		}
		
		* html #subnav li input.ConvertedLinkButton1
		{
		    margin-top: -1px;
		}

/*	-------------------------------------------------------------
	LEFT COLUMN
	-------------------------------------------------------------	*/

#left_column {
	width: 217px;
	float: left;
	padding: 0 0 10px 1px;
	font-size: 1em;
}

		#left_column .content_box h2 {
			font-family: Arial;
			background: #097E51 url(../images/subgrad.jpg) repeat-x;
			color: #FFF;
			padding: 12px 6px 6px 12px;
			font-size: 1.4em;
			margin: 0px;
		}
		
		#left_column .content_box {
			background: none;
			border: 1px solid #EBE5E5;
		}
		
		#left_column .jow {
			background: #DAF2E6;
			padding-bottom: 2px;
		}
		
		#left_column .jow p {
			padding: 4px 10px;
			font-size: 1.1em;
		}
		
		#left_column .jow a {
			font-weight: bold;
		}
		
/*	-------------------------------------------------------------
	MAIN CONTENT
	-------------------------------------------------------------	*/

#main_content {
	width: 548px;
	float: right;
	padding: 0 1px 0 0;
	font-size: 1.1em;
}

	#main_content p {
		margin-bottom: 1em;
	}

	#main_content p.intro {
		color: #221E1F;
	}

    #main_content h1 {
        font-size: 150%;
		color: #009966;
		font-weight: bold;
		line-height: normal;
		margin: 0px 0px 0.5em;
		padding: 0px 10px;
    }
	.applyPage #main_content h1 {
		/* font-size: 2.3em; */
		font-size:1.8em;
		font-weight: bold;
		padding: 0 0 0.8em 0;
		line-height: 1em;
	}

	#main_content h1.formttl {
		padding-bottom: 0.2em;
	}

	#main_content p.formttlsub {
		color: #009966;
		margin-bottom: 0.3em;
		font-size: 1.1em;
	}

	#main_content .pagelist {
		background: #DAF2E6;
		padding: 4px 6px;
		border: 1px solid #009966;
		color: #444;
		margin: 8px 0;
		color: #009966;
	}

		#main_content .pagelist p {
			margin: 0;
		}
		
		#main_content .pagelist a {
			color: #009966;
		}

		.applyPage #main_content #mid p.warning {
			background: #FFFEE0 url(../images/warning.gif) no-repeat 9px 9px;
			padding: 6px 6px 6px 50px;
			border: 1px solid #E4E2B2;
			color: #444;
		}

			#main_content p.warning a {
				display: block;
				padding: 4px 0;
			}

			#main_content p.warning a.dl {
				display: block;
				padding: 4px 0 4px 22px;
				background: url(../images/pdf.png) no-repeat 0 50%;
			}

		#main_content h2 {
			font-size: 1.3em;
			color: #009966;
			margin: 0 0 0.6em 0;
			padding: 0.7em;
			background: #DAF2E6;
		}
		
		#main_content #mid {
			width: 392px;
			float: left;
		}
		
			#main_content #mid p {
				padding: 0 10px;
			}
		
		#main_content #right {
			float: right;
			width: 150px;
			overflow: hidden;
		}
		
			#main_content #right div {
				background: #DAF2E6;
				padding: 4px 10px;
			}
			
			#main_content #right div div 
			{
			    padding: 0px;
			}
			
			#main_content #right div div img
			{
			    float: left;
			}
			
/*			#main_content #right div p {
				border-bottom: 1px solid #000000;
				padding-bottom: 10px;
				margin-bottom: 10px;
			}*/

	form fieldset {
		background: #DAF2E6;
		padding: 10px 8px 0 8px;
		border: none;
		border-bottom: 10px solid #FFF;
		color: #444;
	}

		form fieldset div {
			clear: both;
		}

        form fieldset div.label,
		form fieldset label {
			width: 166px;
			display: block;
			float: left;
			color: #444;
			padding-top: 2px;
			margin-bottom: 10px;
		}

		form fieldset label.full {
			width: auto;
			display: block;
			float: none;
			color: #444;
			padding-top: 3px;
			margin-bottom: 10px;
		}

		form fieldset .check label {
			width: auto;
			display: inline;
			float: none;
			color: #444;
			padding-top: 4px;
			margin-bottom: 10px;
		}

		form fieldset input.text {
			width: 290px;
			float: right;
			border: 1px solid #999;
			padding: 4px;
			margin-bottom: 10px;
			font-size: 1em;
			font-family: Arial, Helvetica, sans-serif;
			color: #444;
		}
		
		form fieldset select {
			width: 300px;
			float: right;
			border: 1px solid #999;
			padding: 4px;
			margin-bottom: 10px;
			font-size: 1em;
			font-family: Arial, Helvetica, sans-serif;
			color: #444;
		}

		form fieldset textarea {
			width: 290px;
			float: right;
			border: 1px solid #999;
			padding: 4px;
			margin-bottom: 10px;
			font-size: 1em;
			font-family: Arial, Helvetica, sans-serif;
			color: #444;
		}

		form fieldset textarea.full {
			width: 458px;
			float: none;
			border: 1px solid #999;
			padding: 4px;
			margin-bottom: 10px;
			font-size: 1em;
			font-family: Arial, Helvetica, sans-serif;
			color: #444;
		}

		form fieldset input.text:focus, form fieldset textarea:focus {
			background: #FFFEE0;
		}

		form fieldset input.button {
			border: none;
			padding: 4px 8px;
			margin-bottom: 10px;
			font-size: 1.1em;
			font-family: Arial, Helvetica, sans-serif;
			color: #FFF;
			background: #009966;
			cursor:pointer;
		}

		form fieldset .check {
			margin-bottom: 10px;
		}

		form fieldset .check2 {
			margin-bottom: 10px;
			border-top: 1px solid #FFF;
			padding-top: 1em;
		}

		form fieldset div div {
			width: 300px;
			float: right;
			margin-bottom: 10px;
			clear: none;
		}

		form fieldset div div input.text {
			float: none;
		}

		.addlink {
			padding: 4px 6px;
			text-decoration: none;
			background: #DAF2E6;
			border: 1px solid #009966;
			color: #009966;
			margin-bottom: 10px;
			cursor:pointer;
		}

		.addlink:hover {
			background: #009966;
			border: 1px solid #009966;
			color: #fff;
		}

#guidance_wrap {
	color: #444;
	text-align: left;
	font-size: 1.1em;
	padding: 10px;
}

	#guidance_wrap h1 {
		color: #444;
		text-align: left;
		font-size: 1.4em;
		margin-bottom: 0.6em;
		padding: 0.6em 0;
		border-bottom: 1px solid #444;
	}

	#guidance_wrap p {
		padding: 0 0 1em 0;
	}

	#guidance_wrap ul {
		margin-left: 30px;
		margin-bottom: 1em;
	}

/*	-------------------------------------------------------------
	JOBS HOME
	-------------------------------------------------------------	*/

#home_main_content {
	width: 463px;
	float: left;
	border-left: 1px solid #FFF;
}

	#home_main_content #welcome {
		padding: 13px 10px 4px 10px;
		background: #DAF2E6;
		width: 443px;
	}

		#home_main_content #welcome h1 {
			font-family: Arial;
			margin-bottom: 0.4em;
			font-size: 2em;
		}
		
		#home_main_content #welcome p {
			font-size: 1.1em;
			margin-bottom: 0.4em;
		}
	
	#home_main_content #home_bottom_left {
		float: left;
		width: 228px;
	}
	
		#home_main_content #home_bottom_left h2 {
			font-family: Arial;
			background: #0f935e url(../images/grad.gif) repeat-x;
			color: #FFF;
			padding: 12px 6px 6px 12px;
			font-size: 1.4em;
		}
	
	#home_main_content #home_bottom_right {
		float: right;
		width: 230px;
	}
	
	#home_main_content #home_bottom_right .content_box {
		height:407px;
	}
	

	
		#home_main_content #home_bottom_right h2 {
			font-family: Arial;
			background: #0f935e url(../images/grad.gif) repeat-x;
			color: #FFF;
			padding: 12px 6px 6px 12px;
			font-size: 1.4em;
		}

#home_right_column {
	float: right;
	border-right: 1px solid #FFF;
	width: 304px;
}

	#home_right_column h2 {
		font-family: Arial;
		background: #0f935e url(../images/grad.gif) repeat-x;
		color: #FFF;
		padding: 12px 6px 6px 12px;
		font-size: 1.4em;
	}

.content_box {
	background: #DAF2E6;
	border-bottom: 6px solid #FFF;
}

	#home_right_column .jow {
		padding: 0 0 1px 0;
	}
	
	#home_right_column .jow p {
		padding: 4px 10px;
		font-size: 1.1em;
	}
	
		#home_right_column .content_box a {
			font-weight: bold;
		}

	.content_box img {
		float: left;
	}
	
	.content_box ul {
		list-style: none;
		margin: 4px 0 0 12px;
		font-size: 1.1em;
	}
	
		.content_box ul li {
			padding: 0 0 4px 0;
		}
			
	.content_box p#hint {
		font-weight: bold;
		margin: 91px 0 0 12px;
		padding-bottom: 6px;
	}
	
	.ourcity ul {
		margin-bottom: 16px;
	}
	
	.content_box fieldset {
		background: none;
	}
	
	.content_box label {
		float: none;
		font-size: 1.1em;
		width: auto;
		display: inline;
	}
	
	.content_box input, .content_box select {
		float: none;
		width: 120px;
		padding: 1px;
		font-size: 1.1em;
		margin: 0;
	}
	
	.content_box input.button {
		width: auto;
		margin-top: 4px;
	}
	
	.content_box fieldset p {
		margin-bottom: 0.8em;
	}

/*	-------------------------------------------------------------
	FOOTER
	-------------------------------------------------------------	*/

#footer_wrap {
	background: url(../images/footer_bg.gif) no-repeat bottom center;
	padding-bottom: 15px;
	clear: both;
}

	#footer_wrap #footer {
		width: 774px;
		margin: 0 auto;
		text-align: left;
		color: #FFF;
		padding: 6px 0 0 0;
		font-size: 1.1em;
	}
	
		#footer_wrap #footer p.b_menu {
			background: #E3E4E3;
			color: #000;
			padding: 2px 0 2px 8px;
			margin: 1px 1px 2px 1px;
		}
		
		#footer_wrap #footer p.b_menu a {
			color: #25AA9E;
		}

		#footer_wrap a {
			text-decoration: none;
		}

		#footer_wrap a:hover {
			text-decoration: underline;
		}
		
		#footer_wrap a.credit {
			float: left;
			margin: 10px 0 0 10px;
		}
		
		#footer_wrap p.f_right {
			float: right;
		}


/* calendar styles */
#calendar_div {
	display: none;
	z-index: 10; 
	margin-top: -1em;
	font-family: Arial, Helvetica, sans-serif;
}
#calendar_div a {
	cursor: pointer;
}
#calendar_div, #calendar_links, #calendar_header, #calendar {
	width: 185px;
}
#calendar_close{
	float: right;
	padding: 2px;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	background: #800;
}
#calendar_close:hover {
	background: #000;
	color: #fff;
}
#calendar_links {
	float: left;
	background: #000;
	text-align: center;
}
#calendar_links a {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 1px;
	padding: 2px 5px;
}
#calendar_links a:hover {
	background: #ddd;
	color: #333;
}
#calendar_prev {
	float: left;
}
#calendar_current {
	float: left;
	text-align: center;
	width: 35%;
}
#calendar_next {
	float: right;
}
#calendar_header {
	clear: both;
	background: #333;
	color: #fff;
	text-align: center;
}
#calendar_header select {
	background: #333;
	color: #fff;
	border: 0px;
}
#calendar {
	background: #ccc;
	clear: both;
	text-align: center;
	font-size: 1.05em;
	border: 1px solid #777;
}
#calendar a {
	color: #333;
}
#calendar a:hover {
	background: #fff;
}
#calendar .calendar_titleRow {
	background: #777;
	color: #fff;
}
#calendar .calendar_daysRow {
	background: #eee;
	color: #666;
}
#calendar .calendar_daysCell {
	color: #000;
	border: 1px solid #ddd;
}
#calendar .calendar_weekEndCell {
	background: #ddd;
}
#calendar .calendar_daysCellOver {
	background: #fff;
	border: 1px solid #777;
}
#calendar .calendar_unselectable {
	color: #888;
}
#calendar_today {
	background: #fcc !important;
}
#calendar_currentDay {
	background: #999 !important;
}
#calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    /*filter: mask(color=#FFFFFF); must have*/
    top: 0; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have to match width and borders*/
    height: 200px; /*must have to match height*/ 
}
.calendar_trigger {
	border: none;
	background-color: transparent;
}

#main_content ul
{
    padding-left: 40px;
}

.jobdetailsPage #main_content #JobDetailSection p
{
    padding: 0px;
}

.applyPage #main_content #mid p
{
    padding: 0px;
}

.jobdetailsPage #main_content #right ul
{
    padding: 0px;
}

h3.TitleLinkElement a, h3.TitleLinkElement a:visited
{
    color:#009966;
    font-size:0.9em;
    margin-left:7px;
}

h3.TitleLinkElement a:hover
{
    color:#009966;
    text-decoration:none;
}

h3.TitleLinkElement
{
    margin-top:10px;
    margin-bottom:10px;
}

p.jobListItem
{
    margin-top:1px;
}

div#main_content div.maincontainer div.jobdetailsbox dt
{
    padding:2px;
}

div#main_content div.maincontainer div.jobdetailsbox h1.JobDetailTitle
{
    padding:2px;
}
