﻿@import url("reset.css");

body {
	background-color: #385d8a;
	background-image: url(images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial;
	font-size: 14px;
} 

img {
	border: 0px;
}

.beforeafter {
	border: 1px solid #6c5e48;
	padding: 5px;
	background: #bbbbbb;
}

h1 {
	font-size:1.7em;
	color: #13264c;
	margin-bottom: 8px;
}

h2 {
	font-size: 1em;
	color:#444444;
	margin-bottom: 8px;
}

p {
	font-size: 0.9em;
	margin: 0px 0px 8px 0px;
	line-height: 150%;
	color: #000000;
}

#left_col p {
	font-size: 0.8em;
	margin: 0px 0px 5px 0px;
	line-height: 120%;
	color: #000000;
}

a, a:visited {
	color:#13264c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	width: 962px;
	background: #ffffff;
	margin: 0px auto 0px auto;
}

#container2 {
	width: 932px;
	padding: 15px;
	background: #ffffff;
}

#left_col {
	width: 249px;
	height: 288px;
	float: left;
	padding: 6px;
	background: #ffffff;
	border-right: 1px solid #6c5e48;
}

#right_col {
	width: 700px;
	height: 300px;
	float: right;
}

#header {
	width: 960px;
	height: 68px;
	margin: 0px auto 0px auto;
}

#footer {
	width: 960px;
	height: 20px;
	margin: 0px auto 20px auto;
	background: transparent;
	text-align: center;
	font-size: 0.7em;
	color: #dddddd;
}

#footer a, #footer a:visited {
	color: #dddddd;
	text-decoration: none;
}

#footer a:hover {
	color: #dddddd;
	text-decoration: underline;
}

.LeftContent {width:226px;}

.RightContent {width:226px;}

.blogs {text-align:center; padding:5px;}

.blogs p {text-align: justify;}
 
#mainmenu {
    width: 960px;
    height: 30px;
    margin: 0 auto;
    background: #13264c;
    text-align: center;
	border: 1px solid #6c5e48;
	font-size: 0.95em;
}

#mainmenu ul {
	display: inline;
	list-style-type: none;
}

#mainmenu ul li {
	list-style-type: none;
	float: left;
	text-align: center;
}

#mainmenu ul li a {
	display: block;
	width: 135px;
	padding: 8px 10px 9px 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu ul li a:hover {
	display: block;
	width: 135px;
	padding: 8px 10px 9px 10px;
	background: #385d8a;
	text-decoration: none;
}

#mainmenu ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#billboard {
	background: #ffffff;
	width: 700px;
	height: 300px;
}

/* Pullquotes */

p.pullquote {
	background: url(images/pullquote.gif) 2% 0 no-repeat;
	margin: 25px 10px 0 0;
	padding: 6px 0 2px 35px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #222222;
}

p.pullquote a {
	color: #000;
}

p.pullquote a:hover {
	color: #00a8ec;
}

p.pullquote_author {
	text-indent: -1.3em;
	color: #6c210d;
	text-align: left;
	font-size: 1em;
	margin: 5px 10px 5px 100px;
}

p.pullquote_more {
	text-align: right;
	font-size: 0.95em;
	margin-bottom: 30px;
}

.formheader {
	font-size: 0.9em;
	text-align: left;
	margin: 2px 0px 10px 0px;
	color: #000000;
}

.form {
	font-size: 0.9em;
	padding: 2px;
	border: 4px solid #aaaaaa;
	background: #eeeeee;
	text-align: left;
	margin: 2px 0px 10px 0px;
}

.form_buttons {
	font-size: 0.9em;
	padding: 2px;
	border: 4px solid #aaaaaa;
	text-align: left;
	margin: 2px 0px 10px 0px;
	color: #eeeeee;
	background: #1d244d;
}