/* CSS Document */

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

html {background:url(images/left-tail-bg.gif) left top repeat-y;}
body{
	background:url(images/left-top-bg.gif) top left no-repeat;
	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, Helvetica, sans-serif;
		font-size:1.0em;
		line-height:1.25em;
		color:#333333;
	}
	
.red	{color:#FF0000}
.bigred	{color:#FF0000;
			font-size:16px;}
.blue	{color:#0033FF}
.light_blue	{color: #2D88B5}
.med_blue 	{color: #0060ff}
.bigblue	{color:#0033FF;
			font-size:16px;}
.black	{color:#000000;}
.small		{font-size:12px;}

.float_Right	{float:right}

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

a {color:#6878cd;}
a:hover{text-decoration:none;}
strong a {color:#4e4d4d;}
p {padding-top:15px;}

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

.top-tail {
	margin-left:56px;
	background-repeat: repeat-x;
	background-position: top;
}

li {font-size:0.917em; line-height:1.818em;}
li a {color:#4e4d4d; font-weight:bold;}

.list li {font-size:1em; line-height:1.667em;}
.list li a {color:#4e60c4; font-weight:normal;}

h3 {font-size:1.25em; color:#2538a6; font-weight:normal; font-weight:bold; margin-bottom:11px;}
.h3 {margin-bottom:18px;}
h4 {font-weight:normal; text-transform:uppercase; color:#000;}

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

.link {background:url(images/link-bg.gif) no-repeat top right; padding-right:16px; font-size:0.917em; color:#515fad; font-weight:bold; text-decoration:none;}
.extra {display:inline-block; margin-top:8px;}
.link:hover {text-decoration:underline;}
.link2 {font-size:0.917em; display:inline-block; margin-top:26px;}

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

#header .menu {
	padding-top:35px;
}
#header .block {padding:56px 0 0 69px; width:455px; border-left:1px solid #dedede; height:235px;}
#header .title {margin:0 0 16px -28px; position:relative;}

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

#footer {border-left:1px solid #d6d6d6; padding-left:70px; color:#b5b5b5;}
#footer .inner {border-top:1px solid #d6d6d6; padding:31px 0 0 0;}
#footer a {color:#b5b5b5; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

#footer .menu {padding-bottom:15px;}
#footer .menu li {display:inline; margin-right:15px;}
#footer .menu li a {text-decoration:none; color:#333333;}
#footer .menu li a:hover {color:#304097; text-decoration:none;}
#footer .menu .active a {color:#304097;}
