/*==============================
			common
==============================*/

body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color:#ccc;
	padding: 0px;
	margin: 0px;
	}
	
a {
	border: none;
	text-decoration: none;
	color: black;
}

hr {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
	padding: 0px;	
	margin: 0px;
}	
	
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}	
	
p {
	padding: 0px;	
	margin: 0px;
}	


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

li {
    float:left;
    margin:0;
    padding:0;
}

form{
	padding: 0px;
	margin: 0px;
}

select {
	padding: 0px;
	margin: 0px;
}

div.spacer {
	clear: both;
	padding: 0px;
	margin: 0px;
}

span.gray_text {
	color: #aaa;
}

/*============
	shadowing
=============*/

.container_shadow {
	position: relative; 
	left: 1px; 
	top: 1px; 
	color: #333; 
}

/*white*/
.text_shadow_white { 
	position: absolute;
	left: -2px; 
	top: -2px; 
	color: #fff;
}

/*red*/
.text_shadow_red { 
	position: absolute;
	left: -1px; 
	top: -1px; 
	color: #f00;
}

/*==============================
			content
==============================*/

div.content {
	width:950px;
	margin:0px auto;
	text-align:left;
	padding: 0px 0px 0px 0px;
	
}


/*=================
	header
==================*/	
div.header{
	/*background-image: url(images/header.jpg);*/
	width: 950px; height:157px; /*I increased the height of the header to push down the toolbar without using margins casue IE was rendering them differently*/
	margin: 4px 0px 5px 0px;
}

div.header h1 {
	color: white;
	float: left;
	height: 131px;
	font-family: Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
	padding: 0px 0px 0px 24px;
}

div.header img {
	float: left;
}


/*============
	toolbar
=============*/
div.toolbar {
	width:950px;
	height: 51px;
	/*background: url(images/toolbar.jpg) no-repeat top left;*/
	margin: 0px 0px 6px 0px;
}

div.toolbar ul {
	float: left;
	padding: 10px 0px 0px 20px;
}

div.toolbar a {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

div.toolbar a:hover {
	color: gray;
}

span.at_this {
	color: gray;
}

div.toolbar h2 {
	text-align: center;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
}

div.toolbar_shadow {
	float: right; /* I put this here because the receeding ul was causing the shadow effect to break*/
	height: 41px; /* changing this height will effect the nifty border padding*/
	padding: 0px 380px 0px 0px; /*the padding in IE is 5px more, for no reason, figiure it out*/
}

div.toolbar_shadow h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 35px;
}

/*=================
	main body
==================*/
div.main_body {
	width:950px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	/*border:1px dashed #333;*/
}

div.main_text {
	color: #777;
	padding: 30px 0px 0px 50px;
	width: 900px;
	float: left;
	
}

div.main_text h2{
	color: #f00;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

div.main_text a{
	/*color:red;*/
}

div.main_text a:hover {
	/*color:#69c;*/
}

div.main_text p{

}

div.main_text hr {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	border: 1px dotted #999;
}

/*==================
	gallery
===================*/
div.gallery {
	width: 910px;
	font-family:Arial,sans-serif;
	font-size:12px;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	float: left;
}

div.gallery h3 {
	color: #9A1C1F;
	padding: 0px;
	margin: 0px;
	font-size: 25px;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
}

/*==================
	year/cat select
===================*/
form#select_year {
	float: right;
}

/*============
	polaroid
=============*/
div.polaroide_float {
	float: left;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 150px;
	margin: 4px;
	padding: 4px;
	}
	
div.polaroide_float img {
	max-height: 100px;
}

div.shadow_inside {
	padding: 5px;
	border: 1px solid #888;
}

div.shadow_inside p{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
}

div.shadow_inside a {
	color: #555;
}

div.shadow_inside a:hovor{
	color: #bbb;
}

span.small_lock {
	position: absolute;
	top: 75px;
	left:100px;
}

/*============
	paging
=============*/
div.paging {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 910px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
}

div.paging a {
	color: #555;
}

div.paging a:hover {
	color: #bbb;
}

div.paging a:visited {
	color: #00b;
	font-size: 15px;
}

/*============
	search
=============*/

.search_float_left {
	float: left;
	padding: 0px;
	margin: 0px;
}

.search_float_right {
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

form.search_float_right  a {
	color: #555;
}

form.search_float_right a:hover {
	color: #ccc;
}

form.search_float_right a:visited {
	color: #555;
	font-size: 15px;
}

/*============
	adv_search 
=============*/

div#adv_search {
	color: #000;
	position: absolute;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 470px;
	display: none;
	margin:	15px 0px 0px 30%;
	padding: 0px 0px 5px 15px;
	background-color: #eee;
	opacity: .95;              /* CSS3 */
    -moz-opacity: .95;         /* legacy Firefox */
    -khtml-opacity: .95;       /* legacy Safari/Konqueror */
    filter: alpha(opacity=.95); /* MSIE */
}

div#adv_search p{
	padding: 5px 0px 5px 10px;
}	


a#clos_adv_sch {
	color: #000;
	float: right;
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
	width: 20px;

}


a#adv_sch_butn{
	float:right;
	color: blue;
	margin: 0px 0px 0px 10px;
}

a#adv_sch_butn a{
	color: blue;
}

a#adv_sch_butn a:hover{
	color: blue;
}

a#adv_sch_butn a:visited{
	color: blue;
}

div#adv_search img {
	border: none;
}







/*============
	contact 
=============*/
div.address_left_div{
	float: left;
}

div.address_right_div {
	float: right;
}

/*============
	footer
=============*/
div.footer {
	background: #fff;
	width: 950px;
	margin:5px auto;
	text-align:center;
	padding: 0px 0px 0px 0px;
	border-bottom: 10px solid #62BDD0;
}

div.footer_text {
	/*float: left;*/
	/*width: 750px;*/ /*this was here to accomadate the login panal*/
}

div.footer p {
	color: #777;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding: 10px 0px 10px 0px;
}
div#midcontarea {
	width: 910px;
	float: left;
}

/*div#midcontarea img{
	border: 3px solid #fff;
}*/

/*	20-Feb-09	*/

A.new_top_menu_link:link, A.new_top_menu_link:active, A.new_top_menu_link:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8B8989;
	text-decoration:none;
}

A.new_top_menu_link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00f;
	text-decoration:underline;
}

.small_logo_text {
	color:#FFFFFF;
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	font-style: normal;
}

.large_logo_text {
	color:#FFFFFF;
	font-family: Century Gothic, sans-serif;
	font-size: 34px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;
}

A.new_pagination_link:link, A.new_pagination_link:active, A.new_pagination_link:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}

A.new_pagination_link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.new_pagination_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

.album_details_left_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:5px;
}



