﻿/* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** Created: 09-03-08 (dd-mm-yy)
** Author: onedollartemplates.com
** Template: Fire Brick
** ================================================================ */


/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html { font-size: 76%; }
body {
	/*background: url(../img/bg.jpg) repeat-x;*/
	/*background: url(../img/bg_purple.jpg) repeat-x;
	background-color: black;*/
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
	}

body.bg_green { background: url(../img/bg_green.jpg) repeat-x; background-color: black;	}
body.bg_purple { background: url(../img/bg_purple.jpg) repeat-x; background-color: black; }
body.bg_blue { background: url(../img/bg_blue.jpg) repeat-x; background-color: black;	}
body.bg_red { background: url(../img/bg_red.jpg) repeat-x; background-color: black; }
body.bg_brown { background: url(../img/bg_brown.jpg) repeat-x; background-color: black;	}
body.bg_dkgray { background: url(../img/bg_dkgray.jpg) repeat-x; background-color: black; }
body.bg_ltgray { background: url(../img/bg_ltgray.jpg) repeat-x; background-color: black;	}
body.bg_wine { background: url(../img/bg_wine.jpg) repeat-x; background-color: black;	}
body.bg_ltblue { background: url(../img/bg_ltblue.jpg) repeat-x; background-color: black;	}
	
/* headers */
h2, h3, h4, h5, h6 { 
	color: #554294; 
	margin: 0; 
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both; 
	height: 1%;
	}
h2 { font-size: 2em; border-bottom: 1px dashed #999; margin: 40px 0 15px; padding-bottom: 15px; line-height: normal; }
h3 { font-size: 1.8em; margin: 35px 0 10px; }
h4 { font-size: 1.6em; margin: 30px 0 5px; line-height: normal; }
h5 { font-size: 1.4em; margin: 25px 0 5px; }	
h6 { font-size: 1.2em; margin: 20px 0 0;}

/* text */
p { margin: 15px 0; text-align: justify;}
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 20px 0 10px; 
	border: 1px solid #ccc; 
	padding: 15px 20px; 
	display: block; 
	color: #BF0000; 
	}
blockquote { color: #666; font-family: Georgia, "Times New Roman", Times, serif; padding: 0 15px 5px 15px; }

/* links */
a { text-decoration: none; color: #554294; }
a:hover { text-decoration: underline; color: #c20000; }

/* images */
img { border: 1px solid #ccc; padding: 4px; }	
a img { border-color: #ccc; }
a:hover img { border-color: #bf0000; }
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 35px 0; }

/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: square; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #666; }
li span, li a { color: #666; }

/* tables */
table { margin: 15px 0; border-collapse: collapse; }
table th, table td { padding: 10px 15px; text-align: left; }
table th { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background: #554294 url('../img/green_grad_.jpg') repeat-x; 
	color: #fff; 
	border: 1px solid #fff; 
	font-weight: normal; 
	}	
table tr.alt { background-color: #f4f4f4; }
table tfoot { display: none; }

/* forms */
form { border: 1px solid #ccc; padding: 0; margin: 25px 0; }
form fieldset { border: 0; padding: 10px 25px 15px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label {  
	float: left; 
	display: block; 
	width: 30%; 
	margin-right: 20px; 
	font-weight: bold;
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	}
form p input,
form p select,
form p textarea { 
	font-size: 1em;
	color: #666; 
	border: 1px solid #ccc; 
	padding: 8px; 
	background-color: #fff; 
	width: 55%; 
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;  
	}
form p select { width: 57.5%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #666; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn { 
	border: 0; 
	width: auto;
	overflow: visible; 
	background-color: #554294; 
	padding: 8px; 
	cursor: pointer; 
	color: #fff; 
	font-weight: bold;
	}

/* horizontal rule */
hr { clear: both; border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right { float: right; }

p.align-left { text-align:left; }
p.align-right { text-align: right; }

.purple { color: #554294; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 10px auto 0 auto;
	text-align: left;
	width: 780px;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
}
	

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { padding: 1em 0; position: relative; }
#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
#header div { clear: both; }	

/* Logo */
/*#header h1 { 
	font-size: 2.5em;
	font-weight: normal;
	color: #554294;
	margin: 0;
	}
#header h1 a { color: #554294; text-decoration: none; }
#header h1 a:hover { text-decoration: none; }

*/
/* if you would like to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
 
#header h1 {
	background: url(../img/logo3.jpg) no-repeat;
	width: 325px;
	height: 99px;	
	margin: 0;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
#header h6 { 
	font-size: 1em;
	margin: 10px;
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 0 0 9em;
	padding: 0;
	float: right;
	list-style-type: none;
	font-size: 1.3em;
	position: absolute;
	right: 0;
	top: 0;
	}
#header ul li {
	float: left;
	margin: 0 0 -2.5em 10px;
	}	
#header ul li a {
	display: block;
	padding: 2.8em 0 0;
	/*color: #775900;*/	
	text-decoration: none;
	position: relative; 
	z-index: 500;
	}
* html #header ul li a {
	width: 1%;
	white-space: nowrap;	
	}
#header ul li a:hover { text-decoration: underline; color: #554294; }	
#header ul li a span {
	/*color: #775900;*/
	font-family: Georgia, "Times New Roman", Times, serif; 
	display: block;
	padding: 5px 10px 8px;
	}

#header ul li.on a,
#header ul li.on a span {
	/*background-color: #BF0000;*/
	background-color: #000000;
	color: #fff;	
	position: relative; 
	z-index: 499;
	height: 1%;
	cursor: pointer;
	}	
#header ul li.on a span.purple { border-top: 1px dashed #fff; background-color: #554294; }
#header ul li.on a span.green { border-top: 1px dashed #fff; background-color: #83c240; }
#header ul li.on a span.red { border-top: 1px dashed #fff; background-color: #c20000; }
#header ul li.on a span.brown { border-top: 1px dashed #fff; background-color: #d3b05c; }
#header ul li.on a span.ltgray { border-top: 1px dashed #fff; background-color: #d2d2d2; }
#header ul li.on a span.dkgray { border-top: 1px dashed #fff; background-color: #4c4c4c; }
#header ul li.on a span.blue { border-top: 1px dashed #fff; background-color: #023e76; }
#header ul li.on a span.wine { border-top: 1px dashed #fff; background-color: #b25179; }
#header ul li.on a span.ltblue { border-top: 1px dashed #fff; background-color: #427cc8; }

#header ul li.on a:hover { text-decoration: none; }

#subcontent ul.sidemenu {
	list-style: none;
	margin: 10px 0px 20px 0px;
	padding: 0;
}
#subcontent ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#subcontent ul.sidemenu a {
	display: block;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}

* html body #subcontent ul.sidemenu a { height: 18px; }

#subcontent ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #554294;
	border-left:5px solid #554294;
	border-bottom:none;
}

#subcontent ul.sidemenu #current  {
	display: block;
	font-weight: bold;
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #554294;
	border-left:5px solid #554294;
	border-bottom:none;
}



/*------------------------------------------------------------*
**  Banner
**------------------------------------------------------------*/

div.purple_border { background: #000 url('../img/banner_purple.jpg') repeat-x; padding: 10px; }
div.purple_banner { background: url('../img/banner_purple.png') no-repeat 50% 0; }
div.lean_border { background: #000 url('../img/banner_lean.jpg') repeat-x; padding: 10px; }
div.lean_banner { background: url('../img/banner_lean.png') no-repeat 50% 0; } 
div.green_border { background: #000 url('../img/banner_green.jpg') repeat-x; padding: 10px; }
div.green_banner { background: url('../img/banner_green.png') no-repeat 50% 0; } 
div.wine_border { background: #000 url('../img/banner_wine.jpg') repeat-x; padding: 10px; }
div.wine_banner { background: url('../img/banner_wine.png') no-repeat 50% 0; } 
div.ltgray_border { background: #000 url('../img/banner_ltgray.jpg') repeat-x; padding: 10px; }
div.ltgray_banner { background: url('../img/banner_ltgray.png') no-repeat 50% 0; } 
div.dkgray_border { background: #000 url('../img/banner_dkgray.jpg') repeat-x; padding: 10px; }
div.dkgray_banner { background: url('../img/banner_dkgray.png') no-repeat 50% 0; } 
div.red_border { background: #000 url('../img/banner_red.jpg') repeat-x; padding: 10px; }
div.red_banner { background: url('../img/banner_red.png') no-repeat 50% 0; } 
div.blue_border { background: #000 url('../img/banner_blue.jpg') repeat-x; padding: 10px; }
div.blue_banner { background: url('../img/banner_blue.png') no-repeat 50% 0; } 
div.brown_border { background: #000 url('../img/banner_brown.jpg') repeat-x; padding: 10px; }
div.brown_banner { background: url('../img/banner_brown.png') no-repeat 50% 0; } 
div.ltblue_border { background: #000 url('../img/banner_ltblue.jpg') repeat-x; padding: 10px; }
div.ltblue_banner { background: url('../img/banner_ltblue.png') no-repeat 50% 0; } 


/*#banner { background: #000 url('../img/banner_purple.jpg') repeat-x; padding: 10px; }*/
#banner div { 
	/*background: url('../img/banner_purple.png') no-repeat 50% 0; */
	border: 1px dashed #fff; 
	font-size: 1.3em;
	/*line-height: 1.5em; */
	padding: 10px 30px 10px; 
	color: #fff; 
	font-family: Georgia, "Times New Roman", Times, serif; 	
	}
* html #banner div { padding: 10px 25px 20px; }	
#banner blockquote { 
	border: 0; 
	/*background: transparent url('../img/quote_.png') no-repeat; */
	margin: 0 0 0 -5px; 
	padding: 10px 35px; 
	color: #fff; 
	}
#banner h2 {
	color: #fff;
	border: 0;
	padding: 10px 0 5px 45px;
	margin: 0;
	font-size: 1.35em;
}
#banner p.attrib {
	/*float: right;*/
	font-size: .60em;
	margin: -30px 0 0 0;
	text-align: right;
	font-style: italic;
}

#banner p.quote {
	margin-right: 340px; 
	font-size: .9em;
	text-align:justify;
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}

#banner p.align-right {
	font-style: italic;
	font-size: .60em;
}




/*#banner { background: #900 url('../img/banner_.jpg') repeat-x; padding: 10px; }*/

/*
#banner div.border_purple { background: #000 url('../img/banner_purple.jpg') repeat-x; padding: 10px; }
#banner div.border_green { background: #000 url('../img/banner_green.jpg') repeat-x; padding: 10px; }
#banner div.border_blue { background: #000 url('../img/banner_blue.jpg') repeat-x; padding: 10px; }
#banner div.border_red { background: #000 url('../img/banner_red.jpg') repeat-x; padding: 10px; }
#banner div.border_brown { background: #000 url('../img/banner_brown.jpg') repeat-x; padding: 10px; }
#banner div.border_dkgray { background: #000 url('../img/banner_dkgray.jpg') repeat-x; padding: 10px; }
#banner div.border_ltgray { background: #000 url('../img/banner_ltgray.jpg') repeat-x; padding: 10px; }
#banner div.border_wine { background: #000 url('../img/banner_wine.jpg') repeat-x; padding: 10px; }


#banner div div { 
	background: url('../img/banner2_.png') no-repeat 50% 0;
	border: 1px dashed #fff; 
	font-size: 1.3em;
	line-height: 1.5em; 
	padding: 10px 30px 20px; 
	color: #fff; 
	font-family: Georgia, "Times New Roman", Times, serif; 	
	}

* html #banner div div { padding: 10px 25px 20px; }	

#banner div div.purple { background: green url('../img/banner_purple.png') no-repeat 50% 0; }
#banner div div.blue { background: url('../img/banner_blue.png') no-repeat 50% 0; }
#banner div div.green { background: url('../img/banner_green.png') no-repeat 50% 0; }
#banner div div.ltgray { background: url('../img/banner_ltgray.png') no-repeat 50% 0; }
#banner div div.red { background: url('../img/banner_red.png') no-repeat 50% 0; }
#banner div div.dkgray { background: url('../img/banner_dkgray.png') no-repeat 50% 0; }
#banner div div.brown { background: url('../img/banner_brown.png') no-repeat 50% 0; }
#banner div div.wine { background: url('../img/banner_wine.png') no-repeat 50% 0; }

#banner blockquote { 
	border: 0; 
	margin: 0 0 0 -5px; 
	padding: 10px 15px; 
	color: #fff;
	}
	
#banner div div a { color: #ffc; }
#banner h2 { color: #fff; border: 0; padding: 20px 0 5px; margin: 0; font-size: 1.5em; }*/

/*------------------------------------------------------------*
** Body 
**------------------------------------------------------------*/
#body { height: 1%; }
#body:after { 
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}
/*#body #content,
#body #subcontent { float: left; }*/
#body #content { float: left; }
#body #subcontent { float: right; }

#body #content { width: 490px; margin-right: 30px; }
#body #subcontent { width: 240px; }

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer { border-top: 1px dashed #999; font-size: 0.9em; margin: 40px 0 0; height: 1%; }
#footer:after {	
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}
