* {
	margin: 0;
	padding: 0;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

#container {
 min-height:100%;
   position:relative;



}

#content {
   padding:10px;
	padding-bottom:73px;

}

img {
	border-style: none;
}

#right_side_vid h1 {
	float: right;
}

.clear_float {
	clear:both;
}

/*		HEADER		*/
#header {
	height: 105px;
	background-image: url('../images/css_images/header_bg.jpg');
	background-repeat: repeat-x;	
}
#header_contents {
	width: 1024px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin-top: 12px;
}

#name{
	float: left;
	margin-top:34px;
	margin-left: 20px;
}
#nav {
	margin-top: 33px;
	float: right;
}

#nav li {
	list-style: none;
	display: inline;
	font-family: Arial;
	color: white;
	font-size: 12px;
	padding-left: 15px;
}

#nav a:link {
	color:white;
	text-decoration: none;
}
#nav a:visited {
	color:white;
	text-decoration: none;
}
#nav a:hover {
	color:white;
	text-decoration: underline;
}
#nav a:active {
	color:white;
	text-decoration: none;
}
	

/*		HEADER END		*/



/*		CONTENT		*/

#content {
	width: 1024px;
	margin: 0 auto;
}

.title {

	font-family: Georgia;
	font-size: 40px;
	border-bottom: 1px dotted #bebebe;
	margin-bottom: 5px;
}

.title h2 {
	color: #888888;
	font-family: Georgia;
	font-style: italic;
	font-size: 10px;
	padding-bottom: 3px;
	padding-left: 3px;

}

.services_pics h2 {
	color: #888888;
	font-family: Georgia;
	font-style: italic;
	font-size: 10px;
	padding-left: 15px;
}

.services_pics h3 {
	color: #3c3c3c;
	font-family: Georgia;
	font-style: italic;
	font-size: 20px;
	padding-left: 15px;
}

.services_pics h4 {
	color: #3c3c3c;
	font-family: Georgia;
	font-style: italic;
	font-size: 13px;
	padding-left: 15px;
	line-height: 20px;
}

.services_pics h4 a:link {
	color: #3c3c3c;
	font-family: Georgia;
	font-style: italic;
	font-size: 13px;
	padding-left: 15px;
	line-height: 20px;
}

.services_pics h4 a:visited  {
	color: #3c3c3c;
	font-family: Georgia;
	font-style: italic;
	font-size: 13px;
	padding-left: 15px;
	line-height: 20px;
}

.services_pics h4 a:hover {
	color: #65cceb;
	font-family: Georgia;
	font-style: italic;
	font-size: 13px;
	padding-left: 15px;
	line-height: 20px;
	
}

.services_pics h4 a:active {
	color: #3c3c3c;
	font-family: Georgia;
	font-style: italic;
	font-size: 13px;
	padding-left: 15px;
	line-height: 20px;
}


.services_pics h4 img {
	
}
.services_pics {
	float: left;
}



.contact_h2 {
color: #3c3c3c;
	font-family: Georgia;
	font-style: italic;
	font-size: 20px;
}
.business_services h1 {
color: #3c3c3c;
	font-family: Georgia;
	font-style: italic;
	font-size: 20px;

}


.package_list li {
	color: #3c3c3c;
	font-family: Georgia;
	font-style: italic;
	font-size: 13px;
	padding-left: 25px;
	line-height: 20px;
	list-style: none;
	
	}

.title {
	margin-top:40px;
	margin-bottom: 25px;
}
p {
	color: #3b3b3b;
	font-family: georgia;
	font-size: 15px;
	line-height: 20px;
	width: 600px;
}
.p_float {
	float: left;
	margin-bottom: 20px;
}
.rates {
	float: left;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 35px;
	padding-top: 10px;
}
#event_right {
	margin-right: 120px;
	float: right;
}

.business_right {

	float: right;
}

#event_rates_right {
	margin-right: 0px;
	float: right;
}


.tri_list li {

	list-style: none;
	
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	color: #3c3c3c;
	width: 340px;
	padding-top: 15px;
}
.tri_list {
	float: left;
	width: 340px;
	
}
.more  {
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 35px;
	width: 340px;
	float: left;
}

h5 {

	font-family: georgia;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
}

h5 a:link {
	color: #65ccec;
	text-decoration: underline;
}
h5 a:visited {
	color: #65ccec;
	text-decoration: underline;
}
h5 a:hover {
	color: #65ccec;
	text-decoration: underline;
	font-style: italic;
}
h5 a:active {
	color: #65ccec;
	text-decoration: underline;
}
/*		CONTENT END		*/



/*		FOOTER		*/

#footer {
	height: 73px;
 width:100%;

	background-image: url('../images/css_images/footer_bg.jpg');
	background-repeat: repeat-x;
	 position:absolute;
  	 bottom:0;

}
.clearfooter {
	height: 73px;
	clear: both;
}
#footer_contents {
	width: 1024px;
	margin: 0 auto;
}
#footer ul {
 margin-top: 35px;
}
#footer li {
	list-style: none;
	display: inline;
	font-family: Arial;
	color: #1e2d30;
	font-size: 12px;
	padding-left: 15px;
	
}

#footer a:link {
	color:#1e2d30;
	text-decoration: none;
}
#footer a:visited {
	color:#1e2d30;
	text-decoration: none;
}
#footer a:hover {
	color:#1e2d30;
	text-decoration: underline;
}
#footer a:active {
	color:#1e2d30;
	text-decoration: none;
}
#left_nav_bottom {
	float: left;
}
#right_nav_bottom {
	float: right;
}
/*		FOOTER END		*/




/*		FORM END		*/
.form_section {
	float: left;
	width: 220px;

	
	height:320px;
	padding: 10px;

}
.form_section h1 {
	color: #3c778a;
	font-family: Georgia;
	font-size: 70px;

	margin-bottom: 5px;
}

.form_section h2 {
	color: #3c778a;
	font-family: Georgia;
	font-size: 20px;
	margin-bottom: 55px;
}

.form_section h3 {
	color: #3c3c3c;
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
}

option {
	margin-left: 4px;
	margin-right: 4px;
}
input {
	margin-bottom: 10px;
}

form {

	overflow: hidden;
}

#submit_button {
	float: right;
	margin-top: 20px;
	background-image: url('../images/css_images/submit.jpg');
	width: 139px;
	height: 46px;
	border-style: none;
}
/*		FORM END		*/
