/* index.php */
a {
	color : #6D3F3F;
	text-decoration : none;
}

a:hover {
	color : #412626;
	text-decoration : underline;
}

#homeSubTitle {
	height: 30px;
	margin: 0px;
	padding-top: 15px;
	vertical-align: bottom;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	clear: both;
	display: block;
}

.home {
	background : #9B94A6 url('/images/backgrounds/bg_home.jpg') top left repeat-x;
	color : #232924;
}

.homeLine {
	border-top : 1px solid #808995;
}

.homeHeader a {
	color : #607080;
	text-decoration : none;
	font-size : 24px;
	font-weight: 550;
}

.homeHeader a:hover {
	color : #6A0013;
	text-decoration: none;
}

.homeSection a {
	color : #8A98A6;
	text-decoration : none;
}

.homeSection a:hover {
	color : #7E4248;
	text-decoration: none;
}

.homeRight {
	background-image : url('/images/backgrounds/right_home.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width : 200px;
}

.homeNavigation {
	color : #DDE8F0;
	text-decoration : none;
}

.homeNavigation:hover {
	color : #C4D6E5;
}

ul.navigation li a span.homeItem {
	z-index: 999;
}

ul.navigation li a span.homeItem:hover {
	padding : 7px;
	background-color : #87909E;
	text-decoration : none;
}

.homeBack a {
	color : #3D5189;
	float : right;
	text-align : right;
	margin-top : 10px;
}

.homeBack a:hover {
	color : #344576;
}

h3.contactBack {
	color : #3D5189;
}

.home h3 {
	color : #6A0013;
	text-transform: lowercase;
	margin : 10px 0px 0px 0px;
	display : inline;
	font-size : 14px;
}

.contactHeader a {
	color : #3D5189;
}

.contactSection a {
	color : #6379B8;
}