* {margin: 0;
    padding: 0;
}

body { font-family:Arial, Helvetica, sans-serif;
       font-size: 62.5%;
}

#header {
	height: 149px;
}
.top {
background-image: url(../images/top2.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height:149px
	}
#header_menu{
	background-image: url(../images/header_menu.jpg);
	background-repeat: repeat-x;
	text-align: right;
	height: 73px;
	padding-top: 10px;
}

#container {
	font-size: 1.2em;
}
#navcontainer {
margin-bottom:10px;
}
#left {
	float: left;
	width: 240px;
	margin-left: 20px!important;
	margin-left: 10px;
    padding: 0 0 10px 0;
}

#right {
	float: right;
	width: 150px;
	margin-right: 5px;
	padding-top: 27px;
}
.hometbl {
text-align:center;
}

.hometbl p {
text-align:left;
padding:10px 0;
}

#content {
	margin-right: 250px;
	margin-left: 250px;
	padding: 5px;
}
#formcontent {
	margin-right: 0px;
	margin-left: 250px;
	padding: 5px;
}
ul {
margin-left:10px;
}
ul li {
margin-left:15px;
}

#footer {
	height: 23px;
	text-align: center;
	font-size: .9em;
	padding-top: 60px;
}

p{  margin-top: 10px;
	margin-bottom: 10px;
}

h1{
	font-size: 2em;
	padding-top: 20px;
	padding-left: 50px;
	color: #FFFFFF;
	
}

.heading_color{
	color: #FF9900;	
}


h2 {
	margin-top:10px;
	margin-bottom: 15px;
	border-bottom: 0px solid #A7AAB3;
	text-align:left;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h4 {
	background-image: url(../images/menu_tab2.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 205px;
	padding-top: 5px;
	padding-left: 5px;
}
.textinput {
width:160px;
}
label {
width: 30px;
padding:8px 10px 5px 0;
vertical-align:top;

}
.red {
color:#990000;
}

#contactform {
margin-left:20px;
}
.images_left {float: left;
               margin: 5px;
}

.thumbs {border: 1px solid gray;
         margin: 5px 5px 5px 0px;
		 padding: 1px;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #FF6633}   /* mouse over link */
a:active {color: #FF3333}   /* selected link */

/***********************************'   Left side Menu  *******************************/

#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	width: 204px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #C2C2CA;
}

#navlist li a {
	text-decoration: none;

}

/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
}



#navfootcontainer {
text-align:center;
width:100%;
}

#navfoot
{
margin: 10px 0 0 0;
padding: 5px 0 20px 10px;
border-top: 1px solid #ddd;
}

#navfoot ul, #navfoot li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navfoot a:link, #navfoot a:visited
{

line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

a:link#current, a:visited#current , #navfoot a:hover {
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navfoot a:hover { color: #000; }
