/* CSS Document */
* { margin:0; padding:0;}
html, body { height:100%; }
body {
	font-size:100%;
	line-height:1em;
	background:url(images/bg.gif);
	font-style: normal;
	font-weight: normal;
}
html, input, textarea	{	font-family: Arial, Helvetica, sans-serif; 
		color:#b8c0c7;	}	

.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}
.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}
div.container {	overflow:hidden; width: 100%;}
a img{ border:0px}
img{ vertical-align:top;  }

a{
	color:#3399CC;
	text-decoration:underline
} 
a:hover{text-decoration:none}

.link{color:#62b29e; text-decoration:none; font-size:.83em; text-transform:uppercase  }
.link:hover{text-decoration:underline }

ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height: 2em;
}
ul li{background:url(images/marker.gif) top left no-repeat; background-position:0 8px; margin:0; padding-left:22px; }
ul li a{
	color:#b8c0c7;
	text-transform:uppercase;
	text-decoration:none;
	line-height:1em;
	font-size:0.83em
} 
ul li a:hover {
	text-decoration:underline;
	line-height: normal;
}

.link-1 { display:block; float:left; background:url(images/link_bg.gif) left top repeat-x; color:#ffffff; text-decoration:none; }
.link-1 em { display:block; background:url(images/link_left.gif) no-repeat left top;}
.link-1  b { display:block; background:url(images/link_right.gif) no-repeat right top; padding:2px 23px 3px 28px; font-weight:normal; font-style:normal;}
.link-1:hover{ text-decoration:none; color:#000000}


/*header*/
#header {font-size:0.75em; color:#FFFFFF }
#header .logo{ margin:36px 0 0 35px }

/*content*/
#content{ font-size:0.75em; width:100%; text-align:left; background:url(images/bg_cont.gif) repeat-x top #13171a}
#content .indent-main{padding:0 30px 0 36px}
#content .title{  margin-bottom:24px}
#content .title1{  margin:25px 0 18px 0}
#content .img-left{ float:left; margin:0 20px 16px 0}
#content .img-indent{ margin:0 0 16px 0}
#content p{
	margin:0 0 15px 0;
	line-height: normal;
}
#content .p{ margin:0 0 15px 0}
#content .p1{ margin:0 0 5px 0}
#content .p2{ margin:0 0 32px 0}
#content h4{
	color:#FF9966;
	font-size:1em;
	margin-bottom:15px;
	font-style: normal;
	font-weight: normal;
}
#content h5{
	color:#b8c0c7;
	font-size:0.83em;
	margin-bottom:15px;
	font-weight:normal;
	text-transform:uppercase
}
#content .tail{ background:url(images/tail1.gif) repeat-x bottom; padding-bottom:9px; margin-bottom:9px}
#content .more{ background:url(images/tail1.gif) repeat-x bottom; padding-bottom:1px; float:right; width:100%; text-align:right}
.banner{ margin-top:23px}
.txt{
	color:#FF9966
}
.txt1{ text-transform:uppercase; font-size:.83em}

#content .indent{padding:8px 0 0 0}
#content .indent1{padding:0 55px 20px 0}
#content .indent-1{padding:0 0 0 198px}

/*box*/
.box{ background:#EAE4E0; width:100%;}
.box .border-top {background:url(images/border_top.gif) repeat-x top;}
.box .border-bottom {background:url(images/border_bottom.gif) repeat-x bottom;}
.box .border-left {background:url(images/border_left.gif) repeat-y left;}
.box .border-right {background:url(images/border_right.gif) repeat-y right;}
.box .corner-top-left {background:url(images/corner_top_left.gif) no-repeat left top;}
.box .corner-top-right {background:url(images/corner_top_right.gif) no-repeat right top;}
.box .corner-bottom-left {background:url(images/corner_bottom_left.gif) no-repeat left bottom;}
.box .corner-bottom-right {background:url(images/corner_bottom_right.gif) no-repeat right bottom; width:100%; }
.box .indent-box{ padding:0 0 0 0; }


/*footer*/
#footer { color:#ffffff; font-size:0.75em; background:url(images/bot.gif) repeat-x top }
#footer .indent-footer{ padding:77px 30px 0 30px;}
#footer a {
	color:#3399CC;
	text-decoration:underline
}  
#footer a:hover {  text-decoration:none}


.h{ height:35px}
.block-contact span{ float:right; margin-right:100px}
input{
	border:1px solid #a4a4a4;
	width:243px;
	height:18px;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	padding-left:5px;
	margin-bottom:3px;
	background-color: #CCCCCC;
}
select{
	border:1px solid #a4a4a4;
	width:400px;
	height:18px;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000;
	font-size:11px;
	padding-left:5px;
	margin-bottom:3px;
	background-color: #CCCCCC;
}
textarea{
	border:1px solid #a4a4a4;
	background:#cccccc;
	width:298px;
	height:95px;
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000;
	font-size:11px;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto
}
input#Button{
	width:110px;
	height:28px;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	padding-left:0px;
	margin-bottom:3px;
	background-color: #CCCCCC;
}
