/*
Copyright David Trewern Design :: www.dtdesign.com ::
Unauthorised modification / use is a criminal offence, and
will be prosecuted to the fullest extent permitted by law.
All Rights Reserved
*/

/* default tag settings
----------------------- */
*, html 
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
}
body, form, ul, ol, li, p, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}
ul
{
	list-style: none;
}
a
{
	background: url(icon_arrow.gif) 0 .3em no-repeat;
}
a, a:hover
{
	padding-left: 10px;
	text-decoration: none;
	color: #00477f;
}
a.button
{
	padding: 3px 5px 3px 12px;
	background-color: #eaeaea;
	background-position: 5px center;
}
a.email
{
	background: none;
}

a.normal { padding: 0; background: transparent none; }

img
{
	border: none;
}
td
{
	vertical-align: top;
}
input, select
{
	/*width: 200px;*/
	color: #666;
}
input.button, input.check
{
	width: auto !important;
	height: auto  !important;
}

.clear
{
	height: 0 !important;
	line-height: 0 !important;
	clear: both !important;
	font-size: 1px !important;
	float: none !important;
	padding: 0  !important;
	margin: 0  !important;
}

.errors
{
	color: #ff0000;
	font-size: 11px;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px dotted #cccccc;
	position: relative;
}
.errors ul li
{
	margin-left: 16px;
}
.errors ul li
{
	color: #ff0000;
	font-size: 11px;
	list-style-type: square;
	padding: 0;
	background: none;
}
.error
{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}



br.clear
{
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
img.right
{
	margin: 10px 0 10px 10px;
}
img.left
{
	margin: 10px 10px 10px 0;
}
ul.left, ul.right
{
	width: 210px;
}

/* default page settings
------------------------ */
body 
{
	background: url(page_bg.gif) repeat-x #012d52;
	text-align: center;
	font-size: .75em;
	color: #666;
}

#wrapper { 
    position: relative;
	margin: 0 auto;
	padding:0 14px 0 14px;
	width: 980px;
	background: #fff;
	text-align: left;
}


/* navigation
------------- */
#navigation li
{
	float: left;
}
#navigation li a
{
	padding: 0;
}
	
/* logo
------- */
h1 img#logo 
{
	float: left;
	margin: 31px 0 25px 22px;
}
h1 img#slogan
{
	float: right;
	margin: 25px 23px 0 0;
}

/* search box
------------- */
div#search_box
{
	position:relative;
}
div#home_content div#search_box
{
	margin-bottom: 15px;
}
	div#search_box label
	{
		display: inline;
		color: #999;
		font-weight: 900;
	}
	div#search_box input
	{
		display: inline;
		margin: 0;
		width: 150px;
		height: 14px;
	}
	div#search_box input.button
	{
		position: absolute;
		margin-left: 3px;	
	}


/* home page styles
------------------- */
div#home_content
{
	clear: left;
}
div#hero
{
	position: relative;
	float: left;
}
	div#hero h2
	{
		position: absolute;
		bottom: 50px;
		left: 30px;
		width: 350px;
		color: #fff;
	}
div#bulletins
{
	float: left;
	margin-left: 5px;
	width: 364px;
	height: 398px;
	background: #003661;
	color: #fff;
}
	div#bulletins h3
	{
		margin-bottom: 20px;
	}
	div#bulletins h4
	{
		margin: 0 0 5px 34px;
		font-size: 1em;
		font-weight:normal;
	}
	div#bulletins ul
	{
		margin-bottom: 15px;
	}
	div#bulletins li
	{
		clear: left;
	}
	div#bulletins a
	{
		margin-left: 23px;
		height:20px;
		display: block;
		color: #fff;
	}
	div#bulletins span.date
	{
		display: block;
		float:left;
		width: 80px;
		color: #f8981d;
	}
div#feature_container
{
	clear: left;
	padding-top: 5px;
	width: 981px;
	height: 200px;
	border-bottom: 5px solid #efefef;
}

/* content page styles
---------------------- */
div#content
{
	clear: left;
	min-height: 700px;
	background: url(content_bg.gif) repeat-y;
}

* html div#content {
	height:1px;
}


div#left_column
{	
	float: left;
	width: 200px;
}
div#middle_column
{
	float: left;
	margin: 0 25px;
	padding: 20px 0 30px;
	width: 484px;
}
div#form_middle_column
{
	float: left;
	margin: 0 25px;
	padding: 25px 0 30px;
	width: 464px;
}
div#noclear
{
    clear: none;
    display:inline-block;
}
span.label {
	display: block;
	float: left;
	width: 215px;
}
/* commented backslash hack v2 to hide from mac\*/
div#form_middle_column
{
	float: left;
	margin: 0 25px;
	padding: 25px 0 30px;
	width: 484px;
}
div#noclear
{
   clear: inherit;
    display: inherit;
}
/* end hack */
div#middle_column p
{
	margin-bottom: 15px;
}
div#middle_column ul
{
	margin-bottom: 15px;
	list-style: disc;
	padding-left: 1em;
}
div#middle_column ul li, div#middle_column ol li
{
	margin-left: 4px;
}
div#middle_column ol
{
	margin-bottom: 15px;
	padding-left: 1.5em;
	list-style-position: outside;
}
div#right_column
{
	float: left;
	padding-top: 25px;
	width: 245px;
}
div#content h3, h4, h5, h6
{
	margin-bottom: 11px;
	font-weight: 100;
}
div#content h3
{
	font-size: 1.3em;
	color: #003d6d;
}
div#content h4
{
	margin-bottom: 10px;
	font-size: 1.2em;
}
	div#content h4.article_title
	{		 
		margin-bottom: 0;
		font-size: 1.2em;
		font-weight: 900;
		color: #003d6d;
	}
div#content h5
{
	font-size: 1em;
	margin-bottom: 0;
	font-weight: 900;
}
	div#content h5.article_date
	{ 
		margin-bottom: 30px;
	}
div#content .highlighted
{
	margin-bottom: 10px;
	padding: 15px 10px;
	background: #f5f5f5;
}
div#content span.date
{
	color: #00477f;
}
div#content table
{
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e5e5e5;
	text-align: left;
}
	div#content tr
	{
		/*height: 40px;*/
	}
	div#content tr.alt_row
	{
		background: #fafafa;
	}
	div#content td, div#content th
	{
		padding: 12px 10px;
		border-bottom: 1px solid #e5e5e5;
	}
	div#content td a
	{
		display: inline-block;
		margin-right: 10px;
	}
	div#content p.feature
	{
		font-size: 1.2em;
	}
	div#content div.detail
	{
		width: 240px;
		float: left;
	}
	
/* timeline listing
---------------------- */
.timeline dt {
	float: left;
	font-weight: bold;
}
table#form_table
{
	margin: 10px 0;
	padding: 0;
	border: none !important;
}
	table#form_table tr
	{
		height: 25px;
	}
	table#form_table td
	{
		padding: 5px 0;
		border: none;
	}
	table#form_table.highlighted td
	{
		padding: 5px 10px;
	}
	table#form_table label
	{
		display: block;
		text-align: right;
	}
	table#form_table label.error
	{
	  background: url(icon_arrow.gif) 0 .3em no-repeat;
		display: none;
		margin-left: 30px;
		padding-left: 10px;
		text-align: left;
	}
	table#form_table input, table#form_table textarea
	{
		width: 250px;
		color: #666;
		font-size: 12px;
	}
	table#form_table input.short
	{
		width: 150px !important;
	}
	
	table#form_table check
	{
		width: auto !important ;
	}
	table#form_table select
	{
		width: 150px ;
	}
	table#form_table a.button
	{
		display: block;
		float: left;
		margin-bottom: 5px !important;
	}
	table#form_table input.button
	{
		float:left;
		display: block;
		width:auto !important;
		color: #00477f;
		background: url(icon_arrow.gif) 0 .3em no-repeat;
		padding-left:10px;
		background-color: #eaeaea;
		background-position: 5px center;
		border:none;
	}
table#contact_table
{
	border: none !important;
}
	table#contact_table td
	{
		padding-left: 50px;
		border: none !important;
	}
	table#contact_table h4
	{
		color: #003d6d;
	}
	table.checkboxlist
	{
		border:none !important;
	}
	table.checkboxlist input
	{
		width: auto !important ;
	}
	table.checkboxlist label
	{
		display:inline !important;
	}

div#content .table01 td {
	border: none;
}	
div#content .table01 {
	border-top: none;
}	
/* content menu
--------------- */
ul.content_nav
{
	margin-top: 20px;
}
	ul.content_nav li
	{
		padding: 0;
	}
	ul.content_nav a
	{
		display: block;
		padding: 2px 0 5px 30px;
		width: 160px;
		background: url(menu_bullet_on.gif) 10px 4px no-repeat;
	}
	ul.content_nav a.active, ul.content_nav a:hover
	{
		background: url(menu_bullet_off.gif) 10px 4px no-repeat #dce2e7;
		padding: 2px 0 5px 30px;
	}
	ul.content_nav li.level2 a {
		padding-left: 40px;
		width: 150px;
		background: url(menu_bullet_on.gif) 20px 4px no-repeat;
	}
	ul.content_nav li.level2 a.active, ul.content_nav li.level2 a:hover
	{
		padding-left: 40px;
		background: url(menu_bullet_off.gif) 20px 4px no-repeat #dce2e7;
	}
	ul.content_nav a.active, ul.content_nav li.level2 a.active
	{
		font-weight: 900;
	}

/* feature boxes
---------------- */
div#content div.feature
{
	padding: 10px 10px 10px;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
div#home_content div.feature
{
	float: left;
	margin-right: 2px;
	padding: 18px 10px 0 15px;
	width: 218px;
	height: 160px;
	background: url(home_feature_bg.gif) repeat-x;
	border-top: 5px solid #f8981d;
}
	div.feature h3
	{
		margin: 0 0 5px 0 !important;
	}	
	div#home_content div.feature h3
	{
		margin-bottom: 15px !important;
	}		
	div.feature li
	{
		margin-bottom: 6px;
	}
	div.feature p
	{
		margin-bottom: 10px;
	}
	div.feature input
	{
		display: block;
		margin: 10px 0;
	}

/* mini staff profile
--------------------- */
div.mini_profile
{
	padding: 10px;
	background: #f0f0f0;
	font-size: .9em;
}
	div.mini_profile h4
	{
		margin-bottom: 5px !important;
		font-size: 1.1em !important;
		font-weight:900;
		color: #00477f;
	}
	div.mini_profile img
	{
		float: right;
		margin-left: 2px;
	}
	* html div.mini_profile p
	{
		height: 40px;
	}
	*+html div.mini_profile p
	{
		min-height: 40px;
	}
	div.mini_profile span.clear
	{
		height: 0 !important;
		line-height: 0 !important;
		clear: both !important;
		font-size: 1px !important;
		float: left !important;
		padding: 0  !important;
		margin: 0  !important;
	}

/* full staff profile
--------------------- */
div#full_profile div.details
{
	margin: 20px 0;
	border-bottom: 5px solid #efefef;
}
	div#full_profile h3 {
		font-size: 22px;
		font-weight: bold;
		color: #00477F;
	}
	div#middle_column ul.nobullet, div#middle_column ul.nobullet li {
		list-style: none url();
		margin: 0;
		padding: 0;
	}
	div#middle_column ul.nobullet li.title {
		font-weight: bold;
	}
	div#full_profile dl  {
		line-height: 18px;
	}
	div#full_profile dl dt {
		float: left;
		width: 90px;
		font-weight: bold;
	}
	div#full_profile img
	{
		float: right;
	}
	div#full_profile span
	{
		margin-right: 10px;
	}
	div#full_profile a
	{
		background: none;
		padding: 0;
	}
	div#full_profile h4
	{
		font-size: 1.1em !important;
		margin-bottom: 5px !important;
		font-weight: 900;
		color: #00477f;
	}

/* bulletings listings
--------------------- */
div#middle_column table.bulletins-listings li.title a {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	background: none;
	padding: 0;
	margin: 0;
}
div#middle_column table.bulletins-listings tr {
	height: auto;
}
div#middle_column table.bulletins-listings th.date-col {
	width: 115px;
}
div#middle_column table.bulletins-listings li.title {
	background: url(icon_arrow.gif) 0 .3em no-repeat;
	margin-bottom: 3px;
}
div#middle_column table.bulletins-listings ul {
	list-style: none url();
	margin: 0 0 20px 0;
	padding: 0;
	width: 310px;
}
div#middle_column table.bulletins-listings ul li {
	list-style: none url();
	margin: 0;
	padding-left: 12px;
}
div#middle_column table.bulletins-listings p {
	margin: 0 0 0 12px; 
}
/* sitemap
---------- */
ul#sitemap
{
	list-style: none !important;
	font-weight: bold;
	margin-top: -4px;
}
	ul#sitemap ul
	{
		margin: 0 0 5px 30px;
		list-style: none;
		font-weight: 100;
	}
	ul#sitemap li
	{
		margin-top: 4px;
	}
	ul#sitemap li.level1
	{
		margin: 0 0 0 40px;
		list-style: none;
		font-weight: normal;
	}
	ul#sitemap li.level2
	{
		margin: 0 0 0 80px;
		list-style: none;
		font-weight: normal;
	}
	ul#sitemap a
	{
		padding: 0;
		background: none;
	}
	
/* footer
--------- */
div#footer
{
	clear: left;
	padding: 20px 10px;
	font-size: .9em;
	color: #999;
}
	div#footer a
	{
		margin: 0 5px;
		padding: 0;
		background: none;
		text-decoration: underline;
		color: #999;
	}
	
	/* search page
-------------- */
span.search_summary
{
    display: block;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
    color: #999;
    font-weight: 900;
}
div.result
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
    div.result p
    {
        clear: left;
        margin: 2px 0 !important;
    }
    div.result div.result_details
    {
        color: #aaa;
    }
    div.result div.result_details a
    {
        padding: 0 !important;
        background: none !important;
        color: #8384b6;
    }


	

div.pagination
{
	text-align: center;
}
div.pagination a
{
	background: none;
	margin: 0;
	padding: 0;
}
div.pagination span
{
	font-weight: bold;
	text-decoration: underline;
}
	
	
input.button2
{
	width: auto !important;
	color: #00477f;
	background: url(icon_arrow.gif) 0 .3em no-repeat;
	padding-left: 10px;
	background-color: #eaeaea;
	background-position: 5px center;
	border: none;
}


div.nothing
{
	font-size: 1px;
	line-height: 1px;
}


/*== Our People Listing Navigation ==*/

div#middle_column ul.ourpeople_nav {
	margin-bottom: 1em;
	padding: 4px 0 4px 0;
	clear: both;
	height: 15px;
	width: auto;
	overflow:auto;
	position: relative;
	


}

	div#middle_column ul.ourpeople_nav li{
		list-style-type: none;
		float: left;
		margin-left: 0;
		padding-left: 22px;
	}
	
		div#middle_column ul.ourpeople_nav li.top_link {
			text-indent: -99999px;
			padding: 0;
		}
	
		div#middle_column ul.ourpeople_nav li.first{
			padding-left: 0;
			margin-left: 0;
		} 
	
		div#middle_column ul.ourpeople_nav li a {
				color: #00477F;		
		}
			
			div#middle_column ul.ourpeople_nav li a:hover {
			color: #F8981D;

			}
		
		div#content table th.listing_title {
			width: 25%;
		}
		
		div#content table th.listing_name {
			width: 25%;
		}

h3 a, h3 a:hover {
	background: none;
	padding-left: 0;
}


div#content table {
	width: 100%;
}

div#content table td.contact_details a, div#content table td.contact_details a:hover {
	background: none;
	padding-left: 0;
}

p.top {
	text-align: right;
}

	p.top a {
		color: #F8981D;
		background: none;
	}
