* {
	margin: 0;
	padding: 0;
}

body {
background: #ffffff url(../img/wrapper.jpg) repeat-x scroll;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #99AECD;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 20px auto 10px auto;
width: 980px;
min-height: 600px;
background: #fff;
padding: 10px;
border: 1px solid #000;
}


#header {
height: 140px;
background: #554d42 url(../img/Logo2.PNG) no-repeat;
}
#header h1 { 
font-size: 50px;
letter-spacing: -7px;
padding: 17px 0 0 10px;
color: #FF5500;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}

#search { margin: 3px 0 0 800px; }



#menu {
height: 30px;
line-height: 30px;
background: #000;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
position:relative;
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
text-decoration: underline;
}

#nav li {
    float: left;

    }

#nav li ul {
	display: block;
	position: absolute;
    padding: 0 20px 0 0;
	left: -999em;

}

#nav li:hover ul {
	left: 0px;
	top:30px;
}
#nav li.sfhover ul {
	left: 0px;
	top:30px;
}
#nav  li ul li a {
width: 90px;
padding:0px 10px;
display: block;
float: left;
text-decoration: none;
background: #000;
}
#nav  li ul li a:hover {
    background:	#0000cd;
    text-decoration:none;
}
#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 740px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h1 {
font-size: 25px;
line-height:1.3;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: left;
width: 200px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #7988AF;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }
#footer ul{list-style-type: none; display:inline;}
#footer li{display:inline;}


/***** Mailform *****/

.csc-mailform {margin:20px auto; background:url(../img/form.gif)bottom right no-repeat #ffec55;  width: 420px; border: 1px solid blue;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #000000;padding:50px 36px;}
.csc-mailform label{width: 50px; display:block; float:left;}
.csc-mailform fieldset {backgorund:url(../img/form.gif)center right no-repeat #ffec55; }
.csc-mailform-field { margin-bottom: 6px;line-height: 18px}
.csc-mailform-field input, textarea { width:300px;}
.csc-mailform-field input.csc-mailform-submit { width:85px; margin-left:270px;}
