@charset "utf-8";
/* CSS Document */

/***********************************************************

           BEGIN RESET

************************************************************/

@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***********************************************************

           END RESET

************************************************************/

body
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 62.5%; 
	background: #000000;                      
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	background-color:#E0D6B3;
}

#header
{
	padding-top:5px;
	background-color:#4C4C4C;
	width:100%;
	height:100px;
}
#header_container
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#logo
{
	float:left;
}
#upper_txt
{
	float:right;
	color:#4C4C4C;
	height:40px;
	width:600px;
	cursor:default;
}
#upper_txt a
{
	color:#4C4C4C;
	text-align:center;
	font-size:9px;
	text-decoration:none;
	cursor:default;
}
#upper_txt a:hover
{
	color:#4C4C4C;
	text-align:center;
	font-size:9px;
	text-decoration:none;
	cursor:default;
}
#nav
{
	float:right;
	background-image:url(../images/nav.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:39px;
}
#nav_txt
{
	width:515px;
	height:39px;
	margin-left:auto;
	margin-right:auto;
}
#gallery
{
	width:100%;
	background-color:#E0D6B3;
	height:450px;
}
#content
{
	width:100%;
	background-color:#E0D6B3;
}
#services_top
{
	background-image:url(../images/divider.jpg); 
	background-repeat:repeat-x;
	height:51px;
	width:100%;
}
#servicesImage
{
	width:98px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
}
#services
{
	padding-top:15px;
	width:100%;
	background-color:#4C4C4C;
}
#services_container
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:180px;
	margin-top:0;
	margin-bottom:0;
}
#footer
{
	text-align:center;
	font-size:9px;
	padding-top:10px;
	background-color:#343434;
	height:30px;
	cursor:default;
}
#footer a
{
	color:#343434;
	text-align:center;
	font-size:9px;
	text-decoration:none;
	cursor:default;
}
#footer a:hover
{
	color:#343434;
	text-align:center;
	font-size:9px;
	text-decoration:none;
	cursor:default;
}

*.black_spacer
{
	height:5px;
	width:100%;
	background-color:#000000;
}
*.white_spacer
{
	height:5px;
	width:100%;
	background-color:#FFFFFF;
}
*.small_white_spacer
{
	height:1px;
	width:100%;
	background-color:#FFFFFF;
}
*.services_item
{
	width:250px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
*.services_title
{
	font-family: "Arial Black";
	font-size: 16px;
	color: #FF6600;
	text-align: center;
	padding-bottom:5px;
}
*.link_item
{
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:13px;
}
*.link_item a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
*.link_item a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#D75700;
	text-decoration:none;
}
*.link_item_on
{
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:13px;
}
*.link_item_on a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#D75700;
	text-decoration:none;
}
*.link_item_on a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#D75700;
	text-decoration:none;
}
*.link_spacer
{
	float:left;
	padding-top:13px;
}
*.floatLeft
{
	float:left;
}
*.padding_Left_7
{
	padding-left:7px;
}