/* CSS Document */

body{
	width:100%;
	height:100%;
	font-family:"Comic Sans MS", arial;
	font-size:100%;
	padding:0px;
	margin:0px;
	background-image:url(../images/grid.gif);
}

.ErrorMessage{
color:red;
}
.FormText {
	width:200px;
}

.MessageBox {
 width:200px;
 height:200px;
}

#form1 {
	width:400px;
	padding:5px;
	background-color:#eeeeee;
	border:1px solid #cccccc;
}

h1, h2, h3 {
	margin-top:0px;
	margin-bottom:5px;
	color:#333399;
}

a{
color:#FF3333;
}
a:hover{
color:#CC3300;
}

#OuterContainer{
	width:775px;
	min-height:425px;
	_height:425px;
	margin:auto;
	margin-top:10px;
	background-color:#FFFFFF;
	border:10px solid #ff0000;
	
}
#InnerContainer{
	width:775px;
	min-height:425px;
	_height:425px;
	background-color:#FFFFFF;
	border:1px solid #ffffff;
	background-image:url(../images/buttonbkg.gif);
	background-position:left;
	background-repeat:repeat-y;
}
#Logo{
	width:620px;
	float:left;
	border-bottom:5px solid #ff0000;
}
/* menu code */
#Menu{
	width:154px;
	height:100%;
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	border-right:1px solid #ffffff;
	}
#Menu ul{
	margin:0px;
	padding:0px;
}
#Menu li{
	float:left;
	list-style-type:none;
	width:129px;
	font-size:75%;
}
#Menu li a{
	display:block;
	width:100%;
	height:20px;
	padding-top:5px;
	padding-left:25px;
	background-image:url(../images/button.gif);
	border-bottom:1px solid #ffffff;
	background-repeat:repeat-x;
	background-position:left;
	color:#ffffff;
	text-decoration:none;
	font-variant:small-caps;
}
#Menu li a:hover{
	background-image:url(../images/button-over.gif);
	background-repeat:repeat-x;
	background-position:left;
	color:#FF0000;
}
/* end of menu code */
#Banner{
	width:620px;
	height:150px;
	float:left;
	border-bottom:5px solid #ff0000;
}
#Content{
	float:left;
	width:610px;
	padding:5px;
	font-size:80%;
	text-align:justify;
	color:#000099;
	
}
.clear{
	clear:both;
}

#footer{

	margin:auto;
	font-size:60%;
	width:500px;
	color:#000000;
	text-align:center;
	margin-top:10px;
	padding-bottom:15px;
}
#footer a{
	color:#000000;
}
#footer a:hover{
	color:#ff0000;
}

#adverts{
margin:auto;
width:125px;
}

#listservices{
list-style-type:none;
text-align:center;
}

#listservices li{
float:left;
margin-bottom:30px;
margin:5px;
}