@charset "UTF-8";

/*
----------------     Site Colors     ----------------

Deep Red:				#9d300a
Golden Yellow (bg): 	#f4cc44
Pale Yellow (text): 	#fae6a2
Avacado Green:			#918f29
Beige (container bg):	#f5f4ea
Orange:					#f3ba5e



----------------------------------------------------
*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f4cc44;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 937px; 
	background:url(images/content_bg.gif) repeat-y #f5f4ea;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 
} 
#header { 
	padding: 0;
	margin:0;
	background:url(images/BarbaraKhozam_header.jpg) center top no-repeat;
	height:220px;
	width:937px;
} 
#utilitylinks {
	font-size:13px;
	float:right;
	padding-right:30px;
	color:#ffffff;
}
#utilitylinks a {color:#ffffff;}
#navigation {
	height:220px;
	background:url(images/bg_navigation.gif) bottom center no-repeat;
	font-size:13px;
}
#navigation ul {
	padding:201px 0 0 205px;
	margin:0;
}
#navigation ul li {
	display: inline;
	list-style-type: none;
}
#navigation a {
	color: #000;
	text-decoration:none;
}
#navigation a:hover {
	color: #9d300a;
}
#sidebar1 {
	float: right; 
	width: 255px;
	padding: 30px 15px 15px 15px;
	margin-right:10px;
}
#mainContent { 
	margin: 0 300px 0 0; 
	padding: 0 20px; 
} 
#footer { 
	padding: 0 10px 0 20px; 
	font-size:9px;
	text-align:center; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {color:#9d300a;}


.ContentBoxTop { 
	width:589px; 
	height:56px; 
	background: url(images/contentblock_top.gif) no-repeat top; 
	margin-top:14px; 
	font-size:0px;
	position:relative; 
	z-index:0;
}
.ContentBoxMiddle{
	background:url(images/contentblock_middle.gif) repeat-y scroll center top;
	float:left;
	width:589px;
}
.ContentBoxText{
	width:550px;
	float:left; 
	margin:0px 0px 0px 20px;  
	position:relative; 
	z-index:1; 
	padding: 0 20px 0 10px;
	font-size:12px;
}
.ContentBoxText p.link {
	text-align:right;
	padding-right:10px;
}
.ContentBoxText p {
	padding-right:20px;
}
.ContentBoxTitle{
	color:#9d300a; 
	font-size:18px;
}
.ContentBoxTitle h2 {
	font-size:22px;
	margin:0;
}
.ContentBoxTitle a{
	color:#9d300a; 
	font-size:18px;
}
.ContentBoxBottom { 
	width:589px; 
	height:14px; 
	background: url(images/contentblock_bottom.gif) no-repeat top; 
	font-size:0px; 
	float:left;
}


.subscribetop {
	background:url(images/subscribe_top_text.gif) top center no-repeat;
    margin-top:20px;
    display:block;
    width:255px;
    height:52px; 
	
}
.subscribetop h2 {
	padding:8px 15px 0 15px;
	color:#9d300a;
}
.subscribebottom {
	background:url(images/subscribe_bottom.gif) bottom center no-repeat;
    display:block;
    width:255px;
    height:52px;
	
}
.subscribebottom table {
	padding:0 10px 0 15px;
}

.testimonialtop {
	background:url(images/testimonial_top.gif) top center no-repeat;
    margin-top:20px;
    display:block;
    width:255px;
    height:65px; 
}

.testimonialmiddle {
	background:url(images/testimonial_middle.gif) top center repeat-y;
    padding:10px 15px 0 15px;
	font-size:14px;
	color:#fae6a2;
}
p.link {
	text-align:right;
}
.testimonialbottom {
	background:url(images/testimonial_bottom.gif) bottom center no-repeat;
    width:255px;
    height:31px;
}

.redbox {
	background:url(images/box_red.gif) top center no-repeat;
    position:relative;
    width:288px;
    height:176px;
	margin-top:20px;
	color:#fff;
	font-size:14px;
}
.redbox .content {
	padding:10px 20px;
}
.redbox h2 {
	font-size:18px;
	padding:0;
	margin:0;
	text-align:center;
}

.redbox a {
	color:#f4cc44;
}	

.caption {font-size:10px; font-style:italic;}