/* CSS Document */

body
{
	width: auto;
	height: auto !important;
	min-height: 100%;
	background-image: url(images/bg_tile.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#pagecontainer {
	position: relative;	
	width: 849px;
	height: auto;
	top: 23px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position: relative;
	width: auto;
	height: auto;
	top: 20px;
	1eft: 10px;
	float: left;
}

#mic {
	position: relative;
	width: auto;
	height: auto;
	float: right;
	top: 0px;
	right: 0px;
}

.content_container {
	position: relative;
	width: 800px;
	height: auto;
	top: 30px;
	left: 0px;
	z-index: 2;
}

#photo {
	position: relative;
	width: auto;
	height: 440px;
	top: 20px;
	left: 10px;
	float: left;
	background-color: #C6D7E9;
	z-index: 6;
}

#main_content {
	position: relative;
	width: 520px;
	height: auto;
	top: 20px;
	left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #595959;
	line-height: 18px;
}

.footer {
	position: relative;
	width: 849px;
	height: auto;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#services_table {
	display: table;
	border-collapse: collapse;
}

.services_row {
	display: table-row;
}

.services_cell {
	display: table-cell;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #1C5EA8;
	line-height: 30px;
}

.services {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #1C5EA8;
	line-height: 30px;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #1C5EA8;
	line-height: 22px;
	padding: 5px;
}

.thankyou {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #1C5EA8;
	padding: 5px;
}



