
/* only define template page layout styles here. */
/* any formatting/content styles should be put in 'content.css' */

* {
	outline:none;
}

body {
	background-image:url("/templates/custom/mcassociates/images/bg.jpg");
	background-repeat:repeat-x;
	background-color:#fff;
	min-height: 100%;
	margin: 0;
	padding: 0;
}



#logo {
	background-image:url("/templates/custom/mcassociates/images/logo-new.png");
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	width:171px;
	height:153px;
	z-index:100;
}

#logo-inside {
	background-image:url("/templates/custom/mcassociates/images/logo-new-sm.png");
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	width:137px;
	height:122px;
	z-index:100;
}


#right-inside {
	background-image:url("/templates/custom/mcassociates/images/inside-right-bg.jpg");
	background-repeat:repeat-y;
	float:right;
	padding-left:10px;
	width:173px;
	font-size:#336699;
	line-height:1.5; 
}


#right-inside-top {
	width:131px;
	height:10px;
	float:right;
	background-image:url("/templates/custom/mcassociates/images/inside-right-top.jpg");
}
 
.breadcrumbs {
    font-size: 12px;
	color:#336699;
	font-weight:100;
}

.breadcrumbs a{
	color:#336699;
	text-decoration:none;
	font-weight:100;

}

#right-inside-btm {
	background-image:url("/templates/custom/mcassociates/images/inside-right-bg-btm.jpg");
	height:333px;
	width:131px;
}

#left-inside {
	float:left;
	padding-left:30px;
	width:600px;
}
#contact {
	float:right;
	margin-right:21px;
	margin-top:16px;
	font-family:"futura LT Book", "Futura LT Medium", helvetica, arial;
}

#searchcontainer {
	clear:right;
	float:right;
	height:33px;
	width:293px;
}

#search_area {
	border:medium none;
	clear:right;
	float:right;
	font-size:11px;
	font-weight:bold;
	height:33px;
	padding-right:18px;
}

#searchcaption {
	border:medium none;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
	padding-top:11px;
}

#breadcrums {
	font-weight:100;
	height:25px;
	padding-left:30px;
	padding-top:3px;
	width:95%;
}

#search_area .srch-box input {
	background-image:url("/templates/custom/mcassociates/images/search.jpg");
	border: none;
	color:#707273;
	font-size:11px;
	height:21px;
	margin-top:2px;
	outline:medium none;
	padding:5px 0 5px 15px;
}

#page {
    width: 851px;
    margin: auto;
	background-color:#fff;
}

#pagewrap {
	background-image:url("/templates/custom/mcassociates/images/shadow.png");
	background-repeat:repeat-y;
	margin: auto;
	margin-top:13px;
	width:864px;
}

#header {
    float: right;
    height: 85px;
    position: relative;
    width: 100%;
	z-index:100;

}

#banner {
    float: left;
    height: 241px;
    position: relative;
    width: 850px;
	overflow:hidden;
}

#content {
background-image:url("/templates/custom/mcassociates/images/inside-content-bg.jpg");
background-repeat:repeat-y;
width:851px;
}
#content-top {
	background-image:url("/templates/custom/mcassociates/images/inside-body-bg-top.jpg");
	width:851px;
	height:36px;

}

#bannercontent {
    height: 171px;
    left: 0;
    margin: 46px;
    position: absolute;
    top: 0;
    width: 342px;
    z-index: 10;
}

#footer {
	width:856px;
}

#footerwrap {
	background-image:url("/templates/custom/mcassociates/images/inside-footer-bg-btm.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	width:851px;
	clear:both;
	font-size:10px;
	color:#336699;
	line-height:1.5;
}

#footercap {
}

#bannersub {
	background-image:url("/templates/custom/mcassociates/images/menubg.jpg");
	color:#FFFFFF;
	float:left;
	height:36px;
	padding-top:8px;
	width:852px;
}
#whatshot {
	background-image:url("/templates/custom/mcassociates/images/whatshoticon.png");
	float:left;
	height:26px;
	margin-left:20px;
	margin-right:20px;
	margin-top:2px;
	width:132px;
}

#whatshotcontent {
float:left;
font-size:10px;
height:42px;
width:575px;
}

#footerlinks {
	color:#3F67B1;
	font-size:10px;
	margin-left:100px;
	padding-bottom:10px;
	width:500px;
}
#footerlinks a {
	color:#3F67B1;
	text-decoration:none;
}

#footershadow {
	background-image:url("/templates/custom/mcassociates/images/footershadow.jpg");
	height:12px;
	margin:20px 0 0 -4px;
	width:861px;
}
#logos {
	margin:auto;
	width:631px;
}

#menufloat {
    float: right;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 11;
}

#linkedin {
	background-image:url("/templates/custom/mcassociates/images/linkedin.png");
	float:right;
	height:32px;
	margin-right:20px;
	width:97px;
}

#learnmore {
	float:right;
	height:18px;
	margin-right:20px;
	margin-top:7px;
	width:66px;
}

#callouts {
	width:100%;
}

#menu {
    background-image: url("/templates/custom/mcassociates/images/mainmenubg.png");
    background-repeat: no-repeat;
    float: right;
    height: 33px;
    padding-top: 3px;
    position: relative;
    width: 852px;
	z-index:99;
}

#author {
    clear: both;
    color: #000;
    padding: 6px;
    font: 11px sans-serif;
    text-align: center;
}

#author a:link,
#author a:visited {
    color: #003;
    font-weight: bold;
}

#author a:hover,
#author a:active {  }