/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#FFFFFF;
	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:#545454;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#0082c0;}
a:hover{text-decoration:none;}
p {padding-top:16px;}
strong {color:#0082c0;}

/* ============================= main layout ====================== */

li { background:url(images/list-marker.gif) no-repeat 0 10px; padding-left:17px;}
li a {color:#545454; line-height:1.692em;}

.disclaimer { font-style:italic;  font-size:0.85em; }

.imgindent {margin:0 20px 0 0; float:left;}

.title1 {margin:13px 0 13px 0;}
.title2 {border-bottom:1px solid #c5c5c5; padding-bottom:6px; margin-bottom:23px;}

/* ============================= header ====================== */

.header-row1 {border-bottom:1px solid #d5dce1; height:105px; margin-top:4px;}
.logo {margin:0 0 0 0;}

/* .submenu {border-top:6px solid #FDA60C; padding:33px 0 0 250px;} */
.submenu {padding:30px 18px 0 0; text-align:right; } 
.submenu li a {color:#a5b1ba; text-decoration:none;}


.menu
{	
	padding: 28px 0 0 0;
	background:url(images/GrayToWhiteFade.gif) bottom repeat-x;
}
.menu ul {width:980px; overflow:hidden;}
.menu li {float:left; border-left:1px solid #d5dce1; margin-left:-1px; background:none; padding:0;}
.menu li a {color:#393939; text-decoration:none; display:block; padding:0 74px 23px 74px; line-height:1.001em; margin-bottom:7px;}
.menu li a:hover {border-bottom:7px solid #FDA60C; margin:0;}
.menu .active a {border-bottom:7px solid #FDA60C; margin:0;}
.menu .last a {padding-right:74px;}

/*.header-row2 {background:url(images/header-tail-bg2.gif) top repeat-x;}*/
.header-row2 {background:#81A7E8 }
/*.slogan {margin:158px 0 158px 40px;}*/
.slogan
{
	margin: 158px 0 158px 50px;
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 25px;
}

/* ============================= content ====================== */

.row1 {padding:31px 25px 52px 36px;}
.col-pad1 {padding-right:59px;}
.center {text-align:center; padding-right:15px;}
.extra {padding:25px 0 0 50px;}
.special {float:right; margin-right:20px;}

.row2 {background:#f6f6f6; border-top:1px solid #e1e1e1; padding:22px 30px 47px 40px;}

.line {background:url(images/line.gif) bottom left repeat-x; padding-bottom:18px; margin-bottom:18px;}
.padding1 {padding:5px;}
.phone {float:right; margin-right:120px;}

/* ============================= forms ============================= */


#ContactForm .rowi {height:52px;}
#ContactForm a {float:right; margin-left:20px;}

.input {width:172px; height:19px; border:1px solid #a09b96; background:#fff; padding:0 0 0 5px; font-size:1em;}
textarea {width:204px; height:123px; border:1px solid #a09b96; background:#fff; padding:0 0 0 5px; overflow:auto; font-size:1em; margin-bottom:20px;}
