@import "top-nav.css";
@import "side-nav.css";
/*
-----------------------------------------------
Hall Chadwick Styles
Author: Chris Pearce (Cornerstone Technologies)
----------------------------------------------- */

/****************************************************************************************
>> Common HTML properties << 
*****************************************************************************************/

html, body {margin: 0; padding: 0; height: 100%;}

body {
	background: #DDC78E;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6F243B;
	text-align: center; /* Used to center align main #wrap for IE 5 */
}

a:link, a:visited {text-decoration: underline; color: #36121D;}
a:hover {text-decoration: none; color: #876D29;}
a:active {text-decoration: underline; color: #36121D;}

p {margin: 1.5em 0; line-height: 1.4em;} 
a img {border: 0;}
ul li {list-style-image: url('../Images/Template/list-bullet.gif') ; line-height: 1.6em; padding-left: 3px;}
ol li {line-height: 1.4em;}
table, td {font-size: 100%; vertical-align: top;}
ul ul {font-size: 100%;}
ul ul li {list-style-image: url('../Images/Template/list-bullet2.gif');}
ol ol {font-size: 100%;}
acronym, abbr, dfn {border-bottom: 1px dotted #755F1C;}
code {font-family: courier, "courier new", monospace;}
hr {color: #6F243B; border-style: dotted; border-width: thin; clear: both;}
span table {width: auto; display: inline;}
span table td {width: auto; height: auto; padding: 2px;}
table#Table1 {width: 370px; margin-top: 20px;}
table#Table1 td {padding: 0;}
table#Table1 td.ErrorHeading {color: #876D29; font: bold 16px 'Gill Sans', GillSans, Candara, Arial, sans-serif;}
table#Table1 td.message {color: #6F243B;}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: oblique;
	margin: 0;
}
blockquote p {margin: 0; display: inline;}

h1 {
	background: url('../Images/Template/h1-bg.jpg') repeat-y top left;
	font: bold 19px 'Gill Sans', GillSans, Candara, Arial, sans-serif;
	color: #FFF;
	margin: 15px 0 15px 0;
	padding: 2px 0 2px 24px;
}
h1.homeH1 {
	text-indent: 0;
	padding: 3px 0 3px 0;
	background: url('../Images/Template/home-h1-bg.jpg') no-repeat top left;
	font-size: 14px;
	color: #6F243B;
	margin-top: 6px;
}

h2,h3,h4,h5,h6 {
	font: bold 16px 'Gill Sans', GillSans, Candara, Arial, sans-serif;
	color: #6F243B;
	margin: 16px 0;
	background: none;
	border-bottom: 1px solid #6F243B;
	padding: 0 0 1px 0; 
}
h3,h4,h5,h6 {color: #876D29; font-size: 15px; border: 0; padding: 0;}
h4 {border: 1px solid #8E5462; color: #8E5462; background: #F2ECD6; padding: 2px 0 2px 2px;}
h4 a {color: #6F243B;}

p em {margin: 0; padding: 0;}
.italic {font-style: italic; color: #876D29;}

/****************************************************************************************
>> Page Containers [LAYOUT] << 
*****************************************************************************************/

/* Wrap Container
----------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 770px!important;
	width /**/:772px; /* Hack for IE 5 */
	min-height: 95%;
	text-align: left;
	background: #FFF url('../Images/Template/body-bg.jpg') repeat-y top center;
	border-right: 1px solid #29141A;
	border-left: 1px solid #29141A;
}
* html #wrap {height: 95%;} /* Hack for IE */

/* Header Container
----------------------------------------------- */

#wrap #header {
	height: 70px!important;
	height /**/:72px; /* Hack for IE 5 */
	background: #FFF;
	border-bottom: 2px solid #C5B57A;
	position: relative;
}
#wrap #header img.logo {position: absolute; top: 13px; left: 15px;}
#wrap #header img.banner {position: absolute; right: 0; top: 0;}

/* Navigation Container
----------------------------------------------- */

#wrap #navigation {
	background: #FFF url('../Images/Template/nav-bg.gif') no-repeat center;
	height: 27px;
	z-index: 8;
	border-bottom: 1px solid #C5B57A;
}
#wrap #navigation span table {position: relative; display: block; margin: 0;}

/* Content Area Container
----------------------------------------------- */

#wrap #contentArea {width: 100%; z-index: 3;}

/* Page Copy Container
----------------------------------------------- */

#wrap #contentArea #pageCopy {
	padding: 0 0 30px 0;
	margin: 0 0 0 35px; 
	z-index: 5;
	position: relative;
	float: left;
	width: 380px;
}

/* Left Col Container
----------------------------------------------- */

#wrap #contentArea #leftCol {
	width: 130px;
	z-index: 6;
	float: left;
	margin-top: 10px;
}
#wrap #contentArea #leftCol h1 {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0;
	background: none;
	padding: 0 0 0 6px;
	color: #6F243B;
}
/* Drop Down Menu Settings */ 
#wrap #contentArea #leftCol span table {display: block;}

/* Right Col Container
----------------------------------------------- */

#wrap #contentArea #rightCol {
	width: 190px;
	z-index: 6;
	margin-top: 10px;
	float: right;
}
#wrap #contentArea #rightCol h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0 0 6px 10px;
	color: #6F243B;
	border-bottom: 1px solid #876D29;
	background: none;
	text-align: left;
	text-indent: 0px;
	padding-left: 0;
}
#wrap #contentArea #rightCol p {margin: 0 3px 0 10px; font: 10px Arial, Helvetica, sans-serif;}
#wrap #contentArea #rightCol a {
	display: block;
	margin: 0 3px 10px 30px;
	background: url('../Images/Template/right-nav-bullets2.gif') no-repeat left;
	padding-left: 14px;
}
#wrap #contentArea #rightCol a:link,
#wrap #contentArea #rightCol a:visited {text-decoration: underline; color: #6F243B;}
#wrap #contentArea #rightCol a:hover {color: #36121D; text-decoration: none;}

#wrap #contentArea #rightCol form {width: 185px; margin-top: 10px; background: transparent; border: 0;}
#wrap #contentArea #rightCol form input {
	width: 120px; 
	margin-left: 10px; 
	clear: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}
#wrap #contentArea #rightCol form input.button {
	background: #77263F url('../Images/Forms/button-bg.jpg') repeat-x top;
	border: 1px solid #30101A;
	color: #FFF;
	text-align: center;
	padding: 2px;
	width: 22px;
	float: left;
	margin-left: 7px;
	padding: 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

/* Footer Container
----------------------------------------------- */

#footer {
	width: 770px!important;
	width /**/:772px; /* Hack for IE 5 */
	background: #6F243B;
	height: 28px;
	z-index: 14;
	margin: 0 auto;
	clear: both;
	text-align: left;
	border-right: 1px solid #29141A;
	border-left: 1px solid #29141A;
	border-bottom: 1px solid #29141A;
}
#footer p {margin: 0; padding: 6px 0 0 14px; color: #FFF;}
#footer a:link,
#footer a:visited {color: #FFF; text-decoration: none;}
#footer a:hover {text-decoration: underline; color: #CCC;}

/****************************************************************************************
>> HTML Tables << 
*****************************************************************************************/

table.greyTable {
	width: 100%;
}
table.greyTable td {padding: 2px; background: #F2F2F2; border: 1px solid #E2E2E2;}

/****************************************************************************************
>> Form Styles << 
*****************************************************************************************/

form {margin: 0; padding: 0; width: 370px; border: 1px solid #EBDEBC; background: #F3F3F3;}
#wrap #contentArea #rightCol form {width: 185px;}
form span {color: red; font-weight: bold;}
form span.small-label {font: normal 9px Arial, Helvetica, sans-serif; color: maroon;}
fieldset {margin: 0; border: 0;}
legend {display: none;}

label {
	float: left;
	clear: left;
	text-align: right;
	width: 120px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	padding-bottom: 6px;
	padding-top: 4px!important;
	padding-top /**/:2px; /* Hack for IE */
	font-weight: bold;
}
label.noFloat {
	float: none; 
	clear: none; 
	width: 100%; 
	margin-right: 0; 
	font-weight: normal;
	text-align: left;
}

input, select, textarea {
	float: left;
	clear: right;
	text-align: left;
	border: 1px solid #6F243B;
	background: #F9F9F9;
	color: #333;
	font-size: 13px;
	width: 210px;
}
textarea {width: 210px; font: 11px Verdana, Arial, Helvetica, sans-serif;}
textarea.wideTextArea {width: 355px;}
select {width: auto;}
input.inputMarginLeft, select.inputMarginLeft {margin-left: 125px;}
input.noStyle {background: none; width: auto;}
input.smallTextField {width: 30px;}

input.button {
	background: #77263F url('../Images/Forms/button-bg.jpg') repeat-x top;
	border: 1px solid #30101A;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding: 2px;
	width: auto;
	clear: both;
}
form img {display: block; clear: both;}
form div.sectionBreak {width: 100%; height: 20px; font-size: xx-small; clear: both;}
form p {margin: 0 0 5px 0;}
form p.tinyText {font: 9px Arial, Helvetica, sans-serif; margin-left: 3px;}
form h2 {
	margin: 14px 0; 
	font-size: 15px; 
	border: 0; 
	color: #876D29; 
	border-bottom: 1px solid #876D29;
	clear: both;
	padding: 0 0 1px 2px;
}

/****************************************************************************************
>> Page Styles [Classes] << 
*****************************************************************************************/

div.round-links {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
div.round-links a {
	display: block;
	float: left;
	margin-right: 15px;
	background: url('../Images/Template/round-button-bg.gif') no-repeat 0 0;
	width: 112px;
	padding: 4px 0 6px 0;
	text-align: center;
	font-weight: bold;
}
div.round-links a:link,
div.round-links a:visited {text-decoration: none; color: #905E67;}
div.round-links a:hover {background-position: 0 -23px; color: #FFF;}

.headerNoMargin {margin-top: 0;}
.smallText {font-size: 10px;}
span.redAsterix {color: red; font-weight: bold;}
.imgFloat {float: right; margin: 5px 10px 5px 10px; position: relative; border: 1px solid #6F243B;}
