@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; border:0; outline:0;}
.clear{clear:both; height:1px;}
.right{ float:right; margin:0px 2px;}
.img_cntr{padding:5px; display:block; background:#CCC; border:#b0b0b0 1px solid; margin:10px auto;}
.img_left{padding:5px; float:left; display:block; background:#CCC; border:#b0b0b0 1px solid; margin:0px 21px;}
.img_right{padding:5px; float:right; display:block; background:#CCC; border:#b0b0b0 1px solid; margin:0px 21px;}
h1{display:block; text-transform:uppercase; border-bottom:#0099ff 1px solid; font-size:20px; margin:0 0 5px 0;}
body{background:#e6ebf1 url(images/main_bg.jpg) top center; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#666;}

#container1{width:1024px; padding:5px; margin:0 auto;}
#header{width:1024px; height:200px;}
#content{width:1024px; padding:10px 0 0 0;}
#content a{color:#0099ff; text-decoration:none; font-weight:bold;}
#content a:hover{border-bottom:#0099ff 1px solid;}
#left{width:200px;float:left;}
#nav{width:200px; text-transform:uppercase;}
#nav a{display:block; padding:2px 0 1px 5px; margin:2px 0; text-decoration:none; color:#666; font-size:13px;}
#nav a:hover{ background:#0099ff url(images/nav_bg.jpg) repeat-y; color:#FFF; border:0;}
#nav img{border:0;}
#nav .current{ background:#0099ff url(images/nav_bg.jpg) repeat-y; color:#FFF;}
#right{ width:765px; float:right; font-size:13px;}


/*Twitter*/
#twitter_box{width:894px; padding:6px; margin:60px auto 0px auto; font-size:12px; -moz-border-radius:5px; -webkit-border-radius:5px; border:#CCC 1px solid;}
#twitter_box li a{color:#0099ff; text-decoration:none; text-transform:uppercase;}
#twitter_box li{list-style:none; display:block; border-bottom:#c1cad5 1px solid; padding:5px 0;}
#twitter_box ul{margin:0; padding:0;}


/*Form*/
#formbox1{width:335px;height:143px;float:right;margin:20px 0 0;padding:6px;}
#content input{font-size:12px;border:solid 1px #478bb8;width:250px;margin:2px 0 10px 10px;padding:4px 2px;}
#content input:hover{ background:#cfe2ef;}
#content label{display:block;width:300px;}
#content .small{color:#478bb8;font-size:9px;text-transform:uppercase;margin:0 0 0 5px;}
#content textarea{font-size:12px;border:solid 1px #478bb8;width:400px;margin:2px 0 10px 10px;padding:4px 2px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#content textarea:hover{ background:#cfe2ef;}
#content .button{clear:both;width:100px;height:25px; cursor:pointer;background:#fff;border:#478bb8 1px solid;text-align:center;color:#333519;font-size:11px;}
