﻿@charset "utf-8";

/*
 * TOC
 * 1.Hack reference
 * 2.Defaults
 * 3.Default block elements and fonts
 * 4.Default links
 * 5.Default images
 * 6.Structure
 */

/*** 1.Hack reference ***/

/* Holly hack */
/* Start hide from IE5/Mac \*/
/* End hide from IE5/Mac */

/* Tantek Celik hack */
/*
voice-family:			"\"}\"";
voice-family:			inherit;
*/

/* Other useful hacks to initiate has layout in IE */
/*
zoom:			1;
height:			1%;
*/

/*** 2.Defaults ***/
*
{
	margin:			0em;
	padding:		0em;
}
body
{	font:			400 62.5% Verdana, Arial, serif;
	padding: 8px 0px;
	background: none; 
}

/*** 3.Default block elements and fonts ***/
/* Element reference */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td
{
}
table
{
	font:			400 1em Verdana, Arial, Helvetica, sans-serif;
}

/*** 4.Default links ***/
a,
a:link,
a:visited
{
	color:			#0055c5;
	text-decoration:	underline;
}
a:hover,
a:active
{
	color:			#000000;
	text-decoration:	underline;
}

/*** 5.Default images ***/
img
{
	border:			0px;
}
.imgblock
{
	display:		block;
}
.flLeft
{
	float:			left;
}
.flRight
{
	float:			right;
}

/*** 6.Structure ***/
#wrapper
{
	margin:			0em auto;
	width:		770px;
}
#container
{
	float:			left;
	width:			100%;
}
/* Defaults to clear floats */
div.clearLeft,
div.clearRight,
div.clearBoth
{
	clear:			left;
	display:		block; 
	font-size:		0em;
	height:			0px;
	line-height:		0;
}
div.clearRight
{
	clear:			right;
}
div.clearBoth
{
	clear:			both;
}
/* defaultSpacer */
div.spacer
{
	clear:			both;
	display:		block;
	font-size:		0em;
	height:			5px;
	line-height:		0;
}

/* Layout - start */

#header
{
	padding-top: 8px;
}

#headerContent
{
	height: 90px;
}

#content
{
	clear: both; 
	position: relative;
	padding: 30px 30px 14px 30px;
	border: none;
}

#contentRight
{
	margin-left: 0;
	top: 30px; 
	border: none;
	padding-left: 0px;
}

#contentLeft, #footer, #copyright
{
	display: none; 
}

/* Layout - end */

/* Header - start */

#header
{
	font-family: Georgia, sans-serif;
}

#header h1
{
	padding: 10px 0 7px 30px; 
	font-size: 30px;
	letter-spacing: 8px;
}

#header h2
{
	padding-left: 60px;
	font-size: 12px;
	letter-spacing: 4px;
}

#header h1, #header h2
{
	color: #fff;
	text-transform: uppercase;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

/* Header - end */

/* Right Content - start */

#contentRight h2
{
	font-size: 2em;
	font-family: Georgia, sans-serif;
	margin-bottom: 20px;
	color: #000;
}

#contentRight p
{
	line-height: 2em;
	margin-bottom: 2em;
}

#contentRight a:after
{
	content: " (" attr(href) ") ";
}

/* Right Content - end */

/* Pages - Default - start */

.bold
{
	font-weight: bold;
	color: #000;
}

/* Pages - Default - end */
