/*-------------------------------------
GLOBAL RESETS AND SETUP
-------------------------------------*/

html, body, form, fieldset {
	font-family: Century, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font: 100%/120%;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #000;
	margin: 1em 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	color: #000;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	background: #eee;
	border: #bbb solid 1px;
}

input.submit {
	color: #fff;
	background: #000;
	margin: 0 0 0 133px;
	padding: 10px;
}

input.submit:hover {
	background: #fff;
	color: #000;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}


/*-------------------------------------------------------------------------------------------------Div Id----------*/

#header {
	width: 100%;
	height: 219px;
	background: url('../images/header.jpg') top center no-repeat #fff;
}

#photo_box {
	width: 100%;
	height: 388px;
	background: url('../images/main_4.jpg') top center repeat-y #fff;
}

#photo_box_short {
	width: 100%;
	height: 330px;
	background: url('../images/photo_gradient.jpg') top center repeat-y #fff;	
}

#menu {
	width: 100%;
	height: 73px;
	background: url('../images/menu.jpg') top center no-repeat #fff;
}

#content {
	width: 100%;
	background: url('../images/bg.jpg') top center repeat-y #fff;
	padding: 0 0 80px 0;
}

#footer_border {
	background: url('../images/footer_border.jpg') top center no-repeat #fff;
	height: 5px;
}

#footer {
	width: 100%;
	height: 180px;
	background: url('../images/footer.jpg') top center repeat-y #fff;
	text-align: center;
	padding: 20px 0 0 0;
}

#footer p {
	margin: 0 0 10px 0;
}

/*-------------------------------------------------------------------------------------------------Div Class-------*/

.menu {
	width: 980px;
	height: 73px;
	margin: 0 auto;
}

.menu li {
	float: left;
	font-size: 1.8em;
}

.menu_margin {
	margin: 17px 65px 0 0;
}

.menu_last {
	margin: 17px 0 0 0;
}

.content_body {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.content_body a {
	color: #000;
	text-decoration: underline;
}

.content_body ul {
	margin: 0 0 0 30px;
}

.content_body li {
	padding: 5px 0 0 0; 
	list-style-type: disc;	
}

.content_contact {
	width: 980px;
	height: 300px;
	margin: 0 auto 600px auto;
	padding: 20px 0 0 0;
}

.content_contact a {
	color: #000;
}

.content_body p, content_contact p{
	margin: 0 0 15px 0;
}

.content_photo {
	margin: 0 15px 0 0;
}

.photo_right {
	margin: 0 0 0 15px;
}

.photo_box {
	width: 980px;
	height: 200px;
	margin: 10px auto 40px auto;
}

p.services_space {margin-bottom: 55px;}

p.less_bottom_space {margin-bottom: 10px;}

p.extra_bottom_space {margin-bottom: 25px;}

.services_content_right {margin: 5px 0 40px 40px;}

.h3space {margin: .5em 0 1em 0;}

.wall {
	width: 988px;
	height: 320px;
	margin: 0 auto;
}

.contact_form {
	width: 600px;
	height: 650px;
	float: left;
}

.contact_form td {
	padding: 3px 20px 3px 0;
}

.contact_info {
	width: 360px;
	height: 450px;
	float: left;
	margin: 0 0 0 20px;
}

.contact_info h2 {
	margin: 0 0 10px 0;
}


/*-------------------------------------------------------------------------------------------Front Javascript------*/

#box1{
	position:absolute;
}

#box1 span{
	display:block;
	float:left;
}

.mask1{
	position:relative;
	width:1000px;
	height:388px;
	overflow:hidden;
	text-align: center;
	margin: 0 auto;
}


/*-------------------------------------------------------------------------------------------------Font Class------*/

.black {color: #000;}

.white {color: #fff;}

.larger {font-size: 1.1em;}

.smaller {font-size: .9em;}

.extra_spacing {letter-spacing: 1px;}

.align_c {text-align: center;}