@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	padding: 0 0;
	margin: 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B3A17;
	background-image: url('../images/main_bg.png');
	background-repeat: repeat-x;
	background-color: #fff;
}

/*  --------------------   containers   ---------------------  */

#wrapper {
	width: 875px;
	margin: 0 auto;
}

#header {
	width: 875px;
	height: 107px;
}

#content {
	width: 875px;
	height: 400px;  /*  temp // remove once content is inputted */
	text-align: left;
}
#footer_container {
	width: 875px;
	display: block;
}
#footer_links {
	width: 875px;
	height: 150px;
	background: #fff;
	float: left;
}
#copy {
	width: 875px;
	height: 25px;
	background: #fff;
	float: left;
}
.header_icon {
	width: 45px;
	height: 41px;
	margin: 2px 10px 0px 10px;
	float: right;
	text-align: center;!important
}
.header_link_caption {
	clear: both;
	width: 100%; 
	text-align: center;
	margin: 0 auto;
}

#portfolio_title {
	height: 128px;
	line-height: 128px;
	width : 280px;
	text-align: left;
	background-image: url('../images/portfolio_title.png');
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: right;
	float: right;
}
#contact_title {
	height: 128px;
	line-height: 128px;
	width : 325px;
	text-align: left;
	background-image: url('../images/contact_title.png');
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: right;
	float: right;
}
#packages_title {
	height: 128px;
	line-height: 128px;
	width : 295px;
	text-align: left;
	background-image: url('../images/packages_title.png');
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: right;
	float: right;
}
#welcome {
}
#latest {
	width: 200px;
	height: 302px;
	background-image: url('../images/new_bg.png');
	background-repeat: repeat;
	float: right;
	margin: 20px;
	text-align: center;
	display: block;
}
#latest_image {
	width: 179px;
	padding: 4px 0 4px 0;
	margin: 10px;
	background: #fff;
	border: 1px solid #999;
}
#contactFormArea {
	margin: 20px 20px;	
}

/*  -----------------------  end containers  ---------------------------  */
/*  -----------------------  Contact Form    ---------------------------  */
#contactFormArea fieldset { border:0;margin:0;padding:0; }
#contactFormArea label { display:block; }
#contactFormArea input.text,textarea { width:400px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
#contactFormArea input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }
	
/*  -----------------------  end Contact Form  -------------------------  */

/*  -----------------------  Tables and Tds  ---------------------------  */

.header_table {
	width: 875px;
	height: 107px;
}
.header_logo  {
	width: 50%;
	height: 102px;
	padding-top: 5px;
	vertical-align: top;
	text-align: left;
}
.header_icons {
	width: 50%;
	height: 107px;
	vertical-align: top;
	text-align: center;
}
#footer_table {
	width: 875px;
	height: 150px;
}
#welcome {
	padding-top: 30px;
}
	

/*  -----------------------  end Tables and TDs  -------------------------  */	
	
/*  -----------------------	 Links               ------------------------- */

.sm_links {
	text-decoration: none;
	font-style: none;
	text-align: center;
	color: #CC6B04;
}
.sm_links:hover {
	color: #671900;
}	
.bottom_ul_left {
	margin: 0 0;
	text-align: left;
	font-size: 12px;
	list-style: none;
}
.bottom_ul_right {
	margin: 0 0;
	text-align: right;
	font-size: 12px;
	list-style: none;
}
	
/*  -----------------------	 end Links               ------------------------- */

/*  -----------------------	 Content                 ------------------------- */

h1 {
	font-size: 38px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #1D3855;
	margin: 10px 0 10px 5px;
}
h2 {
	color: #671900;
	font-size:16px;
	text-align: center;
	margin: 5px 0 5px 0;
}
h3 {
	color: #CC6B04;
	font-size:16px;
	text-align: center;
	margin: 5px 0 5px 0;
	text-decoration: underline;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	