﻿/*
    COMMON STYLES
*/

html { height: 100%; }

body {
	background-position: top;
	margin: 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	color: #333333;
	background-attachment: fixed;
}
	
#Content {
	width:1000px;
	margin:0px auto;
	text-align:left;
	}

p {
	line-height: 150%;
	text-indent: 10px;
	margin: 0px 8px 5px 8px;
	padding-left: 10px;
}

h1 {
	font-size: 24px;
	color: #054667;
	margin-left: 15px;
	margin-top: 10px;
}

h2 {
	font-size: 20px;
	color: #054667;
	margin-left: 15px;
	margin-top: 10px;
}

h3 {
	font-size: 18px;
	color: #054667;
	margin-left: 15px;
	margin-top: 10px;
}


li {
	font-weight: bold;
	margin-bottom: 10px;
}

img {
	border: 0px;
}

a:link	{
	color: #16658d;
	text-decoration: none;
	font-weight: bold;
}
a:visited	{
	color: #16658d;
	text-decoration: none;
	font-weight: bold;
}
a:hover	{
	color: #16658d;
	text-decoration: underline;
	font-weight: bold;
}

.footer {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

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

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

.footer a:visited{
	color: #ffffff;
	text-decoration: none;
}

.slogan {
	color: #054667;
	font-size: 18px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}

.phone {
	color: #054667;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}

.phone_title {
	color: #054667;
	font-size: 20px;
	text-align: center;
	padding-bottom: 5px;
}

.marquee_title {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	padding-bottom: 5px;
}


object {
	vertical-align: middle;
}

