﻿/* Font Declarations */



@font-face {
	font-family: 'MyriadProItalic';
	src: url('myriadpro-it-webfont.eot');
	src: local('☺'), url('myriadpro-it-webfont.woff') format('woff'), url('myriadpro-it-webfont.ttf') format('truetype'), url('myriadpro-it-webfont.svg#webfont5E3yMdEC') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'MyriadProItalic';
	src: url('myriadpro-semiboldit-webfont.eot');
	src: local('☺'), url('myriadpro-semiboldit-webfont.woff') format('woff'), url('myriadpro-semiboldit-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}


body {
	background: #f0f0f0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 18px;
	}
	
/* Baseline grid overrides */
/*#wrapper,
#header
 {
	background: none !important;
	}*/
	
	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
img {
	border: none;
	}
	
p {
	line-height: 18px;
	margin: 0 0 18px 0;
	}

/*  links */

a {
	color: #1a7ba7;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	/*background: #fff4c9;*/
	}

ul {
	margin: 0 0 9px 0;
	padding: 0;
	list-style: none;
	}
	
	ul li {
		padding: 0 0 0 10px;
		background: url(ul_li.gif) no-repeat 0 8px;
		}
		
ol {
	margin: 0 0 9px 0;
	padding: 0;
	}
	
	ol li {
		margin: 0 0 0 25px;
		padding: 0;
		}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "MyriadProItalic", calibri, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333;
	line-height: 18px;
	text-shadow: 0 1px 0 #fff;
	}
	
	
h1 {
	font-size: 26px;
	line-height: 36px;
	margin: 0;
	font-weight: normal;
	}
	
h2, h3, h4 {
	}
	
h2 {
	font-size: 16px;
	margin: 27px 0 9px 0;
	font-weight: bold;
	}
	
h3 {
	font-size: 14px;
	margin: 1em 0 .5em;
	color: #333;
	font-weight: bold;
	}
	
h4 {
	font-size: 12px;
	margin: 9px 0 0;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
	
/* [ Wrapper ] */

#wrapper {
	margin: 0;
	padding: 0;
	}

	
/* [ Site Header ] */

#site_header_wrapper {
	position: relative;
	height: 135px;
	margin: 0;
	background: #3eaed3 url(site_header_wrapper.gif) repeat-x top;
	}
	
#site_header {
	height: 135px;
	width: 950px;
	margin: 0 auto;
	position: relative;
	}
	
#site_header_logo {
	position: absolute;
	top: 15px;
	left: 0px;
	}
	
#site_header_logo h1 {
	margin: 0;
	padding: 0;
	line-height: normal;
	}
	
#site_header_logo a {
	display: block;
	display: block;
	width: 205px;
	height: 60px;
	background: red;
	text-indent: -9000px;
	background: url(site_header_logo.png);
	}
	
/* [ Site Header Tools ] */
#site_header_tools {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 11px;
	color: #fff;
	text-align: right;
	}
	
#site_header_tools a {
	color: #fff;
	text-decoration: none;
	}
	
#site_header_tools a:hover {
	text-decoration: underline;
	}
	
/* [ Mini Login ] */

#mini_login {
	color: #fff;
	position: absolute;
	top: 35px;
	right: 0;
	height: 40px;
	}
	
	#mini_login .focus {
		border-color: red;
		}
		
	#mini_login label strong {
		display: none;
		}
	
	#mini_login h3 {
		color: #fff;
		font-size: 11px;
		font-weight: normal;
		float: left;
		line-height: 20px;
		clear: none;
		margin: 0 5px 0 0;
		text-shadow: 0 1px 0 rgba(0,0,0,.2);
		}
		
	#mini_login input {
		border: 1px solid #005195;
		padding: 2px 4px 0 4px;
		margin: 0 0 0 5px;
		height: 16px;
		background: #fff;
		font-size: 11px;
		font-family: tahoma, Arial, Helvetica, sans-serif;
		width: 110px;
		float: left;
		background: #fff url(mini_login/input.gif) repeat-x top;
		color: #777;
		}
		
	#mini_login input.password {
		width: 70px;
		}
		
	#mini_login input.focus {
		border-color: #1f98c9;
		background: #fff;
		color: #333;
		}
		
	#mini_login .submit {
		display: block;
		width: 20px;
		height: 20px;
		float: left;
		margin: 0 0 0 5px;
		background: url(mini_login/submit.gif) no-repeat 0 0;
		}
		
		#mini_login .submit:hover {
			background-position: 0 -20px;
			}
			
		#mini_login .submit strong {
			display: none;
			}
	
	#mini_login_password_reminder {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		color: #cee8f0;
		}
		
	
/* [ Mini Search ] */

#mini_search {
	position: absolute;
	top: 20px;
	right: 20px;
	}
	
.mini_search_field {
	height: 14px;
	width: 100px;
	padding: 2px 2px 2px 16px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 5px;
	border: 1px solid #a9a9ab;
	background: #fff url(mini_search_field.gif) no-repeat 2px 3px;
	}
	
#mini_search .focus {
	border: 1px solid #6ccff6;
	color: #333;
	}

.mini_search_button {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	background: #56595c url(mini_search_button.gif) no-repeat 0 0;
	float: left;
	}
	
.mini_search_button:hover {
	background: #939495 url(mini_search_button.gif) no-repeat 0 -20px;
	}
	
	
/* [ Page Header ] */

#page_header_wrapper {
	height: 30px;
	margin-top: -20px;
	position: relative;
	z-index: 1000;
	}
	
#page_header {
	height: 30px;
	width: 960px;
	position: relative;
	margin: 0 auto;
	background: url(page_header.png);
	}
	
	* html #page_header {
		background: none;
		}
	
	#page_header_content {
		position: absolute;
		top: 5px;
		left: 5px;
		background: #353835;
		width: 950px;
		height: 20px;
		}
		
	/* [ Main Menu Container ] */
	#menu_container {
		height: 30px;
		padding: 0;
		margin: 0;
		z-index: 1000;
		position: absolute;
		top: -25px;
		left: 5px;
	}

	/* [ Breadcrumb ] */
	#breadcrumb {
		position: absolute;
		top: 5px;
		right: 5px;
		line-height: 20px;
		color: #fff;
		padding: 0 10px;
		font-size: 10px;
	}
	
	#breadcrumb a {
		color: #ccc;
		}
	
/* [ Main ] */

#main_wrapper {
}

#main {
	width: 950px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	min-height: 1px;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
	
/* [ Content ] */

#content {
	font-size: 12px;
	padding: 20px; 
	color: #333;
	position: relative;
	min-height: 400px;
	z-index: 1;
	float: left;
	width: 730px;
	}
	
* html #content {
	height: 400px;
	}

.button.sml{
	padding:2px 10px !important;	
}
	
/* [ Sidebar ] */
#sidebar {
	width: 170px;
	float: left;
	position: relative;
	padding: 0;
	z-index: 1000;
	}
	
.sidebar_panel a {
	display: block;
	color: #fff;
	background: #999;
	padding: 10px;
	margin: 10px 0;
	}
	
.sidebar_panel a h4 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	margin: 0;
	padding: 0;
	}
	
.sidebar_panel a p {
	margin: 0;
	line-height: 14px;
	}

/* [ Footer ] */
#footer_wrapper {
	min-height: 100px;
	clear: both;
	margin: 50px 0 0;
	}

#footer {
	width: 950px;
	margin: 0 auto;
	font-size: 11px;
	color: #999;
	line-height: 14px;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 20px 0;
	border-top: 2px solid #787878;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #333;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#site_credit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 0;
}

  #site_credit a {
    color: #999;
  }
	
/* [ Datagrid ] */

.datagrid {
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
	}
	
	.datagrid th {
		background: #eee;
		border-bottom: 1px solid #666;
		text-align: left;
		padding: 2px 5px;
		}
		
	.datagrid td {
		border-bottom: 1px solid #ccc;
		padding: 2px 5px;
		}

/* [ Generic vCard ] */

.vcard {
	background: #f9f9f9;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0;
	}
	
	.vcard .fn {
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 .5em 0;
		}
		
	.vcard .adr {
		padding: 5px 0;
		}
		
	.vcard .org {
		border-bottom: 1px solid #ccc;
		margin: 5px 0 0;
		font-weight: bold;
		padding: 0 0 5px 0;
		}
		
	.vcard strong {
	    margin-right: 10px;
	}

/* [ Fees Table ] */

.fees_table {
	border-collapse: collapse;
	border: none;
	width: 300px;
	border-top: 1px solid #3eaed3;
	}
	
	.fees_table th {
		text-align: right;
		font-weight: normal;
		color: #197ba3;
		padding: 3px 5px 3px 5px;
		}
		
	.fees_table td {
		padding: 3px 5px 3px 5px;
		font-weight: bold;
		width: 100px;
		}
		
	.fees_table th, .fees_table td {
		border: none;
		border-bottom: 1px solid #3eaed3;
		border-right: 4px solid #f0f0f0;
		}
		
/* [ Staff list ] */
.staff_list {
	margin: 0 0 18px 0;
	}

.staff_list strong {
	display: block;
	float: left;
	width: 150px;
	}

#common_complaint_links{
	padding:0;
	margin:0;
	width:450px;
	}

  #common_complaint_links li{
	  margin:0;
	  padding:0;
	  display:block;
	  float:left;
	  width:200px;
	  padding-left:5px;
	  }

  #common_complaint_links li a{
    background: url(external_link.gif) no-repeat right center;
    padding: 0 20px 0 0;
	  }

