﻿/*
    COMMON STYLES
*/

html { height: 100%; }

body {
	background-position: top;
	margin: 0px 0px;
	padding: 0px;
	background-color: #e2e2e2;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image: url('../images/bl-bg.gif');
}
	
#Content {
	width:1000px;
	margin:0px auto;
	text-align:left;
	}

p {
	line-height: 175%;
	text-indent: 15px;
	margin: 20px 5px 0px 5px;
}
h1 {
	font-size: 24px;
	color: #05649a;
	margin-left: 15px;
}

h2 {
	font-size: 18px;
	color: #05649a;
	margin-left: 15px;
}

img {
	border: 0px;
}

a:link	{
	color: #05649a;
	text-decoration: none;
}
a:visited	{
	color: #05649a;
	text-decoration: none;
}
a:hover	{
	color: #54a4d1;
	text-decoration: underline;
}
/*
    FOOTER STYLES
*/

.footer {
	font-size: 12px;
	color: #05649a;
	font-weight: normal;
}

.footer a:link{
	color: #05649a;
	text-decoration: none;
}

.footer a:hover{
	color: #54a4d1;
	text-decoration: underline;
}

.footer a:visited{
	color: #05649a;
}
/*
    TOP MENU STYLES
*/

.top_menu {
	font-size: 12px;
	color: #333333;
	}
	
/*
    SERVICES STYLES
*/

.service_menu_head {
	font-size: 20px;
	color: #595959;
	margin-left: 15px;
	text-align: right;
}

.service_menu {
	font-size: 12px;
	color: #595959;
	margin-left: 15px;
	text-align: right;
	line-height: 200%;
}
.service_menu a:link {
	color: #595959;
}
.service_menu a:hover {
	color: #595959;
	text-decoration: underline;
}
.service_menu a:visited {
	color: #595959;
}
/*
    SERVICES STYLES
*/

.right_menu_head {
	font-size: 20px;
	color: #595959;
	margin-left: 15px;
	text-align: left;
}

.right_menu {
	font-size: 12px;
	color: #595959;
	margin-left: 15px;
	text-align: left;
	line-height: 200%;
}
.right_menu a:link {
	color: #595959;
}
.right_menu a:hover {
	color: #595959;
	text-decoration: underline;
}
.right_menu a:visited {
	color: #595959;
}


/*
    RIGHT SIDE STYLES
*/

.rightside_menu_head {
	font-size: 20px;
	color: #595959;
	margin-left: 15px;
	text-align: left;
}

.commenthead {
	color: #05649A;
	font-weight: bold;
	font-size: 14px;
}
.commenttext	{
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
}

.descriptionhead {
	color: #05649A;
	font-weight: bold;
	font-size: 14px;
}
.descriptiontext	{
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
}

.medtext			{
	color: #595959;
	font-size: 12px;
}


