/* CSS Document */

body {
	background:#FFFFFE;
	margin:0;
	padding:0;
	font-family: Verdana;
}

td, input, textarea{
	font-size:11px;
	line-height:14px;
	vertical-align:top;
}

a {
	color:#FFF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img { border:0;}

table { 
	border:0px;
	border-collapse:collapse;
}

ul {
	list-style-type: circle;
	list-style-image: url(./design/puce.gif);
}

.tall_top {
	background:url(./design/tall_top.gif) repeat-x left bottom;
}
.tall_center {
	background:#888;
	color:#FFF;
	padding-bottom:20px;
}

.form {height:20px; margin-bottom:5px; margin-top:1px;}
.form input {width:163px; padding:0 0 0 4px; height:17px; border-color:#DBDBDB; font-size:11px;}
.form textarea {width:163px; height:125px; border-color:#DBDBDB; margin-top:1px; padding-left:4px; }
.btn{ background: #888;border:2px solid #FFF;color:#FFF;font-weight:bold;} 

#submenu{
	text-align: center;
	font-size: 14px;
	color:#FFF;
	background: url(./design/line_ver.gif) bottom left repeat-x;
	font-variant: small-caps;
	padding-bottom:6px;
}
#submenu a{
	text-decoration: none;
}
#submenu a:hover{
	text-decoration: underline;
}
#submenu a.selected{
	text-decoration: none;
	text-decoration: underline;
}

/*content*/
#content {
	height:344px;
}

.column1{
	padding: 8px 20px 0 40px;
	width: 425px;
	color:#FFF;
}
.column1 *{
	color:#FFF;
}
.column1 img{
	border: 2px solid #FEFEFE;
}
.separ {
	width:1px;
	margin-top: 10px;
	background:url(./design/line_ver.gif) repeat-y left top;
	height:100%;
}
.column2{
	padding: 8px 40px 0 20px;
	width: 220px;
	color:#FFF;
}
.column2 img{
	border: 2px solid #FEFEFE;
}

/*footer*/
#footer { 
	color:#919191;
	text-align:left;
	margin-left:50px;
	width:716px;
	background:url(./design/foot_line.gif) left bottom no-repeat;
	padding:20px 0 10px 0;
}
#footer a {
	color:#ABABAB;
	text-decoration:none;
}

#map *{color:#000;}


