@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-x;
	margin: 0;
	background-color: #99CcFF;
}

#container{
	width: 1000px;
	margin: auto;
}

/* Begin Header CSS */

#header{
	width: 1000px;
	float: left;
}

#logo{
	width: 449px;
	height: 115px;
	float: left;
}

#toprightnav{
	width: 200px;
	height: 115px;
	float: right;
}

#mainnav{
	width: 1000px;
	height: 54px;
	float: left;
	margin-top: 8px;
}

/*End Header CSS*/

/*Begin Main Content CSS*/

#content{
	width: 1000px;
	float: left;
	background-color: #FFFFFF;
}

/* Left Column Content CSS */

#lc{
	width: 190px;
	float: left;
	background-color: #FFFFFF;
}


/* Center Column Content CSS */

#mc{
	width: 600px;
	float: left;
	background-image: url(../images/middlesectionbg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#mctopbox{
	width: 600px;
	float: left;
	padding-top: 25px;
}

#mcmiddlebox{
	width: 600px;
	float: left;
}

#mcmiddleboxlc{
	width: 255px;
	float: left;
	padding-left: 45px;
}

.smallrec{
	width: 255px;
	float: left;
	height: 65px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

#mcmiddleboxrc{
	width: 255px;
	float: left;
}

#mcbottombox{
	width: 600px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Right Column Content CSS */

#rc{
	width: 200px;
	float: left;
	background-color: #FFFFFF;
}

a.servicelink{
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a.servicelink:hover{
	color:#3399FF;
	font-family: "trebuchet ms";
	font-size: 12px;
}


/* End Main Content CSS */

/* Begin Footer CSS */

#footer{
	width: 1000px;
	float: left;
	background-color: #FFFFFF;
}

/* End Footer CSS */
