@import 'css/reset.css';
@import 'css/classes.css';
@import 'css/layout.css';
@import 'css/divform.css';

v\:* {
      behavior:url(#default#VML);
}

/* Page defaults */
body {
	font: 80%/1.5 'Arial', Helvetica, sans-serif;
	color: #3a3a3a;
}

#content {
	font-size: 1.2em;
}
.lightGrey {
	color: #5b5959;
}

/* Headings */
h1 {
	font-size: 1.9em;
	font-weight: normal;
	color: #e7182a;
	line-height: 1.1;
}

	h1 a {
		color: #127BA8;
		text-decoration: none;
		border-bottom: 0 !important;
	}

	h1 a:hover {
		border-bottom: 1px dotted #0D4760 !important;
	}

h2 {
	margin: 0;
	font-size: 2em;
	color: #e7182a;
	line-height: 1.1em;
	padding: .5em 0;
}

	h2 a {
		color: #e7182a;
		text-decoration: none;
		border-bottom: 0 !important;
	}

	h2 a:hover {
		border-bottom: 0 !important;
	}
h3 {
	margin: 0;
	font-size: 1.3em;
	color: #B71321;
	padding-top:.5em;
	border-bottom: 1px solid #EDEDED;

}

	h3 a {
		color: #B71321 !important;
		text-decoration: none;
		border-bottom: 0!important;
	}
	h3 a:hover {
		color: #DE1425!important;
	}

	#contentSub h3 {
		color: #127BA8;
		font-size: 1.1em;
	}

h4 {
	margin: 0 0 1em 0;
	font-size: 1em;
}

p {
	margin: 0 0 0.4em 0;
	padding: 10px 0 2px 0;
}

a {
	color: #004197;
	text-decoration: none;
}
a:hover {
	color: #004197;
	text-decoration: underline;
}

.strong {font-weight: bold;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}

/* Errors */

.errors {
	margin: 1.5em 40px;
	font-size: 0.9em;
	}
.errors li {
	list-style: disc;
	}
.error {
	background-color: #fffdc8;
	}

/* Tabs */
.tabs {
	margin: 10px 5px;
	padding: 0;
	list-style: none;
	height: 22px;
	}
.tabs li {
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #eaeaea;
	margin: 0 1px;
	padding: 3px 8px;
	float: left;
	}
.tabs li a { 
	color: #666;
	text-decoration: none;
	}
.tabs li.active { background-color: #fff; }
.tabs li.active a { color: #ce003d; }
	
.office-map-container {
	border: 1px solid #ccc;
	float: right;
	}

/* Mr ClearFix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
