/*//////////////////////////////////////////////////////////////
// Reset CSS Code for browser compatability
///////////////////////////////////////////////////////////////*/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend
 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	vertical-align: baseline;
}



/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

input{
	border:#999999 1px solid;
}
/*//////////////////////////////////////////////////////////////
// set TAG code
///////////////////////////////////////////////////////////////*/
html, body{
	width:100%;
	color:#FFFFFF;
}
p,body,table,td,tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	visibility: visible;
}
body{
	behavior: url("/csshover.htc"); 
	background-color:#333333;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-image:url(/art/body_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
a, a:visited, a:link {
color:#5C86C2;
outline: none;
text-decoration: underline;
z-index: 1;
}
a:hover {
text-decoration: none;
}
/*/////////////////////////////////////////////////////////////////////////
 collage bar
//////////////////////////////////////////////////////////////////////////*/
#header{
	width:660px;
	height:80px;
	margin:0px;
	padding:0px 0px 0px 40px;
	color:#ffffff;
	background-image:url(/art/head_back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#8BA3BA;
	border:none;
}
#header h1{
	margin:0px;
	padding:0px;
	width:600px;
	padding-top:25px;
	text-align:left;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
}
#header i{
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}
/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/
#main_wrapper{
	background-image:none;
	padding:0px;
	margin:0px;
}
#main{
	width:954px;
	margin:auto;
	margin-top:0px;
	padding:0px;
	border:none;
}
#main_left{
	width:700px;
	float:left;
	margin:0px;
	padding:0px;

}
#main_right{
	width:245px;
	float:left;
	margin:0px 0px 0px 5px;
	padding:0px;

}
/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/
#panel_left{
	background-color:#EEEEEE;
	border:#CCCCCC 1px solid;
	padding:5px 15px 15px 15px;
	margin:0px;
	width:640px;
	background-image:url(/art/panel_top_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#panel_left h2{
	padding:5px;
	margin:10px 0px 5px 0px;
	border-bottom:#5C86C2 2px solid;
	font-size:18px;
}
#panel_main{
	background-color:#EEEEEE;
	border:#CCCCCC 1px solid;
	padding:15px 15px 15px 15px;
	margin:0px;
	margin-top:10px;
	width:918px;
	background-image:url(/art/panel_top_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#panel_main h2{
	padding:5px;
	margin:0px 0px 5px 0px;
	border-bottom:#5C86C2 2px solid;
	font-size:18px;
}
/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/

#leftc{
	padding:0px;
	margin:0px;
	float:left;
	width:700px;
}
#leftc h2{
	padding:5px;
	margin:10px 0px 5px 0px;
	border-bottom:#5C86C2 2px solid;
	font-size:18px;
}
#rightc{
	padding:0px;
	margin:0px;
	float:right;
	width:240px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
 Page Footer
///////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#footer{
	width:925px;
	margin:auto;
	margin-top:10px;
	padding:15px 10px 10px 15px;
	background-image:url(/art/footer_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#333333;
	color:#cccccc;
}
#footer a{
	color:#dddddd;
	line-height:auto;
	font-size:12px;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
}
#footer b{
	color:#A9CAE9;
	font-weight:bold;
}
#footer div{
	float:right;
	width:230px;
	height:120px;
	padding:0px 10px 0px 10px;
	text-align:center;
	margin:-5px -10px 0px 0px;
	border-left:#333333 1px solid;
}
/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/
.clearboth{
	clear:both;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
 page.aspx
///////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#pagedetails{
	background-color:#FFFFFF;
	border:#dddddd 1px solid;
	width:658px;
	padding:20px;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	float:left;
	margin:10px 0px 0px 0px;
	line-height:normal;
}
#pagedetails p{
	padding:0px;
	margin:10px;
}
#pagedetails h2{
	font-size:18px;
	font-weight:normal;
	color:#000000;
	padding:5px;
	margin:0px 0px 5px 0px;
	border-bottom:#5C86C2 2px solid;
}
#pagedetails h3{
	padding:0px;
	font-size:16px;
	font-weight:bold;
	margin:10px 0px 5px 0px;
}
#pagedetails ol{
	margin:10px 10px 0px 20px;
	line-height:normal;
}
#pagedetails li{
	margin:5px 0px 0px 5px;
	padding:0px;
	line-height:normal;
}
#pagedetails a{
	padding:1px 5px 1px 5px;
	border:#CCCCCC 1px solid;
	background-image:url(/art/menu_back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#000000;
	text-decoration:none;
	margin:5px;
}
#pagedetails a:hover{
	color:#FFFFFF;
	border:#000000 1px solid;
}

/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/

#module_don{
	width:225px;
	padding:400px 10px 10px 10px;
	height:200px;
	margin:0px;
	background-image:url(art/don_forester.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#42454A;
	text-align:center;
	color:#dddddd;
}
#module_don h2{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:5px;
	padding:0px;
}
#module_don b{
	color:#FFFFFF;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/

#module_sell_your_diamond{
	background-image:url(/art/sell_your_diamond.jpg);
	text-decoration:none;
	color:#000000;
	width:208px;
	padding:90px 9px 10px 10px;
	height:50px;
	margin:5px 5px 0px 0px;
	background-repeat:no-repeat;
	background-position:top;
	border:#A9CAE9 1px solid;
	float:left;
	font-size:12px;
	vertical-align:bottom;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}
#module_sell_your_diamond:hover{
	background-image:url(/art/sell_your_diamond_over.jpg);
	color:#FF0000;
	text-decoration:none;
	border:#FFFFFF 1px solid;
}
#module_sell_your_diamond b{
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
}
#module_sell_your_diamond:hover b{
	color:#000000;
}

#module_sell_your_gold{
	background-image:url(/art/sell_your_gold.jpg);
	text-decoration:none;
	color:#000000;
	width:208px;
	padding:90px 9px 10px 10px;
	height:50px;
	margin:5px 5px 0px 0px;
	background-repeat:no-repeat;
	background-position:top;
	border:#A9CAE9 1px solid;
	float:left;
	color:#000000;
	font-size:12px;
	vertical-align:bottom;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}
#module_sell_your_gold:hover{
	background-image:url(/art/sell_your_gold_over.jpg);
	color:#FF0000;
	text-decoration:none;
	border:#FFFFFF 1px solid;
}
#module_sell_your_gold b{
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
}
#module_sell_your_gold:hover b{
	color:#000000;
}

#module_sell_your_watch{
	background-image:url(/art/sell_your_watch.jpg);
	text-decoration:none;
	color:#000000;
	margin:5px 0px 0px 0px;
	width:208px;
	padding:90px 9px 10px 10px;
	height:50px;
	background-repeat:no-repeat;
	background-position:top;
	border:#A9CAE9 1px solid;
	float:left;
	color:#000000;
	font-size:12px;
	vertical-align:bottom;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}
#module_sell_your_watch:hover{
	background-image:url(/art/sell_your_watch_over.jpg);
	color:#FF0000;
	text-decoration:none;
	border:#FFFFFF 1px solid;
}
#module_sell_your_watch b{
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
}
#module_sell_your_watch:hover b{
	color:#000000;
}
/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/
#ourguarantee{
	width:243px;
	padding:0px;
	height:80px;
	margin:5px 0px 0px 0px;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(/art/ourguarantee.jpg);
	border:#444444 1px solid;
	display:block;
}
#ourguarantee:hover{
	background-image:url(/art/ourguarantee_over.jpg);
	border:#FFFFFF 1px solid;
}
/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/

#pageform{
	background-color:#FFFFFF;
	border:#dddddd 1px solid;
	width:642px;
	padding:5px;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	float:left;
	margin-bottom:5px;
}

/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/

.blogphoto{
	width:930px;
	margin:0px;
	padding:10px;
	text-align:center;
}
.blogphoto img{
	margin:0px;
	padding:0px;
	border:#FFFFFF 1px solid;
}

#pagephotos{
	background-color:#FFFFFF;
	border:#dddddd 1px solid;
	width:642px;
	padding:5px;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	float:left;
	margin-bottom:5px;
}
#pagephotos h2{
	font-size:18px;
	font-weight:normal;
	color:#000000;
	padding:5px;
	margin:0px 0px 5px 0px;
	border-bottom:#5C86C2 2px solid;
}
#pagephotos div{
	float:left;
	margin:8px 8px 0px 0px;
	padding:8px;
	width:80px;
	height:80px;
	text-align:center;
	vertical-align:middle;
	border:#dddddd 1px dotted;
	background-color:#eeeeee;
}
#pagephotos div a{
	padding:0px;
	margin:0px;

}
#pagephotos div a img{
	border:#000000 1px solid;
}
#pagephotos div a:hover img{
	border:#33CCFF 1px solid;
}
#photoDesc{
	padding:5px;
	margin:0px;
	width:630px;
	color:#eeeeee;
}

/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/

#pagefiles{
	background-color:#FFFFFF;
	border:#dddddd 1px solid;
	width:642px;
	padding:5px;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	float:left;
	margin-bottom:5px;
}
#pagefiles h2{
	font-size:18px;
	font-weight:normal;
	color:#000000;
	padding:5px;
	margin:0px 0px 5px 0px;
	border-bottom:#5C86C2 2px solid;
}
#pagefiles div{
	margin-right:5px;
	padding:5px;
	background-color:#eeeeee;
	border:#dddddd 1px solid;
	float:left;
	width:120px;
	height:100px;
	text-align:center;
}
#pagefiles div a{
	padding:0px;
	margin:0px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#pagefiles div a:hover{
	color:#5C86C2;
}
#pagefiles div a img{
	border:#eeeeee 1px solid;
}
#pagefiles div a:hover img{
	border:#5C86C2 1px solid;
}

/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/

#pagemaps{
	background-color:#FFFFFF;
	border:#dddddd 1px solid;
	width:642px;
	padding:5px;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	float:left;
	margin-bottom:5px;
}
#pagemaps h2{
	font-size:18px;
	font-weight:normal;
	color:#000000;
	padding:5px;
	margin:0px 0px 5px 0px;
	border-bottom:#5C86C2 2px solid;
}
#pagemaps .pmap{
	border:#000000 1px solid;
	width:640px;
	height:300px;
}

/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/
#subpages{
	margin:10px 0px 0px 0px;
	padding:0px;
}
#subpages div{
	margin:0px;
	width:635px;
	margin-top:5px;
	padding:10px;
	border-top:#A9CAE9 2px solid;
	background-image:url(art/subpage_back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	overflow:auto;
}
#subpages div a img{
	float:left;
	margin-right:10px;
	border:#000000 1px solid;
}
#subpages div a:hover img{
	border:#5C86C2 1px solid;
}
#subpages div h3{
	padding:0px;
	margin:0px;
}
#subpages div h3 a{
	font-size:18px;
	font-weight:normal;
	background:none;
	border:none;
	color:#000000;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
#subpages div h3 a:hover{
	color:#5C86C2;
	background:none;
	border:none;
}

/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/
.testimonial_row{
	margin:0px;
	width:655px;
	margin-top:5px;
	padding:10px;
	border-bottom:#A9CAE9 1px solid;
	overflow:auto;
}

/*/////////////////////////////////////////////////////////////////////////
 palm header
//////////////////////////////////////////////////////////////////////////*/

#linklist{
	background-color:#FFFFFF;
	border:#dddddd 1px solid;
	width:642px;
	padding:5px;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	float:left;
	margin-bottom:5px;
}
#linklist div{
	margin:0px;
	margin-top:5px;
	padding:5px;
	background-image:url(/art/panel_top_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#eeeeee;
	overflow:auto;
}
#linklist div a{
	padding:0px;
	background:none;
	border:none;
}
#linklist div a:hover{
	padding:0px;
	background:none;
	border:none;
	color:#0099FF;
}
#linklist div a img{
	float:left;
	margin-right:10px;
	border:#000000 1px solid;
}

#linklist div a:hover img{
	border:#5C86C2 1px solid;
}
#linklist div h3{
	padding:0px;
	margin:0px;
	font-size:18px;
	font-weight:normal;
	color:#000000;
}
#linklist div h3 a{
	font-size:18px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
#linklist div h3 a:hover{
	color:#5C86C2;
}

/*/////////////////////////////////////////////////////////////////////////
 collage bar
//////////////////////////////////////////////////////////////////////////*/
#photoholder{
	width:950px;
	margin:auto;
	padding:20px;
	color:#ffffff;
}
.top_arrow{
	width:40px;
	height:40px;
	display:block;
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-475px;
}
.top_arrow a{
	width:40px;
	height:40px;
	margin:0px;
	padding:0px;
	background-image:url(/art/arrow_top_up.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
}
.top_arrow a:hover{
	background-image:url(/art/arrow_top_over.gif);
}
.left_arrow{
	width:40px;
	height:40px;
	display:block;
	top:260px;
	left:50%;
	margin-left:-475px;
	position:absolute;
}
.left_arrow a{
	width:40px;
	height:40px;
	margin:0px;
	padding:0px;
	background-image:url(/art/arrow_left_up.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
}
.left_arrow a:hover{
	background-image:url(/art/arrow_left_over.gif);
}
.right_arrow{
	width:40px;
	height:40px;
	display:block;
	top:260px;
	left:50%;
	margin-left:435px;
	position:absolute;
}
.right_arrow a{
	width:40px;
	height:40px;
	margin:0px;
	padding:0px;
	background-image:url(/art/arrow_right_up.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
}
.right_arrow a:hover{
	background-image:url(/art/arrow_right_over.gif);
}
#photoDesc{
	width:950px;
	margin:0px;
	padding:5px;
	color:#ffffff;
	text-align:center;
}