@charset "utf-8";
/* CSS Document */

body { font-family:Arial, Helvetica, sans-serif;
margin:0;
background:#fff;}

p {}


/* specific divs */

.clear { clear:both;}

#container_top { display:none;}

#container_bottom { display:none;}

/* container */

#container { width:780px;
background-color:#fff;}

/* top section logo and client area */

#container #top {}

#container #top .logo { display:none;}

#container #top #client { display:none;}

/* navigation */

#container #nav { display:none;}

/* content */

#content {}

/* left navigation */

#content #left { display:none;}

/* content right */

#content #right { margin:5px 5px 0 0;
width:100%;}

#content #right img { display:none;}

#content #right #ticker { display:none;}

#content #right h1 { font-size:11pt;
color:#000;
border-bottom:1px solid #000;
padding:0 0 5px 0;
margin:20px 5px 5px 5px;}

#content #right p { font-size:9pt;
color:#000;
margin:10px 10px 5px 5px;
line-height:18px;}

#content #right h3 { font-size:10pt;
margin:10px 5px 5px 5px;}

#content #right ul { font-size:9pt;
line-height:18px;
margin:10px 10px 5px 5px;}

#content #right #article { margin:5px;
border-bottom:1px solid #000;}

#content #right #article p { float:left;
width:90%;
margin:5px 5px 5px 5px;}

#content #right #article1 { margin:5px;
border-bottom:1px solid #000;
padding:0 0 10px 0;}

/* footer */

#footer { display:none;}

/* contact form */

.contact_left { float:left;
width:245px;
margin:0 20px 0 0;}

.contact_right { display:none;}