html, body, #tplContain {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family: "PT Sans", sans-serif;
}

ul {
	padding: 0;
}

#tplFlat {
	background: #F1F1F1;
}

#tplHeader {
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0;
	border: none;
}

#tplHeaderTop {
	width: 960px;
	min-height:120px;
	background: none;
	margin: 0 auto -16px;
	position: relative;
}

#tplLogo {
	width: 200px;
	max-height: 125px;
	text-align: left;
	display: inline-block;
	margin: 5px 0;
	border: none;
}

#tplLogo a {
	border: none;
}

#tplLogo a img {
	max-height: 100%;
	max-width: 100%;
	border: none;
}

#tplSocial {
	width: 750px;
	text-align: right;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

#tplSocial ul {
	list-style: none;
	list-style-type: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
}

#tplSocial ul li {
	display: inline-block;
}

#tplSocial ul li a {
	display: block;
	height: 42px;
	width: 42px;
}

#linkFB {
	background: url(/wireFrames/images/facebookColour.gif) top left no-repeat;
}

#linkTW {
	background: url(/wireFrames/images/twitterColour.gif) top left no-repeat;
}

#linkLI {
	background: url(/wireFrames/images/linkedinColour.gif) top left no-repeat;
}

#linkYT {
	background: url(/wireFrames/images/youtubeColour.gif) top left no-repeat;
}

#linkGP {
	background: url(/wireFrames/images/googleColour.gif) top left no-repeat;
}

#linkPI {
	background: url(/wireFrames/images/pinterestColour.gif) top left no-repeat;
}

#tplHeaderMenu {
	width: 960px;
	background-color: #333;
	margin: 0 auto;
}

.slider-wrapper {
	width: 100%;
	min-height: 260px;
	background: #DFDFDF;
	text-align: center;
	margin: -16px auto 0;
	position: relative;
}

#sloganText {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 760px;
	z-index: 10;
}

#formHolder {
	position: absolute;
	width: 920px;
	height: 80px;
	background-color: rgba(255,255,255, 0.5);
	left: 50%;
	margin-left: -460px;
	bottom: 20px;
	z-index: 10;
}

#formHolder form {
	margin: 0;
}

#formHolder input {
	width: 140px;
	height: 40px;
	margin: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	padding: 0 10px;
	color: #666;
	font-size: 16px;
	
	font-family: 'PT Sans Narrow', sans-serif;
}

#formHolder label {
	font-family: 'PT Sans', sans-serif;
	color: #FFF;
	font-size: 18px;
	position: absolute;
	top: -28px;
	left: 0;
}

#formHolder .searchButton, #formHolder .clientLogin {
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.searchButton {
	background: url('/wireFrames/images/wSearchSmall.png') center no-repeat;
	width: 40px !important;
}

#searchBox {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

#loginBox {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#slider {
	left: 50%;
	margin: 0 0 0 -480px;
	height:260px !important;
	width: 960px !important;
}

#instructions {
	position: absolute;
	width: 176px;
	height: 90px;
	bottom: 0;
	left: 50%;
	margin-left: 480px;
	z-index: 10;
	background: url(/wireFrames/images/click2expand.png) bottom left no-repeat;
}

#tplMidMenu {
	height: 30px;
	padding: 5px 0;
	background: #333;
	position: relative;
	overflow: hidden;
	text-align: center;
	
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#tplMidMenu h3 {
	display: block;
	width: 100px;
	height: 30px;
	margin: 0 auto 5px;
	font-size: 14px;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

#tplMidMenu > ul {
	width: 956px;
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style: none;
	list-style-type: none;
	text-align: center;
}

#openMid, #closeMid {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 50%;
	top:0;
	margin-left: 480px;
	
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

#openMid:hover, #closeMid:hover, #formHolder .searchButton:hover, #formHolder .clientLogin:hover {
	cursor: pointer;
	color: #fff;
}

#closeMid {
	display: none;
}

#openMid p, #closeMid p {
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
}

#tplMidMenu ul li {
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	padding: 0;
	display: inline-block;
	position: relative;
}

#tplMidMenu ul li a span {
	display:inline-block; !important;
}

#tplMidMenu ul#suckertree1 li a {
	border: none;	
}

#tplMidMenu ul#suckertree1 > li a {
	display: inline-block;
	padding: 6px 20px;
	color:#fff;
	font-size: 14px;
	margin:0 5px 5px 0;
	font-family: Arial, helvetica, sans-serif;
	
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

#tplMidMenu ul#suckertree1 > li > ul {
	position: absolute;
	left: -7px;
	top: 27px;
	display: none;
	background: #222;
	border: none;
	z-index: 9999999;
	text-align: left;
	padding-right: 10px;
	width: 100%;
	
	-webkit-box-shadow: 0px 4px 8px #000;
	-moz-box-shadow: 0px 4px 8px #000;
	box-shadow: 0px 4px 8px #000;
}

#tplMidMenu ul#suckertree1 > li:hover > ul {
	display: block;
}

#tplMidMenu ul#suckertree1 > li > ul > li {
	display: block;
	width: 100%;
	margin: 5px 0 0 5px;
}

#tplMidMenu ul#suckertree1 > li > ul > li:last-child {
	margin-bottom: 5px;
}

#tplMidMenu ul#suckertree1 > li > ul > li > a {
	width: 100%;
	padding: 5px 0;
	text-align: center;
	margin: 0;
	
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

#sharebox {
	display: none !important;
}

#tplContainBody {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background: #fff;
}

#tplSideBar {
	float: left;
	width: 200px;
}

#tplSideBar > #primAgent > ul {
	list-style-type: none;
	font-family: "PT Sans", sans-serif;
	margin: 0;
}

#primAgent {
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	width: 180px;
	margin-left: 5px;
}

#primAgentName {
	font-size: 16px;
	font-weight: bold;
}

#primAgentTitle {
	font-size: 14px;
	line-height: 10px;
}

#primPhone {
	font-size: 13px;
	line-height: 18px;
}

li.agentName {
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
}

li.agentTitle {
	text-indent: 0;
	font-size: 14px;
	line-height: 10px;
	margin-bottom: 3px;
}

#tplMainContent {
	float: right;
	width: 720px;
	padding: 10px;
}

#agentPhoto {
	width: 200px;
	margin: 5px 0 0 5px;
}

#agentPhoto img {
	width: 100%;
}

.bottomLinks {
	clear: both;
	padding-top: 10px !important;
	text-align: center !important;
}

.bottomLinks a {
	margin: 0 10px !important;
}

/*----------DROP DOWN MENUS----------*/

#tplHeaderMenu > ul {
	text-align: center;
	height:45px;
	width:910px;
	padding-left: 50px;
	position: relative;
}

#tplHeaderMenu > ul li {
	display: inline-block;
	line-height: 45px;
	width:20%;
	position: relative;
	font-family: "Lucida Sans Unicode",lucida,Arial,Helvetica,"Sans-Serif";
	margin-right: -4px;
}
#tplHeaderMenu > ul li a:hover {
	color: #fff !important;
	background-color: #777;
}
#tplHeaderMenu > ul li a, #tplHeaderMenu > ul li a:active, #tplHeaderMenu > ul li a:link, #tplHeaderMenu > ul li a:visited {
	padding: 0;
}
#tplHeaderMenu > ul li:hover ul.sub-menu {
    display:block;
}


#tplHeaderMenu > ul li, #tplHeaderMenu > ul ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
#tplHeaderMenu > ul li a, #tplHeaderMenu > ul li ul.sub-menu li a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
/*Make the parent of sub-menu relative*/
#tplHeaderMenu > ul li {
    position: relative;
    left: -2px;
}
/*sub menu*/
#tplHeaderMenu > ul li ul.sub-menu {
    display:none;
    position: absolute;
    top: 45px;
    left: 0;
	text-indent: 5px;
    width: 200px;
	z-index: 9999999;
	background-color:#333;
}
#tplHeaderMenu > ul li ul.sub-menu, #tplHeaderMenu > ul li ul.sub-menu li, #tplHeaderMenu > ul li ul.sub-menu li a {
	text-align: left;
}
#tplHeaderMenu > ul li ul.sub-menu li, #tplHeaderMenu > ul li ul.sub-menu li a {
	display: block;
	width: 100%;
	padding-right:0;
	left: 0;
}
#tplHeaderMenu > ul li:hover ul.sub-menu {
    display:block;
}

#tplHeaderMenu #homeButton {
	position: absolute;
	left: 0;
	width: 50px;
	height:45px;
}