﻿/* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** Created: 09-03-08 (dd-mm-yy)
** Author: onedollartemplates.com
** Template: Fire Brick
** ================================================================ */


/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
#quotes {
	margin:20px 20px;
	font-family:verdana, arial, helvetica, sans-serif;
	padding: 15px 0;
	font-size:14px;
	text-align:justify;
	width: 650px;
	height: 50px;
	background-image: none;
   }


html { font-size: 76%; }
body {
	background: url(../img/bg.jpg) repeat-x;
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	text-align: justify;
	margin: 0;
	padding: 0;
	}

/* headers */
h2, h3, h4, h5, h6 { 
	color: #214a74; 
	margin: 0; 
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both; 
	height: 1%;
	}
h2 { font-size: 16px; border-bottom: 1px dashed #999; margin: 15px 0 15px; padding-bottom: 5px; }
h3 { font-size: 12px; margin: 15px 0 10px; }
h4 {
	font-size: 14px;
	margin: 10px 0 5px;
}
h5 { font-size: 1.2em; margin: 5px 0 5px; }	
h6 { font-size: 1.1em; margin: 5px 0 0; }

/* text */
p {
	margin: 15px 0;
	text-align: justify;
}
acronym { cursor: help; }
pre, code, blockquote {
	border: 1px solid #ccc;
	display: block;
	color: #BF0000;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	}
blockquote {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 10px 0px 10px;
	background-color: #ddd;
}

/* links */
a {
	text-decoration: underline;
	color: #0054a6;
}
a:hover { text-decoration: none; color: #aaa; }

/* images */
img { border: 1px solid #ccc; padding: 4px; }	
a img { border-color: #BF0000; }
a:hover img { border-color: #ccc; }
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: #0054a6; }
li span { color: #666; }

/* tables */
table { margin: 15px 0; border-collapse: collapse; border: 1px solid #dedede; }
table th, table td { padding: 5px 15px; text-align: left; }
table th { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background: #214a74 url('../img/green_grad_.jpg') repeat-x; 
	color: #fff; 
	font-weight: normal; 
	}	
table tr.alt { background-color: #f4f4f4; }

/* forms */
form { padding: 0; margin: 15px 0; }
form fieldset { border: 0; padding: 5px 25px 5px; 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: 10px;
	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: #214a74; 
	padding: 8px; 
	cursor: pointer; 
	color: #fff; 
	font-weight: bold;
	}

/* horizontal rule */
hr { border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right { float: right; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	}
	

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
	padding: 54px 0;
	position: relative;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
#header div { clear: both; }	

/* Logo */
#header h1 { 
	font-weight: normal;
	color: #775900;
	margin: 0;
	}
#header h1 a { color: #775900; 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/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;
	}
*/	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 0 0 55px;
	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 -22px 10px;
	}	
#header ul li a {
	display: block;
	padding: 65px 0 0;
	color: #214a74;
	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: #046bbc;}	
#header ul li a span {
	color: #214a74;
	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: #214a74;
	color: #fff;	
	position: relative; 
	z-index: 499;
	height: 1%;
	cursor: pointer;
	}	
#header ul li.on a span { border-top: 1px dashed #fff; }
#header ul li.on a:hover { color: #046bbc; text-decoration: none; }

/*------------------------------------------------------------*
**  Banner
**------------------------------------------------------------*/
#banner { background: #1d436a; padding: 10px; }
#banner div {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: 0;
	}
* html #banner div { padding: 10px 25px 20px; }	

/*------------------------------------------------------------*
**  Banner2
**------------------------------------------------------------*/
#banner2 { padding: 5px 0; }
#banner2 div {
	font-size: 11px;
	line-height: 1.5em;
	padding: 10px 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	margin: 0;
	background-image: url(../img/banner3_.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	}
* html #banner2 div { padding: 0px 35px; }	


/*------------------------------------------------------------*
** Body 
**------------------------------------------------------------*/
#body { height: 1%; }
#body:after { 
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}
#body #content,
#body #subcontent { float: left; }

#body #content { width: 475px; margin-right: 60px; }
#body #subcontent { width: 245px; }

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer { border-top: 1px dashed #999; font-size: 0.9em; margin: 10px 0 0; height: 1%; }
#footer:after {	
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}
	
#player1 
{
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: auto;
}	



ul.portfolioSlider p {
	text-align: justify;
}


#content img.figure3 {
	margin: 0 2px 0px 2px;
	border: 2px solid #214a74;
	}
	
#content img.figure3:hover {
	border: 2px solid #000000;
	}
x
