/* Anchor Investigations Default CSS style */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

h2 {
	background: url(images/img6.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: .8em;
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul { margin-left: 3em; }
ol { margin-left: 3em; }


a { text-decoration: none; color: #E08934; }
a:hover { text-decoration: underline; }
a img { border: none; }

table { margin-bottom: 10px; }
td { vertical-align: top; }

/* Header */
#header {
	width: 770px;
	height: 140px;
	margin: 0px auto;
}

#header h1 {
	padding: 46px 0px;
}

#header h1 a {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic 48px Georgia, "Times New Roman", Times, serif;
	color: #385B88;
	text-decoration: none;
}
#header h2 {
	padding: 0px;
	margin: -40px auto auto 30px;;
	background: none;
	border: none;
}

/* Content */

#content {
	width: 770px;
	margin: 0px auto;
}



/* Navigation Sidebar */
#sidebar {
	float: left;
	width: 240px;
}

/* Sidebar, Menu */

#menu {
	margin-bottom: 30px;
	border-bottom: 4px solid #EBEBEB;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 0 10px 24px;
	border-top: 1px solid #EBEBEB;
	color: #E08934;
}

#menu a:hover, #menu .active a {
	background: #EBEEF3;
	text-decoration: none;
	color: #385B88;
}

/* Main */

#main {
	float: right;
	width: 500px;
	font-size: .9em;
}

#headingimage { 
	margin-bottom: 20px;
}

#contact {
	margin-bottom: 20px;
}

#contactnumbers {
	text-align: center;
	width: 100%;
}


/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	width: 770px;
	margin: 0 auto;
	background: #EAEAEA url(images/img6.gif) repeat-x left top;
	text-align: center;
	font-weight: bold;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}