@charset "UTF-8";


/********** LAYOUT *********/
body {
	background-color: #d9d6bf;
	margin-top: 0px;
	margin-left: 0px;
}
.container {
	background-image: url(../images/background-container.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.sidebar {
	background-color: #8c98ba;
}
.sidebar-box {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignright {
	text-align: right;
}
.alignright-pad {
	text-align: right;
	padding-right: 10px;
}
.alignleft {
	text-align: left;
}
.alignleft-pad {
	text-align: left;
	padding-left: 10px;
}
.main-content {
	margin-top: 10px;
}
p img {
	float: left;
	margin-top: .5em;
	margin-right: .5em;
	margin-bottom: .5em;
	margin-left: 0pt;
	padding: 0pt;
}
/********** NAVIGATION **********/
.nav {
	background-image: url(../images/nav-background.gif);
	height: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1a1a9d;
}
.nav li {
	display: inline;
	padding-right: 15px;
	font-size: 120%;
	font-weight: bold;
}
.nav ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.nav li a {
	text-decoration: none;
	color: #f9fcb2;
	padding-top: 30px;
	font-weight: bold;
}

.subnav {

	text-align: left;
}
.subnav ul {
	margin: 0px;
	padding: 0px;
}
.subnav li {
	padding: 0px;
	margin: 0px;
	display:block;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	list-style-type: none;
	background-color: #475887;
}
.subnav li a:link, .subnav li a:visited {
	display: block;
	padding-left: 10px;
	color: #f9fcb2;
	text-decoration: none;
	font-size: 110%;
}

.subnav li a:hover {
	background-color: #22366f;
	color: #f9fcb2;
}

.subnavlastborder {
	color: #000000;
}

/********** TYPORGAPHY **********/
.pagetitle {
	font-size: 200%;
	color: #850404;
}
h1 {
	font-size: 130%;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	margin-bottom: 0.25em;
	font-weight: normal;
}
.home-box  h1 {
	color:#860404;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #860404;
	display: block;
}
.home-box  ul {
	margin-left: 30px;
}
.shy  {
	color: #222222;
	text-decoration: none;
}
.action-text li {
	list-style-type: none;
	padding-bottom: 1.5em;
}

/********** UNIQUE ELEMENTS **********/
.logo img {
	padding-top: 10px;
	padding-left: 10px;
}
.header {
	height: 80px;
	background-image: url(../images/header-background.gif);
}
.header-tagline {
	font-size: 120%;
	font-style: italic;
	color: #072483;
	padding-top: 1em;
}
.header-contact, .header-contact strong {
}
.footer {
	background-color: #000000;
	font-size: 90%;
	color: #71ADFC;
}
.footer a {
	text-decoration: none;
	color: #71ADFC;
}
.home-mainimage {
	background-image: url(../images/home-mainimage-bkgrnd.gif);
	height: 200px;
}
.home-tagln1 {
	font-size: 200%;
	padding-left: 20px;
	padding-top: 20px;
}
.home-tagln2 {
	font-size: 120%;
	padding-left: 20px;
}
.callbox1 {
	font-size: 90%;
	margin-top: 30px;
	background-color: #FFFFFF;
	padding: 5px;
}
.callbox3 {
	font-size: 90%;
	margin-top: 30px;
	background-color: #666666;
	padding: 5px;
	height: 120px;
}
.callbox3 p {
	color: #FFFFFF;
}
.testimonial-box {
	margin-top: 50px;
	margin-bottom: 40px;
}

.sidebar-callbox {
	padding: 0px;
	line-height: 1em;
	font-size: 90%;
	margin-top: 25px;
	margin-bottom: 30px;
}
.home-main-buttons {
	padding-bottom: 20px;
	padding-top: 10px;
}
.action-text {
	background-color: #e0e6f9;
	border: 1px solid #676cbf;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}
.intro-paragraph{
	font-size: 150%;
	margin-left: 10px;
}
.home-button{
}
