/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#12292f;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.333em;
		color:#b8c5c7;
	}

input, select {
	vertical-align:middle;
	font-weight:normal;
	color: #00906C;
}

a {color:#189eb1;}
a:hover{text-decoration:none;}
p {padding-top:16px;}
strong {color:#9bcbd1;}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
}

/* ============================= main layout ====================== */

.bottom-tail {background:url(images/bottom-tail.gif) bottom repeat-x #000;}
.top-tail {
	background-image: url(images/top_grad_L.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.concentric {
	background-image: url(images/ConcentricCricle2.png);
	background-repeat: no-repeat;
	background-position: right 525px;
}
.concentric2 {
	background-image: url(images/ConcentricCricle1.png);
	background-repeat: no-repeat;
	background-position: left 800px;
}
.top-tail2 {
	height:213px;
	position:absolute;
	right:0;
	width:50%;
	background-image: url(images/top_grad_R.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.imgindent {margin:0 20px 0 0; float:left;}
.imgindent2 {margin:0 8px 0 0; float:left;}

.title {margin-bottom:17px;}

ul li {background:url(images/list-bg.gif) no-repeat 0 9px; padding-left:14px; line-height:1.833em;}
ul li a {color:#9bcbd1; font-weight:bold; text-decoration:none;}
ul li a:hover {text-decoration:underline;}

ol {list-style-position:inside; margin-bottom:-15px;}
ol li {color:#8aced6; font-weight:bold; padding:0 10px 15px 0;}
ol li span {font-weight:normal; color:#b8c5c7;}

/* ============================= content ====================== */

.banner {height:274px;}
.link {display:inline-block; margin-top:20px;}

.text {
	overflow:hidden;
}
.col-pad {padding-right:40px;}
.col-pad2 {padding-right:32px;}
.indent {
	padding:42px 121px 0 127px;
}

.margin1 {margin-top:20px;}
.margin2 {margin-top:35px;}
.margin3 {margin-top:12px;}
.margin4 {margin-top:47px;}
cite {font-style:normal;}

.phone {float:right; margin-right:25px;}
.phone2 {float:right; margin-right:45px;}

.image_right {float:right; margin-left:5px; margin-bottom:5px; margin-top:5px;}

/* ============================= footer ====================== */

#footer {color:#6cbcc7; text-align:center;}
#footer a {color:#189eb1;}

#footer .menu {padding:18px 0 3px 0;}
#footer .menu li {display:inline; border-left:1px solid #223a3e; font-size:0.917em; padding:0 8px 0 8px; background:none;}
#footer .menu li a {color:#588c93; text-decoration:none; font-weight:normal;}
#footer .menu li a:hover {color:#6cbcc7;}
#footer .menu .active a {color:#6cbcc7;}
#footer .menu .first {border:none;}

/* ============================= forms ============================= */

#ContactForm .rowi {
	height:26px;
}
#ContactForm .link {float:right; margin:15px 0 0 23px;}


.input {
	width:187px;
	height:18px;
	border:1px solid #60d5db;
	background:#343a3b;
	padding:0 0 0 5px;
	font-size:0.917em;
}

.submit {
	height:18px;
	border:1px solid #60d5db;
	background:#343a3b;
	padding:0 0 0 5px;
	font-size:0.917em;
}

textarea {
	width:187px;
	height:141px;
	border:1px solid #60d5db;
	padding:0 0 0 5px;
	overflow:auto;
	font-size:0.917em;
	color: #00A77E;
	background-color: #343a3b;
}

.fivepints a, .fivepints a:visited {
	font-size: 0.9em;
	color: #1D434E;
	text-decoration:none;
}
.fivepints a:hover {
	color: #9BCBD1;
	text-decoration:underline;
}
.indentfirst {
	margin: 0px 0px 0px 25px;
}
.indentsecond {
	margin: 0px 0px 0px 45px;
}
