/**********************************************************************************************

	Title: Website
	Author: XHTMLized
	Date: January 2008

***********************************************************************************************

	1.  GENERAL
			1.1 Headings and paragraphs
			1.2 Forms
			1.3 Links
			1.4 Miscellaneous
		
	2. GENERAL ELEMEMENTS
	
	3. LAYOUT
			3.1 Header
			3.2 Content 
			3.3 Footer

***********************************************************************************************/


/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/* Global reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

body {
	line-height: 1;  
	background: #ffffff url(../images/bg.gif) repeat-x top left;
	color: #333333;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	text-align: center; /* Centers the layout */ 
}	
	 
/* misc */
ol, ul {
	list-style: none; 
}
	
table {
	border-collapse: separate; 
	border-spacing: 0;  /* tables still need 'cellspacing="0"' in the markup */
}

caption, th, td {
	text-align: left; 
	font-weight: normal;
}

sup {
	vertical-align: top;
	font-size: 0.75em; 
}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	

h2 {
	font-size: 1.5em; 
	color: #00a2e5;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 5px;
} 

h2.line {
	border-top: 1px solid #ffefd4;
	padding-top: 8px;
}

p, ul, ol  {
	font-size: 1.2em;
	line-height: 165%;
	padding-bottom: 11px;
	text-align: justify;
} 

/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	

input, textarea, select {
	font: 1.2em Helvetica, Arial, Helvetica, sans-serif;
}

/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

a:link, a:visited, a:active { 
	background: none;
	text-decoration: none;
	color: #00a2e5;  
	border-bottom: 1px solid #c0e8f9;
}

a:hover {
	border-bottom: 1px solid #00a2e5;
	text-decoration: none;
}

/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	

hr { 
	display: none; 
}
		
strong {
	font-weight: bold; 
}
		
em {
	font-style: italic; 
}
	
abbr, acronym {
	border-bottom: 1px dotted #999999; 
	cursor: help;
}

/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.hide {
	position: absolute;
	left: -9999px;
}

.clear { 
	clear: both; 
	font-size: 0; 
	height: 0; 
	line-height: 0; 
	position: relative; 
} 

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%; 
}

.clearfix {
	display: block; 
}
/* End hide from IE-mac */

/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
div.wrapper {
	background: #ffffff;
	width: 899px;
	border-left: 1px solid #c4c5c6;
	border-right: 1px solid #c4c5c6;
	margin: 0 auto;
	text-align: center; 
} 
	
div.container {
	padding-right: 270px;
	padding-top: 39px;
	text-align: left;
	padding-left: 49px;
	background: url(../images/bg-circles-side.gif) no-repeat top right; 
}

div.sidebar {
	float: left;
	width: 150px;
	margin-right: 20px;
}

div.content {
	float: left;
	width: 410px;
}

div.content_terms {
	float: left;
	width: 610px;
}

body.wide div.content {
	width: 580px; 
}

	
/* 3.1	Header
-----------------------------------------------------------------------------------------------*/	
div.nav { 
	border-top: 4px solid #00a2e5; 
	width: 881px;
	height: 32px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/bg-nav.gif) no-repeat top right; 
}

	div.nav ul {
		text-align: center;
	}
	
	div.nav ul li {
		display: inline;
		font-size: 90%; 
		padding: 0 15px;
		font-weight: bold;
		line-height: 32px; 
	}
	
	div.nav ul li.current {
		background: url(../images/bg-nav-bullet.gif) no-repeat center left;
		padding-left: 12px; 
		margin-left: 15px;
	}
		
		div.nav ul li a,
		div.nav ul li a:link,
		div.nav ul li a:visited,
		div.nav ul li a:active {
			color: #ffffff;
			background: transparent;
			text-transform: uppercase; 
			border: none;
		}

		div.nav ul li.current a,
		div.nav ul li.current a:link,
		div.nav ul li.current a:visited,
		div.nav ul li.current a:active {
			text-decoration: none;
			background: none;
			border-bottom: 1px solid #90d07b;
		}
		
		div.nav ul li a:hover {
			text-decoration: none;
			border-bottom: 1px solid #90d07b;
		}
		
/* Logo -> Image replacement. */
div.logo {  
	height: 114px;
	position: relative; 
	background: url(../images/bg-circles-top.gif) no-repeat 500px 0; 
}
	
div.logo h1, div.logo h1 a, div.logo h1 a span {
	display: block;
	width: 228px;
	height: 59px;
	overflow: hidden;
}

div.logo h1 {
	position: absolute;
	top: 27px;  
	left: 44px;
}

div.logo h1 a { 
	background: transparent;
	font-weight: bold;
	color: #333333;
}

div.logo h1 a span {	
	position: absolute; 
	cursor: pointer;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../images/logo.gif) no-repeat;
}
 
/* 3.2	Content
-----------------------------------------------------------------------------------------------*/	
/* graph */
div.graph {
	padding-bottom: 23px;
}

div.graph img {
	border: 1px solid #c0c0c0;
	float: left;
	margin-right: 25px; 
}

div.graph p {
	color: #8c8c8c;
	font-size: 110%;
	line-height: 130%; 
}

div.graph p.pad1 {
	padding-top: 105px;
	padding-bottom: 0;
}

div.graph p.pad2 {
	padding-top: 52px;
	padding-bottom: 0;
}

/* list */
ul.list {
	padding-bottom: 20px;
	padding-top: 3px;
}

ul.list li {
	padding-bottom: 6px;
	padding-left: 14px;
	background: url(../images/bg-bullet-grey.gif) no-repeat 0 5px;
}

/* sidebar */	
div.sidebar ul {
	text-align: left;
	padding-top: 15px;
}

div.sidebar ul li {
	padding-bottom: 10px; 
	padding-left: 12px;
	background: url(../images/bg-bullet-orange.gif) no-repeat 0 5px;
}

div.sidebar a {
	color: #00a2e5; 
	background: white;
	border-bottom: 1px solid #c0e8f9;
}

div.sidebar a:hover {
	text-decoration: none;
	border-color: #00a2e5; 
}

div.sidebar h2 {
	font-size: 1.6em;
	padding-left: 11px;
}
	
/* 3.3	Footer
-----------------------------------------------------------------------------------------------*/	
div.footer { 
	padding-top: 8px;
	color: #898b8d;
	font-size: 80%;
	padding-left: 49px;
	padding-right: 24px; 
	padding-bottom: 30px;
	background: url(../images/bg-ftr.gif) repeat-x top left;
}

div.footer-left {
	float: left; 
}
	
div.footer-right { 
	float: right; 
} 
		
	div.footer-right p {
		text-align: right;
		padding-bottom: 0;
		padding-top: 5px;
		line-height: 130%; 
	}
