@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #FFFFFF;
	background-color: #1C2A53;
	background-image:url(/images/background.jpg);
	background-repeat: repeat-x;
}

body.editor {
	background-color: #1C2A53;
	background-image: none;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

hr {
	background-image: url(/images/horiz_divider.gif);
	background-repeat: repeat-x;
	height: 1px;
	border: none;
	margin: 15px 0px 0px 0px;
}

p {
	margin-bottom: 10px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:23px;
	color: #FFFFFF;
}

a {text-decoration: none; color : #5F6474;}
a:hover {text-decoration: none; color : #F3EC19}

img { border: none; }

blockquote {
    font-style: italic;
}

cite {
    font-style: normal;
    display: block;
	text-align:right;
    margin: 10px 50px 10px 10px;
}

/* CONTENT CSS */

#container {
	width: 775px;
	margin: 0px auto;
}

#header {
	width: 775px;
	height: 121px;
}

#nav {
	width: 775px;
	height: 35px;
}

#what_theyre_saying {
	width: 210px;
	padding: 10px 0px 0px 8px;
}

#content {
	width: 775px;
}

#home_bottom_content {
	width: 775px;
	background-image: url(/images/bottom_dividers.gif);
	background-repeat: repeat-y;
	margin: 20px 0px 10px 0px;
}

#contact {
	width: 210px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #FFFFFF;
}

#contact a {color: #F3EC19;}

#contact a:hover {color: #5F6474;}

#services_offered {
	width: 437px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #FFFFFF;
}

#services_offered a {color: #FFFFFF;}

#services_offered a:hover {color: #F3EC19;}

.splitColumns {
	background-image: url(/images/vertical_divider.gif);
	background-position: 47% 0%;
	background-repeat: repeat-y;
	margin-left: 50px;
}

.left {
	text-align: right;
	padding: 0px 15px 0px 0px;
}

.right{
	text-align: left;
	padding: 0px 0px 0px 15px;
}

#extra_links {
	width: 193px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #FFFFFF;
}

#extra_links a {color: #FFFFFF;}

#extra_links a:hover {color: #F3EC19;}

#footer {
	width: 775px;
	text-align: right;
	color: #5F6474;
	margin-top: 7px;
}

#secret_button {
	width: 14px;
	height: 21px;
	padding: 4px 0px 0px 10px;
}

#content {
	width: 775px;
}

#bottom_content {
	width: 775px;
	margin: 20px 0px 10px 0px;
}

.bottom_content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #FFFFFF;
}

.bottom_content_text a {color: #F3EC19;}

.bottom_content_text a:hover {color: #5F6474;}

