/*
 * Copyright(c) 2009, Cymtrix Training Systems
 * Created by: www.4dsites.com
*/


/* site specifics */
body {
	margin: 0;
	font-family: arial,sans-serif;
	font-size: 13px;
}
.shout {
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 28px;
	font-weight:normal;
	margin: 12px 0 0 0;
	color: #046d87;
	letter-spacing: -2px;
}

h1 {
	font-family: arial,sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin: 12px 0 0 0;
	color: #006699;
	letter-spacing: -1px;
}
h1 u {
	font-weight:bold!important;
	color:#043845;
	text-decoration:none;
}
h1 a {
	background: transparent url(/site/images/blue-bullet.gif) scroll no-repeat 0 0;
	padding: 0 0 0 20px;
	color: #006699;
	text-decoration: none;
}
h1 a:hover {
	color:#fe2400;
}

h2 {
	font-family: arial,sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin: 12px 0 0 0;
	color: #f65237;
	letter-spacing: -1px;
}
h2 u {
	font-weight:bold!important;
	color:#043845;
	text-decoration:none;
}
h2 a {
	background: transparent url(/site/images/blue-bullet.gif) scroll no-repeat 0 0;
	padding: 0 0 0 20px;
	color: #f65237;
	text-decoration: none;
}
h2 a:hover {
	color:#fe2400;
}

h3 {
	font-family: arial,sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin: 12px 0 0 0;
	color: #f65237;
	letter-spacing: -0.5px;
}
h3 u {
	font-weight:normal!important;
	color:#043845;
	text-decoration:none;
}
h3 a {
	background: transparent url(/site/images/blue-bullet.gif) scroll no-repeat 0 0;
	padding: 0 0 0 20px;
	color: #f65237;
	text-decoration: none;
}
h3 a:hover {
	color:#fe2400;
}

h4 {
	font-family: arial,sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin: 12px 0 0 0;
	color: #046d87;
	letter-spacing: -0.5px;
}
h4 u {
	font-weight:normal!important;
	color:#043845;
	text-decoration:none;
}
h4 a {
	background: transparent url(/site/images/blue-bullet.gif) scroll no-repeat 0 0;
	padding: 0 0 0 20px;
	color: #046d87;
	text-decoration: none;
}
h4 a:hover {
	color:#fe2400;
}
h5 {
	font-family: arial,sans-serif;
	font-size: 14px;
	font-weight:normal;
	margin: 12px 0 0 0;
	color: #046d87;
}
h5 u {
	font-weight:normal!important;
	color:#043845;
	text-decoration:none;
}
h5 a {
	background: transparent url(/site/images/blue-bullet.gif) scroll no-repeat 0 0;
	padding: 0 0 0 20px;
	color: #046d87;
	text-decoration: none;
}
h5 a:hover {
	color:#fe2400;
}
h6 {
	font-family: arial,sans-serif;
	font-size: 12px;
	font-weight:normal;
	margin: 12px 0 0 0;
	color: #046d87;
}
h6 u {
	font-weight:normal!important;
	color:#043845;
	text-decoration:none;
}
h6 a {
	background: transparent url(/site/images/blue-bullet.gif) scroll no-repeat 0 0;
	padding: 0 0 0 20px;
	color: #046d87;
	text-decoration: none;
}
h6 a:hover {
	color:#fe2400;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 2px;
	width: 100%;
	margin: 0;
	border: none;
}
#login {
	display:none;
	width:300px;
	height:100px;
	position: absolute;
	top:300px;
	left: 50%;
	margin-left: 20px;
	padding:12px;
	background: #68C3D9;
	border: 6px solid #ccc;
}
#login td {
	padding: 4px;
}
#container {
	width:840px;
	margin: 0 auto;
	padding: 20px 55px;
	background: #fff url(/site/images/container-bg.jpg) no-repeat scroll 0 0;
}
#page {
	clear:left;
	min-height: 400px;
}
#page p {
	font-family:tahoma,sans-serif;
	line-height: 120%;
	margin: 0 0 12px 0;
}
#page strong {
	font-weight:bold;
}
.box-grey {
	background-color: #f2f2f2;
	margin:2px;
	border: 4px double #fff;
	padding:12px 12px 0 12px;
}
.box-blue {
	background-color: #16a7cb;
	margin:2px;
	border: 4px double #fff;
	padding:12px 12px 0 12px;
	color:#fff;
}
.condensed {
	font-weight:bold;
	font-size:11px;
}
#footer {
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #555;
	text-align:center;
	padding:12px 6px 12px 6px;
}
#footer a {
	color: #555;
	text-decoration: none;
	padding: 2px;
}
#footer a:hover {
	color: #000;
	background: #ccc;
}
#page-tools {float:left}
#copyright {padding:0 0 0 64px}
#author {float:right}
