@charset "UTF-8";

/*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, b, u, i, center, 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;
	vertical-align: baseline;
	background: transparent;
}
a:link {
	color: #3E93A7;
}
a:visited {
	color: #295D6A;
}
a:hover {
	color: #C44231;
}
a:active {
	color: #DA8A23;
}

ol, ul {
	list-style: none;
}

body {
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #444;
	background: url(../images/background.jpg) repeat;
}

#container {
	width: 1002px;
	margin: 0 auto;
	text-align: left;
}
#innerWrapper   {
	width: 1002px;
	background: url(../images/content-bg.png) repeat-y;
}

#content {
	width: 986px;
	margin: 0 auto;
}

#header {
	height: 128px;
}

#mainNav {
	width: 986px;
	padding-right: 8px;
	padding-left: 8px;
}

#mainNav ul {
	float: left;
	height: 50px;
}

#mainNav li {
	float: left;
	height: 50px;
}

#mainNav a {
	height: 50px;
	display: block;
}

#mainNav a:link, #mainNav a:visited {
	background: url(../images/nav-bg-normal.png) repeat-x;
}

#mainNav a:hover, #mainNav a:active, #mainNav a:focus {
	background: url(../images/nav-bg-hover.png) repeat-x;
}

#sidebar1 {
	float: right;
	width: 250px;
	color: #FFF;
}

#sidebar2 {
	float: right;
	width: 250px;
}

#sidebar2 h2 {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 1px;
}

#sidebar2 ul {
	padding: 10px 30px 30px;
	color: #FFF;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1.8em;
}

#sidebar2 a {
	display: block;
}

#sidebar2 a:link, #sidebar2 a:visited {
	color: #FFF;
	text-decoration: none;
}

#sidebar2 a:hover, #sidebar2 a:active, #sidebar2 a:focus {
	color: #234F68;
	text-decoration: underline;
}

#mainContent {
}

body#home #mainContent {
	width: 486px;
}

body#practiceArea #mainContent {
	width: 486px;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6, #mainContent p {
	padding-right: 30px;
	padding-left: 30px;
}

#mainContent h1 {
	color: #C44232;
	font-size: 1.6em;
	text-transform: uppercase;
	padding-bottom: 15px;
	letter-spacing: 1px;
}

#mainContent h2 {
	font-size: 1.4em;
	padding-bottom: 15px;
}

#mainContent h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #C44231;
	letter-spacing: 1px;
}

.FAQ {
	color: #C44231;
}

#mainContent p {
	font-size: 1.2em;
	line-height: 1.5;
	padding-bottom: 10px;
}

#mainContent ul {
	font-size: 1.2em;
	padding-left: 60px;
	line-height: 1.5em;
	padding-bottom: 10px;
	list-style: disc;
	padding-right: 60px;
}

#mainContent ol {
	font-size: 1.2em;
	padding-left: 60px;
	line-height: 1.5em;
	padding-bottom: 10px;
	list-style: decimal;
	padding-right: 60px;
}

#mainContent ol li {
	padding-bottom: 8px;
}

#footer {
	font-size: 1.1em;
	color: #FFF;
}

#footer p {
	margin: 0;
	padding: 0px 10px 10px;
	font-size: 1.1em;
	line-height: 1.5em;
}

#footer a:link, #footer a:visited {
	color: #213B51;
	text-decoration: none;
	font-weight: bold;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.block {
	display: block;
	margin-top: 10px;
	margin-bottom: 1px;
}

form {
	padding: 30px;
}

form h1 {
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
textarea , .sidebar{
	width: 190px;
}

label, form p {
	font-size: 1.2em;
}

form p {
	margin-top: 10px;
	margin-bottom: 4px;
	line-height: 1.3em;
}

.breadcrumb {
	text-align: right;
	padding-top: 8px;
	padding-bottom: 0px;
	margin: 0;
}

.certificate {
	padding-left: 30px;
	padding-bottom: 20px;
}

#human {
visibility:hidden;
display:none;
}

.required {
	font-size: 1.6em;
	padding-right: 3px;
}

.error {
	color: #FC0;
	font-size: 12px;
	font-weight: bold;
}
