/* !information --------------------------------------------------------------------------------- */

/*	
	This site was designed and developed by Geoff Parker - http://www.lorem-ipsum.net/
*/

/* !general ------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #e5e5e5;
	font: 16px/1.6 georgia, "times new roman", times, serif;
	color: #666;
}

.content_wrap {
	background: #fff;
	padding: 50px 0px 50px 0px;
	border-bottom: 1px solid #ccc;
}

.content {
	margin: 0px auto 0px auto;
	width: 650px;

}


/* !links --------------------------------------------------------------------------------------- */

a {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	text-decoration: none; 
	color: #c30;
}

/* !header area --------------------------------------------------------------------------------- */

#header {
	background: #c30;
	color: #fff;
	text-align: center;
	padding: 40px 0px;
	border-bottom: 1px solid #ccc;
}

#header a {
	display: block;
}

#logo {
	margin: 0px auto 0px auto;
	background: #fff;
	width: 400px;
	padding: 9px;
	border: 1px solid #ccc;
}

#logo img {
	border: none;
	padding: none;
	display: block;
}

/* !active_section ------------------------------------------------------------------------------ */

#active_section {
	background: #fff;
	text-align: left;
	padding: 10px 40px 40px 40px;
	margin: 0px auto 0px auto;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

#active_section h1 {
	width: 640px;
	font: 36px/1.3 georgia, "times new roman", times, serif;
	color: #666;
	margin: 20px auto 20px auto;	
}

#active_section h2 {
	width: 640px;
	font: 24px/1.4 georgia, "times new roman", times, serif;
	color: #666;
	margin: 40px auto 10px auto;
}

#active_section h3 {
	width: 640px;
	font: 18px/1.6 georgia, "times new roman", times, serif;
	color: #558bec;
	margin: 20px auto 10px auto;
}

#active_section h4 {
	width: 640px;
	font: 14px/1.6 georgia, "times new roman", times, serif;
	color: #558bec;
	margin: 20px auto 10px auto;	
}

#active_section h5 {
	width: 640px;
	font: 12px/1.6 georgia, "times new roman", times, serif;
	color: #666;
	margin: 20px auto 10px auto;

}

#active_section h6 {
	width: 640px;
	font: 11px/1.6 georgia, "times new roman", times, serif;
	color: #666;
	font-style: italic;
	margin: 20px auto 10px auto;
}

#active_section p {
	width: 640px;
	font: 16px/1.6 georgia, "times new roman", times, serif;
	color: #666;
	text-align: center;
	margin: 0px auto 20px auto;
}

#active_section blockquote p {
	width: 640px;
	background: #fcfcfc;
	font: 12px/1.4 georgia, "times new roman", times, serif;
	font-style: italic;
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	margin-left: -40px;
	padding: 20px 20px 20px 20px;
	border: 1px solid #eee;
}

#active_section blockquote p strong {
	font: 11px/1.4 georgia, "times new roman", times, serif;
	font-style: normal;
	font-weight: bold;
}

#active_section img.frame {
	margin: 15px 0px 20px 0px;
	padding: 9px 9px 9px 9px;
	border: 1px solid #ccc;
}

#active_section img {
	background: no-repeat url(../images/polaroid_off.gif) 0 0 #fff;
	margin: 5px 1px 12px 1px;
	padding: 9px 20px 31px 20px;
	border: none;
}

#active_section img:hover {
	background: no-repeat url(../images/polaroid_on.gif) 0 0 #fff;
}


#active_section img.left {
	float: left;
	margin: 4px 20px 10px 0px;
}

#active_section img.right {
	float: right;
	margin: 4px 0px 10px 20px;
}

/* !menu ------------------------------------------------------------------------------------ */

.menu {
	font: 16px/1.6 georgia, "times new roman", times, serif;
}

/* !sections ------------------------------------------------------------------------------------ */

.section {
	background: #f2f2f2;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
}

.section a {
	margin: 0px auto 0px auto;
	color: #666;
	font: 24px georgia, "times new roman", times, serif;
	text-decoration: none;
	padding: 6px 40px 6px 55px;
	display: block;
}

.section:hover span {
	color: #666;
}

.section:hover {
	background: #e5e5e5;
	border-bottom: 1px solid #ccc;
}

.section .light-grey {
	color: #f2f2f2;
}

/* !tables -------------------------------------------------------------------------------------- */

table.single-column {
	width: 220px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.three-column {
	width: 700px;
	border: 1px solid #ccc;
}

table th {
	text-align: left;
	height: 20px;
	background: #000 repeat-x url(../images/th-background.png) 0 0;
	padding: 0px 5px 0px 5px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #fff;
}

table tr td {
	padding: 10px;
	width: 70%;
}

table tr td {

}

table tr td.label {
	width: 30%;
	height: 39px;
	padding: 0px 0px 0px 10px;
}

table tr td.footer {
	height: 39px;
	background: #eee repeat-x url(../images/td-footer-background.png) 0 0;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table tr td.alert {
	text-align: center;
	height: 39px;
	background: #f90 repeat-x url(../images/td-red-background.png) 0 0;
	padding: 0px 10px 0px 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #fff;
}

/* !forms --------------------------------------------------------------------------------------- */

.form-input { 
	width: 90%;
	font-size: 14px;
}

.form-select { 
	float: right;
	width: 100%;
	height: 20px;
}

.form-file { 
	float: right;
	width: 100%;
	font-size: 11px;
}

.form-text-input { 
	float: right;
	width: 350px;
	height: 100%;
	font-size: 14px;
}

/* !footer & credit areas ----------------------------------------------------------------------- */

#footer {
	margin: 0px auto 0px auto;
	min-width: 760px;
	background: #e5e5e5;
	padding: 5px 40px 5px 40px;
	text-align: center;
	font: 11px/1.4 georgia, "times new roman", times, serif;
	color: #999;
}

/* !generic classes ----------------------------------------------------------------------------- */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.hidden {
	display: none;
}

.replacement {
	border: 0px;
}

.active {
	color: #c30;
	font-weight: bold;
}

/* !debugging ------------------------------------------------------------------------------------*/

/*
* {
	border: thin dotted #0f0; !important
}
*/