@charset "utf-8";
/* CSS Document */

/* ------------------------------------------- */
/* ------ Color Palette ---------------------- */
/* ------------------------------------------- */
/* -- #3b283d PLUM --*/ 
/* -- #1b1464 BLUE A --*/
/* -- #922453 BERRY -- */
/* -- #8dc63f LIME -- */
/* -- #aeb4c4 LG GRAY */
/* ------------------------------------------- */

/* ------------------------------------------- */
/* ------ General Body Styles ---------------- */
/* ------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgba(174, 180, 196, 0.5);
	margin: 0 auto 0 auto;
}

/* ------------------------------------------- */
/* ------ STRUCTURE - DIVS ------------------- */
/* ------------------------------------------- */

#wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto 0 auto;
}

#header {
	width: 900px;
	height: 130px;
	float: left;
	padding: 5px 0 0 0;
}

#nav-bar {
	width: 900px;
	height: 50px;
	background-color: #3b283d; /* plum */
	float: left;
}

.color-bar {
	width: 900px;
	height: 10px;
	background: #922453; /* berry */
	float: left;
}

#content-wrap {
	width: 900px;
	height: auto;
	float: left;
	overflow: hidden;
	background: url(images/ContentBkgd-900x846.png) repeat;
}

.content {
	width: 500px;
	min-height: 250px;
	float: left;
	padding: 0 10px 5px 10px;
	margin: 10px 5px 20px 15px;
}

.rail-l {
	width: 125px;
	height: auto;
	float: left;
	margin: 10px 5px 5px 0;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.rail-r {
	width: 175px;
	height: auto;
	float: right;
	margin: 10px 5px 0 5px;
	padding: 0 10px 5px 10px;
	overflow: hidden;
}

.widget-l {
	width: 250px;
	height: 250px;
	float: left;
	margin: 5px 5px 5px 0;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.widget-c {
	width: 250px;
	height: 250px;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.widget-r {
	width: 250px;
	height: 250px;
	float: right;
	margin: 5px 0 5px 5px;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.widget-l2 {
	width: 325px;
	height: 250px;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.widget-c2 {
	width: 250px;
	height: 250px;
	float: left;
	margin: 5px 5px 5px 155px;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.widget-r2 {
	width: 250px;
	height: 250px;
	float: right;
	margin: 5px 100px 5px 5px;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

#footer {
	width: 900px;
	height: 150px;
	background-color: #3b283d; /* plum */
	float: left;
	overflow: hidden;
}

.footer-l {
	width: auto;
	height: 125px;
	float: left;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.footer-r {
	width: auto;
	height: 125px;
	float: right;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.copyright {
	width: 900px;
	height: 20px;
	text-align: center;
	margin: 5px 0 15px 0;
}

.clear-l {
	width: 5px;
	height: 100px;
	clear: right;
}

/* ------------------------------------------- */
/* ------ TEXT STYLES ------------------------ */
/* ------------------------------------------- */

/* ------------------------------------------- */
/* HEADERS */
/* ------------------------------------------- */

h1 {	/* use for page heads */
	color: #3b283d; /* plum */
	font-size: 16pt;
}

h2 {	/* use for page subheads */
	color: #922453; /* berry */
	font-size: 14pt;
}

h3 {	/* use for widget heads */
	color: #8dc63f; /* lime */
	font-size: 13pt;
}

h4 {	/* use for widget subheads */
	color: #3b283d; /* plum */
	font-size: 11pt;
	line-height: 15px;
}

h5 {	/* use for footer heads */
	color: #8dc63f; /* lime */
	font-size: 13pt;
}

h6 {	/* use for footer subheads */
	color: #f5e1c7; /* almond */
	font-size: 12pt;
}

/* ------------------------------------------- */
/* PARAGRAPHS */
/* ------------------------------------------- */

p {
	color: #000000; /* black */
	font-size: 11pt;
}

p2 {	/* use with widget copy */
	color: #000000; /* black */
	font-size: 10pt;
}

p3 {	/* use with footer copy */
	color: #8dc63f; /* lime */
	font-size: 11pt;
}

/* ------------------------------------------- */
/* LINKS */
/* ------------------------------------------- */

a {
	color: inherit; !important
	font-weight: bold;
	text-decoration: none;
}

p a {
	color: #922453; /* BERRY */
	font-weight: bold;
	text-decoration: none;
}

p2 a {
	font-weight: bold;
	text-decoration: none;
}

p3 a {
	color: #8dc63f; /* lime */
}

a:active,
a:hover,
a:visited {
	color: #922453; /* BERRY */
	text-decoration: none;
}

/* ------------------------------------------- */
/* SPECIAL TEXT STYLES */
/* ------------------------------------------- */
copyright-text {
	color: #8dc63f; /* lime */
	font-size: 9pt;
	align: center;
}
/* ------------------------------------------- */
/* ------ IMAGE STYLES ----------------------- */
/* ------------------------------------------- */

/* ------------------------------------------- */
/* Thumbnails - Widgets */
/* ------------------------------------------- */
