/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1b3060;
}
body,td,th {
	color: #FFF;
}
.background {
	background-image: url(../images/layout/background-fill.jpg);
	background-repeat: repeat-x;
}
.navigationBackground {
	background-image: url(../images/layout/nav-background.jpg);
	background-repeat: no-repeat;
}

/* Text*/

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
}

.text a:link {
	color: #FFF;
	text-decoration:none;
}
.text a:visited {
	color: #FFF;
	text-decoration:none;
}
.text a:hover {
	color: #FFF;
	text-decoration:none;
}
.text a:active {
	color: #FFF;
	text-decoration:none;
}

/* Navigation */

.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image: url(../images/layout/nav-bg.jpg);
	padding-left: 10px;
	max-width: 138px;
	font-weight: bold;
}

/* Navigation Link Styles */

.navigation a:link {
	color: #FFFFFF;
	text-decoration:none;
}

.navigation a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.navigation a:hover {
	color: #1b3060;
	text-decoration:underline;
}

.navigation a:active {
	color: #FFFFFF;
	text-decoration:none;
}

/* Featured Services */

.Featured {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.featuredTitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;
	padding-bottom: 5px;
}

.featuredTitles a:link {
	color: #FFFFFF;
	text-decoration:underline;
}

.featuredTitles a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}

.featuredTitles a:hover {
	color: #1b3060;
	text-decoration:underline;
}

.featuredTitles a:active {
	color: #FFFFFF;
	text-decoration:underline;
}

/* Links at the bottom of the page styles */

.BottomPageLinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

.BottomPageLinks a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.BottomPageLinks a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.BottomPageLinks a:hover {
	color: #b60000;
	text-decoration:none;
}
.BottomPageLinks a:active {
	color: #FFFFFF;
	text-decoration:none;
}

/* email address and telephone number at the top of the page */

.topPageLinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

.topPageLinks a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
.topPageLinks a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
.topPageLinks a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.topPageLinks a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
.Featuredbackground {
	background-image: url(../images/layout/background-fill.jpg);
	background-repeat: repeat-x;
}

/* Content */

.contentSideFill {
	background-image: url(../images/content/shared/content-side-fill.jpg);
	background-repeat: repeat-y;
}
.contentTop {
	background-image: url(../images/content/shared/content-top-bar.jpg);
	background-repeat: no-repeat;
}
.contentText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration:none;
}
.contentImageBg {
	background-image: url(../images/content/shared/content-image-fill.jpg);
	background-repeat: repeat-y;
}
.contentTitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-left: 25px;
}

.contentTitles a:link {
	color: #FFF;
	text-decoration:underline;
}
.contentTitles a:visited {
	color: #FFF;
	text-decoration:underline;
}
.contentTitles a:hover {
	color: #1b3060;
	text-decoration:underline;
}
.contentTitles a:active {
	color: #FFF;
	text-decoration:underline;
}
.contentSubTitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #1B3060;
	text-decoration:none;
	font-weight: bold;
}
.contentSubHeadings {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #1B3060;
	text-decoration:none;
	font-weight: bold;
}
.contactTitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}
.emailAddress {
	font-family: Verdana, Geneva, sans-serif;
	color: #1B3060;
}

.emailAddress a:link {
	color: #1B3060;
	text-decoration:underline;
}

.emailAddress a:visited {
	color: #1B3060;
	text-decoration:underline;
}

.emailAddress a:hover {
	color: #b60000;
	text-decoration:underline;
}

.emailAddress a:active {
	color: #1B3060;
	text-decoration:underline;
}
.contactPhoneNo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration:none;
}
