/* -------------------------------------------

CharmingBead.com
author:   Jeremy Ricketts
version:  Apr 21 2006

---------------------------------------------- */

* { margin:0; padding:0; }

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#DCE0DF;
	text-align:center;
	}
#ribbon {
	position: absolute; left: 50%; top: 0;
	margin-left: 405px;
}
p { margin:0 10px 10px 0; }

img.left {
	float: left;
    border: 0;
    padding: 6px;
    margin: 0;
}

#contact_custom {
	padding: 10px;
	padding-left: 0;
}
#contact_border {
	padding: 20px;
	border: 2px solid #660033;
}
dt {
	margin-bottom: 3px;
}
dd {
	margin-bottom: 3px;
}
#content #credit {
	display: none;
}


/* Container
------------------------------*/

#container {
	text-align:left;
	width:798px;
	margin:0 auto;
	background-color:#5e7d7a;
	border:solid #660033;
	border-width:2px;
	}

/* Header
------------------------------*/

#header {
	margin:0;
	padding:0;
	height:130px;
	background-image:url(images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

/* Wrapper
------------------------------*/

#wrapper {
	float:right;
	width:598px;
	}

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

#nav {
	/*background-color:#B9CAFF;*/
	width:598px;
	margin:0;
	height:30px;
	}
	
#nav ul {
	list-style: none;
	margin-left:130px;
	/*margin: 0;*/
	}

#nav li {
	float: left;
	padding:10px 0 10px 20px;
	font-size:14px;
	}
	
#nav li a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
	}

#nav li a:hover {
	color:#F3F3F3;
	font-weight:bold;
	background:#660033;
	color:#FFFFFF;
	}

/* Title
------------------------------*/
#title {
	text-align:center;
}

/* Side
------------------------------*/

#side {
	background-image:url(images/logo2.gif);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
	width:200px;
	/*position:fixed;*/
	}

#side p {
	padding:340px 5px 10px 5px;
	margin:0;
	}
	
#side a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
	
#side a:hover {
	text-decoration:underline;
	}

/* Content
------------------------------*/

#content {
	padding:10px;
	background-color:white;
	float:right;
	width:570px;
	}

#content p {
	line-height:1.4;
	}

/* Footer
------------------------------*/

#footer {
	background: #660033;
	color: #FFF;
	width:798px;
	clear:both;
	height:40px;
	}
	
#footer ul {
	list-style: none;
	margin-left:250px;
	/*margin: 0;*/
	}

#footer li {
	float: left;
	padding:10px 0 10px 20px;
	font-size:12px;
	}
	
#footer li a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
	}

#footer li a:hover {
	color:#F3F3F3;
	font-weight:bold;
	background:#660033;
	text-decoration:underline;
	}

.jcredit {
	font-size:10px;
	color:#5E7D7A;
}

.jcredit a:link, .jcredit a:visited {
	text-decoration:none;
	color:#5E7D7A;
}

.jcredit a:hover {
	text-decoration:underline;
	color:#5E7D7A;
}

.adminlink {
	font-size:9px;
	color:#DCE0DF;  	/*color:#DCE0DF;*/
	text-decoration:none;
}

.adminlink a:link, .adminlink a:visited {
	text-decoration:none;
	color:#DCE0DF;
}

.adminlink a:hover {
	color:#5E7D7A;
	text-decoration:none;
}

/* Individual Pages
------------------------------*/
.formtext {
	color:black;
	text-decoration:none;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;	
}

/* Individual Pages
------------------------------*/

#slideshow {
	margin-top:0px;
	text-align:center;
	}

#about1 {
	float:left;
	/*background-color:red;*/
	text-align:center;
	color:#660033;
	font-size:12px;
	font-weight:bold;
	}

#about2 {
	float:right;
	/*background-color:yellow;*/
	width:348px;
	}

#contact1 {
	padding:20px 20px 20px 20px;
	background-color:#DBDAD8;
	border:#660033;
	border-style:solid;
	border-width:2px;
	margin:5px 0;
}

#contact1 a:link, #contact1 a:visited {
	color:black;
	text-decoration:none;
}

#contact1 a:hover {
	text-decoration:underline;
}

#contactpic {
	clear:left;
	border:#660033;
	border-style:solid;
	border-width:2px;
	margin:5px 0 5px 5px;
	/*background-image:url(images/contact_pic.jpg);
	background-repeat:no-repeat;*/
	float:left;
	/*height:193px;
	width:266px;*/
	padding:10px 0 10px 10px;
	width:260px;
}

#contact {
	float:right;
	padding:20px 20px 20px 20px;
	width:210px;
	background-color:#DBDAD8;
	border:#660033;
	border-style:solid;
	border-width:2px;
	margin:0 5px 5px 0px;
	height:287px;
}

#thanks {
	margin:100px 20px 220px 20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	}