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

body{
	background-color:#ffffff;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#2c2c2c;
}

/*container for the page*/
#container{
	width: 928px;
	height:500px;
	margin:auto;
}

/*banner box*/
#header{
	width:928px;
	height:139px;
}

div#navbar{
	margin:0;
	padding:0;
	width:928px;
	height:56px;
}

a:link, a:visited, a:focus, a:active{outline:none; text-decoration:none; color:#2c2c2c;}

a:hover{outline:none; text-decoration:underline; color:#2c2c2c;}

#shadow{
	clear:both; width:100%;
	width:928px;
	height:auto;
	background-image:url(images/shadow.png);
	background-repeat:repeat-y;	
}

#content{
	width:900px;
	height:auto;
	margin:0px 14px 0px 14px;
	background-color:#fff;
	position:relative;
}

.boxleft{

	width:470px;
	height:219px;
	float:left;
	letter-spacing:0.1em;
	padding:40px 10px 0px 50px;
}

.link{
	width:530px;
	height:auto;
	float:left;
	text-align:right;
}

.brochure{
	width:370px;
	height:239px;
	text-align:right;
	padding:30px 0px 0px 0px;
	position:absolute; bottom:-12px; right:0;
}


.brochure_link{
	width:auto;
	height:auto;
	text-align:left;
	font-size:0.8em;
	line-height:10px;
	position:relative; bottom:30px; right:0;
}

.boxleft2{
	width:270px;
	height:500px;
	float:left;
	line-height:1.8em;
	
	padding:30px 20px 30px 40px;
}

.boxright2{
	width:525px;
	height:500px;
	float:right;
	text-align:right;
	padding:30px 30px 30px 15px;
}

.boxcenter{
	width:840px;
	height:500px;
	float:right;
	padding:30px 30px 30px 30px;
}

.paddingleft{
	padding-left:20px;
}

.largetext{
	font-size:1.8em;
	line-height:25px;
	letter-spacing:1px;
	color:#17366b;
}

.medtext{
	font-size:1.5em;
}

#footer{
	clear:both;
	color:#FFF;
	background-image:url(images/footer.png); background-repeat:no-repeat;
	width:928px;
	height:41px;
	text-align:center;
	line-height:28px;
}

h1{font-size:1.6em; margin:0px 0px 3px 0px; font-weight:normal;}

p{margin:15px 0px 15px 0px;}

.clear{	clear:both;}
.padtop{padding-top:37px;}
.error{color:#F00;}
