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




body{
	text-align:center;
	background:#353535 url(../images/backgrounds/body.jpg) repeat-x;
	color:black;
}

.wrapper{
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:visible;
	position:relative;
}
.container{
	text-align:center;
	width:960px;
	margin:0 auto;
	overflow:visible;
}
.header{
	height:120px;
	width:100%;
	background:#212121;
	float:left;
	position:relative;
	color:white;
}

.center{
	margin:0 auto;	
}

.header .center{
	width:960px;
	position:relative;
}

ul.navigation{
	padding:0px;
	margin:0px;
	display:block;
	float:left;
	width:100%;
	margin-top:4px;
	color:white;
}
ul.navigation li{
	list-style:none;
	display:inline;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	margin-right:20px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.header a{
	color:#CCC;
}
.top_nav{
	height:30px;
	float:left;
	width:100%;
}
ul.navigation li.last{
	margin-right:0px;
}
.logo{
	background:url(../images/logos/merrittenterprizes.png) no-repeat;	
	width:317px;
	position:absolute;
	top:50px;
	height:55px;
	text-indent:-9999px;
}

.cogs{
	background:url(../images/backgrounds/2cogs2.png) no-repeat;	
	width:610px;
	position:absolute;
	top:0px;
	right:0px;
	height:120px;
	
}

.art{
	background:url(../images/backgrounds/art2.png) no-repeat;	
	width:466px;
	position:absolute;
	top:0px;
	left:10px;
	height:37px;
}

.boxart{
	background:url(../images/backgrounds/art5.png) no-repeat;	
	width:452px;
	position:absolute;
	top:131px;
	left:120px;
	height:31px;	
	
}


.content{
	float:left;
	width:960px;
	text-align:left;
	padding:0px 0px 20px 0px;
	background:white;
}
.minheight{
	float:right;
}

.content .minheight{
	height:400px;
}

div{
	margin:0px;
	padding:0px;
}
.content .left_column{
	width:605px;
	padding:20px;
	position: relative;
}

.midbox{
	background-color: #999;
	background-image: url(../images/gradients/midbox2.jpg);
	padding: 5px 5px 5px 5px;
	width:auto;
	border: 1px;
	border-style: solid;
	border-color: #2B3B48;
	margin: 0px 0px 15px 0px;
}

.box_float_left img{
	float: left;	
}

.box_float_right img{
	float:right;
	margin: 1px 0px 0px 3px;
	/*border: 1px;
	border-style: solid;
	border-color: #A1B0B5;*/
}

.boxheader{
	width:auto;
	height:25px;
	background:url(../images/gradients/belownavhomepage.jpg) repeat-x;
	font-size:13px;
	color:#d9e6f1;
	/*font-weight:bold;*/
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	display: block;
	
}

/*.box2{
	background-image: url(../images/backgrounds/art4.png);
	background-repeat: no-repeat;
}

.box3{
	background-image: url(../images/gradients/midbox3.jpg);
}*/


h3{
	padding-bottom:3px;
}
.contact_info{
	right:3px;
	position:absolute;
	text-align:right;
	top:10px;
	color:#CCC;
}

.content .right_column{
	width:305px;
	margin-top:20px;
	padding:0px;
}

.content .column{
	float:left;	
}

.congratulations{
	margin-top:2px;
}
.calltoaction{
	float:left;
	width:100%;
	height:30px;
	background:url(../images/gradients/belownavhomepage.jpg) repeat-x;
	font-size:17px;
	color:#d9e6f1;
	font-weight:bold;
}

.separationline{
	width: 960px;
	border-top:2px;
	margin: 0px 0px 3px 0px;
	border-bottom:2px;
	background-color: #768D9F;
	border-color: #3B4D5B;
	border-style: solid;
	height: 6px;
	
}

.longer{
	width:100%;
}



.footer{
	float:left;
	height:160px;
	width:100%;
}
.footer .navigation{
	margin-top:10px;
}
