@charset "UTF-8";
/* CSS Document */
body             { margin: 0px; padding: 0px 0 0 0; font-family:Arial; background-color: #fff; }
#container       { width: 100%; height: auto; background: url('images/background.png') repeat-x center top #fff; border-bottom: 1px solid #fff; }
#wrapper         { margin: 0 auto; width: 950px; border-right: 0px solid #ccc;  border-left: 0px solid #ccc;}
#header          { width: 950px; height: 344px; margin: 0px; padding: 0px;}
#flash
{
	width: 950px;
	height: 283px;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
.dotted          { background: url('images/dotted.gif') repeat-y top left; border: 0px solid #FF0000;}
#title           { float: right; margin: 60px 0 0 0; padding: 0px;}
.subheader       { font-size: 12px;}
/*---------------------- MENU -------------------*/
#topmenu        { margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px; width: 100%;  border: 0px solid #000; height:40px;} 
#topmenu ul     { float: left; list-style:none;margin:0;padding:0px 0 0 0px; height:40px;}
#topmenu li     { float:left; margin:0; padding:0; text-align:center; height:40px;}
#topmenu li a   { display: block; width:170px; margin:0px 10px 0px 0px; height:30px; padding:10px 0px 0px 0px; color:#fff; text-decoration:none; border-right:0px solid #fff;  font-size: 12px; font-weight: bold; text-transform: uppercase; }
#topmenu #left  { border-left:0px solid #000;}
#topmenu li a:hover, li a:focus, li a:active {  color:#000; }
#topmenu #d a   { background:url('images/bg4.png'); background-position: bottom; }
/*-------------------- CONTENT -----------------*/
#content         { float: left; width: 949px;  height: 350px; min-height: 350px; height: auto; margin: 0px; }
#innercontent    { padding: 13px 0px 0px 0px; _height: 350px; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-align: justify; color: #fff; width:949px; margin: 0px auto; border: 0px solid red;}
h1               { font-size: 19px; color: #000; font-weight: bold; text-align:left; margin: 0px 0 5px 0; text-transform:uppercase;}
h2               { color: #000; border-bottom: 1px dashed #838282; font-size: 18px; font-weight: normal; padding: 0px; margin: 0px 0px 5px 0px;  text-transform:uppercase;}   
#logo            { color: #fff; font-size: 10px; padding-top: 0px; margin: 0px;}
#logo img,#logo a{ text-decoration:none; color:#fff; border: none;}
.left            { float: left; width: 613px; margin: 0px 0px 0px 0px; padding: 10px; color: #000; border: 0px solid green; height: 300px; min-height: 300px; height: auto;}
.left ul         { margin: 0 0 0 10px; padding-left: 0px;}
.left img        { margin: 0 0 10px 0;}
.left a          { color: #000; padding: 3px;}
.left a:hover    { color: #000; text-decoration: none;}
.clearfix        { clear: both;}
.pics img        { margin: 0 auto; padding: 0px;}
#top			 { background:url(images/maintop.jpg) no-repeat; width:633px; height:11px; margin:0px;}
#bottom			 { background:url(images/mainbot.jpg) no-repeat; width:633px; height:11px;  margin:0px;}

#top2			 { background:url(images/righttop.jpg) no-repeat; width:310px; height:8px; margin:0px }
#bottom2			 { background:url(images/rightbot.jpg) no-repeat; width:310px; height:38px; margin:0px  }

.padding		 { padding:0 0 5px 15px;}

/*---------------------- GALLERY ------------------*/
#right          { float: right; width: 310px; margin: 0px; padding: 0 0 0 0px; color: #000; text-align:left;}
#right a        { color: #f8e405;} #right a:hover   { text-decoration: none; color: #f8e405;}
#right img      { margin: 0 0 0px 0; border: 1px solid #fff;}
DIV#right.loading { background: transparent url('js/loading_image.gif') no-repeat center center;}
/*---------------------- GALLERY ------------------*/
#footer          { width: 949px; height: 44px; margin: 0px auto; border-bottom: 0px solid #fff; border-right: 0px solid #fff;  border-left: 0px solid #fff; background:url(images/footer.jpg) no-repeat bottom; padding:5px 0 0 0; }
#foot-inner      { padding: 4px 0px 0px 10px; margin: 0px 0 0 0; font-size: 10px; color:#000; font-weight: bold; width: 946px;}
#foot-inner a    { color: #000;}
#foot-inner a:hover{ text-decoration:none;}
#logo            { float: right;  font-size: 9px; padding: 0px 15px 0 10px;}
#logo img, #logo a{ text-decoration:none; color:#000; border: none; padding: 0px 0px 0 0;}
/*-------------------- FORM -----------------*/
label            { width: 10em; float: left; font-size:12px; }
label.error      { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
.submit          { margin: 0 0 10px 120px; _margin: 0 0 10px 123px; position: relative; }
fieldset         { margin: 0px; width: 360px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
fieldset p       { padding: 0px; margin: 12px 0px;}
#formtext        { color: #fff;}
textarea         { border: 1px solid #ccc;}
input            { border: 1px solid #ccc;}
form             { border: none;}
	
	
	
