/* CSS Document */

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

body{
	background:#011e45;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul, li {list-style:disc;
list-style-position:inside;}

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

b,bold, strong  {color:#a1cb00;}

html
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.333em;
		color:#5a7986;
	}

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

a {color:#036e9c; font-size:1.167em;}
a:hover{text-decoration:none;}
p {padding-top:15px;}

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

.link1 {font-size:18px; color:#fa5e17; text-decoration:none; font-family:"Times New Roman", Times, serif; line-height:1em; font-style:italic; display:block; margin:10px 0 0 0; float:right;}
.box .link1 {margin:0;}
.link2 {font-size:0.917em; font-family:Tahoma, Geneva, sans-serif; color:#ea4d06; text-decoration:none; font-weight:bold; display:inline-block; margin:15px 0 0 0;}
.link2:hover {text-decoration:underline;}
.link3 img {vertical-align:middle;}

h2 {font-size:2.5em; line-height:0.8em; color:#ffffff; font-family:"Times New Roman", Times, serif; font-style:italic; text-align:right; margin:0 0 16px 0; padding-top:9px;}
h2 span {display:block; text-align:left; color:#8fd0f9; font-size:0.9em; font-weight:normal; letter-spacing:-1px;}

h3 {font-size:3.417em; line-height:0.683em; color:#042c46; font-weight:normal; font-style:italic; font-family:"Times New Roman", Times, serif; margin-bottom:20px;}
h3 strong {color:#0075d2;}
h3 span {display:block; font-size:0.732em; padding-left:156px;}
h3 span strong {color:#a1cb00;}

h4 {font-size:2em; line-height:1em; color:#fbfcfd; font-weight:normal; font-family:"Times New Roman", Times, serif; font-style:italic; margin-bottom:25px;}

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

li .templ {background:url(images/list-bg.gif) no-repeat 0 10px; padding-left:26px;}
li .templ a {line-height:1.714em;}

.imgindent {margin:0 20px 0 0; float:left;}
.imgindent2 {margin:0 1px 0 0; float:left;}
.banner .imgindent {margin:0 28px 0 0; float:left;}

.slider {background:url(images/sliderbg.png) no-repeat; width: 620px; height: 62px; margin-left: 35px;}

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

.flash {margin:0 -160px 0 -157px; width:980px; height:351px;}
.banner {color:#536a78;}
.banner p {padding-top:8px;}
#header .extra {color:#1e6d9f;}

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

#content {padding:0 160px 0 160px;}

#content table {width: 600px;}
#content td {width: 120px; vertical-align:top;text-align: center;}

.box {background:#ffffff 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:29px 20px 14px 31px;}

.col-pad {padding-right:28px;}
.col-pad2 {padding-right:60px;}

.extra {color:#a1cb00; font-size:1.167em; line-height:1.143em;}
.box .extra {color:#1088d8;}
.indent {padding:53px 0 0 0;}

.padding1 {padding-top:20px;}
.padding2 {padding-top:30px;}
.img {text-align:center; padding:10px 0 0 0;}
.phone {float:right; margin-right:35px;}

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

#footer {color:#82b4f8; padding:14px 0 0 158px;}
#footer a {font-size:1em; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
.gaga {text-align:center; height:10px;}
.gaga a, .gaga a:link, .gaga a:visited {text-decoration: none; color:#003a68; font-size:10px;}
.gaga a:hover, .gaga a:active {text-decoration: underline; color:#0075d2; font-size:10px;}

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

input, textarea {padding: 2px; border: 2px solid #8fd0f9; margin: 3px; font-size:11px; color:#000000;}
table.error,td.error,input.error, textarea.error {background-color: #ea4d06; border:2px solid #ea4d06;color:#000000;}

/* ============================= answers ============================= */
.hidden { display: none; }
.unhidden { display: block; }

