/*
Site: Zwick & Banyai P.L.L.C.
Description: Certified Public Accountants/Business Consultants
Developer: Futuramic Media (http://www.futuramicmedia.com)
Designer: Roberto Ty

COLORS
Header: #44150d
Nav Bar: #b25928
Vertical Rules: #837870
primaryContent: #dcd2bd
secondayContent: #e2e2dd
Footer: #48423c

*/

/* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS */

/* _ something - picked up by IE 6 only - ex: _width:10px */

/* # something - picked up by IE 7 only - ex: #width:10px */

/* . something - picked up by IE 6 AND IE 7 - ex: .width:10px */
/* something expression - picked up by IE 6 AND IE 7 - ex: width:expression(10) */

/* GLOBAL STYLES */

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.9em;
}

h1 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	letter-spacing: .8em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
}
h4 {
	line-height: 1.5em;
}

p {
	margin-bottom: 10px
}

a {
	color: #00a1e4;
	text-decoration: underline;	
}
a:hover {
	color: #FFF;
	text-decoration: none;	
}
hr {
	background-color: #FFF;
	border: 0px #FFF solid;
	border-bottom: #000 solid 1px;
	width: 80%;
}
address {

}
.alignleft{
	float: left;
}
.alignright {
	float: right;
}
a:hover img {
	opacity:0.5;
	filter:Alpha(opacity=50);
}	

/* CLASSES */

.clear {
	clear: both;
}

.centerPrimary1 {
	height: 300px;
} 

.centerPrimary1  td {
	vertical-align: middle;
} /* vertically centers primary1 content */

.divFloatLeft {
	float: left;
}

.wrapper {
	width: 100%;
} /* sets all wrapper widths */

.fixedWidth {
	margin: 0 auto;
	background-position: center;
	width: 960px;
} /* sets all div width inside wrapper divs */

.member {
	font-size: x-small;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.member img {
	vertical-align: middle;
	margin-left: 10px;
}

.primaryDiv {
	padding: 40px 10px 20px 10px;
	width: 300px;
}

.secondaryDiv {
	background: url(../images/tick.gif) left top no-repeat;
	padding: 10px 10px 20px 10px;
	width: 300px;
}


/* DIVS */

#container {
	background-image: url(../images/background-footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	/*min-height: 1255px;*/
}

#headerWrapper {
	height: 224px;
	/*background-color: #DA333C;*/
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/background-header.png);
}
#header {
}
#logoWrapper {
	margin-top: 80px;
	margin-left: 15px;
	width: 213px;
	float: left;
	text-align: center;
}
#logo img {
	margin-bottom: 40px;
}
#logoWrapper h4 {
	text-align: center;
	font-size: 13px;
	line-height: 1.25em;
}
#logoWrapper p {
	text-align: center;
	font-size: 12px;
	line-height: 1.75em;
}

#navWrapper {
	padding-top: 150px;
	width: 600px;
}
#nav {
	margin: 0 auto;
	text-align: center;
}
#nav ul {
	padding-left: 270px;
	#padding-left: 40px;
	list-style-type: none;
	font-size: 20px;
}
#nav li {
	float: left;
	padding:  0px 50px;
	border-right: #FFF solid 1px;
	line-height: 1em;
}
#nav li.menuEnd {
	border-right: #FFF solid 0px;
}
#nav li a {
	color: #FFF;
	text-decoration: none;	
}
#nav li a:hover {
	color: #000;
	text-decoration: none;	
}
#nav li.selected a {
	color: #000;
}

#primaryContentWrapper {
	min-height: 450px;
	padding-bottom: 190px;
}
#primaryContent {
	display: block;
	width: 520px;
	padding-top: 30px;
	padding-left: 350px;
	line-height: 2.5em;
}
#primaryContent img, #primaryContent p, #primaryContent a, #primaryContent a img {
	vertical-align: middle;
}
.about #primaryContent {
	line-height: 1.5em;
}
.inquiry #primaryContent {
	width: 370px;
	padding-top: 100px;
	padding-left: 400px;
	line-height: 1.5em; 
}


#footerWrapper {
	height: 304px;
}
#footer {
	padding-top: 10px;
	padding-left: 360px;
	width: 600px;
	text-align: right;
}
.footerDiv {
	padding: 10px 20px 10px 20px;
	color: #FFF;
	text-align: left;
	font-size: 12px;
	line-height: 2em;
	width: 205px;
}
.footerDiv strong {
	font-weight: bold;
	font-size: 120%;
}
#footer1 {
	text-align: right;
}
#footer2 {
}
#footer3 {
	float: right;
	clear: both;
	color: #000;
	padding: 10px 0px;
	text-align: right;
	width: 60%;
}
