/* CSS by Green Tea Design */
/* www.greenteadesign.ca */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


																							/* CSS Document */
body {
	font-family: Verdana,"Trebuchet MS",Trebuchet,Arial,Sans-serif;
	text-align:center;
	font-size: 62.5%;
	margin:0;
	height: 100%;
	background: #fff;
}
p {
	font-size: 1.4em;
	line-height: 1.6em;
	padding-bottom: 20px;
	padding-right: 20px;
}
ul {
	font-size: 1.3em;
}
ol {
	padding: 0 60px;
	font-size: 1.3em;
	list-style: decimal;
}
li {
	line-height: 1.5em;
	padding-bottom: 20px;
	color: #3b6175;
}
bold {
	font-weight: bold;
}

h2 {
	font-family: Kalinga, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-right: 10px;
	color: #1a5e82;
}
h3 {
	font-family: Kalinga, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	text-transform: uppercase;
	padding-bottom: 20px;
	color: #953a1f;
}
h4 {
	font-family: Kalinga, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-right: 20px;
	color: #1a5e82;
}
.center {
	margin: 0 auto;
	display: block;
	text-align: center;
}
.clear {
	clear:both;
}
.extra_padding_bottom {
	padding-bottom: 40px !important;
}
.blue {
	color: #1a5e82;
	font-weight: bold;
}
.orange {
	color: #953a1f;
}
.bold {
	font-weight: bold;
	color: #1a5e82;
}
.img_left {
	float: left;
	display: inline;
	padding: 0 20px 20px 0;
}
a:link, a:visited {
	color: #f54814;	
	text-decoration: underline;
}
a:link:hover, a:visited:hover {
	color: #8d2e12;
}
.list {
	float: left;
	display: inline;
	padding-left: 60px;
	padding-bottom: 20px;
}
.list li{
	list-style-image: url(images/green-dot.jpg);
	padding: 0;
}
.list li h4 {
	font-size: 1.3em;
	list-style-image: none !important;
}
.list_no_graphic{
	padding: 0 60px;
}





																		/******* Nav_Wrapper ********/
.nav_wrapper{
	width: 960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	top: 0;
	left:0;
}
																		/******* Header ********/
#header {
	height: 150px;
	position: relative;
	padding-bottom: 10px;
}
#header img{
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 10;
}

																		/******* Navigation ********/
#navigation {
	height: 150px;
	position: relative;
	font-size: 1.2em;
}
#navigation ul{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
	float: left;
	padding-left: 20px;
	font-family: Kalinga, Verdana, Geneva, sans-serif;
	line-height: 95%;
}
#navigation a:link, #navigation a:visited{
	display: block;
	padding: 5px 5px 0 5px;
	color: #000;
	text-decoration: none;
}
#navigation li a:hover{
	background: #e6eaed;
	text-decoration: none;
}
.nav_secondline {
	font-size: 13px;
	color: #953a1f;
	font-family: Lacuna Italic, Kalinga, Verdana, Geneva, sans-serif;
}
																		/******* Splash ********/

#splash_body {
	width: 100%;
	height: 278px;
	background: #034e76 url(images/splash-background.jpg) repeat-x;
}
#splash_body_about {
	width: 100%;
	height: 278px;
	background: #2b4f07 url(images/splash-background-about.jpg) repeat-x;
}
#splash_body_practice {
	width: 100%;
	height: 278px;
	background: #222d41 url(images/splash-background-practice.jpg) repeat-x;
}
#splash_body_articles {
	width: 100%;
	height: 278px;
	background: #222d41 url(images/splash-background-articles.jpg) repeat-x;
}
#splash_body_online {
	width: 100%;
	height: 278px;
	background: #222d41 url(images/splash-background-online.jpg) repeat-x;
}
#splash_body_contact{
	width: 100%;
	height: 278px;
	background: #222d41 url(images/splash-background-contact.jpg) repeat-x;
}
.splash_wrapper{
	width: 960px;
	height: 278px;
	padding-top: 2px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	top: 0;
	left:0;
}

																		/******* Content ********/
#content {
	width: 960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:0px;
	padding:0;
	top: 0;
	left:0;
	background: #FFF;
}
#content img{
	padding: 0 20px 20px 0;
}
#content table{
	padding-left: 220px;
}
#content_left{
	width: 450px;
	float: left;
	display: inline;
	padding: 20px 20px 20px 0;
	border-right: 1px solid #e1e1e1;
}
#content_left img{
	float: left;
	display: inline;
}
#content_right{
	width: 450px;
	float: left;
	display: inline;
	padding: 20px 0 20px 20px;
}
#content_right li{
	list-style-image: url(images/check.jpg);
	margin-left: 40px;
	padding-bottom: 10px;
}
#content_main {
	width: 620px;
	float: left;
	display: inline;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding:40px 0;
	top: 0;
	left:0;
	background: #FFF;
	border-right: 1px solid #e1e1e1;
}
#content_sidebar {
	width: 300px;
	float: left;
	display: inline;
	margin-top:40px;
	margin-bottom:40px;
	padding-left: 20px;
}


																		/******* Services ********/
.services {
	width: 300px;
	height: 220px;
	margin-bottom: 40px;
	padding: 20px;
	background-color: #ebebeb;
	border: 1px solid #e1e1e1;
}
.services p{
	font-size: 1.2em;
	padding-left: 120px;
}
.services a:link, .services a:visited {
	color: #000;
	text-decoration: none;
}
.services a:link:hover, .services a:visited:hover {
	color: #000;
}
																		/******* Contact ********/
.contact {
	width: 300px;
	height: 400px;
	margin-bottom: 40px;
	padding: 20px 20px 20px 35px;
	background-color: #ebebeb;
	border: 1px solid #e1e1e1;
}
.contact p{
	font-size: 1.2em;
	padding-left: 120px;
}
.contact a:link, .contact a:visited {
	color: #000;
	text-decoration: none;
}
.contact a:link:hover, .contact a:visited:hover {
	color: #000;
}
.contact ul{
	padding-top: 10px;
}
.contact li{
	padding: 0;
}



																		/******* Footer ********/
#footer_bg {
	clear: both;
	width: 100%;
	margin-top: 40px;
	background: #000a0f url(images/footer_bg.jpg) repeat-x;
}
#footer {
	width: 960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding: 20px 0;
	top: 0;
	left:0;
	background: #000a0f url(images/footer_bg.jpg) repeat-x;
}
.footer_panels {
	width: 300px;
	float: left;
	background-color: #000a0f;
	border-right: 1px solid #292d2f;
}
.footer_panels p{
	padding-right: 20px;
	font-size: 1.2em;
	color: #98a8b0;
}
.footer_panels img {
	margin-bottom: 10px;
}
.footer_panels ul {
	margin-top: 0px;
	padding: 0;
	
}
.footer_panels li{
	position: relative;
	border-bottom: #a5bac6 1px solid;
	margin: 0;
	padding: 5px 0;
}
.footer_left_padding{
	padding-left: 10px;
}
.footer_right_padding{
	padding-right: 10px;
}
.right {
	position: absolute;
	left: 70px;
}
.no_border {
	border: none;
}

.mail {
	border-bottom: none !important;
}
	
