@charset "UTF-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
font-size: 14px;
font-family:"Lucida Sans", "Lucida Sans Regular";
}


body{
background-color: #0f4092;
background-image: url(../images/bg.png);
background-position:top;
background-repeat:repeat-x;
font-family:"Lucida Sans", "Lucida Sans Regular";
font-weight: normal;
}

a img,:link img,:visited img { border: none; }

a{
color: #0f4092;
}

a:hover{
text-decoration: none;
}

#page{
margin: 0px auto;
padding: 2em 2em 1em 2em;
width: 70em;
font-size: 1em;
background-color: #FFFFFF;
min-height: 50em;
_height: 50em;
}

#logo{
margin: 0px;
height: 3.57em;
width: 18.6em;
}

#slogan{
padding: 0px 0px 0px 6.5em;
margin: 0px -2.5em 0px 0px;
font-size: 0.857em;
text-transform:uppercase; 
}


#slogan hr{
background-color:#000000;
border: none;
height: 1px;
line-height:1px;
}

#footer{
margin: 0px auto;
padding: 2em 0em 1em 7.5em;
width: 66.5em;
background-color: #FFFFFF;
text-align: left;
text-transform:uppercase;
color: #777
}

#footer hr{
background-color: #777;
border: none;
height: 1px;
line-height:1px;
}

#footer .text{
	font-size: 0.8em;
}
#menu{
padding: 0px 0px 0px 4em;
}

#menu ul{
	list-style: none;
	padding: 1.4em 0px;
}

#menu ul li{
	display: inline;
	padding: 1.4em;
}

#menu ul li.current a{
	text-decoration: none;
}

#content {
padding-left: 4em;
}

#search{
	margin: 0px 1.4em;
	border: 1px solid #AAA;
	padding-left: 1.5em;
	width: 10em; 
	height: 1.2em;
	line-height: 1.5em;
	font-family:"Lucida Sans", "Lucida Sans Regular";
	font-weight: normal;
	color: black;
	background-image: url("../images/bg_search.gif");
	background-position: left;
	background-repeat: no-repeat;
}

#search_btn{
font-family: "Trebuchet MS";
font-size: 1em;
color: #363636;
font-weight: normal;
border: 1px solid #AAA;
}

#content .right{
clear: right;
width: 22em;
float: right;
margin:  1.875em 0px  0em  2em;
}

#content .right .cloud li{
 list-style: none;
 display: inline;
}

#content .right .cloud a{
white-space:nowrap;
}

#content .right .cloud big a{
font-size: 1.25em;
}

#content h1{
font-family: "Trebuchet MS";
font-size: 1.875em;
color: #363636;
font-weight: normal;
margin: 0.5em 0px;
}

#content h1 p{
font-family: "Trebuchet MS";
font-size: 1.875em;
color: #363636;
font-weight: normal;
margin: 0.5em 0px;
}

#content h2{
font-family: "Trebuchet MS";
font-size: 1.5em;
color: #363636;
font-weight: normal;
margin: 0.5em 0px;
}

#content p{
margin: 0.5em 0px 0.5em 1.4em;
}

#content ul{
margin-left: 1.4em;
list-style-position:inside;
list-style-image: url(../images/li.gif);
}

#content strong {
	font-size: 14px;
	font-family:"Lucida Sans", "Lucida Sans Regular";
	}

img.tmb{
	margin: 0.3em;
}

#quote
{
	padding-left: 20px;
}

#quote .text{
	margin: 0.4em;
	border: 1px solid #AAA;
	width: 25em; 
	height: 1.2em;
	line-height: 1.5em;
	font-family:"Lucida Sans", "Lucida Sans Regular";
	font-weight: normal;
	color: black;
}

#quote .text-file{
	margin: 0.4em;
	border: 1px solid #AAA;
	width: 25em; 
	font-family:"Lucida Sans", "Lucida Sans Regular";
	font-weight: normal;
	color: black;
}

#quote .select{
	margin: 0.4em;
	border: 1px solid #AAA;
	width: 25em; 
	font-family:"Lucida Sans", "Lucida Sans Regular";
	font-weight: normal;
	color: black;
}


#quote .textarea{
	margin: 0.4em;
	border: 1px solid #AAA;
	width: 25em; 
	height: 10em;
	line-height: 1.5em;
	font-family:"Lucida Sans", "Lucida Sans Regular";
	font-weight: normal;
	color: black;
}

#quote td
{
	text-align:left;
	vertical-align:middle;
}

#quote  .btn{
font-family: "Trebuchet MS";
font-size: 1em;
color: #363636;
font-weight: normal;
border: 1px solid #AAA;
}


.form_error
{
	color:red;
}

ul.error_list li 
{
	color:red;
	list-style: none;
}