/* General declarations */
a
{
	color: #246585;
	text-decoration: none;
}

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

img
{
	font-size: 10px;
	border: 0px;
}

blockquote
{
	color: #4e4e4e;
	padding: 1em;
	margin: 0 0 1em 0;
	border: 1px solid #e2e2e2;
	background: #f1f1f1;
	font-weight: bold;
	font-size: 125%;
}

blockquote p
{
	text-indent: -0.5em;
	margin: 0 0 .5em 0;
}

blockquote em
{
	color: #000;
	font-size: 90%;
}

form { padding: 0 0 10px 8px; }

select
{
	color: #246585;
	font-size: 11px;
}

input
{
	color: #000;
	font-size: 11px;
	background-color: #FFF;
}

.buttons
{
	color: #246585;
	font-size: 11px;
	background-color: #EEE;
}

/* lists */
ul
{
	list-style-image: url(../images/list_circle.png);
	padding: 5px 3px 5px;
	margin: 0;
}

ul ul { list-style-image: url(../images/list_triangle.png); }

ul.left
{
	float: left;
	clear: none;
	width: 49%;
	padding: 15px 0px;
}

ul.right
{
	float: right;
	clear: none;
	width: 49%;
	padding: 15px 0px;
}

/* Sub nav */
#subnav * { color: white; }


/* Start Main content */
#main * { line-height: 1.4em; }

#main strong
{
	font-weight: bolder;
	line-height: 1.2em;
}

#main p, #main para
{
	font-size: 11px;
	padding: 0 0 0 8px;
}

#main h1, #main h2, #main h3
{
	clear: both;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0 0 0 8px;
}

#main h1
{
	font-size: 11px;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	background-color: #4FA7AD;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

#main h2
{
	font-size: 13px;
	border-bottom: 1px solid #000000;
	padding: 5px 5px 1px 5px;
}

#main h3
{
	font-size: 12px;
	border-bottom: 1px solid #000000;
	padding-bottom: 1px;
}

#main h4
{
	border-bottom: 1px solid #000000;
	padding-bottom: 1px;
	font-size: 8pt;
	clear: both;
	padding: 0;
	margin: 0;
}

.organization { color: black; }

div.img_float .caption
{
	color: #235643;
	font-weight: normal;
	font-size: 9px;
	padding: 3px 0 10px 0;
	text-align: left;
}

div.gallery a, .name
{
	color: black;
	font-weight: bold;
}

/* Main Form Style */
div.edit
{
	width: 400px;
	background-color: #A0CCC2;
	border: 1px dotted #333;
	padding: 5px;
	margin: 0px auto;
}

div.form
{
	color: black;
	font-size: 10px;
	text-align: right;
	text-indent: 5px;
	padding: 0 3px 0 0;
}

div.heading
{
	clear: both;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-color: #333;
	border-width: 1px;
	border-style: dotted;
	background-color: #5AA3A8;
}

div.heading .subtitle
{
	color: #D7E3E2;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

/* End Main content */
/* Start sidebar content */
#sidebar p
{
	padding: 0.5em 17px;
	margin: 0;
	font-size: 11px;
}

#sidebar h2
{
	font-size: 13px;
	padding: 2px 0 5px 0;
	margin: 0;
	font-weight: bold;
	color: #000;
	text-align: center;
	background-color: #DDD;
}

#sidebar h3
{
	font-size: 13px;
	padding: 12px 15px 5px 15px;
	margin: 0;
	font-weight: bold;
	color: #000;
}

#sidebar .thumbs
{
	display: block;
	margin: 20px auto 5px auto;
}

#sidebar .caption
{
	color: #2C647E;
	font-size: 9px;
	text-align: left;
	margin: 5px auto 5px auto;
	width: 180px;
}

#sidebar .dimensions
{
	color: #2C647E;
	font-size: 9px;
	text-align: right;
	margin: 5px auto 0 auto;
	width: 235px;
	float: left;
}

/* Sidebar images for edit sheets */
.form
{
	color: #246585;
	font-size: 10px;
	text-align: right;
	text-indent: 5px;
	padding: 0 3px 0 0;
}

.member_pic_1
{
	display: inline;
	float: left;
	clear: none;
	margin: 0px;
	position: relative;
	right: 0px;
	top: 0px;
}

.member_pic_2
{
	display: inline;
	clear: none;
	margin: 0px;
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
}

/* End sidebar */
/* Start footer */
#footer ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#footer li
{
	display: inline;
	padding: 0 1em;
	margin: 0;
	border-right: 1px solid #000000;
	text-align: center;
}

#footer li.last { border: none; }

/* End footer */
/* end IE 5 Mac Only */
p.userjs
{
	text-align: left;
	color: #000000;
	padding: 7px;
	margin: 0 0 1em 0;
	border: 1px dashed #ff0000;
	background: #ffefec;
	line-height: 1.4em;
}

