/* ---------------------------------------- */
/* 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: 15px;
	background-color: #FFFFFF;
	
}


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


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

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

#textonlylink
{
	display: none;
}


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


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


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

#top_logo h1
{
	font-size: 24px;
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
}


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


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

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

#content_container
{
	position: relative; 
	float: left; 

}

#content_left_column
{
	clear: both;
}

#content_left_text
{
	clear: both;
}

#content_right_column
{
	padding-top: 5px;
}

#content_right_text
{
	color: #000000;

}

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

.thumbnail
{
	position: relative;
	float: left;
	border: 7px solid #000000;
	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;
	display:none;
}

#bottom_nav_container
{
	clear: both; 
}

#bottom_nav_text
{
	font-size: 12px;
}

#copyright_container
{
	clear: both; 
	color: #000000;
}

#copyright_text
{
	color: #000000;
}

.clear_both
{
	clear: both;
}


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

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

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

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	
}

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


h1, h2, h3, h4, h5, h6
{
	/* font-family: "Helvetica", Helvetica, Arial, sans-serif; */
	
    font-family:Georgia,Serif;
	font-weight: bold;
	clear:both;
	color: #000000;
}

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;

}

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;

	/* 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;
	padding-bottom: 3px;


}

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;
	padding-bottom: 3px;
}

h5
{
	position: relative; /* adding this makes sure the bottom border shoes up in IE PC - DOES NOT ALWAYS WORK!!! */
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0 0;


}

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                                    */
/* ---------------------------------------- */


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

#main_nav_container
{
	font-size: 14px;
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
	padding-bottom: 15px;
}


#main_nav
{
	
	font-size: 14px;
}

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


.nav_item a
{
	margin-right: 0px;
	text-decoration: none;
}

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

.nav_item_active
{
	font-weight: bold;
	color: #333333;
	text-decoration: underline;

}

#utility_buttons_container 
{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #000000;
	display: none;
}


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

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


.content_right_col
{
	color: #000000;
}

/* ---------------------------------------- */
/* 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
{
	margin-bottom: 5px;
}

.job_description_div
{
	margin-bottom: 10px;
}

.job_description_div2
{

	margin-bottom: 10px;
}

.job_description_text
{
	padding: 0;
}

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


.view_button_container
{
	padding-bottom: 30px;
}

.view_button_div
{
	position: relative;
	float: left;

	background-repeat: no-repeat;

}

.view_button_div a
{

	font-size: 14px;
	
}
	
.view_button_div a:hover
{

	background-repeat: no-repeat;
}
