/* 
  ------------------------------------------------------
   Global layout styles for DavidSolomon,net
   by Lisa Firke | Hit Those Keys: www.hitthosekeys.com
   Based on IQ by Project Seven Development 
  ------------------------------------------------------
*/

html, body {/*force scrollbar to control page jump */
	min-height:100.1%; 
	margin-bottom:1px;
}

body {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #F0E7DE;
	margin: 0;
	padding: 0;
	background-image: url(../images/faces_bg2.gif);
	background-repeat: repeat;
	background-position: left 120px;
}
#masthead {
	background-color: #412013;
	background-image: url(../images/masthead_bg.jpg);
	background-repeat: repeat-x;
}
#logo img {
	border: 0;
}
#masthead #logo {
	width: 760px;
	margin: 0 auto;
	position: relative;
	height: 80px;
	padding-left: 8px;
	background-image: url(../images/kinghead.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* COLUMNS */
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 0.9em;
	line-height: 1.625em;
}
.content p {
	margin: 6px 0px 12px;
}
h1 {
	margin: 0px;
	font-size: 1.33em;
	letter-spacing: normal;
	font-family: Georgia, serif;
	color: #CC0000;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
	color: #781010;
	letter-spacing: normal;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
	color: #781010;
	letter-spacing: normal;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 760px;
}
#footercontent {
	padding: 6px 0 6px 1em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/* NAV MENU */
#tnav {
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 6px;
	margin-bottom: 18px;
	background-position: left top;
	background-color: #F0E7DE;
	font-size: 0.825em;
}
#tnav-center {
	margin: 0 auto;
	border-left: 1px solid #333;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav #BasicNav a {
	float: left;
	color: #000000;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

/* Link Styles other than main navigation bar*/
a:link {
	color: #E39258;
}
a:visited {
	color: #7E7373;
}
a:hover {
	color: #E39258;
	background-color: #522403;
}
a:active {
	color: #000000;
}

/* CUSTOM ELEVATOR PANEL STYLES */
#masthead #logo #epmExternal {
	z-index: 999999;
	font-size: 0.75em;
	border: 0;
	position: absolute;
	top: 18px;
	width: 188px;
	height: 54px;
	left: 521px;
	margin-left: -40px;
}
#iQ-elevator form {
	margin: 0px auto;
	width: 760px;
	padding-left: 20px;
}
#iQ-elevator .p7epm_cwrapper,
#iQ-elevator .p7epm_content,
#iQ-elevator .p7EPM02 {
	border: 0;
	font-size: 0.9em;
}
#iQ-elevator .p7epm_content h3 {
	font-size: 1em;
}
#masthead #logo #epmExternal .p7epm_trigs {
	overflow: visible !important;
}
#masthead #logo #epmExternal .p7epm_trigs li {
}
#masthead #logo #epmExternal .p7epm_trigs a {
	color: #EC4637;
	padding: 4px 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	background-color: #391E19;
	float: left;
	border: 1px dotted #E59251;
}
#masthead #logo #epmExternal .p7epm_trigs a:hover {
	color: #E4925A;
}
#masthead #logo #epmExternal .p7epm_trigs .p7epm_open {
	color: #E59251!important;
	background-color: #631B09;
	border-color: #000000;
}

/* DECORATIVE STYLES */
.highlight {
	background: #FFCC99;
	padding: 1px 2px;
}
.tightleading {
	margin-top: 0.5em;
	padding-bottom: 0;
}
.noleading {
	margin-top: 0;
}
.content ul {
	margin-top: 0.25em;
	padding-top: 0.25em;
	margin-left: 1em;
	padding-left: 1em;
}
.content ol {
	list-style-type: decimal;
	font-family: Georgia;
	color: #CC9900;
}
.content ol p {
	font-family: "Lucida Grande", "Lucida Sans", Trebuchet, sans-serif;
	color: #3E1D14;
}
#c1 .content ul li {
	list-style: url(../images/diamond.gif) none outside;
}	
.p7GPcontent ul.inline li {
	list-style: url(../images/diamond.gif) no-repeat left center;
}
.content img.left {
	float: left;
	margin-right: 1em;
	border-color: #663300;
}
.content img.right {
	float: right;
	margin-left: 1em;
}

.content .mini {font-size:smaller;}
.center {
	text-align: center;

}

table#orderform {
	border: 1px solid #E8E8E8;
}
table#orderform td {
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	border-top: 1px none #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px none #E8E8E8;
}
table#orderform tr.shaded {
	background: #E8E8E8;
}
#c1 .content p.notes, #c2 .content p.notes {
	background: #E8E8E8;
	padding: 3px;
}
.p7GPcontent p.preview {
	background: url(../images/projector.gif) no-repeat left bottom;
	padding-left: 60px;
	padding-top: 35px;
}
#c1 .content p.ralign {
	text-align: right;
}
#c2 .content li {
	list-style-image: url(../images/diamond.gif);
	list-style-type: none;
}
#c1 .content legend { color: #BB3C19; }
#c1 .content fieldset { border: 1px solid #E2AD4B; }
