/* CSS Document */

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

body{
	background:url(images/body-bg.gif);
	text-align:left;
}

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:Tahoma, Geneva, sans-serif;
	font-size:0.75em;
	line-height:1.333em;
	color:#900;
	background-color: #FFF;
	}

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

a {color:#990000; outline:none;}
a:hover{
	text-decoration:none;
	font-size: 100%;
}
p {
	padding-top:10px;
	color: #333;
	text-indent: 0;
	font-size: 100%;
}


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

li {
	padding-left:25px;
	line-height:2.083em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 7px;
}
.row1 li {
	font-size:100%;
}

h2 {
	font-size:18px;
	line-height:1em;
	text-transform:uppercase;
	margin-bottom:17px;
	color:#000;
}

h3 {
	font-size:14px;
	line-height:1em;
	text-transform:uppercase;
	margin-bottom:17px;
	color:#990000;
}

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

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

#header {background:url(images/header-bg.gif);}
#header .row1 {background:url(images/header-row1-bg.gif) top repeat-x;}

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

#content {background:url(images/content-bg.gif);}
#content .main {background:url(images/content-main-bg.gif);}
#content .row1 {background:url(images/row1-bg.gif);}
#content .row1 .main {padding-top:5px;}
#content .row1 .background {background:url(images/content-row1-main-bg.gif);}
.extra {background:url(images/content-row1-main-bg.gif) !important;}

.col-pad {
	padding-right:33px;
}
.indent {padding:46px 14px 45px 16px;}
.indent2 {padding:38px 14px 38px 16px;}
.margin1 {
	margin-top:15px;
}
.taright {text-align:right;}
.phone {display:inline-block; width:85px;}


.text2 {
	font-size:100%;
	line-height:1.333em;
	color:#333;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	background-color: #000;
}
.line {border-bottom:1px solid #9c9d98; padding-bottom:20px; margin-bottom:20px;}

.link {background:#990000; color:#fff; text-decoration:none; text-transform:uppercase; font-size:10px; line-height:1em; display:inline-block; margin:23px 0 0 0; padding:8px 11px 7px 11px;}
.visited {color:#666;}
.link:hover {background:#cc3333;}
.link2 {display:inline-block; margin-top:20px; font-size:14px; line-height:1em;}

.box {background:url(images/content-main-bg.gif); padding:46px 14px 38px 18px;}
.box li {font-size:1em;}
.color2 {
	color:#990000;
}


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

#footer .main {background:#000; color:#787878; text-transform:uppercase;}
#footer p {
	padding:10px 0 9px 16px;
	color: #666;
}
#footer a {color:#787878; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

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

#ContactForm {padding-top:20px;}
#ContactForm label {height:57px; display:block;}
#ContactForm .link2 {margin-left:20px;}

.input {width:228px; height:19px; border:1px solid #a09b96; background:#fff; padding:0 0 0 5px; font-size:1em;}
textarea {width:254px; height:78px; border:1px solid #a09b96; background:#fff; padding:0 0 0 5px; overflow:auto; font-size:1em;}
#page1 #content .main .indent .container .col-2 table tr td {
	text-align: left;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
}
.updates {
	color: #333;
	font-size: 12px;
	font-style: italic;
}

