/*****************************************************************************************
/ ProjectSoulChild.org
/ Site Background Color: #FFFFFE
/ Menu Text Color: #333365
/ Font Color: #777787
/
/ Notes:
/*****************************************************************************************/
* {
	margin: 0px;
	padding: 0px;

	border-width: 0px;
	border-color: #CCCCCC;
	border-style: solid;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	vertical-align: top;
	text-align: left;
	text-decoration: none;

	-moz-box-sizing: border-box;		/* Following 2 items force IE type padding, calculated WITHIN declared width */
	box-sizing: border-box;
}

#version {
	color: #000003;
	background: white;
	border: 1px dotted black;
	width: 80px;
	height: 20px;
	position: absolute;
	left: 1px;
	top: 1px;
	font-size: 10px;
	padding: 2px;
}

body {
	background: #FFFFFE;
	text-align: center;
}

/***********************************************
   Common Redefined ****************************
/***********************************************/

b, em { font-weight: bold; }
u { text-decoration: underline; }
center { text-align: center; }

img, object {
	-moz-box-sizing: content-box;		/* More intuitive for these types to follow content box method */
	box-sizing: content-box;
}

/********************************************
   Site Defaults ****************************
/********************************************/
div#separator {
	clear: both;
}

p, ul {
	position: relative;
	margin-top: 20px;
	text-align: justify;
}

p#first { margin-top: 0px; }

p#highlight {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-decoration: italic;
}

p#small { font-size: 9px; }

h1, h2 { color: #000066; }
h1 { font-size: 20px; }
h2 { font-size: 15px; }

ul { list-style-type: none; }

li {
	background: url('/images/bullet.gif') no-repeat;
	background-position: 0px 2px;
	margin-left: 20px;
	padding-left: 23px;
}

/********************************************
 ********************************************
/********************************************/


/* Controls width of entire site */
div#canvas {
	width: 760px;
	margin: 0px auto;
}

div#pane-header {
	height: 188px;
	background: url("/images/BG-Header.jpg") top left no-repeat;
}

img#bannerpic {
	position: relative;
	left: 525px;
	top: 0px;
	width: 225px;
	height: 188px;
}

div#pane-middle {
	background: transparent;
}

div#pane-footer, div#pane-footer a {
	font-size: 10px;
	text-align: right;
	padding-top: 20px;
}

div#pane-footer { padding-right: 90px;		/* Same as rightcolumn */ }

/*****************************************************************************************/
/* e.g. Standard Anchor Link		                                                         */
/*****************************************************************************************/
a:link,
a:visited,
a:active {color: #7A8992; text-decoration: underline; }
a:hover	{	color: #A4C7DB; }

a.rollover:hover img {
	opacity: .85;
	filter: alpha(opacity=85);
	zheight: 100%;
}

/* Contact Us page */
a.button,
a.button:visited {
	background: #7A8992;
	color: #FFFFFF;
	padding: 3px 18px;
	text-align: center;
	border-width: 1px;
	text-decoration: none;
}

a.button:hover {
	background: #A4C7DB;
}
/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/



/* Body paragraph */
input,
select,
textarea {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	border-width: 1px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	padding: 1px 0px 1px 2px;
	background: #F9F9FB;
}
/* Body paragraph ends */

#leftcolumn {
	width: 196px;
}

#rightcolumn {
	padding: 0px 90px 0px 54px;
}

/* Spacing between form fields */
form td { padding: 8px 0px;  vertical-align: middle; }