/* CSS Document */

body {
	background: url(../images/bg.jpg) repeat-x #000000		;
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Tahoma,MS Sans Serif;
	font-size:11px;

}

#header_logo {

	width:293px;
	height:49px;
	}
#footer{
color:#6a6a6a;
font-size:11px;
}

.grey {
	color:#999999;
	}
.greybold {
	color:#999999;
	font-weight:bold;
	}
.grey2{
	color:#b7b7b7;
	}

.white {
	color:#FFFFFF;
	}
.red{
color:#860000;
font-weight:bold;
}

.blackbold{
color:#000000;
font-weight:bold;
}
	
blockquote {
margin-left:30px;
}

h3 {
color:#860000;
font-size:12px;
font-weight:bold;
padding:0;
margin-top:0;
}

#white_bg{
padding-top:10px;
padding-left:10px;
background:#FFFFFF;
padding-bottom:10px;
}

.ulstyle2{
margin:0;
padding-left:15px;
}

.left{
float:left;
}

.right{
float:right;
}

a{
text-decoration:none;
font-weight:bold;
color:#860000;
}

a:hover{
color:#999999;
text-decoration:underline;
font-weight:bold;
}

.9{
font-size:9px;
padding:0;
}

#accom_container
{
height: 100%; /* ie treats as min-height */ 
width: 700px; /* ie treats as min-width */ 
min-width: 500px; /* ie ignores */
}

*>#accom_container { 
height: auto; /* ie ignores child selector, modern browsers replace height declaration */ 
width: auto;
}

#accom_left{
width:100%;
background:#f5f5f5;
padding:10px;
}

*>#accom_left { 
height: auto; /* ie ignores child selector, modern browsers replace height declaration */ 
width: auto;
background:#f5f5f5;
}

#accom_pic_left{
float:left;
padding-left:20px;
width:260px;
}

#accom_con__right{
float:right;
width:390px;
margin-right: 20px;
margin-left: 20px;
}

#accom_right{
width:100%;
background:#f5f5f5;
padding:10px;
}

*>#accom_right { 
height: auto; /* ie ignores child selector, modern browsers replace height declaration */ 
width: auto;
background:#f5f5f5;
}

#accom_pic_right{
float:right;
width:260px;
margin-right: 20px;
}

#accom_con__left{
float:left;
width:390px;
margin-left: 20px;
}

.clear { clear:both; line-height:0; height:0;}

.a2{
color:#999999;
text-decoration:underline;
}

.a2:hover{
color:#860000;
text-decoration:none;
}

a img{
text-decoration:none;
border:none;
}


h1{
color:#b7b7b7;
font-size:16px;
margin-top:10px;}

h2{
font-size:15px;
margin:0;
padding:0;
}

input, textarea{
width:250px;
border:#860000 solid 1px ;
font-size:11px;
}

.input2{
width:150px;
border:#860000 solid 1px ;
background:#FFFFFF;
font-size:11px;
}

select {
 background-color: #ffffff;
 border:#860000 solid 1px ;
 border-bottom-color:#860000;
 font-size:11px;
}

.input3{
width:150px;
font-size:11px;
clear:inherit;
}


