/* Blank Simple */
/* TAG definitionss */
a{text-decoration:none;}
a:link, a:visited{text-decoration:none;color:#f00;}
a:hover, a:active{text-decoration:none;color:#00f;}
a img{text-decoration:none; border:none;}
h1{
	font-size: 140%;
	font-weight: bold;
}
h2{
	font-size: 120%;
	color: #006;
}
h3{
	font-size: 100%;
	color: #000;
}

/* Containers */
body{
background-color: #c4d0fb;
/* background: url(../images/textbg.gif); */
/*background-image: url(../images/image.gif);*/
margin: 0;
padding: 0;
border: 1px;
font-size: 90%;
font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
color: #000;
height: 100%;
width: 100%;
}
.container{
/*	background-color: #c4d0fb; */
	background-color: #fff;
/*background-image: url(../images/image.gif); */
	position: relative;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 10px;
	width: 770px;
	height: 50%;
}
.floatwrapper{
/*	clear: both; */
	display: block;
	float: left;
	width: 630px;
	margin-top: 0px;
	padding:0px;
	border-width: 1px;
	border-style: solid;
	border-color: #00f;
}
.MainText{
	float: right;
	width: 610px;
	padding: 10px 0px 0px 0px; /* T R B L */
	border-width:0px;
	border-style: solid;
	border-color: #00f;
	margin: 10px 0px 0px 0px; /* T R B L */

}
.footer{
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #000;
	font-weight: bold;
	font-size: 80%;
}
/* End of Containers */

/* Navigation */

.sidenavbarBut{
	float: left;
	width: 155px;
	background-color: #fff;
	margin:20px 0px 0px 0px;
	border:0px;
	padding:0px;
	border-width:0px;
	border-style: dotted;
	border-color: #00f;
}

/* Start of side nav buttons */
.sidenavbarBut ul{margin:0; padding: 1px;}
.sidenavbarBut li{
display: list-item;
list-style-type: none;
float: left;
height: 60px;
width: 150px;
margin: 0px 0px 5px 0px; /* T R B L */
padding:0px 0px 0px 0px;
border-width: 0px;
border-style: solid;
border-color: #0f0;
text-align: center;
}

#sidebut1{
/*background-image: url(../images/but_home.gif);*/
background-repeat:no-repeat;
}
#sidebut2{
/*background-image: url(../images/but_services.gif);*/
background-repeat:no-repeat;
}
#sidebut3{
/*background-image: url(../images/but_contact.gif);*/
background-repeat:no-repeat;
}

.sidenavbarBut a:link, .sidenavbarBut a:visited{
text-decoration:none;color:#000;
cursor: hand;
}
/* end of button */

.serviceslist{
list-style-image: url(../images/thumb.gif);
margin:0px 0px 0px 20px; /* T R B L */
}
.footerlist{
	height: 40px;
	display: block;
	margin:0px 5px 0px 0px; /* T R B L */
	padding:0px 5px 0px 0px;
	border-width: 5px;
	border-style: none;
	border-color: #f00;
	text-align: center;
	font-size: 80%;
}

.footerlist ul{
	margin:0px;
	padding: 5px;
	border-width: 0px 5px 0px 0px;
	border-style: none;
	border-color: #0f0;
}
.footerlist li{
	display: inline;
	margin:0px 5px 0px 5px; T R B L
	padding:0px 5px 0px 5px;
	list-style-type: none;
	background-image: none;
	border-width: 0px 4px 0px 0px; T R B L
	border-style: none;
	border-color: #f0f;
}

/* End of Navigation */

/* Header titles, straplines and  and images */

.title{
	background-color: #fff;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: center;
/*	color: #3300ff; */
	text-align: left;
	height:94px;
	width: 100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #000;
	cursor: hand;
}
.strapline{
 	background-color: #ddd;
	height:0px; /* make same height as image */
/*	background-image:url(../images/fabfood.gif); */
	background-repeat:no-repeat;
	background-position: center;
	width: 100%;
/*	color: #3300ff; */
	text-align: center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-width: 0px;
	border-style: none;
	border-color: #00f;
	cursor: hand;
}
/* End of Header titles, straplines and  and images */

/* Misc definitions */

.blanktext{
display: none;
}

.floatleft{
float: left;
margin: 0px 15px 10px 0px;
}

.floatright{
float: right;
margin: 0px 15px 10px 0px;
}
.Clear{
	clear:both;
}
.footerimg{
	display: inline;
	list-style-type: none;
	text-align: center;
	height: 40px;
	margin:5px 5px 5px 5px;
	padding:0px 0px 0px 0px;
	border-width: 0px;
	border-style: none;
	border-color: #00f;
}
.normmsg{
font-weight: bold;
color: #f00;
}
.errmsg{
font-weight: bold;
color: #f00;
}
