/* CSS Document */

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

body{
	background: #f3f3f3;
	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;
	font-size:0.813em;
	line-height:1.231em;
	color:#707070;
	}

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

a {
	color:#88c500;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
	color: #db6d16;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7dc100;
	font-weight: normal;
}
p {padding-top:16px;}

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

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

.link {font-weight:bold;}
cite {font-style:normal;}

li a {line-height:1.923em;}

.list li {background:url(images/list-bg.gif) no-repeat 0 10px; padding-left:12px;}
.list li a {color:#707070; text-decoration:none;}
.list li a:hover {text-decoration:underline;}
.list {line-height:1.923em;}

.imgindent {margin:0 14px 0 0; float:left;}
.title {margin-bottom:19px;}

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


#header .row-1 {height:111px; padding:0 134px 0 29px;}
.rss {background:url(images/rss.jpg) no-repeat top right; padding:2px 27px 1px 0; float:right; display:block; margin:50px 0 0 0; color:#707070; text-decoration:none;}
.rss:hover {text-decoration:underline;}
.menu {
	float:left;
	padding:35px 0 0 45px;
}
.logo {margin:29px 0 0 0;}


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

.box {background:#f6f6f6 url(images/box-tial-bottom-bg.gif) bottom repeat-x;}
.box .tail-top {background:url(images/box-tail-bg.gif) top repeat-x;}
.box .tail-right {background:url(images/box-tail-bg.gif) right repeat-y;}
.box .tail-left {background:url(images/box-tail-bg.gif) left repeat-y;}
.box .corner-bottom-right {background:url(images/box-corner-bottom-right.gif) bottom right no-repeat;}
.box .corner-bottom-left {background:url(images/box-corner-bottom-left.gif) bottom left no-repeat;}
.box .corner-top-right {background:url(images/box-corner-top-right.gif) top right no-repeat;}
.box .corner-top-left {background:url(images/box-corner-top-left.gif) top left no-repeat; width:100%;}
.box .indent {padding:37px 25px 43px 29px;}

.phone {float:right; margin-right:6px;}
.line {
	border-bottom:4px solid #f0f0f0;
	padding-bottom:19px;
	margin-bottom:29px;
}
.img {margin-bottom:11px;}

.col-pad {
	padding-top: 19px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 0;
}
.col-pad2 {
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 0;
}
.indent1 {
	padding-top: 28px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 29px;
}
.padding1 {padding-top:6px;}
.padding2 {padding-top:12px;}
.padding3 {padding-top:22px;}
.padding4 {padding-top:36px;}
.padding5 {padding-bottom:30px;}
.padding6 {padding-right:11px;}

a.podcasts {
	text-decoration: none;
	font-size: 1.2em;
	color: #66cc00;
	font-family: Arial, Helvetica, sans-serif;
}

a.podcasts:hover{
	text-decoration:underline;
	color: #db6d16;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
/* ============================= footer ====================== */

#footer a {color:#707070; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: gray;
	border-top: 1px solid #efefef;
	line-height: 18px;
	padding-top: 13px;
	padding-right: 25px;
	padding-bottom: 13px;
	padding-left: 25px;
}

#footer a:hover {
	color: #db6d16;
}

#footer #altnav {
	text-align: right;
	width: 400px;
	float: right;
}


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

#LoginForm {padding:0 33px 0 0;}
#LoginForm .rowi {height:42px;}
#LoginForm .input {width:161px; height:19px; border:1px solid #d8d8d8; background:#fff; padding:0 0 0 5px; font-size:1em;}
.form-link {font-size:0.846em;}

#ContactForm {padding:0 24px 0 0;}
#ContactForm .rowi {height:26px;}
#ContactForm .rowt input {float:right; margin:12px 0 0 15px;}

#ContactForm .input {width:171px; height:18px; border:1px solid #bfbfbf; background:none; padding:0 0 0 5px; font-size:1em; font-size:0.846em;}
textarea {width:171px; height:87px; border:1px solid #bfbfbf; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em; font-size:0.846em;}
