﻿/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#e3e4e5;
	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:#585858;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#2f67cb;}
a:hover{text-decoration:none;}
p {padding-top:16px;}

/* ============================= main layout ====================== */

.tail-top {background:url(images/tail-top.gif) top repeat-x #ffffff;}
.tail-bottom {background:url(images/tail-bottom.gif) bottom repeat-x;}

li { background:url(images/list-bg.gif) no-repeat 0 10px; padding-left:18px; font-style:italic; font-size:1.25em; line-height:1.667em;}

.list2 li {background:url(images/list2-bg.gif) no-repeat 0 15px; padding-left:27px; border-bottom:1px solid #e0e0e0; font-size:1em; font-style:normal; line-height:2.75em;}
.list2 li a {text-decoration:none; color:#000000;}
.list2 li a:hover {color:#aeb3b4;}

.link {font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.083em; display:inline-block; margin-top:15px; color:#2f67cb;}

.imgindent {margin:0 10px 0 0; float:left;}

h2 {color:#3b3b3b; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-size:2.333em; line-height:1em; margin-bottom:10px;}
h2 span {color:#a9b2b4; font-size:0.857em;}

/* ============================= content ====================== */

.col-pad {padding-right:40px;}
.col-pad2 {padding-right:33px;}
.col-pad3 {padding-right:25px;}

.margin1 {margin-top:7px;}
.margin2 {margin-top:32px;}
.margin3 {margin-top:20px;}
.margin4 {margin-top:15px;}

.border {border-bottom:1px solid #e0e0e0; padding-bottom:40px; margin-bottom:35px;}

.gallery {margin-right:-10px;}
.gallery img {margin:0 10px 7px 0;}

.block {color:#000000; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.083em; line-height:1.231em; padding-top:10px;}
.block span {color:#aeb3b4; font-size:0.769em; line-height:1.6em; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.block em {color:#aeb3b4; font-size:0.923em; line-height:1.333em;}

.text2 {color:#585858; text-transform:uppercase; font-size:0.833em; line-height:1.6em;}
.text2 a {color:#585858;}

.name {float:right; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.083em; color:#2f67cb;}

cite {font-style:normal;}
.phone {float:right; margin-right:165px;}

/* ============================= footer ====================== */

#footer {text-align:center; color:#1a1a1a;}
#footer a {color:#1a1a1a; text-decoration:none;}
#footer a:hover {text-decoration:underline;}


/* ============================= forms ============================= */

#ContactForm {padding:20px 0 0 0;}
#ContactForm .rowi {height:42px;}
#ContactForm .col-1 {width:333px !important;}
#ContactForm .col-2 {width:249px !important;}
#ContactForm .link {float:right; margin-left:16px;}

.input {width:252px; height:19px; border:1px solid #a09b96; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:242px; height:103px; border:1px solid #a09b96; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em;}

