@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	background-color: #CCCCCC;
}


#wrapper{
	width:916px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #bab9b9;
	border-top: 0;
	border-bottom: 0;
	background-color: #FFFFFF;
}

#header{
	width:920px;
	height:auto;
	background-image: url(../images/header.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top: 25px;
}


#footer{
	width:920px;
	height:102px;
	background-image: url(../images/footer.gif);
	margin-left:auto;
	margin-right:auto;
}

#logo{
	width:257px;
	height:93px;
	margin-left:25px;
}

#header-text{
	width:540px;
	height:auto;
	float:right;
	margin-right:20px;
	color: #999999;
	font-weight: bold;
	margin-bottom: 0px;
}


#content{
	margin-left:15px;
	margin-right:15px;
	height:auto;
	width:auto;
	padding-bottom: 5px;
	padding-top: 10px;
}

.image-right{
	float:right;
	margin:5px;
	padding: 5px;
	border: 1px solid #cccccc;


}


.image-right-no-border{
	float:right;
	margin:5px;
	padding: 5px;


}

.image-left{
	float:left;
	margin:5px;


}

#small-menu{
	width:auto;
	height:auto;
	padding-left: 250px;
	margin-top: 10px;
}


img{
border:0;
}

.box-left{
	width:350px;
	height:auto;
	float:left;
	border-right: 1px dashed #cccccc;
	padding-right: 50px;
}

.box-left-contact{
	width:275px;
	height:auto;
	float:left;
	border-right: 1px dashed #cccccc;
	padding-right: 50px;
}

.box-right{
width:400px;
height:auto;
float:right;
}

.padding-2{
	padding-bottom:5px;
}



#box-menu-right{
	width:475px;
	height:auto;
	float:right;
	border-left: #CCCCCC 1px dashed;
	padding-left: 25px;
}


#text-footer-left{
	width:auto;
	float:left;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 50px;
}


#text-footer-left a:link {
     color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#text-footer-left a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

#text-footer-left a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#text-footer-left a:active {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}



#text-footer-right{
	width:auto;
	float:right;
	font-size: 25px;
	margin-right: 25px;
	margin-top: 40px;
	color: #FFFFFF;
}


.white{
font-weight:bold;
color:#FFFFFF;
font-size:12px;
}

a:link {
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #333333;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}

a:active {
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}

#contact-box{
	width:435px;
	height:799px;
	float:right;
	padding-left: 50px;
	background-image: url(../images/bg-contact.gif);
}



.contact-fields{
	width:300px;
	height:30px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
}



.contact-textfield{
	width:300px;
	height:150px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}
