/* styles*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76% !important; /* font sizing fix - do not go smaller than 76% */
	line-height: 1.5em;	
	color: #333333;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: url(../images/background.jpg) no-repeat top left;
	height: 750px;
	}

html>body {
	font-size: 10px; /* Mozilla fix */}

body img {
	margin: 0 auto;
	border: none;}

/* layout */
/* Main elements at the top */ 
#header, #container, #footer{
	margin: 0 0 0 120px;
	padding: 0 15px 20px 15px;
	text-align: left;
	width: 540px;}

#header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #000000;
	font-size: 6.5em;
	margin-top: 20px;
	margin-left: 290px;
	line-height: 1.1em;}

#menu {
	width: 165px;
	float: left;
	text-align:left;}

#content {
	width:345px;
	margin-left: 170px;
	text-align:left;
	padding-left:20px;
	border-left: 1px solid #cccccc;}

#footer {
	clear: both;
	text-align:right;
	border-top: 1px solid #330000;
	padding: 5px 0 5px 15px;
	margin-left: 140px;
	vertical-align:bottom;}

/* element details */

#header a, #header a:active, #header a:link, #header a:visited  {
	color: #330000;
	text-decoration:none;
}

#header a:hover {
	color: #993333;
	text-decoration:none;
}

#menu ul {
	margin: 0 0 15px 2px;
	padding: 0;
}

#menu ul li {
	margin: 5px 0;
	padding: 1px 0 1px 0;
	list-style: none;
	font-size: 0.9em;
	font-weight: bold;
}

#menu a, #menu a:active, #menu a:link, #menu a:visited  {
	padding: 3px 0 3px 25px;
	color: #000000;
	text-decoration:none;
	background: url(../images/checker-off.gif) left top no-repeat;
}

#menu a:hover {
	padding: 3px 0 3px 25px;
	color: #993333;
	text-decoration:none;
	background: url(../images/checker-on.gif) left top no-repeat;
}

#menu a.onthispage {
	padding: 3px 0 3px 25px;
	color: #993333;
	text-decoration:none;
	background: url(../images/checker-on.gif) left top no-repeat;
}

#footer ul {
	list-style: none;
}

#footer ul li{
	display: inline;
}

/*basic styles */
a, a:active, a:link  {
	color: #993333;
	text-decoration: underline;
}

a:visited  {
	color: #cc3333;
	text-decoration: underline;
}

a:hover {
	color: #cc3333;
	text-decoration: none;
}

acronym, abbr {
	border-bottom: dotted 1px #999999;
	cursor: help;}

b, strong {
    font-weight: bold;
	color: #4E4E4E;}

i, em {
    font-style: italic;}

h1, h2 {
	font-weight: bold;
	color: #993333;
	padding: 0;}
	
h1 {
	font-size: 1.6em;
	margin-top: 6px;
	margin-bottom: 10px;}

h2 {
	font-size: 1.2em;
	margin-top: 30px;
	margin-bottom: 6px;
	padding-top: 2px;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 3px;
	padding: 0;
	color: #333333;}

h4 {
	font-size: 1.0em;
	margin: 0px;
	font-weight: bold;
	color: #333333;}

h5 {
	font-size: 1.0em;
	margin: 0px;
	font-weight: bold;
	color: #333333;}

i, em {
    font-style: italic;}
	
#content li {
	margin-bottom: 4px; }
	
#content img {	
	border: 2px solid #CCCCCC;
	padding: 3px;
}
	
.box {
	border: 2px solid #EBEBEB;
	padding: 10px 3px 10px 9px;
	margin: 20px 0 20px 0;}
	
.box-highlight {
	border: 2px solid #EBEBEB;
	padding: 10px 3px 10px 9px;
	margin: 20px 0 20px 0;
	background-color: #fcfcec;}

.box-feature {
	border-top: 2px solid #CCCCCC;
	background: url(../images/button.gif) repeat-x;
	padding: 5px;
	margin: 2px 0 25px 0;
	font-weight: bold;
	font-size: 1.2em;
}

.box-feature h2 {
	margin-top: 0;
	padding-top: 0;
}

ul.list-feature {
	list-style: none;
	margin: 20px 0 10px 0 !important;
	padding: 0;
}

ul.list-feature li {
	margin: 3px 1px 3px 1px !important;
	padding: 3px 4px !important;
	list-style: none;
	background-color: #F2F2F2;
	font-size: 1.0em;
	line-height: 1.2em;
	width: 292px;
}

.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;}

.margin {
	margin: 0 auto;
	height: 20px;}
	
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;}

hr {
	margin: 20px 0;
	padding: 0;
	border: 1px solid #330000;
}

.highlight {
	background-color: #fcfcec;
}

.no-border, table.no-border, table.no-border th, table.no-border td {
	border: none !important;}

.note {
	font-size: 0.9em !important; }

.photo-right, .align-right {
	margin-left: 15px;
	float: right; }
	
.photo-left, .align-left {
	margin-right: 15px;
	float: left; }
	
table {
	margin: 15px 0;
	border: 1px solid #CCCCCC;
	vertical-align: top;}

table td, table th  {
	border: 1px solid #CCCCCC;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	font-size: 12px !important;}

table th {
	color: #333333;
	background-color: #F2F2F2;
}

pre {font-size:1.1em;}