@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #211c55;
	font-size: .8em;
	font-family:Verdana, Geneva, sans-serif;
	background-image: url(images/bordertop.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #FFFC00; 
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFC00;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h2 {
	color: #ffffff;
	}

#wrapper {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/bordertop.jpg);
	background-repeat: repeat-x;
	}

#logo {
	float: right;
	width: 365px;
	height: 227px;
	background-image: url(images/mcmlright.jpg);
}

#topbanner {
	width: 665px;
	height: 147px;
	background-image: url(images/toprepeat.jpg);
	background-repeat: repeat-x;
	float:right;
}

#links {
	width: 502px;
	height: 57px;
	margin-top: 23px;
	background-image: url(images/linksleft.jpg);
	float:left;
}

.links {
	padding-top: 28px;
	list-style:none;
	margin-left: 10px;
}

.bannerimage {
	padding: 10px;
}

#content {
	width: 1040px;
	background-image: url(images/bordercontent.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
	padding-bottom: 10px;
	float:right;
}

.contentbox {
	width: 910px;
	padding: 20px;
	margin-top: 20px;
	margin-left: 40px;
	}

.contactmenubox {
	width: 200px;
	height: 150px;
	float: left;
	border: 1px #000000 solid;
	background-color: #4b467c;
	background-image: url(images/contactbg.jpg);

}

.aboutmenubox {
	width: 200px;
	height: 150px;
	float: left;
	border: 1px #000000 solid;
	background-color: #4b467c;
	background-image: url(images/aboutbg.jpg);

}

.servicesmenubox {
	width: 200px;
	height: 150px;
	float: left;
	border: 1px #000000 solid;
	background-color: #4b467c;
	background-image: url(images/servicesbg.jpg);

}

.mediamenubox {
	width: 200px;
	height: 150px;
	float: left;
	border: 1px #000000 solid;
	background-color: #4b467c;
	background-image: url(images/mediabg.jpg);

}

.contentinside {
	width: 650px;
	float: right;
	padding: 10px;
	border: 1px #000000 solid;
	background-color: #4b467c;
}

.thumbleft {
	width: 50%;
	float: left;
}

.descright {
	width: 50%;
	float: right;
}

.subcontent {
	padding: 5px;
}

.subcontent p {
	margin: 10px;
}

.list {
	padding: 5px;
}

.list ul {
	list-style: none;
	padding-left: 20px;
}

.list p {
	padding-bottom: 5px;
	padding-top: 25px;
	list-style-type: none;
	font-weight: bold;
}

.thumbright {
	width: 50%;
	float: right;
}

.menu {
	padding:10px;
	font-size: 1.2em;
	float: left;
	list-style: none;
}

.menu ul {
	list-style: none;
	padding-left: 20px;
}

#contentborder {
	width: 1040px;
	height: 5px;
	background-image: url(images/bordercontentbottom.jpg);
	background-repeat: no-repeat;
	float:right;
}

#contentbordertop {
	width: 1040px;
	height: 5px;
	background-image: url(images/bordercontenttop.jpg);
	background-repeat: no-repeat;
	float:right;
}

#footer {
	width: 1040px;
	height: 50px;
	float:right;
}

#footercontainer {
	width: 990px;
	background-image: url(images/footerbackground.jpg);
	float: left;
}

#endcapleft {
	float: left;
}

#footercontent {
	float:right;
	width: 940px;
	height: 80px;
}

.footercontent {
	font-size: .7em;
	padding-top: 30px;
	text-align: center;
}
	
#endcapright {
	width: 50px;
	float:right;
}


#linksheader {
	width: 600px;
	height: 50px;
	margin-right:40px;
	float:right;
}

#linkscontainer {
	width: 550px;
	background-image: url(images/footerbackground.jpg);
	float: left;
}


#form_grid {
	width: 400px;
	border: 3px solid #000000;
	background: #211c56;
	font-size: 1em;
	color: #FFF;
	margin-top: 40px;
	margin-left: auto ;
  	margin-right: auto ;
}

.form_left {
	width: 30%;
	float: left;
	padding: 5px;
}

.form_right {
	width: 60%;
	float: left;
	padding: 5px;
	overflow: hidden;
	border-left: 1px solid;
	border-right: 1px solid;
	background: #4b467c;
}

.clear {
	clear: both;
	padding-top:10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

span{
	 display: block;
}

div.submit {
  text-align: center;
  padding: 5px;
  background: #4b467c;
}
  

.endcapleft {
	float: left;
}

#linkscontent {
	float:right;
	width: 500px;
	height: 80px;
}

	
.endcapright {
	width: 50px;
	float:right;
}

