﻿body{
	margin: 0px;
	text-align: center;
	background-image:url('/img/background-header.gif');
 	background-color:white;
	background-repeat:repeat-x;
}

h1{
	text-align:left;
	color:white;
	font-size:35px;
	padding:10px 0px 0px 70px;
	margin: 0px;
}

h2{
	color:green;
}

.centered{
	text-align:center;
}

.error{
	margin:10px;
	background-color:red;
	border:thin black solid;
	padding: 10px;
}

#header,#container{
	margin: 0px auto;
	width: 970px;
}

#header{
	height:60px;
	background-image:url('/img/phone-icon.png');	
	background-repeat:no-repeat;	
}

#menu{
	display:block;
	background-color:green;
	width:970px;
	height:30px;
	display:block;
	padding:0px;
	margin:0px 0px 10px 0px;
	list-style-type:none;
}

#menu>li{
	display:block;
	width:120px;
	float:left;
	border-right:thin LightGray solid;
}

#menu>li>a,#menu>li>a:visited{
	color:white;
	font-weight:bold;
	display:block;
	padding:5px;
}

#menu>li:hover{
	background-color:lime;
}

#menu>li>a:hover{
	color:black;
}

#mid{
	background-repeat:no-repeat;
}

/* Seach box styling */
#search_box{
	text-align:center;
	vertical-align:top;
}
#search_box>div{
	width:600px;
	display:inline-block;
}
#search_box img{
	border:0;
	display:inline-block;
	float:left;
}
#search_box form{
	margin: 7px 0px 0px 5px;
	display:inline-block;
	width: 490px;
	height:40px;
	float:right;
}
#search_box input{
	font-size:20px;
	height:36px;
	width:300px;
	float:left;
}
#search_box button{
	height:40px;
	width:168px;
	float:right;
	background-image:url('/img/search.png');
	border:0px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
#search_box button:hover{
	background-position:0px 40px;
}

#container{
 	background-color:white;
	border-left:thin LightGray solid;
	border-right:thin LightGray solid;
	z-index:1;
	min-height:300px;
}

#contents{
	padding:10px;
	width:950px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footer{
	background-image:url('/img/background-footer.gif');
 	background-repeat:repeat-x;
 	color:white;
 	padding-top:10px;
	height:60px;
}

.no_bullets{
	list-style-type:none;
}

.phone_list>span{
	font-weight:normal;
	white-space:nowrap;
}

#submit_form{
	display:inline-block;
	width:500px;
	border:thin black solid;
	padding:10px;
	text-align:left;
}

#submit_form .text_input, #submit_form textarea{
	width:480px;
}

#submit_form textarea{
	height:100px;
}

.ad_text{
	border:2px black solid;
	background-color:orange;
	font-size: 200%;
	padding:10px;
	text-align:justify;
}
