/* CSS Document */

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

body{
	background:#000102;
	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:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	line-height:1.2em;
	color:#fff;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#3666c9;}
a:hover{text-decoration:none;}
p {padding-top:16px;}
#page1 p {padding-top:12px;}


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

.top-tail {background:url(../images/top-tail.jpg) top repeat-x #122752;}
.bottom-tail {background:url(../images/bottom-tail.gif) bottom repeat-x;}

h3 {color:#fff; font-size:2.181em; font-weight:normal; margin-bottom:30px;}
.box h3 {color:#c4081c; margin-bottom:19px;}
h4 {color:#1f4086; font-size:2.181em; font-weight:normal; margin-bottom:20px;}
h5 {color:#c4081c;}

.link {background:url(../images/link2-bg.gif) no-repeat 0 0; padding-left:21px; font-weight:bold; color:#ebbb22; display:block; float:right; margin:24px 0 0 0;}
.linkleft {background:url(../images/link2-bg.gif) no-repeat 0 0; padding-left:21px; font-weight:bold; color:#ebbb22; display:block; float:left; margin:0px 0 0 0;}
.box .link {background:url(../images/link-bg.gif) no-repeat 0 0; color:#3666c9;}
.link2 {font-weight:bold; color:#c4081c;}
.link3 {color:#7c7c7c; text-decoration:none;}
.link3:hover {text-decoration:underline;}

li { background:url(../images/list-bg2.gif) no-repeat 0 0; padding-left:26px;}
li a {color:#fff; text-decoration:none; font-weight:bold; line-height:1.818em;}
li a:hover {text-decoration:underline;}

.box li { background:url(../images/list-bg.gif) no-repeat 0 7px; padding-left:15px;}
.box li a {color:#3666c9; text-decoration:none; font-weight:bold; line-height:1.455em;}
.box li a:hover {text-decoration:underline;}

.imgindent {margin:0 11px 0 0; float:left;}

/* ============================= header ====================== */

#header {font-size:1.091em;}
#header .block {
	padding:11px 44px 0 42px;
	height:31px;
	font-size: 1em;
}
#header .logo {
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 42px;
}
#header .menu {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 19px;
}

#header .right {font-weight:bold;}
#header .right a {color:#fff; text-decoration:none;}
#header .block a {color:#fff; text-decoration:underline;}
#header .block a:hover {color:#fff; text-decoration:none;}
#header .right a:hover {color:#6e90d7;}

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

#content {padding:0 21px 0 19px;}

.calendar{
	width: 50%;
	float: left;
	}
.calendartext{
	width: 45%;
	margin-left: 215px;
	}	
.box {color:#7c7c7c;}
.box strong {color:#3666c9;}
.box .top-row {background:#fff; padding-top:20px; border-top:1px solid #d5d5d0;}
.box .corner-bottom-left {background:url(../images/box-left-bg.gif) top left no-repeat; width:10px; height:11px; margin-right:-10px; position:relative; float:left;}
.box .bot-tail {width:100%; float:left; font-size:1px;}
.box .bot-tail .indent {margin:0 10px 0 10px; background:#fff; height:11px; padding:0;}
.box .corner-bottom-right {background:url(../images/box-right-bg.gif) top left no-repeat; width:10px; height:11px; margin-left:-10px; position:relative; float:left;}

.line-hor {
	padding:0 0 20px 0;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.box .line-hor {border-top:1px solid #e2e2dd; border-bottom:none; padding:15px 0 16px 0; margin:0;}
.extra1 {border-top:1px solid #e2e2dd; padding:15px 0 0 0;}
.extra1 .link {margin:0;}
.extra-link {font-weight:bold; color:#c4081c; text-decoration:none;}
.extra-link:hover {text-decoration:underline;}
.extra2 { line-height:1.01em;}
.mark1 {background:url(../images/mark1.gif) no-repeat 0 0; padding-left:25px;}

.indent {padding:20px 0 28px 0;}
.indent4 {padding:0 60px 0 17px;}
#page1 .indent1, #page6 .box .indent1, #page7 .indent1 {padding:0 37px 0 17px;}
.indent1 {padding:0 55px 0 17px;}
.indent2 {padding-bottom:18px;}
.indent3 {padding-top:13px;}
.indent5 {padding-top:8px;}
.indent6 {padding-bottom:8px;}
#page8 .top-row {padding:33px 40px 15px 18px;}

.margin0 {margin-top:0;}
.margin1 {margin-top:20px;}
.margin2 {margin-top:10px;}
.margin3 {margin-top:50px;}
.padding1 {padding-top:28px;}
.padding2 {padding-top:15px;}
.padding3 {padding-top:24px;}
.padding4 {padding-top:10px;}
.padding5 {padding-top:42px;}
.phone {float:right;}

.table {font-family:trebuchet MS;}
.table .first-line {font-size:1.273em; font-family:tahoma; font-weight:bold;}
.name {padding:1px 10px 2px 20px; width:122px;}
.name2 {padding:1px 10px 2px 25px; width:105px;}
.rating {width:83px; text-align:center; padding:1px 0 2px 0;}
.first-line .name {padding:3px 10px 8px 20px;}

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

#footer a {
	color:#FFF;
	font-weight:bold;
}

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

#ContactForm {padding-top:12px;}
#ContactForm .rowi {height:40px;}
#ContactForm .input {width:196px; height:15px; border:1px solid #7d7d7d; background:none; padding:0 0 0 5px; font-size:1.01em; color:#7c7c7c;}
#ContactForm .link {margin-left:20px;}

#HeaderForm {float:left;}
#HeaderForm .input {
	width:159px;
	height:18px;
	border:1px solid #FFF;
	background:#102349;
	padding:0 0 0 5px;
	font-size:0.917em;
	color:#FFF;
	margin:0 8px 0 11px;
}
#HeaderForm .input2 {
	width:88px;
	height:18px;
	border:1px solid #FFF;
	background:#102349;
	padding:0 0 0 5px;
	font-size:0.917em;
	color:#FFF;
	margin:0 9px 0 0;
}
.input3 {
	font-size:1em;
	color:#000;
}
textarea {width:429px; height:145px; border:1px solid #7d7d7d; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em; color:#7c7c7c;}
.error{
	border-color: #c99;
	color: #fff;
	background-color: #c00;
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 23px;
	padding-left: 30px;
	padding-top: 5px;	
}
.success{
	color: #fff;
	background-color: #690;
	background-image: url(../images/success.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 23px;
	padding-left: 30px;
	padding-top: 5px;
	border-top-color: #DCFF93;
	border-right-color: #DCFF93;
	border-bottom-color: #DCFF93;
	border-left-color: #DCFF93;
}
.client-content{
	width: 95%;
	margin-right: 20px;
	margin-left: 20px;	
}