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

body {
	margin:0 0 10px 0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#fff;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#nav {padding:0 15px;}
#nav a{color:#fff; padding:0 7px; font-size:11px;}
#nav a:visited{color:#fff;}
#nav a:active{color:#fff;}
#nav a:hover{color:#2B80FF;}

a:link{color:#333;}
a:active{color:#333;}
a:visited{color:#333;}
a:hover{color:#000;}

h1 {margin:20px 0 0 20px; color:#353A5B; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}
h2 {margin:10px 0 0 20px; color:#1F1F1F;}

p {padding:0 10px 4px 20px;}

ul li{color:#2B80FF; margin:0; padding:0 8px;}
ol {padding:0 15px 0 40px;}

.blue-ul{color:#000099;}

.sub-headers {color:#565A94; font-size:20px; font-weight:bold;}

a.sub-sections:link{color:#70A428; font-size:16px; font-weight:bold; text-decoration:none;}
a.sub-sections:active{color:#990000; font-size:16px; font-weight:bold; text-decoration:none;}
a.sub-sections:visited{color:#70A428; font-size:16px; font-weight:bold; text-decoration:none;}
a.sub-sections:hover{color:#fff; font-size:16px;}

a.sub-sections2:link{color:#449CD0; font-size:16px; font-weight:bold; text-decoration:none;}
a.sub-sections2:active{color:#990000; font-size:16px; font-weight:bold; text-decoration:none;}
a.sub-sections2:visited{color:#449CD0; font-size:16px; font-weight:bold; text-decoration:none;}
a.sub-sections2:hover{color:#fff; font-size:16px;}

.testimonies {color:#4B9700;}

textarea, input {border:1px solid #999;}

#footer {
	font-size:11px;
	color:#666;
	padding:13px 0;
}

#footer a{color:#549CCE;}
#footer a:active{color:#549CCE;}
#footer a:visited{color:#549CCE;}
#footer a:hover{color:#333;}
