/* CSS Document */

/* ------------------------------------------------------------------ GENERAL ----------------------------------------------------------------- */
body { margin:0px; padding:0px; background:url(../images/bg.gif) top left repeat;}

a img { border:none; }
/* ------------------------------------------------------------------ LAYOUT ------------------------------------------------------------------ */
#pageHolder { width:900px; height:auto; overflow:hidden; margin:0px auto 0px auto; padding-top:50px;}
#contentHolder { float:left; width:900px; height:auto; overflow:hidden; padding:0px; background:url(../images/content-bg.jpg) top left no-repeat;  background-color:#ffffff;}
#contentHolder2 { float:left; width:900px; height:auto; overflow:hidden; padding:0px;}
#content { float:right;width:700px; height:auto; padding-top:40px; padding-right:50px; padding-bottom:20px;}
#content h1 { font-family: Georgia, "Times New Roman", Times, serif; float:left; margin:0px; padding:0px; font-size:18px; color:#124c87;width:650px; font-weight:bold}
#content h2 { font-family: Georgia, "Times New Roman", Times, serif; float:left; margin:0px; padding:0px; font-size:14px; color:#124c87;width:650px;}
#content h3 { font-family: Georgia, "Times New Roman", Times, serif; float:left; margin:0px; padding:0px; font-size:12px; color:#124c87;width:650px;}
#content p { font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; color:#737373; font-weight:normal; letter-spacing:-0px;width:650px; float:left; padding:0px; margin:0px; padding-top:10px;}
#content p a {color:#737373; text-decoration:none}
#content p a:hover {color:#737373;; text-decoration:underline}

#content ul { margin:0px; padding:0px; list-style:none; float:left; width:250px; font-family: Georgia, "Times New Roman", Times, serif; font-size:12px;color:#737373; padding-top:20px;}
#content ul li { margin:0px; padding:0px; padding-left:40px; width:410px; padding-bottom:10px; background:url(../images/bullet.jpg) top left no-repeat}
/* ------------------------------------------------------------------ HEADER ------------------------------------------------------------------ */
#header { width:880px; height:68px; overflow:hidden; padding:45px 0px 0px 20px; background:url(../images/header.jpg) top left no-repeat}


/* ------------------------------------------------------------------ NAV --------------------------------------------------------------------- */
#navHolder {
	float:left;width:120px; padding:0px; background:url(../images/nav-bg.gif) top left repeat-y; margin:0px; margin-top:28px; padding-bottom:20px;
}
ul.navigation { margin:0px; padding:0px; float:left; width:120px; list-style:none}
ul.navigation li {
	list-style-type:none; padding-left:20px; padding-top:15px; float:left; width:100px;
	font-family: Georgia, "Times New Roman", Times, serif; font-size:16px; line-height:18px; margin:0px;font-weight:bold;
}
ul.navigation li a {
	display: block; color:#124c87; text-decoration:none; padding:5px 0px 6px 0px; width:100px; height:auto; overflow:hidden; font-weight:normal;
}
ul.navigation li a:hover {
	color:#124c87; text-decoration:none; font-weight:bold;
}
ul li.activeLink a {color:#124c87; text-decoration:none;font-weight:bold;}
/* ------------------------------------------------------------------ FOOTER ------------------------------------------------------------------ */
#footer {
	width:900px; height:auto; overflow:hidden; float:left; clear:left; margin:0px 0px 0px 0px; padding:20px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif; font-size:10px; background:url(../images/footer-bg.gif) top left no-repeat #124c87; color:#fff;
}
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { color:#fff; text-decoration:underline; }
#footerLeft { width:500px; height:auto; overflow:hidden; float:left; }
#footerLeft select { font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; margin:4px 0px 0px 0px; }
#footerRight { width:300px; height:auto; overflow:hidden; float:right; text-align:right; padding:1px 0px 0px 0px; line-height:14px; }

.formWidth { width:80px}