/* 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; padding:5px 0 5px 15px;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial;
		font-size:0.75em;
		line-height:1.25em;
		color:#6e778a;
	}

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

a {color:#6e778a; text-decoration: none;}
a:hover{text-decoration:none;}
p {padding-top:10px; line-height:1.25em;}
.link {
	border-bottom: 1px dotted #6e778a;
}

.logo { text-align: center;}

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

h2 {font-size:1.083em; line-height:1em; margin:14px 0 19px 0; color: #1590cc;}
h3 {font-size:1.083em; line-height:1em; margin:14px 0 0 0; color: #6e778a;}

li { background:url(../images/arrow.jpg) no-repeat 0 4px; margin-left:10px; padding:0 0 5px 15px;}
li a {color:#6e778a; text-decoration:none;}
li a:hover {color:#1590cc; text-decoration: none; border-bottom: 1px dotted #1590cc;}

.list li {margin:0; background:url(../images/arrow.jpg) no-repeat 0 6px; padding-left:15px; padding-bottom:10px;}
.list li a {line-height:1.667em; color:#6e778a;  font-weight: bold;  }

.imgindent {margin:0 20px 0 0; float:left;}
.imgindent3 {margin:0 13px 0 0; float:left;}
.imgindent2 {margin:0 20px 33px 0; float:left;}
.title {margin-bottom:17px;}
.title2 {margin-bottom:10px;}
.button {margin-top:15px;}

cite {font-style:normal; display:block; margin:10px 0 10px 0;}
.blue {color:#53b4d4;}

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

.header2 {padding:0px 0px 0px 0;}


/* ============================= middle ====================== */

.box {background:#f8f8f8 url(../images/box_bottom_tall.gif) bottom repeat-x;}
.box .tall_right {background:url(../images/box_right_tall.gif) right repeat-y;}
.box .tall_left {background:url(../images/box_left_tall.gif) left repeat-y;}
.box .tall_top {background:url(../images/box_top_tall.gif) top repeat-x;}
.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 .padding {padding:5px 20px 10px 25px;}
.box .padding-demo {padding:5px 0px 0px 5px;}
.row1 {padding:16px 0 24px 0;}
.row1 .column_padding {margin-right:5px; padding:0;}
.column_padding {padding-right:50px;}
.phone {margin-top:9px;}
.indent {padding:20px 4px 17px 34px;}
.content1 {padding:2px 35px 0 21px;}
.ul {margin-top:15px;}

.hor_line_dark {background:url(../images/hor_dark_line.gif) bottom repeat-x; padding:0 8px}
.hor_line_light {background:url(../images/hor_light_line.gif) bottom repeat-x; padding:0 10px 17px 13px;}

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

#footer .main {text-align:center; color:#53b4d4; padding:48px 28px 20px 0;}
#footer a {text-decoration:none; color:#53b4d4;}
#footer a:hover {text-decoration:underline;}


/* ============================= index ============================= */

#index .indent {padding:25px 24px 8px 34px;}
#index .column2 .box .padding {padding:5px 14px 46px 25px;}

