<!--

body {
	background-color: #333;
	text-align: center;
	font-family: Garamond;
	font-size: 16px;
	margin: 0;
}

#container {
	margin: auto;
	width: 860px;
	border: 1px solid #222;
	border-width: 6px;
}

#header {
	background: url(/images/header.png) no-repeat #256895;
	text-align: left;
}

#header a.logo_link {
	display: block;
	width: 500px;
	height: 94px;
}

#header a.logo_link:hover {
	background: url(/images/header_hover.png) no-repeat;
}

#menu {
	border-bottom:1px solid #000000;
	background-color: #256895;
	height:24px;
}

/* Menu (No list version) */
div.menu {
	font-family: Verdana, Geneva;
	font-size: 12px;
	padding: 0;
	height:25px;
	/*text-align: left;*/
}

div.menu span {
	display: inline-block;
}

div.menu a, div.menu a:link, div.menu a:visited {
	display: block;
	padding: 6px 10px 4px;
	text-decoration: none;
	color:#fff;
	-moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
	/*margin: 1px 0 -1px; /* allows selected tab color to overlap bottom border */
}

div.menu a:hover {
	background-color: #4488bb;
	color: #fff;
}

div.menu a.selected:link, div.menu a.selected:visited {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	color: #000;
}


/* Submenus */
div.submenu {
	font-family: Verdana, Geneva;
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 4px;
	display: none;
	background-color: #fff;
	/*text-align: left;*/
}

div.selected {
	display: block;
}

div.submenu span {
	display: inline-block;
}

div.submenu a, div.submenu a:link, div.submenu a:visited {
	display: block;
	text-decoration: none;
	padding: 6px 6px 6px;
	color:#256895;
	/*color:#000;*/
}

div.submenu a:hover {
	/*background-color: #4488bb;*/
	color: #000;
}

div.submenu a.selected:link, div.submenu a.selected:visited {
	/*font-weight: bold;*/
	background-color: #fff;
	color: #000;
	border-bottom-width: 0;
}

div.submenu a span {
	padding: 0 0px 1px;
	border-bottom: 3px solid #fff;
}

div.submenu a:hover span {
	border-bottom-color: #88ccff;
}

div.submenu a.selected span {
	border-bottom-color: #4488bb;
}

#content {
	background-color: #fff;
	color: #444;
	text-align: left;
	clear: both;
	padding: 12px 28px;
	line-height: 1.5em;
}

.normaltext {
	font-family: "Times New Roman", Times;
	font-size: 15px;
	font-weight: normal;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
 
h2 {
	margin: 18px 0 12px 0;
	padding: 0;
	color: #444444;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #256895;
	text-decoration: underline;
}

a:hover {
	color: #4488bb;
}

/*-----------------------------*/

.categories {
	width: 80%;
	text-align: left;
	/*margin: 0 0 0 9.5%; /* to "center" */
	margin: 0 auto;
	font-family: Verdana, Geneva;
	color: #444;
}

.categories td {
	vertical-align: top;
	padding: 8px 6px;
	width: 50%;
	font-size: 12px;
	line-height: 1.5em;
}

.categories div div {
	float: left;
	position: relative;
	height: 120px;	/* Minimum height */
}

.categories div div a {
	position: absolute;
	top: 0;
	left: 0;
}

.categories .cat_cover {
	margin-bottom: 3px;
	width: 107px;
	height: 77px;
	display: block;
}

.categories h3 {
	margin: 0 0 4px 120px;
	font-size: 14px;
	text-align: left;
}

.categories p {
	margin: 0 0 0 120px;
	text-align: left;
}

.categories label {
	display: block;
	background: url( /images/thumb.png ) #fff no-repeat;
	width: 99px;
	height: 69px;
	padding: 4px;
	text-align: center;
}

.categories img {
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}


/*-----------------------------*/

table.dual_list {
	text-align: center;
	margin: auto;
	margin-bottom: 12px;
}

table.dual_list td {
	width: 50%;
	text-align: left;
}

table.dual_list ul {
	list-style: disc inside;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 24px;
	margin-bottom: 18px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.error {
	color: #c00;
}

#clientForm input {
	margin-bottom: 12px;
}

ul {
	padding-left: 1em;
	margin-left: 0;
}

p.indent {
	text-indent: 1em;
}

#footer {
	border-top: 1px solid #000;
	font-family: Verdana, Geneva;
	background-color: #256895;
	text-align: center;
	padding: 12px;
	color: #fff;
	font-size: 11px;
	clear: both;
}


/*-----------------------------*/

div.contactPage {
	margin: 1.2em 2em 0;
}

div.contactPage img {
	margin: 0.5em 3px;
	border: 1px solid #000;
	background-color: #fff;
	padding: 3px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

img.bioImg_Left {
	border: 1px solid #000;
	margin: 1.8em 2em 2em 1em;
	float: left;
	background-color: #fff;
	padding: 3px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

img.bioImg_Right {
	border: 1px solid #000;
	margin: 1.8em 1em 1em 2em;
	float: right;
	background-color: #fff;
	padding: 3px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

h2.contactHook {
	font-size:24px;
	margin: 1em 0 1.5em 0;
}


-->
