@import url(core.css);

body {
	/*background: url(../images/bg.png);
	background-color: #fff;*/
	text-align: center;
	padding: 0 0 0 0;


}

html {
    background: #fff !important;
}

#c .alert {
    margin-top: 20px;
}

.container {
    
}

#header, .container #c {
  -webkit-box-shadow: 4px 4px 0px #000; /* Saf3-4 */
     -moz-box-shadow: 4px 4px 0px #000; /* FF3.5 - 3.6 */
          box-shadow: 4px 4px 0px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+ */
}

#shadow-container {
	position: relative;
	left: 12px;
	top: 12px;
	margin: 0 auto;
	width:830px;
	/*background: #a3c1d9;*/
	background: url(../images/shadow-main.gif);
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;

	left: -3px;
	top: -3px;
}

	#shadow-container .shadow1 {
		/*background: #0f578b;*/

	}

	#shadow-container .shadow2 {
		background: #005089;
	}

	#shadow-container .shadow3 {

		background: #003e6b;
	}

	#shadow-container .container {
		/*background: #025a99;*/

		padding: 0 0 0 0;
		margin: 0 0 0 0;

			}



body.popup {
	background-image: none;
	background-color: #ffffff;
	text-align: left;
}

#header {


	color: white;
	overflow: hidden;
	width: 830px;
	height: 128px;
	/*background: #0161a6;*/
    margin: 0 auto -1px auto;

}

#header div {
	background: url(../images/headerBG.png);
	margin: 0 auto;
	height: 128px;
	width: 830px;
	text-align: right;
	padding: 0 0 0 0;

}

h1 {
	float: left;
	padding: 0 0 0 0;
	font-size: 1.2em;
	width: 230px;
	text-align: left;
}

h1.terms {
	display:block;
	font-size:1.6em;
	float:none;
	margin-left:0.4em;
	padding: 5px 0px 10px 0px;
}

h3.terms {
	display:block;
	font-size:1.2em;
	float:none;
	margin-left:0.4em;
	padding: 5px 0px 10px 0px;
}

.terms-number {
	width:50px;
	float:left;
	display:inline;
	clear:left;
}

.more-indent {
	padding-left:25px;
}

.part-indent {
	padding-left:12px;
}

h1 a {
	background: url(../images/h1.gif) no-repeat;

	color: white;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	text-indent: -1000em;
	height: 128px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h2 {
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 4.5em;
	padding: 4.5em 0;
}


#header p.strap {
	color: white;
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin-top: 1.1em;
	margin-right: 0.6em;
}


#header a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin: 0em 1em 0em 0em;
	padding: 0em 0em;
	font-size: 12px;
}


#header ul {
	float:right;
	padding: 2em 0;
}

a {
	color: #0033ff;
}

a:hover {
	color: #0099ff;
}

#c {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding-bottom:1em;
	overflow: hidden;
	text-align: left;
	width: 830px;/*70em;*/ /* 770px */
	height:100%;
}

body.popup #c {
	border:0 none transparent;
}

#mi {
	background-color: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;

	width: 810px;/*70em;*/ /* 720px */

}



#f {
	margin-top:20px;
	text-color:white;
	color:#ffffff;
	clear: both;
	text-align: center;
}

#f p {
	color:#ffffff;
}

#f a {

	margin-top:20px;
	color:#ffffff;
	clear: both;
	text-align: center;
}

.n {
	margin: 0 0 2em 0 !important;
}

.n li {
	border-right: 1px solid black;
	float: left;
	line-height: 1em;
	list-style: none !important;
	padding: 0 .5em;
}

.n .first {
	padding-left: 0;
}

.n .last {
	border-right: none;
	padding-right: 0;
}

p {
	margin-bottom: .8em;
	margin-top: .2em;
	margin-left: .7em;
	color: #4c4c4c;
	font-size: 1em;
}

p.links {
	color: DimGray;
	float: right;
	font-weight: normal;
	margin-top: 0.2em;
	margin-right: 2.2em;
}

p.updated {
	color: DimGray;
	float: bottom;
	font-weight: normal;
	margin-top: 2.2em;
	margin-right: 2.2em;
}



h3 {
    color: #32629E;
	clear: right;
	font-size: 1.5em;
	margin-bottom: .5em;
	margin-left: .5em;
}

h4 {
	font-size: 1.25em;
	margin-bottom: .5em;
	margin-left: .7em;
	color: #32629E;
}

ul {
	color: #4c4c4c;
	font-size: 1em;
}

#tabify fieldset {
	display: none;



}
/**
 * Original tab styles
 *
#tabs {
	border-bottom: 1px solid #c7c7c7;
	margin-top: 1em;
	padding: .25em .25em .15em 1em;
}

.tab {
	border: 1px solid #c7c7c7;
	display: inline;
	margin-right: .25em;
	padding: .15em;
}

.tab.selected {
	border-bottom: 1px solid white;
}

.tab.selected a {
	color: black;
	cursor: default;
	text-decoration: none;
}
 *
 */

#tabs {
	border-bottom: 1px solid #c7c7c7;
	margin-top: 1em;
	padding: .25em .25em 0em 0.8em;
	clear:both;
	height:24px;
}

.tab {
	display: inline;
	float:left;
	margin-right: 5px;
	background: url('/images/tab-left-off.gif') no-repeat center left;
	padding-left:12px;
	height:24px;
}

.tab a {
	background: #0462A6 url('/images/tab-right-off.gif') no-repeat center right;
	padding-right:12px;
	color:#FFF;
	text-decoration:none;
	line-height:24px;
	height:24px;
	display:block;
	float:right;
	font-weight:bold;
}

.tab.selected {
	background: url('/images/tab-left-on.gif') no-repeat center left;
}

.tab.selected a {
	color: black;
	cursor: default;
	background: #C7C7C7 url('/images/tab-right-on.gif') no-repeat center right;
}

#list {
	margin-left: 0 !important;
}

#list li {
	border-bottom: 1px solid #f7f7f7;
	list-style: none;
	padding: .5em 0;
	margin-bottom: 2em;
}

.image .img {
	width: 100px;
	height: 100px;
	float: right;
	border: 2px solid #cccccc;
	overflow: hidden;
}

.img img {
	height: 100px;
}

.image {
	margin-right: 10px;
	float: left;
	width: 130px;
	overflow: hidden;
	margin-bottom: 10px;
}

.add, .delete {
	background: white;
	border: 1px solid #cccccc;
	display: block;
	padding: 0;
	width: 16px;
}

.add {
	margin-bottom: .5em;
}

#sortable {
	overflow: hidden;
	width: 100%;
}

#boxes {
	color: #666666;
	width: 750px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#boxes h4 {
	font-size: 1.2em;
}


.help {
	background: #f6f6f6;
	float: left;
	width: 150px;
	height: 100px;
}

#upload {
	background: white;
	padding: 1em;
	border: 2px solid #666666;
	display: none;
	position: absolute;
	top: 37px;
	left: 33%;
	width: 300px;
	text-align: left;
}

#close {
	color: #666666;
	float: right;
	padding: .1em .25em;
	text-decoration: none;
	border: 1px solid #666666;
}

.text, .button, button {
	background: white;
	border: 1px solid #cccccc;
}

.movable {
	cursor: move;
}

#load {
	clear: both;
	float: right;
	display:none;
	margin-right:25px;
	font-size: .5em; /* assumes being inside h3 */
	font-weight: normal;
}

.inline {
	background: white;
	border: 1px solid #cccccc;
	padding: .5em;
}

.more_info {
	float:left;
	width:95%;
	height:500px;
	background-color: #FFFFFF;
	}


.top_box {
	float: left;
	margin-right: 2em;
	vertical-align: top;
}

.top_box h4 {
	/*border-bottom: 1px solid #3d3d3d;*/
	margin-bottom: 1em;
	margin-top: 1em;
	color: #4c4c4c;
	font-size: 1.6em;

}

.top_box_2 {
	float: left;
	vertical-align: top;
	width:240px;
	padding: 1em 2em 0em;

}

.top_box_3 {
	float: left;
	vertical-align: top;
	width:480px;
	height:356px;
	padding-right: 1em;
	padding-top: 1em;


}


.top_box_2 h4 {
	margin-bottom: .7em;
	margin-top: .7em;
	color: #4c4c4c;
	font-size: 1.3em;
	margin-left:.5em;
}





#lower_box {
	width: 100%;
	position:relative;
	background-color:#f6f6f5;
	margin-bottom: -10px;
	}

#lower_left {
	float:left;
	margin: 1em 1em 0em 0em;
	width: 43%;
	padding: 1em 2em;

}

#lower_right {
	float:right;
	margin: 1em 1em 0em 0em;
	width: 43%;
	padding: 1em 2em;


}

.lower_col_box {
	width: 100%;
	padding: .5em;
	float: left;
	display:inline;
	/*margin: 0 1em 2em 0;*/
	background-color: #f6f6f5;
}

.lower_right_img {
	margin-left:10px;
}




.col_left {
	float:left;
	display:inline;
	margin: 0 1em 0em 0;
	width: 43%;
	padding: 0em 2em;
	background-color: #FFFFFF;
}

.col_right {
	float:right;
	display:inline;
	margin: 0 1em 0em 0;
	width: 43%;
	padding: 0em 2em;
	background-color: #FFFFFF;

}

.col_box {
	padding: 1em;
	margin-bottom: 1em;
	background-color: #FFFFFF;
}

.info_box {
	width: 700px;
	height: 100%;
	padding: .5em;
	float: left;
	margin-left:.5em;
	text-align:left;
	line-height: 1.4em;
	color: #4c4c4c;
	font-size: 1em;
}

.info_box_image {
	width: 100%;
	padding: .5em;
	float: left;
	margin: 0 1em 1em 0;
	text-align: center;

}

.box {
	border: 1px solid #e7e7e7;
	margin: 0 1em 1em 0;
	padding: .5em;
	width: 46%;
	float: left;
	background-color: #FFFFFF;
}

.col_box .box,
.box .box {
	margin-bottom: .5em;
	overflow: hidden;
	padding-bottom: .5em;
	width: 96%;
}

.box {
	padding-bottom: 5px;
background-color: #FFFFFF;
}

.box h4 {
	color: #4c4c4c;
	font-size: 1.3em;
	margin-left:.5em;
}

img.floatLeft {
    float: left;
    margin: 0 1.5em 1em .7em;
}

.recentproperty {
	text-align:left;
	margin:0px 0px 10px 0px;
	color:#666666;
	padding:0px;
	/*border-bottom:1px solid #e7e7e7;*/
	position:relative;
	height:140px;

	float:left;
	display:inline;
}

.recentproperty .address {
	float:left;
	display:inline;
	padding:5px;
}

.recentproperty .links {
	float:left;
	display:inline;
	position:absolute;
	left:7px;
	top:110px;
	bottom:0px;
	list-style: none;
}

.recentproperty .links li {
	list-style: none;
	float:left;
	display:inline;
	margin:0px 0px 1px 1px;
}

.recentproperty a:link,
.recentproperty a:hover,
.recentproperty a:active,
.recentproperty a:visited {
	color:#666666;
	text-decoration:none;
}

.recentproperty .view {
	float:left;
	display:inline;
	background-color:#FFFFFF;
	padding:0px 0px 0px 10px;
	margin:0px;
	height:110px;
	width:160px;
	overflow:hidden;
}




.recentproperty img {
	margin:0px;
	padding:0px;
	float:left;
}

ul.home_links {
	margin:50px 0 0 0;
	padding:0;
}

.home_link_item {
	margin-bottom:10px;
	font-size:1.2em;
}

#clearcache {
	float:right;
	padding:0px 4px;
	}




#ibox_content { background: #222; border-color: #222; color: #fff; }
#ibox_wrapper { background: #222; border-color: #444; }
#ibox_footer_wrapper { left: 0; right: 0; top: 0; padding: 3px 10px; }
#ibox_footer_wrapper, #ibox_footer_wrapper a { color: #8dd6e2; background: #444; }
#ibox_footer_wrapper a { color: #8dd6e2; font-weight: bold; text-decoration: none; padding: 0 3px; }
#ibox_content { padding: 10px; }
#ibox_wrapper { padding: 25px 0 0 0; }

.clear { display:block;clear:both; }


#certificate {
    border: 1px solid #1786CB;
       -moz-border-radius: 10px; /* FF1+ */
    -webkit-border-radius: 10px; /* Saf3-4 */
            border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome */
    margin: 1em;
    padding: 1em 1em 0 1em;
}

#certificate h2,
#certificate a {
    color: #1786CB;
    text-decoration: none;
}

#certificate h2 {
    font-weight: normal;
    padding: 0;
}

#certificate h4 {
    font-size: 1em;
}

#certificate h2,
#certificate h4,
#certificate p {
    margin: 0 0 1em 0;
}

#certificate hr {
    background-color: #1686CB;
    border-color: #1686CB;
    border-style: solid none none none;
    color: #1686CB;
    height: 0;
}

#noBranding, #embed {
    width: 33%;
}

#noBranding {
    float: left;
}

#embed {
    float: right;
}

#embed textarea {
    color: #4C4C4C;
    margin: 0;
    width: 98%;
}

#home {
    color: #797979;
    padding: 0 1em;
}

#home h4, #home p, #home li {
    color: #797979;
    font-size: 1.1em;
    margin-left: 0;
}

#homeTopContent {
    float: left;
    width: 470px;
}

#homeMainContent {
    float: left;
    padding-right: 10px;
    width: 450px;
}

#homeMap {
    margin-left: 470px;
    position: relative;
}

.mapLink {
    border: 2px solid #81CDFF;
       -moz-border-radius: 15px; /* FF1+ */
    -webkit-border-radius: 15px; /* Saf3-4, iOS 1+, Android 1.5+ */
            border-radius: 15px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
    color: #000;
    display: block;
    height: 49px;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 64px;
}

.mapLink:hover, .mobile .mapLink {
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
}

.mapLink span {
    display: none;
}

.mapLink:hover span, .mobile .mapLink span {
    display: inline;
}

#map1 {
    right: 238px;
    top: 17px;
}

#map2 {
    right: 137px;
    top: 21px;
}

#map3 {
    right: 34px;
    top: 74px;
}

#homeBoxes {
    float: right;
    width: 328px;
}

.col_box, #homeBottom {
    border: 1px solid #9E9E9E;
}

#homeBottom {
    clear: both;
    padding: 1em;
}

#homeFlash {
    float: left;
    width: 470px;
}

#homeBottom img {
    float: left;
    margin-right: 1em;
}

#payPal {
    margin-bottom: 2em;
}

#ipadBox {
    background: url(../images/ipad.jpg) no-repeat bottom right;
    height: 18em;
}

.col_box h4 {
    margin-left: 0;
}

.col_box {
    overflow: hidden;
}

#apiBox {
    background: url(../images/api_bg.png) no-repeat top left;
    position: relative;
}

#apiBox li, #apiUrl {
    color: black;
}

#apiUrl {
    margin-bottom: 120px;
}

#apiBox li {
    list-style-type: none;
    position: absolute;
    font-weight: bold;
}

#apiBox p {
    font-weight: bold;
}

#api1 {
    top: 80px;
}

#api2 {
    left: 130px;
    top: 100px;
    width: 65px;
}

#api3 {
    left: 200px;
    top: 130px;
    width: 80px;
}

#customBox img {
    float: left;
    margin-right: .5em;
}

#brandingBox img {
    vertical-align: top;
}

#brandingBox .button {
    font-weight: bold;
    color: #797979;
}

#brandingBox p {
    clear: both;
}


#f p {
	color:#ffffff;
}
