@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	width: 100%;
}

/* MISC */
.clear {
	clear: both;
}

.requiredSymbol { color: #900; }

a { color: #02a; }
a:hover { color: #05f; }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-align: justify;
}

p, h2, h3, address {
	margin: 10px;
}

h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #003;
}

h2 { font-size: 29px; }
h3 { font-size: 17px; }

/* FOOTER */
#footer {
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #ccc;
}

#footer ul {
	width: 965px;
}

#footer ul li {
	padding: 20px 0;
	margin: 0 10px;
}

#footer ul li a {
	color: #333;
}

/* HEADER */
#header {
	background: url(../images/headerBG.png) top left repeat-x;
	border-bottom: 1px solid #ccc;
}

#header #logo, #content {
	width: 975px;
}

#header #logo, #header ul, #footer ul, ul.address, #content {
	margin: 0 auto;
}

#header #logo {
	height: 150px;
	background: url(../images/logo.png) top left no-repeat;
}

ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#header ul, ul.address {
	width: 970px;
}

#header ul li, #footer ul li {
	float: left;
}

#header ul li {
	margin: 0 20px;
}

#header ul li a {
	display: block;
	padding: 5px;

	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;

	text-decoration: none;
}

#header ul li a.active {
	position: relative;
	top: 1px;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	padding-bottom: 4px;
}

#header ul li a:hover {
	background-color: #fff;
}

/* CONTENT */
#content {
	margin-top: 20px;
}

#content .column {
	float: left;
	width: 665px;
}

#content .column.narrow {
	width: 410px;
}

#content .column.narrowish {
	width: 550px;
}

#content .column.narrower {
	width: 310px;
}

#content .column.verynarrow {
	float: right;
	width: 205px;
}

#content ul {
	margin: 10px 0 10px 10px;
}

#content ul.half {
	float: left;
	width: 45%;
}

#content ul li {
	margin: 0 0 5px 0;
}

#content .bordered {
	border: 2px solid #eee;
}

#content .infoImage {
	float: left;
	width: 314px;
	margin: 5px;
}

#content img {
	border: 2px solid #eee;
}

/* PAYMENTS LIST */
ul.payments li {
	height: 32px;
	line-height: 32px;
	padding: 5px 0;
	text-indent: 75px;
}

ul.payments li.visa { background: url(../images/paymentoptions/visa.png) top left no-repeat #fff; }
ul.payments li.mastercard { background: url(../images/paymentoptions/mastercard.png) top left no-repeat #fff; }
ul.payments li.maestro { background: url(../images/paymentoptions/maestro.png) top left no-repeat #fff; }
ul.payments li.solo { background: url(../images/paymentoptions/solo.png) top left no-repeat #fff; }

/* HOME PAGE */
#mainPic {
	float: right;
	margin: 10px 0 0 0;
}

#leftPic {
	float: left;
}

#rightPic {
	float: right;
}

/* GOOGLE MAP */
#googleMap {
	width: 971px;
	height: 300px;
	border: 2px solid #eee;
}

ul.address {
	text-align: center;
}

ul.address li {
	display: inline;
	padding: 0 10px;
}
	
/* INFO BOXES */
.infoBox {
	float: left;
	width: 314px;
	margin: 3px;
	border: 2px solid #ddd;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
}

.doubleBorder {
	border: 3px solid #e1e1e1;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	height: 150px;
}

.infoBox h3 {
	display: block;
	width: 304px;
	padding: 2px 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: 4px;

	color: #fff;
	background-color: #2148b1;
	border-bottom: 4px solid #2e5cd6;
}

.infoBox h3, .infoBox img, .infoBox p {
	display: block;
	float: left;
	margin: 2px 2px;
}

.infoBox img, .infoBox p {
	float: left;
}

.infoBox img {
	width: 75px;
	border: 0;
}

.infoBox p {
	width: 200px;
	text-align: left;
}

/* TABLES */
table {
	float: right;
	width: 99%;
	border-collapse: collapse;
	border: 2px solid #eee;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table th, td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

table th {
	width: 25%;
	color: #fff;
	background-color: #2e5cd6;
}

table th, table .section {
	border-bottom: 2px solid #fff;
}

table td {
	text-align: right;
	background-color: #f7f7f7;
}

/* CONSULTANTS TABLE */
#consultants th {
	text-align: right;
	font-weight: normal;
	line-height: 26px;
	width: auto;
}

/* FORMS */
form {
	margin-top: 40px;
	float: right;
}

form p, form h3 {
	margin-left: 100px;
	font-style: oblique;
}

form div {
	width: 100%;
	clear: both;
	padding: 5px;
}

form div label {
	float: left;
	width: 150px;
	text-align: right;
}

form div input, form div textarea, form div select {
	float: right;
	width: 300px;
	padding: 4px;
	border: 1px solid #ccc;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form div select {
	float: left;
	margin-left: 10px;
	width: 150px;
}

form div .button {
	float: right;
	width: 120px;
}

/* CONSULTANTS TABLE INLINE FORM */
table#consultants th form {
	float: right;
	width: auto;
}

table#consultants th form select {
	width: 250px;
	margin-top: 1px;
	padding: 2px;
	border: 1px solid #555;
}

table#consultants th.label { width: 225px; text-align: right; }

table#consultants th form input { padding: 2px 4px; }
table#consultants th form select, table#consultants th form input {
	float: left;
}