﻿/* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** Created: 23-02-08 (dd-mm-yy)
** Author: onedollartemplates.com
** Template: Emerald Glow
** ================================================================ */


/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html { height: 100%; font-size: 76%; }
body {
	height: 100%;
	background: url(../img/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* headers */
h2, h3, h4, h5, h6 { 
	color: #65A8C8; 
	margin: 0; 
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif; 
	}
h2 {
	font-size: 2em;
	margin: 40px 0 15px;
	line-height: 0.9em;
}
h3 { font-size: 1.8em; margin: 35px 0 10px; }
h4 { font-size: 1.6em; margin: 30px 0 5px; }
h5 { font-size: 1.4em; margin: 25px 0 5px; }	
h6 { font-size: 1.2em; margin: 20px 0 0; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 15px 0; 
	border: 1px dashed #ccc; 
	padding: 15px; 
	display: block; 
	background: #fff url(../img/grey_grad_.jpg) repeat-x 0 -130px; 
	color: #666; 
	}
blockquote { font-family: Georgia, "Times New Roman", Times, serif;  border: 1px solid #ccc; padding: 0px 15px 5px 15px; }

/* links */
a { text-decoration: none; color: #5DB13E; }
a:hover { text-decoration: underline; }

/* images */
img { border: 2px none #ddd; padding: 1px; }	
a img { border-color: #5DB13E; }
a:hover img { border-color: #ddd; }
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 20px 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: #269359; }
li span { color: #888; }

/* tables */
table { margin: 15px 0; border: 1px dashed #ccc; border-collapse: collapse; }
table th, 
table td { padding: 10px 15px; text-align: left; }
table thead th { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background: #269359 url(../img/green_grad_.jpg) repeat-x; 
	color: #fff; 
	font-weight: normal; 
	font-size: 1.1em;
	}
table tbody th { background-color: #eee; }
table tbody th, 
table tbody td { border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc; }
table tfoot { display: none; }

/* forms */
form { background: #fff url(../img/grey_grad_.jpg) repeat-x; border: 1px dashed #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 {  
	font-size: 1.2em; 
	color: #269359; 
	float: left; 
	display: block; 
	width: 30%; 
	margin-right: 20px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}
form p input,
form p select,
form p textarea { 
	font-size: 1em; 
	color: #666; 
	border: 1px dashed #ccc; 
	padding: 8px; 
	background-color: #fff; 
	width: 55%; 
	font-family: Tahoma, 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 { 
	width: auto; 
	overflow: visible;
	border: 0; 
	background: #269359 url(../img/green_grad_.jpg) repeat-x; 
	padding: 8px 10px;
	cursor: pointer; 
	color: #fff;  
	}

/* 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; }

ul.links { margin-bottom: 25px; margin-left: 0; list-style-type: none; padding: 0; }
ul.links li { border-bottom: 1px dashed #ccc; }
ul.links li a { display: block; padding: 10px 5px; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
	

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
	text-align: center;
}
#header div {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	/* padding: 4em 0;*/
}

/* Logo */
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #65A8C8;
	margin: 0;
	}
#header h1 a { color: #65A8C8; }
#header h1 a:hover { text-decoration: none; }
#header h1 span {
	color: #B3DD58;
}

/* 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/logo.gif) no-repeat;
	width: [your-logo-width-here]px;
	height: [your-logo-height-here]px;	
	margin: 0;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/	

#header div p { 
	position: absolute; 
	right: -25px; 
	top: 1.9em; 
	text-align: right; 
	background: url(../img/phone.png) no-repeat 100% 50%;
	padding: 9px 80px 33px 0;
	line-height: 1.8em;
	margin-left: 13em;
	z-index: 500;
	}
#header div p strong,
#header div p a { font-size: 1.5em; }
#header div p a { color: #B3DD58; } 	
	
#header blockquote { 
	border: 0;
	background: #269359 url(../img/header_.jpg) no-repeat 50% 0%;
	text-align: center; 
	padding: 20px 0 145px;  
	color: #fff;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	}
#header blockquote * { width: 780px; margin-left: auto; margin-right: auto; text-align: left; }
#header blockquote * * { width: auto; }
#header blockquote p { margin: 0 auto; text-indent: 1.5em; }
#header blockquote span { color: #ff9; }

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header #nav {
	background-color: #406271;
	width: auto;
	text-align: center;
	padding: 0;
	}
#header #nav div { padding: 0; }	
#header #nav:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}	
#header #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	}
#header #nav ul li {
	float: left;
	margin: 0 5px;
	background: url(../img/nav_.jpg) repeat-x 0% 100%;
	font-size: 1.25em;
	}	
#header #nav ul li a {
	display: block;
	padding: 15px;
	color: #fff;
	background-color: #406271; 
	}	
* html #header #nav ul li a { width: 1%; white-space: nowrap; }
#header #nav ul li.on a,
#header #nav ul li.on a:hover,	
#header #nav ul li a:hover { background: url(../img/nav_arrow.gif) no-repeat 50% 0%; text-decoration: none; }
#header #nav ul li a:hover { background-color: #406271; }	
	
/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/	
#body { 
	position: relative; 
	z-index: 500; 
	margin: -120px auto 0;
	width: 780px;
	text-align: left;
	background: url(../img/body_.png);
	padding: 10px;
	}
#body div:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}	
#body div { background-color: #fff; height: 1%; padding: 1px 40px 11em; }
#body div div { background-color: transparent; padding: 0; }	


#body #content { float: right; width: 425px; }
#body #submenu { 
	background: url(../img/submenu_.png) no-repeat;
	float: left; 
	width: 195px; 
	margin: 20px 40px 0 -20px; 
	padding: 0 30px;
	}
* html #body #submenu { margin-left: -10px; }	
#body #submenu h2 { margin-top: 20px; }	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer { 
	background-color: #406271;
	position: relative;
	z-index: 600;
	margin-top: -9em;
	height: 9em;
	text-align: center; 
	font-size: 0.9em; 	
	}	
#footer div { 
	margin: 0 auto;
	width: 780px;
	position: relative;
	}	
#footer div div { 
	background: url(../img/body_.png);
	padding: 0 10px 10px;	
	width: auto;
	margin-bottom: 20px;
	}	
#footer div div div { background-color: #fff; background-image: none; padding: 10px 0; margin: 0; }
#footer p { text-align: left; color: #ccc; }
#footer a { color: #ff9; }
#footer ul { padding: 0; list-style-type: none; }
#footer ul li { display: inline; padding: 0 0 0 15px; margin: 0; }

