/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#e6ebee;
	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.75em;
		line-height:1.333em;
		color:#000000;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#497bae;}
a:hover{text-decoration:none;}
p {padding-top:15px;}

/* ============================= main layout ====================== */

li {background:url(images/marker1.gif) no-repeat 0 9px; font-size:1.167em; line-height:1.857em; padding-left:14px;}
li a {color:#497bae;}

.imgindent {margin:0 20px 0 0; float:left;}
.imgindent2 {margin:0 5px 0 0; float:left;}

/* ============================= header ====================== */

#header .indent {padding:0 32px 0 40px;}

#header {background:url(images/header-tail.gif) top repeat-x;}
#header .tail2 {background:url(images/header-tail-right.gif) top repeat-x; position:absolute; right:0; width:50%; height:402px;}

#SearchForm {background:url(images/search-form-tail-bg.gif) top repeat-x; width:290px; padding-bottom:24px;}
#SearchForm .right-bg {background:url(images/search-form-right-bg.gif) right top no-repeat;}
#SearchForm .left-bg {background:url(images/search-form-left-bg.gif) left top no-repeat; width:100%;}
#SearchForm .indent {padding:16px 11px 0 11px; height:37px;}
#SearchForm .input {width:229px; padding:3px 0 2px 5px; border:1px solid #050607; border-right:1px solid #515151; border-bottom:1px solid #515151; background:#262626; margin-right:5px; color:#999999;}

#header .menu {float:right; width:800px;}
#header .menu li {float:left; width:132px; text-align:center; padding:0 1px 0 0; font-size:1em; line-height:1em; background:none;}
#header .menu li a {background:url(images/menu-right-bg.gif) right top no-repeat; display:block; text-decoration:none; color:#fff;}
#header .menu li a span {background:url(images/menu-left-bg.gif) left top no-repeat; display:block; padding:0 5px 0 5px;}
#header .menu li a span span {background:#1b1b1b; padding:12px 0 15px 0;}
#header .menu .act a, #header .menu li a:hover, #header .menu .act a span, #header .menu li a:hover span  {background:none;}

.logo {margin:25px 0 0 0; position:absolute;}



/* ============================= content ====================== */

#content {background:url(images/content-tail.gif) top repeat-x #ffffff;}
#content .indent {padding:33px 0 27px 52px;}

.col-pad {padding-right:57px;}
.col-pad2 {padding-right:28px;}




