/**
 * Tagger Hosting Web Development
 * http://www.taggerhosting.com/
 */

body {
	margin: 0;
	background: url(images/body_bg.jpg) repeat-x fixed #fff;
	font: normal 11pt arial, sans-serif;
	text-align: center; /* SITE ALIGNMENT FOR INTERNET EXPLORER */
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

.container {
	width: 800px;
	margin: 0 auto; /* SITE ALIGNMENT FOR FIREFOX */
	background: #fce4e4;
	border: solid 4px #79123d;
	border-top: 0;
	border-bottom: 0;
	text-align: left; /* RESET ALIGNMENT */
}


/* BEGIN HEADER */

.header-container { /* BLANK UNTIL NEEDED */ }


/* TOP PART OF HEADER */
.header-top {
	position: relative;
	height: 100px;
	background: url(images/header_bg.jpg) repeat-x #b587a4;
}
.header-logo { position: absolute; left: 2em; bottom: 15px; margin: 0; }
.header-logo img { border: 0; }
.header-quick-access { position: absolute; right: 0; bottom: 0; margin: 0; padding: 10px 20px 0 50px; list-style: none; background: url(images/header_quick_access_border.gif) no-repeat #fce4e4; text-align: center; }
.header-quick-access li { float: left; width: 100px; margin-left: 10px; border: solid 1px #eab4ca; font-size: 0.75em; background: #149ec7; }
.header-quick-access li.first { margin-left: 0; }
.header-quick-access a { display: block; padding: 2px 5px; color: #e7ed3d; font-weight: bold; text-decoration: none; }
.header-quick-access a:hover { color: #79123d; background: #e7ed3d; }


/* BOTTOM PART OF HEADER */
.header-bottom { }
.header-contact { float: right; margin: 10px 50px 10px 0; font-size: 1.2em; line-height: 1.5em; color: #79123d; }
.header-nav { float: left; margin: 0; padding: 0; list-style: none; }
.header-nav li { float: left; margin: 3px 10px 0; font-size: 0.8em; font-weight: bold; }
.header-nav a { color: #79123d; text-decoration: underline; }
.header-nav a:hover { text-decoration: none; }

/* END HEADER */



/* BEGIN CONTROL PANEL */

.panel-container {
	background: #eee;
	width: 750px;
	height: 36px;
	margin: 0 25px;
	padding: 0;
	background: url(images/panel.gif) no-repeat 0 0;
	clear: both;
}
.panel { margin: 0; padding: 0; list-style: none; text-align: center; }
.panel li { float: left; margin: 10px 0; width: 150px; font-size: 1.1em; text-transform: uppercase; }
.panel a { color: #fff; font-weight: bold; text-decoration: none; }
.panel a:hover { text-decoration: underline; }

/* END CONTROL PANEL */



/* BEGIN MIDDLE */

.middle-container { position: relative; margin-top: 25px; }
.middle-side-col { padding-top: 25px; padding-bottom: 25px; width: 225px; }
.side-left { float: left; padding-left: 25px; }
.side-right { float: right; padding-right: 25px; }
.middle-content { padding: 25px; }
.one-col { width: 750px; }
.two-col { width: 500px; }
.middle-content h1 { margin: 0 0 1em; border-bottom: solid 1px #79123d; color: #79123d; font-size: 1.5em; text-align: left; }
.middle-content h2 { font-size: 1.15em; }
.middle-content p { font-size: 0.95em; }
.middle-content a { color: #a75174; }
.middle-content a:hover { color: #e3a3bd; }
.middle-content .image-right { float: right; margin-left: 15px; }
.middle-content .image-left { float: left; margin-right: 15px; }

.middle-content table { width: 50%; }
.middle-content td { vertical-align: top; font-size: 0.9em; }

.input_form { width: 50%; }
.input_form .input-text { width: 100%; }
.input_form textarea { width: 100%; }

/* END MIDDLE */



/* BEGIN FOOTER */

.footer-container {
	background: #79123d;
	clear: both;
}

.footer-links-container {
	height: 24px;
	margin: 0 130px;
}
.footer-links { margin: 0; padding: 0; list-style: none; text-align: center; }
.footer-links li { float: left; margin-top: 0.5em; padding: 1px 5px 2px; width: 100px; background: #fff; font-size: 0.8em; }
.footer-links li.first { padding-left: 25px; width: 75px; background: url(images/footer_quick_access_border_left.jpg) no-repeat center left #fff; }
.footer-links li.last { padding-right: 25px; width: 75px; background: url(images/footer_quick_access_border_right.jpg) no-repeat center right #fff; }
.footer-links a { color: #000; text-decoration: none; }
.footer-links a:hover { text-decoration: none; font-weight: bold; }

.footer-address { margin: 1em 0 0.5em; color: #fff; font-size: 0.8em; text-align: center; }
.footer-address a { color: #fff; text-decoration: none; border-bottom: 1px dashed; }
.footer-address a:hover { text-decoration: none; }
.footer-copyright { margin: 0; padding: 0 0 3em; color: #ddd; font-size: 0.7em; text-align: center; }

/* END FOOTER */

.col2 {
}
.col-1, .col-2 { float: left; }
.col-1 {
	float;
	width: 49%;
}
.col-2 {
	float: right;
	width: 48%;
}

.box { width: 100%; }
.box table { width: 100%: }
.trHeader { font-weight: bold; }