/* ---------------------------------------- */
/* Generic                                  */
/* ---------------------------------------- */

body
{
	background-image: url(../images/page_flower_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family:Lucida Grande,Verdana,Arial,sans-serif;
	margin: 0px;
	background-color: #510606;
	
}


div
{
	border-color: blue;
	border-width: 0px;
	border-style: solid;
}


p {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

hr 
{
	border: none 0; 
	border-top: 1px solid #630;
	height: 1px; 
	width: 200px;
	
	
}



/* ---------------------------------------- */
/* Containers                               */
/* ---------------------------------------- */


#container
{
	margin: 0px auto 40px auto;
	width:750px;
	text-align: left;
	border: 0px solid #970906;
}


#top_logo 
{
	background-image: url(../images/top_logo.jpg);
	height: 141px;
	width: 750px;
}

#top_logo h1
{
	display: none;
}

#top_pic
{
	height: 200px;
	width: 750px;
	border-bottom: 0px solid #D9BA4E;
	border-top: 0px solid #D9BA4E;
	background-color: #510606;
}


#mid_band
{
	background-image: url(../images/mid_band.jpg);
	height: 9px;
	width: 750px;
}

#content_top_border
{
	background-image: url(../images/mid_two_col_topbg.gif); 
	height: 20px;
	width: 750px;
	background-repeat: no-repeat; 
	background-color: #EED16B;
	
}

#content_container
{
	position: relative; 
	float: left; 
	width: 750px; 
	background-image: url(../images/page_content_bg.gif);
}

#content_left_column
{
	position: relative;
	float: left;
	width: 481px;
	clear: both;
}

#content_left_text
{
	padding: 0px 20px 0 40px;
	clear: both;
}

#content_left_text a
{
	color: #930;
}

#content_left_text a:hover
{
	color: #930;
	text-decoration: underline;
}



#content_right_column
{
	position: relative; 
	float: left; 
	width: 260px;
	padding-top: 5px;
}

#content_right_text
{
	padding: 0px 20px 0 24px;
	color: #F1F2F3;

}

#thumbnails_container
{
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.thumbnail
{
	position: relative;
	float: left;
	border: 7px solid #FFFFFF;
	margin-right:4px;
	margin-bottom: 4px;
}


#content_bottom_border
{
	clear: both; 
	position: relative;
	float: left;
	height: 43px; 
	width: 750px; 
	background-image: url(../images/page_bottom_bg.gif); 
	background-color: #EED16B;
}

#bottom_nav_container
{
	clear: both; 
	background-image: url(../images/bottom_nav_bg.jpg); 
	border-bottom: 2px solid #630;
}

#bottom_nav_text
{
	padding: 0px 20px 10px 40px;
	font-size: 10px;
	color: #33333;
}

#bottom_nav_text a
{
	color: #F1F2F3;
}

#bottom_nav_text a:hover
{
	color: #F1F2F3;
	text-decoration: underline;
}

#copyright_container
{
	clear: both; 
}

#copyright_text
{
	padding: 10px 20px 20px 40px;
}

.clear_both
{
	clear: both;
}


/* ---------------------------------------- */
/* Images                                   */
/* ---------------------------------------- */

.arrow_bullet
{
	margin-bottom: -1px;
	margin-right: 5px;
}

/* ---------------------------------------- */
/* Links                                    */
/* ---------------------------------------- */

a {
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	
}

/* ---------------------------------------- */
/* Headings                                 */
/* ---------------------------------------- */


h1, h2, h3, h4, h5, h6
{
	/* font-family: "Helvetica", Helvetica, Arial, sans-serif; */
	
    font-family:Georgia,Serif;
    font-style: italic;
	font-weight: normal;
	clear:both;
}

h1
{
	position: relative; /* adding this makes sure the bottom border shoes up in IE PC - DOES NOT ALWAYS WORK!!! */
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #333333;
	
}

h2
{
	position: relative; /* adding this makes sure the bottom border shoes up in IE PC - DOES NOT ALWAYS WORK!!! */
	font-size: 16px;
	margin: 0 0 0px 0;
	color: #630;
	/* border-bottom: 1px solid #E8E8E8; */
}

h3
{
	position: relative; /* adding this makes sure the bottom border shoes up in IE PC - DOES NOT ALWAYS WORK!!! */
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #FC6;
	padding-bottom: 3px;
	border-bottom: 1px solid #B1641A;

}

h4
{
	position: relative; /* adding this makes sure the bottom border shoes up in IE PC - DOES NOT ALWAYS WORK!!! */
	font-size: 13px;
	margin: 0 0 5px 0;
	color: #000000;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;

}

h5
{
	position: relative; /* adding this makes sure the bottom border shoes up in IE PC - DOES NOT ALWAYS WORK!!! */
	font-family:Lucida Grande,Verdana,Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0 0;
	color: #630;
	padding: 5px 15px 0px 15px;

}

h6
{
	position: relative; /* adding this makes sure the bottom border shoes up in IE PC - DOES NOT ALWAYS WORK!!! */
	font-size: 14px;
	margin: 0 0 0 0;
	color: #333333;
	padding-bottom: 3px;
	font-style: normal;

}




/* ---------------------------------------- */
/* Lists                                    */
/* ---------------------------------------- */

.service_list
{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 10px;
	position: relative;
	/* border-bottom: 1px solid gray; */
	
}

.service_list li
{
	list-style: none;
	margin: 10px 0 0 0;
	/* background-image: url(images/side_bullet1.jpg); */
	background-image: url(../images/servicelist_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 25px;
	font-family:Lucida Grande,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.side_gallery_list
{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 10px;
	position: relative;
	/* border-bottom: 1px solid gray; */
	
}

.side_gallery_list li
{
	list-style: none;
	margin: 10px 0 0 0;
	/* background-image: url(images/side_bullet1.jpg); */
	background-image: url(../images/side_gallery_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 25px;
	font-family:Lucida Grande,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.side_gallery_list li a
{
	color: #FFFFFF;
}

.side_gallery_list li a:hover
{
	color: #FFFFFF;
	text-decoration:underline;
}


 	
/* ---------------------------------------- */
/* Main Nav			                        */
/* ---------------------------------------- */

#main_nav_container
{
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 12px;
	width: 750px;
	position: relative;
	float: left;
	height: 42px;
	background-color: #EED16B;
}


#main_nav
{
	
	padding-left: 40px;
	font-size: 12px;
}

#main_nav a
{
	color: #FFFFFF;
	text-decoration: none;
}
	
#main_nav a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}


.nav_item a
{
	position: relative; 
	float: left; 
	margin-right: 0px;
	text-align: center; 
	padding-top: 24px; 
	width: 82px;
	height: 18px;
	background-image: url(../images/tab_bg.jpg);
}

.nav_item a:hover
{
	/* background-image: url(images/nav_active_bg.jpg); */
	background-image: url(../images/tab_over_bg.jpg);
	
}

.nav_item_active
{
	font-weight: bold;
	margin-right: 0px;
	color: #333333;
	position: relative;
	float: left; 
	text-align: center; 
	padding-top: 24px; 
	width: 82px;
	height: 18px;
	background-image: url(../images/tab_on_bg.jpg);

}

#utility_buttons_container 
{
	position: relative;		
	float: left;
	width: 200px;
	text-indent:-9999px;
	padding-top: 20px;
	border: 0px solid red;
	padding-left: 137px;
	
}

.font_small_button
{
	position: relative;		
	float: left;
	background-image: url(../images/font_small_button.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 35px;
	margin-right: 0px;
}

.font_small_button a
{
	position: relative;		
	float: left;
	background-image: url(../images/font_small_button.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 35px;
	margin-right: 0px;
	overflow:hidden;
	
}

.font_small_button a:hover
{
	background-image: url(../images/font_small_button_over.jpg);
	background-repeat: no-repeat;
}


.font_large_button
{
	position: relative;		
	float: left;
	background-image: url(../images/font_large_button.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 35px;
	margin-right: 0px;
	
}

.font_large_button a
{
	position: relative;		
	float: left;
	background-image: url(../images/font_large_button.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 35px;
	margin-right: 0px;
	overflow:hidden;

}

.font_large_button a:hover
{
	background-image: url(../images/font_large_button_over.jpg);
	background-repeat: no-repeat;
}

.print_button
{
	position: relative;		
	float: left;
	background-image: url(../images/print_button.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 58px;
	margin-right: 0px;
}

.print_button a
{
	position: relative;		
	float: left;
	background-image: url(../images/print_button.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 58px;
	margin-right: 0px;
	overflow:hidden;	
}

.print_button a:hover
{
	background-image: url(../images/print_button_over.jpg);
	background-repeat: no-repeat;
}

.email_button
{
	position: relative;		
	float: left;
	background-image: url(../images/email_button.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 58px;
	margin-right: 0px;
}

.email_button a
{
	position: relative;		
	float: left;
	background-image: url(../images/email_button.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 58px;
	margin-right: 0px;
	overflow:hidden;
}

.email_button a:hover
{
	background-image: url(../images/email_button_over.jpg);
	background-repeat: no-repeat;
}

	
/* ---------------------------------------- */
/* Paragraphs                               */
/* ---------------------------------------- */

.copyright
{
	color: #F1F2F3;
	font-size: 10px;
}


.content_right_col
{
	color: #FFF;
}

/* ---------------------------------------- */
/* Contact Form                             */
/* ---------------------------------------- */

#contact_form
{
	font-size: 12px;
	color: #C60;
	margin-top: 10px;
}

#contact_form input
{
	width: 300px;
	margin-bottom: 10px;
	margin-top: 4px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#contact_form textarea
{
	width: 300px;
	margin-bottom: 10px;
	margin-top: 4px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-family:Lucida Grande,Verdana,Arial,sans-serif;
	font-size: 12px;
}

.required
{
	color: #F30;
}

#contact_form input.button
{
	border: none;
	width: 46px;
	height: 14px; 
}

#contact_form select
{
	width: 310px;
	margin-bottom: 10px;
	margin-top: 4px;
	border: 1px solid #CCCCCC;
}

#contact_form img
{
	border: none;
	width: 46px;
	height: 14px; 
	margin-bottom: 10px;
	margin-top: 4px;
	padding: 5px;
}


/* ---------------------------------------- */
/* Gallery Page                             */
/* ---------------------------------------- */


.job_title_div
{
	width: 425px;
	margin-bottom: 5px;
	border-top: 1px solid #F9CE98;
}

.job_description_div
{
	background-color: #F9CE98;
	width: 425px; 
	margin-bottom: 10px;
}

.job_description_div2
{
	background-color: #FEEBD6;
	width: 425px; 
	margin-bottom: 10px;
}

.job_description_text
{
	padding: 15px 15px 10px 15px;
}

.gallery_page_thumb
{
	margin-left: 10px;
	border: 5px solid #FFFFFF;
}


.view_button_container
{
	position: relative;
	float: left;
	width: 73px;
	text-indent:-9999px;
}

.view_button_div
{
	position: relative;
	float: left;
	background-image: url(../images/view_button.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 73px;
}

.view_button_div a
{
	position: relative;
	float: left;
	background-image: url(../images/view_button.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 73px;
	overflow:hidden;
}
	
.view_button_div a:hover
{
	background-image: url(../images/view_button_over.gif);
	background-repeat: no-repeat;
}
