/*
CSS - Cappuccino Xpress
*/

/* layout styles */


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	background: #d8d3c5;
}

img {border: none;}

#container {
	margin: 0 auto;
	padding: 0;
	width: 721px;
	background: #fff url(../images/core/container-background.gif) bottom right no-repeat;
}

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*----------------------------------
	HEADER
----------------------------------*/
div#header {
	width: 721px;
	height: 228px;
	clear: both;
	background: #E8E4D9 url('../images/core/bg-flash.gif') repeat-x 0 0;
}



/*----------------------------------
	CONTENT
----------------------------------*/
div#content {
	width: 721px;
}



/*----------------------------------
	NAVIGATION
----------------------------------*/
div#navigation {
	height: 51px;
	background: #a79963;
	width: 721px;
}

div#navigation ul {
	list-style: none;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0 0 0 58px;
}

div#navigation li {
	float: left;
	margin: 20px 17px 0 17px;
	letter-spacing: 1px;
	position: relative;
}

div#navigation li a {color: #fff; text-decoration: none;}
div#navigation li a:hover {text-decoration: underline;}


/*----------------------------------
	TEXT
----------------------------------*/
div#text {
	width: 352px;
	margin: 40px 0 0 40px;
	padding: 10px 40px 10px 0;
	border-right: 2px solid #e7e2d8;
	float: left;
	display: inline;
	color: #50473d;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}

div#text h1 {
	color: #af801c;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	margin: 0 0 15px 0;
}

div#text h2 {
	color: #af801c;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	margin: 0 0 5px 0;
}

div#text p {
	color: #50473d;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	line-height: 20px;
	margin: 15px 0 15px 0;
}

div#text p.pdf, div#text p.spreadsheet {
	background: url(../images/icon-pdf.gif) top left no-repeat;
	padding-left: 25px;
	line-height: 20px;
	padding-bottom: 5px;
}

div#text p.spreadsheet {background: url(../images/icon-excel.gif) top left no-repeat;}

div#text a {color: #A79963; text-decoration: underline; font-weight: bold;}
div#text a:hover {text-decoration: none;}

div#text table {
	font-size: 11px;
	border: 1px solid #e4e1d7;
}

div#text table th {
	background: #efece5;
	color: #AF801C;
	font-size: 14px;
}

div#text table td {padding: 3px;}

div#text table tr.alt {background: #FCFCFC; }
div#text table tr.tr-hover {background: #f1f0ed; }

div#text table a {color: #770F34;}
div#text table a:hover {text-decoration: none;}

div#text img.float-left {border: 4px solid #E8E4D9; float: left; margin: 12px 10px 10px 0;}
div#text img.float-right {border: 4px solid #E8E4D9; float: right; margin: 12px 0 10px 10px;}


/*----------------------------------
	RIGHT
----------------------------------*/
div#right {
	float: right;
	clear: right;
	display: inline;
	width: 200px;
	height: 100px;
	margin: 20px 50px 0 0;
	color: #50473d;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}

div#right img {
	margin-left: 10px;
	border: 2px solid #E8E4D9;
}

div#right p.pdf {
	background: url(../images/icon-pdf.gif) top left no-repeat;
	padding-left: 25px;
	line-height: 20px;
	padding-bottom: 10px;
}

div#right a {color: #50473d; text-decoration: underline; font-weight: bold;}

div#right p.caption {
	padding-left: 15px;
}

div#right p.caption a { font-size: 10px; }




/*----------------------------------
	CTA
----------------------------------*/
div#cta {
	width: 184px;
	float: right;
	margin: 50px 50px 0 0;
	height: 131px;
	background: #e8e4d9 url(../images/core/cta_box-footer.gif) bottom left no-repeat;
}

div#cta h2.top {
	background: url(../images/core/cta_box-header.gif) top center no-repeat;
	padding-top: 12px;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #af801c;
	text-align: center;
	font-weight: normal;
}

div#cta ul#cta-list {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #50473d;
	margin-top: 12px;
}

div#cta ul#cta-list li {
	list-style: none;
	background: url(../images/core/cta_list-bullet.jpg) left center no-repeat;
	padding-left: 22px;
	margin-left: 13px;
	line-height: 20px;
}

div#cta ul#cta-list li a {color: #74685b; text-decoration: underline;}
div#cta ul#cta-list li a:hover {text-decoration: none;}


img#cta-phone {
	float: right;
	margin: 12px 50px 0 0;
}



/*----------------------------------
	FOOTER
----------------------------------*/
div#footer {
	margin: 10px 0 0 40px;
	clear: both;
}

div#footer p {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #b0a89f;
	line-height: 20px;
	margin: 0 0 10px 0;
}

div#footer a {color: #b0a89f; text-decoration: underline;}
div#footer a:hover {text-decoration: none;}


















