
/* General page settings  */
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url('../images/top_gradient.jpg') repeat-x 0 0;
	color: #553388;
	font: 14px Arial, Helvetica, sans-serif;
	min-width: 900px;
	text-align: center;
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, textarea, blockquote, pre {
	margin: 0 0 .8em 0;
}

/* Headings - Generic styles */
h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: #5F5F5F;
	font-weight: normal;
	letter-spacing: .1em;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #bb88cc;
}


img {
	border: none;
}

a:link {
	background: transparent;
	color: #333333;
}

a:visited, a:hover, a:focus, a:active {
	background: transparent;
	color: #000000;
}

/* Main Navigation */
.nav-a {
	list-style-type: none;
	margin: 0 6px;
}

.nav-a li {
	float: left;
	margin: 0 8px;
}

.nav-a li a {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	/*font-weight: bold;*/
	color: #225566;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	background: #e9e1f2;
}

#heading {
	background: url(../images/banner.jpg) no-repeat 0 0;
	height: 180px;
	width: 900px;
}

#core {
	background: url(../images/content.jpg) no-repeat 0 0;
	width:828px;
	padding: 0 36px;
	min-height: 520px;
	font-size: 120%;
}

#core2 {
	background: url(../images/sanctuary_bg_plain.jpg) no-repeat 0 0;
	width:828px;
	padding: 0 36px;
	min-height: 520px;
	font-size: 120%;
}

#core4 {
	background: url(../images/content2.jpg) no-repeat 0 0;
	background-color: white;
	width:828px;
	padding: 0 36px;
	min-height: 520px;
	font-size: 120%;
}

#footer {
	height: 8px;
	padding: 8px;
}

/* core */

#core h2 {
	font-size: 1.4em;
}

#core h3 {
	font-size: 1.2em;
}

#core h4 {
	font-size: 1em;
}

#core h5{
	font-size: 1em;
}

#core h6 {
	font-size: 1em;
}

#core-b h3 {
	height: 15px;
	width: auto;
	font-size: 1.5em;
}

#core ol {
	list-style-position: inside;
	list-style-type: lower-roman;
}

#core ul {
	list-style-type: none;
}

#core ul li {
	background: transparent url('../images/li_bullet.gif') no-repeat 0 4px;
	padding-left: 18px;
}

#core dt {
	font-weight: bold;
}

/* Forms */
label {
	background: transparent;
	color: #666666;
	display: block;
	font-size: .9em;
}

label span {
	background: transparent;
	color: #bb88cc;
	font-size: .8em;
	text-transform: uppercase;
}

input, textarea, select {
	background: white url('../images/form_inputtext.gif') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	color: #666666;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	margin-top: .5em;
	padding: 2px;
}

#contactform table td {
	padding: 0 10px 4px 0;
}

#name, #email {
	width: 210px;
}

#subject {
	width: 440px;
}

#message {
	width: 440px;
	height: 140px;
}

/* Quotations */
blockquote {
	font-style: normal;
	text-indent: -.7em;
}

blockquote cite {
	display: block;
	font-style: normal;
	margin: .8em 0 0 .6em;
}

/* Misc. Text Formatting */
kbd {
	background: transparent;
	color: #000000;
	font: 1em Pragmata, "Courier New", Courier, monospace;
}

del {
	background: transparent;
	color: #DDDDDD;
}

ins {
	background: transparent;
	color: #333333;
	text-decoration: underline;
}

/* Floats */
.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
}
