@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

body { font-family: Arial, Helvetica, sans-serif; color: #333333; background: url(../images/bg.jpg) top no-repeat; font-size: 14px;}

a { outline:none; }

a img { border:none; text-decoration:none; }
p { margin-bottom: 10px; text-align:justify; }

.clear { clear:both; }
.blue_large { color:#2E3192; font-size: 14px; font-weight:bold; }
.red_large { color:#ED1C24; font-size: 14px; font-weight:bold; }
.darkgrey_large {color: #333333; font-weight:bold; font-size: 16px;}
.darkgrey_xlarge {color: #333333; font-weight:bold; font-size: 20px;}

input, textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EAEAEA none repeat scroll 0 0;
border:1px solid #9E9B9B;
padding:2px;
font-size: 12px;
}

/* CONTENT SECTIONS */
div#wrap { width:940px; margin:0 auto; }

/* MAIN NAVIGATION */
div#menu_head { width:940px; height:27px; background:url(../images/menu_head.jpg) no-repeat; }
div#menu_body { width:940px; height:50px; background:url(../images/menu_bg.jpg) no-repeat; text-align:center;}

div#menu {  width:845px; font-size:15px; padding-left: 95px; }
html>body div#menu {  width:810px; font-size:15px; padding-left: 130px; }
div#menu a { color:#333; text-decoration:none;}
div#menu a:hover {color:#fff; text-decoration:none;}
div#menu .selected {color:#fff; text-decoration:none;}

div#banner { width:940px; height: 405px;}

div#welcome {width:910px; background:url(../images/welc_text.jpg) left no-repeat; height:180px; margin: 15px;}
div#welcomeText { width:570px; margin-left: 340px; font-size:14px;}
div#welcome a {  font-size:12px; color:#ef020b; text-decoration:underline;}

div#sub_menu {width:930px; height:200px; margin-left:10px;}
div#sub_menu ul {list-style: none;}
div#sub_menu li { display:inline; list-style:none; margin-right:5px;}

div#footer_head { width:940px; height:100px; background:url(../images/footer_head.jpg);}
div#footer_body {width:940px; text-align:center; font-family:Georgia; font-size:14px; padding-top:15px;}
div#footer_body a { color:#333; text-decoration:none; font-weight:bold;}
div#footer_body a:hover {color:#ef020b; text-decoration:underline;}

div#footer_body .copyright { font-family:Arial, Helvetica, sans-serif; font-size:11px; padding: 30px;}
