@charset "utf-8";
/* CSS Document */

html, body {height: 100%; text-align:center; margin:0px;}

body {
	margin: 0px;
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color:#34618f;
}

#wrapper {
	height: auto;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/connolly/background_tile.jpg);
	background-repeat: repeat-x;
	background-color:#34618f;
}

#wrapper2 {
	height: auto;
	width:800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#container {
	height: auto;
	width: 800px;
	text-align: left;
	float: left;
	padding-top:15px;
}

#header {
	float: left;
	height: 100px;
	width: 800px;
	background-color:#000;
}

#headerLeft{ width:240px; float:left; height:100px; padding-left:10px;}

#headerRight{width:550px; float:right; height:100px;}

#banner{ width:800px; height:200px; float:left;}

#contactInfo{height:70px; width:534px; float:right; color:white; text-align:right; padding-right:15px; overflow:hidden; font-size:18px; padding-top:5px;}

#menu{ height:25px; width:535px; float:right; color:white; text-align:right; padding-right:15px; overflow:hidden; font-size:14px; color:#FC0; line-height:25px;}

#mainContent{
	width:770px;
	float:left;
	padding:15px;
	height:auto;
	background-color:#34618f;
	color:#FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #254464;
}

.contentLeft {
	float:left;
	width:374px;
	height:auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B9F1FF;
	padding-right:10px;
}

.contentRight {
	float:right;
	width:375px;
	height:auto;
	padding-left:10px;
	}

#footerWrapper{
	text-align: center;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#footerContainer {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#footerCenter {
	float:left;
	width:800px;
	height:auto;
	text-align:left;
	color:#fff;
	background-color:#FFF;
}

#footerRight {
	float:right;
	width:380px;
	height:90px;
	padding-top:6px;
	text-align:right;
}

img { border-style:none;}

.border{
	border: 2px solid #FFF;
}

/*---------- LINKS ----------*/

a, a:hover, a:visited {color:#FC0; text-decoration:none;}

a:hover {color:#FC0; text-decoration:underline;}

/*---------- CLEAR FIX ------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */