/*
* Title:	Master Styles for 4 Way Investments
* Author:	Terry Apodaca
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ol,ul {list-style: none;}
blockquote,q {quotes: none;}
:focus {	outline: 0;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	/*font-size: 62.5%;*/
	background: #a5b1b6 url(img/background.png) no-repeat top center fixed !important;
}

/*** LINKS ***/
a:link, a:visited {
	color: #656B87;
	text-decoration: none;
}
a:hover {
	color: #545b79;
	text-decoration: underline;
}
/*** END LINKS ***/

/*** General/Default Styles ***/
p {
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #a7a16d;
	line-height: 30px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	line-height: 20px;
}
h3 {
	margin: 10px 0 10px 20px;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #545B79;
	line-height: 20px;
}
h4 {display: none;}
h5 {display: none;}
h6 {display: none;}

.left {
	float: left;
}
.right {
	float: right;
}
/*** END General/Default Styles ***/

.box {
	-moz-box-shadow: 0px 0px 15px #3f3f3f;
	-webkit-box-shadow: 0px 0px 15px #3f3f3f;
	box-shadow: 0px 0px 15px #3f3f3f;
}

#wrapper {
	margin: 20px auto;
	padding: 0;
	width: 960px;
	border-top: 10px solid #666;
	border-bottom: 10px solid #214665;
	background: #fff;
}

/*** HEADER ***/
#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 960px;
}
#ws {
	height: 70px;
	background: #fff;
}
#logo {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1003;
}
#header-banner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 280px;
}
#header-banner-left {
	position: absolute;
	top: 0;
	left: 0;
	height: 280px;
	z-index: 1000;
}
#header-banner-right {
	position: absolute;
	top: 0;
	right: 0;
	height: 280px;
	z-index: 1001;
}
/*** END HEADER ***/

/*** NAVIGATION ***/
#nav {
	float: left;
	margin: 0;
	padding: 0;
	min-height: 40px;
	width: 960px;
	font: 16px/40px Helvetica, Arial, sans-serif;
	background: #656B87 url('img/background-nav.png') repeat-x top left;
}
#nav a {
	border-left: 1px solid #9ca0b2;
	/*border-left: 1px solid #a9acbe;*/
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
}
#nav li:first-child a {border-left: 0;}
#nav li:last-child a {border-right: 0;}
#nav a:hover {
	color: #fff;
	background: #656B87;
	-moz-text-shadow: 0px 1px 1px #000;
	-webkit-text-shadow: 0px 1px 1px #000;
	text-shadow: 0px 1px 1px #000;
}
#nav a.current {
	color: #fff;
	background: #545b79;
	-moz-text-shadow: 0px 1px 1px #000;
	-webkit-text-shadow: 0px 1px 1px #000;
	text-shadow: 0px 1px 1px #000;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 190px;
	height: 40px;
}
#nav li:last-child  { width: 200px; }

.nav-mobile-trigger { display: none; }

.nav-mobile { display: none; clear: both; }
#nav .nav-mobile li { float: none; display: block; width: auto; }
#nav .nav-mobile li a { display: block; background: #656B87 url('img/background-nav.png') repeat-x top left; }
#nav .nav-mobile li a.current,
#nav .nav-mobile li a:hover { background: #545b79 !important; }
/*** END NAVIGATION ***/

/*** CONTENT ***/
#content {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 960px;
	background: #fff url('img/background-content.png') no-repeat bottom left;
}
#content-inner {
	float: left;
	margin: 20px;
	padding: 0;
	width: 600px;
}
#content-inner p {
	margin:20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	line-height: 24px;
}
#content-inner img {
	float: right;
	margin:  0 0 20px 20px;
	padding: 3px;
	background: #989CAF;
	border: 1px solid #545B79;
}
#content-inner img.left {
	float: left;
	margin:  0 20px 20px 0;
	padding: 3px;
	background: #989CAF;
	border: 1px solid #545B79;
}
#content-inner img.right {
	float: right;
	margin:  0 0 20px 20px;
	padding: 3px;
	background: #989CAF;
	border: 1px solid #545B79;
}
#content-inner form {
	margin: 20px;
}
#content-properties h1,
#content-payment h1 { margin: 20px 20px 0 20px; }
/*** END CONTENT ***/

/*** SERVICES ***/
ul.tabs {
	margin: 10px 0 0 0;
	padding: 0;
	height: 30px;
	border-bottom: 1px solid #666;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.tabs a {
	float: left;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #666;
	border-bottom: 0px;
	height: 18px;
	background: #656B87 url('img/background-nav.png') repeat-x top left;
	color: #EFEFEF;
	margin-right: 2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	/*-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	behavior: url(themes/fourway/css/ie-css3.htc);*/
	position:relative;
	top:1px;
}
ul.tabs a:hover {
	color: #E0E3EF;
	background: #656B87;
  cursor: pointer;
}
ul.tabs a.current,
ul.tabs a.active {
	background: transparent;
	color: #545b79;
	height: 18px;
	border-bottom: 1px solid #fff;
}
div.main {
	margin: 0;
	padding: 0;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
div.main h3 {
	margin: 0;
	padding: 20px 20px 0 20px;
}
div.main ul {
	margin: 0;
	padding-top: 10px;
}

div.nested {
	margin: 0 ;
	padding: 0;
}
div.nested h3 {
	margin: 0;
	padding: 0;
}
div.nested p {
	margin: 0;
	padding: 0;
}
/*** END SERVICES ***/

div.accordion { display: none; }
ul.accordion { display: none; margin: 0; padding: 0; list-style: none; }
ul.accordion .inner { margin: 0; padding: 0 1em; display: none; border: 1px solid #666; }
ul.accordion .inner.show { margin: 0; /*display: block;*/ }

ul.accordion li { margin: 0; padding: 0; }
ul.accordion li a.toggle {
  margin: 0;
  padding: 10px 10px;
  /*width: 100%;*/
  display: block;
  color: #EFEFEF;
  text-decoration: none;
  background: #656B87 url('img/background-nav.png') repeat-x top left;
  border: 1px solid #666;
	border-bottom: 0px;
  transition: all .15s ease;
}
ul.accordion li a.toggle:hover { color: #E0E3EF; background: #656B87; cursor: pointer; }


/*** SIDEBAR ***/
#sidebar {
	float: left;
	margin: 20px 20px 20px 10px;
	padding: 0;
	width: 280px;
	background: url('img/background-sidebar.png') no-repeat top left;
}
#sidebar p {
	margin: 0 0 10px 20px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 14px;
}
#sidebar dl {
	margin: 0 0 20px 20px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
#sidebar dt, #sidebar dd {
	line-height: 18px;
}
#sidebar dt {
	margin-top: 10px;
	font-weight: bold;
}
#sidebar a {
	text-decoration: none;
	border-bottom: 1px dotted;
}
/*** END SIDEBAR ***/

/*** FOOTER ***/
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 960px;
	/*height: 100px;*/
  min-height: 100px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background: #666 url('img/background-footer.png') no-repeat bottom right;
	-moz-text-shadow: 0px 1px 1px #000;
	-webkit-text-shadow: 0px 1px 1px #000;
	text-shadow: 0px 1px 1px #000;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#footer p {
	margin: 0;
	line-height: initial;
}
#footer .copy {
	float: left;
	margin: 20px 20px 20px 40px;
}
#footer .addy {
	float: right;
	margin: 20px 50px 20px 20px;
}
#footer .addy img {
	vertical-align: baseline;
}
#footer p.addy-inner {
	margin-left: 20px;
}
/*** END FOOTER ***/

/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
	font-size: 1em;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 5px;
	font-size: 1em;
	font-family: Helvetica, Arial, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	/*background: #dfdfdf;
	padding: 4px;
	width: 306px;*/
  background: transparent;
	padding: 0;
	width: 300px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}

	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}

	.middleColumn .message {
		margin: 0;
	}
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	padding: 5px 10px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1em;
	font-weight: normal;
	width: 300px;
}
input.text:focus, textarea:focus, select:focus { color: #000 !important; border: 1px solid #656B87 !important; background: #dfdfdf; }
textarea {
	font-family:  Helvetica, Arial, Sans-serif;
	font-size: 1em;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

.required,
.error {
	font-size: 12px;
	font-weight: bold;
	color: #c00;

}
input.required,
textarea.required,
input.error,
textarea.error {
	border: 1px solid #c00;
}

.nocaptcha { margin: 0; padding: 0; height: 0; }
.nocaptcha .middleColumn {
 	display: block;
 	margin: 0;
	background: none;
	padding: 0;
}

/*  ==========================================================================
    Responsive Styles.
    Inlined to avoid the additional HTTP request: See Print Styles Below.
    ==========================================================================  */
@media only screen and (min-width: 1200px) {


}
@media only screen and (min-width: 1400px) {


}
@media only screen and (min-width: 1600px) {


}
@media only screen and (min-width: 1800px) {


}

@media screen and (min-width: 768px) and (max-width: 1024px) { /* If I need something between specific page/screen sizes */

}

@media only screen and (max-width: 1400px) {



}

@media only screen and (max-width: 1200px) {



}

@media only screen and (min-width: 1000px) {

  #nav a.nav-mobile-trigger { display: none; }

  .nav-mobile { display: none !important; }

  #content #content-properties iframe,
  #content #content-payment iframe { width: 100%; max-width: 960px; }

}

@media only screen and (max-width: 1000px) {

  #wrapper { margin: 0 auto; width: 100%; max-width: 960px; }

  #header { width: 100%; max-width: 960px; }

  #logo a img { height: auto; width: 100%; max-width: 540px; }

  #header-banner { width: 100%; max-width: 960px; }

  #nav { float: none; width: 100%; max-width: 960px; min-height: 40px !important; border: none; }
  #nav a { border: none; }
  .nav-primary { display: none; }
  #nav a.nav-mobile-trigger { display: block; }

  #content { width: 100%; max-width: 960px; }

  #content #content-inner { width: 60%; max-width: 600px; }

  #content #content-properties,
  #content #content-payment { width: 100%; max-width: 960px; }

  #content #content-properties iframe,
  #content #content-payment iframe { width: 100%; max-width: 960px; }

  #content #sidebar { width: 25%; max-width: 280px; }


  #footer { width: 100%; max-width: 960px; min-height: 100px; }

  #footer .copy { width: 50%; max-width: 600px; }
  #footer .addy { width: 25%; max-width: 280px; }

}

@media only screen and (max-width: 900px) {

  div.accordion,
  ul.accordion { display: block; }

  .tabs,
  .panes { display: none; }

}

@media only screen and (max-width: 800px) {

}

@media only screen and (max-width: 700px) {

  #content #content-inner { float: none; width: auto; max-width: 960px; }
  #content #content-inner img { width: 100%; max-width: 300px; height: auto; }
  #content #sidebar { float: none; width: auto; max-width: 960px; }

  #footer .copy { float: none; margin: 20px 20px 0 20px; padding: 20px 0; width: auto; max-width: 960px; text-align: center; }
  #footer .addy { display: none; float: none; width: auto; max-width: 960px; text-align: center; }


}

@media only screen and (max-width: 600px) {

  #header-banner { height: 200px; }

  #header-banner-left { display: none; }

  #header-banner-right { position: relative; height: 200px; overflow: hidden; }
  #header-banner-right img { width: 100%; height: auto; }
}

@media only screen and (max-width: 500px) {


  /*#header-banner,
  #header-banner-left,
  #header-banner-right {overflow: hidden; }

  #header-banner img { width: 100%; height: auto; }*/

}
