/*--------------------------------------reset---------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
/*-----------------------------------main structure------------------------------------------*/
body{background-color:#ffffff}
#header{width:100%; height:125px; background:#ffffff url('img/header_strip_new.png') repeat-x; position:relative; font-family:Georgia,serif; 
		font-size:17px; color:white;}
.div_center{margin:0 auto 0 auto; position:relative; width:800px;}
#logo{width:165px; height:98px; background:white url('img/logo_simple.png') no-repeat; position:relative;}
/*#menu_div{width:100%; height:25px; background-color:#031f31; }*/
#menu{list-style-type:none; margin-left:420px; *margin-left:380px;}
#menu li{float:left; margin-left:40px;}
#menu li a {text-decoration:none; color:white;}
#menu li a:hover{text-decoration:underline;}

#img_loop img {border:solid 5px #ffffff}
#img_loop img{*margin-top:50px;}/*para ie6 only*/

#content{height:630px; width:100%; background:#000000 url('img/bkgnd.jpg') no-repeat center top; overflow:hidden; position:relative;}
#scroller{position:relative; width:800px; height:2520px; margin:0 auto 0 auto;}
#footer{height:100px; width:100%; background:#ffffff url('img/footer_strip_new.png') repeat-x; font-size:15px; color:white; font-family:Georgia,serif;}
#footer div.div_center{text-align:right;}

.panel{width:800px; height:530px; margin:0; padding:50px 0 50px 0; position:relative; color:white; border-bottom:dashed 1px #ffffff; font-family:Georgia,serif;}
.panel h1{font-size:18px; text-decoration:underline; margin-top:25px;}
.panel p{margin-top:20px; text-indent:20px; font-size:1em; text-align:justify;}
.panel img{border:double 4px #ffffff}
.panel ul{margin-top:20px; font-size:14px;}
.panel ul li{margin-top:10px; margin-left:30px;}
#contact.panel p{text-indent:0;}
#contact form{width:570px; height:380px; position:absolute; top:190px; left:230px; background-color:#031f31; border:solid 1px #61a0c9;
			font-size:10px;	}
#contact form p{margin-left:50px; margin-top:15px;}
#contact label{display:block; margin-left:50px; margin-top:5px; font-size:10px;}
#contact input[type="text"]{display:block; margin-left:50px; margin-top:5px; width:470px;}
#contact textarea{margin-left:50px; margin-top:10px; width:470px;}
#contact input[type="submit"]{margin-top:5px; margin-left:440px;}
