@charset "utf-8";
/* King Graphic Design CSS Document */

body {
	background: #A4B2B5 url(images/elements/bg-hm.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #555;
}

h1, h2, h3 {
	letter-spacing: 1px;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	font-family: "Myriad Pro", "Century Gothic", "Gill Sans MT", Arial, sans-serif;
}

h1 {
	font-size: 32px;
	color: #F7D153; 
	font-weight: normal;
	font-family: "Myriad Pro", "Century Gothic", "Gill Sans MT", Arial, sans-serif;
	letter-spacing: 2px;
}

h2 {
	font-size: 1.5em;
	color: #666666;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #E6B50B;
	margin-bottom: 6px;
	text-transform: lowercase;
}

ul, ol {
	margin-top: 1em;
	line-height: 120%;
	font-size: .85em;
}

ul, ol {
	margin-left: 2em;
}


a {
	color: #6699FF;
}

a:hover {
	text-decoration: none;
}



/* HEADER */

#header {
	width: 800px;
	margin: 0 auto;
}

/* MENU */

#menu {
	padding-top: 20px;
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FAE498;
	background-repeat: no-repeat;
	background-position: left top;
}

.img-navi {
	padding-right: 5px;
}


/* GENERAL CONTENT AREA FOR THE "HOME" PAGE */

#pageHome {
	width: 800px;
	margin: 0 auto;
	padding-top: 0px;
}


#contentHome {
	float: left;
	width: 800px;
	height: 460px;
	background: #FEF6C0 url(images/elements/bg-cream.jpg) no-repeat;
}

#contentHome h1{
	margin: 370px 0 0 470px;
}


/* GENERAL CONTENT AREA FOR THE PANNELED PAGES */


.CollapsiblePanelContent .wrap {
	width: 758px;
	background-color: #FBE8A3;
	border: 1px solid #D79553;
}

.CollapsiblePanelContent .wrap p {
	line-height: 140%;
	font-size: .85em;

}

.CollapsiblePanelContent .topCol-Wide {
	width: 686px;
	padding: 8px 20px 20px 20px; 
	margin: 10px 0 10px 10px;
	font-family: "Century Gothic", "Gill Sans MT", Arial, sans-serif;
	background-color: #FDF6C0;
}

.CollapsiblePanelContent .wrap td {
	vertical-align: top;	
}


.CollapsiblePanelContent .topCol-Left {/* OK */
	width: 223px;
	padding: 0px 20px 0px 30px; 
	margin-top: 10px;
	font-family: "Century Gothic", "Gill Sans MT", Arial, sans-serif;

}

.CollapsiblePanelContent .topCol-Left p{

}
.CollapsiblePanelContent .topCol-Right {
	width: 446px;
	margin-top: 10px;
	padding: 10px 0px 10px 10px;
	background-color: #FDF6C0;
	font-size: .85em;
} 
.CollapsiblePanelContent .topCol-Right-Folio {
	width: 446px;
	height: 324px;
	margin-top: 10px;
	padding: 0;
	background-color: #A4B2B5;
	font-size: .85em;
}
.imgE {
	margin-bottom: -3px;
}

/********************************************************************************/
/* TABLE STYLES     */

#tableWrap {
	margin: 20px 0 10px -5px;
}

table { 
	border-collapse: collapse;
	width: 436px;
}

td,th {
	padding: 3px 5px 2px 5px;
}
tr.alt th { 
	background-color: #85989A;
	color: #FEF9D6;
	text-align: left;
	border: 1px solid #B6B46D;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: lowercase;
}

tr.alt td {
	
	background-color: #FDF6C0;
	border: 0px solid #B6B46D;
}

tr.alt2 td {
	background-color: #FBE8A3;
	border: 0px solid #B6B46D;
}

table h5 {
	color: #586874;
	font-size: .95em;
}


/* Legal */

#legal {
	clear: both;
	width: 800px;
	margin: 0 auto;	
	height: 20px;
}

#legal p {
	line-height: normal;
	padding-top: 20px;
	padding-left: 15px;
	font-size: 10px;
	color: #D6D3AD;
}

#legal a {
	color: #D6D3AD;
	text-decoration: none;
}

