@charset "UTF-8";
body {
	background-color: #04508D;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
p {
	margin: 0px;
}
h1 {
	color: #0078D2;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul {
	font-size: 12px;
	color: #CCCCCC;
	list-style-type: square;
}
h2 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sitetop {
	margin-top: 0px;
	height: 200px;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-bottom-style: none;
	border-top-color: #C9C8C9;
	border-right-color: #C9C8C9;
	border-bottom-color: #C9C8C9;
	border-left-color: #C9C8C9;
}
#maintop {
	width: 625px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#navigation {
	background-color: #04508D;
	float: right;
	width: 125px;
	height: 149px;
	margin-top: 21px;
	padding: 15px;
	font-size: 12px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #EAEAEA;
}
#navigation a {
	color: #EAEAEA;
	text-decoration: none;
}
#navigation  a:visited {
	color: #EAEAEA;
	text-decoration: none;
}
#navigation a:hover {
	font-weight: bold;
	color: #012A4C;
	text-decoration: none;
	padding: 0px;
}
#mainbottom {
	width: 625px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar {
	background-color: #04508D;
	float: right;
	width: 125px;
	margin-top: 0px;
	padding-top: 55px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #8EA2B1;
	font-size: 14px;
	line-height: 23px;
}
#sitebottom {
	background-color: #24292D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/top_bg.jpg);
}
#logo {
	float: left;
	width: 460px;
	text-align: center;
	padding-top: 60px;
}
#leftphoto {
	float: left;
	width: 400px;
	text-align: center;
	margin-top: 40px;
}
#leftphoto img {
	border: 8px solid #15171A;
}
#leftcontent {
	float: left;
	width: 450px;
	text-align: left;
	margin-top: 25px;
}
.picspace {
	margin-left: 10px;
}
.testimonialname {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	padding-bottom: 2px;
	color: #CCCCCC;
}
#maincontent {
	clear: both;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#maincontent a {
	color: #0D80D6;
	font-weight: bold;
	text-decoration: underline;
}
#maincontent a:visited {
	color: #0D80D6;
	font-weight: bold;
	text-decoration: underline;
}
#maincontent a:hover {
	color: #EAEAEA;
	font-weight: bold;
	text-decoration: none;
}
#maincontent p {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#footer {
	width: 625px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 12px;
	color: #EAEAEA;
	margin-top: 5px;
}
#footer a {
	font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
#footer a:visited {
	font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #EAEAEA;
	text-decoration: underline;
}

.clearfix:after {  
     content: ".";  
     display: block;  
     clear: both;  
     visibility: hidden;  
     line-height: 0;  
     height: 0;  
}  
   
.clearfix {  
    display: inline-block;  
}  
  
html[xmlns] .clearfix {  
    display: block;  
}  
  
* html .clearfix {  
    height: 1%;  
}
#leftcontent p {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#leftcontent a {
	color: #0D80D6;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar  a, #sidebar a:visited {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	line-height: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}
#sidebar a:hover {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
	line-height: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}
#leftcontent a:visited {
	color: #0D80D6;
	font-weight: bold;
	text-decoration: underline;
}
#leftcontent a:hover {
	color: #EAEAEA;
	font-weight: bold;
	text-decoration: none;
}
#leftcontent img {
	border: 3px solid #15171A;
}
#flash {
	width: 750px;
	margin-left: -25px;
}
#gradientbottom {
	background-color: #24292D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/bottom_bg.jpg);
	height: 26px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

