/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:url(bg.gif) 0 0 repeat; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:19px;
	color:#fff;
	min-width:1000px;
}
html, body { height:100%;}


p {padding-bottom:19px;}

a {
	color:#d52d00; 
	outline:none;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
}

/* Global Structure ============================================================= */
.box {
	margin: 0 auto;
	position: relative;
	width: 1000px;}
.box1 {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	background:#fff;
	}
.corner-top-left {background:url(corner-top-left.gif) left top no-repeat;}
.corner-top-right {background:url(corner-top-right.gif) right top no-repeat;}
.corner-bot-left {background:url(corner-bot-left.gif) left bottom no-repeat;}
.corner-bot-right {background:url(corner-bot-right.gif) right bottom no-repeat;}

.top-tail {background:url(top-tail.gif) left top repeat-x;}
.bot-tail {background:url(tail-bot.gif) left bottom repeat-x;}
.left-tail {background:url(left-tail.gif) left top repeat-y;}
.right-tail	{background:url(tail-right.gif) right top repeat-y; width:100%;}


	/* Header */
	header{background:url(header-bg.gif) center 0 no-repeat;
		
	}
	
	/* Content */
	section#content {min-height:200px;
		
	}			
	/* Footer */
	footer{height:152px; width:940px; margin:0 auto;
		
	}
/* Left & Right alignment */

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

.col-1, .col-2, .col-3, .col-4 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	outline:none;
}

/*----- other -----*/
.img-indent { 
	margin:0 16px 0 0; 
	float:left;
}
.img-indent1 { 
	margin:0 19px 0 0; 
	float:left;
}
.img-indent2 { 
	margin:0 9px 0 0; 
	float:left;
}
.img-indent3 { 
	margin:0 9px 0 0; 
	float:left;
}
.img-indent3 { 
	margin:0 21px 0 0; 
	float:left;
}

.extra-wrap { 
	width:100%;
}
.extra-wrap1 { 
	overflow:hidden;
}

.bg1 {background:url(bg1.gif) 0 0 repeat-x; min-height:100%;}

h1 {display:inline-block; margin-top:26px; float:left; margin-left:-3px;
	}
h1 a {
	text-indent:-5000px; 	 
	background:url(logo.png) 0 0 no-repeat;	 
	width:376px;
	height:108px;
	display:block;
	
}

h2 {font-size:22px; line-height:1.2307em; color:#003366; font-weight:normal;}
h2 span {margin-top:2px; display:inline-block;}
.h2-bot {padding-bottom:17px;}
.h2-bot1 {padding-bottom:24px;}
.h2-bot2 {padding-bottom:19px;}
.h2-top {padding-top:26px;}



h3 {font-size:25px; line-height:1.2307em; color:#fff; font-weight:normal; margin-bottom:43px;}

nav {padding-top:21px;}
.sf-menu {background:url(menu-bg.gif) 0 0 repeat-x; height:46px;}

.sf-menu .last2 {border-bottom:none;}
.sf-menu li {
	position:	relative;
	font-size:14px;
	line-height:18px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	height:46px;
	border-right:1px solid #022f5b;
	display:inline-block;
	white-space:nowrap;
	
	}
.m1 {width:88px;}
.m2 {width:141px;}
.m3 {width:191px;}
.m4 {width:156px;}
.m5 {width:116px;}
.m6 {width:116px;}


.sf-menu li a {display:block;
	position:		relative;	
	color:#fff;
	text-decoration:none; 
	padding-top:0px;
	padding:14px 19px 15px 18px;
	
	
	}
	

	.sf-menu li li {
	padding:0;
	font-size:12px;
	line-height:23px;
	padding:0 0 0 23px;
	text-transform:none;
	background:url(li-bg2.gif) 9px 8px no-repeat;
	text-align:left;
	border-right:none;
	height:23px;
	width:121px;
	font-weight:normal;
	border-bottom:1px solid #99c2e8;
}
	.sf-menu li li a {
		padding:0px 0 0px 0px;
		display:inline-block;
		text-decoration:none;
		color:#74abe3;
		background:none;
	}
	


.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			143px; 
	display:none;
	padding:0px 0px 0px 0px;
	background:#fff;
	border:1px solid #99c2e8;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			29px;
	top:			46px; /* match top ul list item height */
	z-index:		99;
	
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			0px; /* match ul width */
	top:			0px;
	
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0px;
}


.sf-menu > li > a:hover, .sf-menu > li > a.active, .sf-menu > li.sfHover a {color:#005590; background:#f2f7fc;}

	.sf-menu  li li.sfHover a, .sf-menu li li a:hover, .sf-menu li li a.active {
	
	}


.sf-menu li li a {background:none !important; color:#74abe3 !important;}
.sf-menu li li a:hover {color:#2969aa !important; font-weight:bold;}

/*===== header =====*/
#header {
	
}

.z-index {position:relative; z-index:20;}


.registr {font-size:12px; line-height:1.2307em; background:url(registr-bg.gif) 0 0 repeat-x #044c96; float:right; margin-top:42px; padding:9px 9px 9px 10px;height:15px;}
.registr a {color:#fff; text-decoration:none;}
.registr a:hover {text-decoration:underline;}

.Sign {font-size:12px; line-height:1.2307em; background:url(Sign-in-bg.gif) 0 0 repeat-x #5c97d0; float:right; margin-top:42px; padding:9px 9px 9px 10px; height:15px;}
.Sign a {color:#fff; text-decoration:none;}
.Sign a:hover {text-decoration:underline;}

.Facebook {font-size:12px; line-height:1.2307em; background:url(Facebook-bg.gif) 0 0 repeat-x #f3f3f3; float:right; margin-top:42px; padding:9px 10px 9px 10px;height:15px;}
.Facebook a {color:#355787; text-decoration:none;}
.Facebook a:hover {text-decoration:underline;}

.icon {padding-right:7px;}

.img-top {padding-top:24px;}
.img-top1 {padding-top:30px;}
.img-top2 {padding-top:24px;}
.img-top3 {padding-top:19px;}
.img-top4 {padding-top:23px;}


.letter {letter-spacing:-1px;}



.text-top {padding-top:2px; display:inline-block;}
.text-top1 {padding-top:5px; display:inline-block;}
.text-top2 {padding-top:28px; display:inline-block;}
.text-top3 {margin-top:-5px; display:inline-block;}


.indent1 {padding-top:28px;}

.text-pad {padding:19px 0px 0px 0px; display:inline-block;}

.img-pad {padding:5px 0px 0px 17px;}
.img-pad1 {padding:24px 0px 18px 0px;}
.img-pad2 {padding:2px 17px 0px 0px;}


.pad-top {padding-top:15px;}
.pad-top1 {padding-top:24px;}
.pad-top2 {padding-top:20px;}


.img-left {margin-left:2px;}
.img-left1 {margin-left:20px;}


.img-right{margin-right:6px;}
.img-right1{margin-right:13px;}
/*===== content =====*/
#content {
	
}
.box2 {background:url(box2-bg.gif) 0 0 no-repeat; height:380px; border:1px solid #5a98d5;}
.box2 .padding {padding:23px 0px 0px 27px;}

.box2-pad {padding:30px 0px 30px 0px;}

.box2-title {font-size:38px; line-height:1.2307em; color:#fff; letter-spacing:-1px;}

.box3 {background:url(box3-bg.gif) 0 0 repeat-x; min-height:166px;}
.box3 .padding {padding:23px 12px 0px 30px;}
.box3 .padding1 {padding:23px 12px 0px 29px;}

.box3-pad {padding:34px 0px 0px 0px;}
.box3-pad1 {margin:23px 0px 0px 0px;}
.box3-pad2 {margin:32px 0px 0px 0px;}

.box4-pad {padding:34px 0px 0px 0px;}
.box4-pad1 {padding:33px 0px 0px 0px;}

.box4 {background:url(bg4.gif) 0 0 no-repeat; min-height:166px;}
.box4 .padding {padding:23px 12px 0px 30px;}
.box4 .padding1 {padding:23px 12px 0px 29px;}
.box4 .padding2 {padding:23px 12px 0px 26px;}

.box5 {background:url(box5-bg.gif) 0 0 no-repeat; min-height:166px;}
.box5 .padding {padding:23px 12px 0px 30px;}

.box6 {background:url(page6-bg1.gif) 0 0 no-repeat; min-height:166px;}
.box6 .padding {padding:23px 12px 0px 30px;}

.box7 {background:url(page6-bg2.gif) 0 0 no-repeat; min-height:166px;}
.box7 .padding {padding:23px 12px 0px 30px;}

.box8 {background:url(page8-bg.gif) 0 0 no-repeat; min-height:166px;}
.box8 .padding {padding:23px 12px 0px 30px;}


.list li {height:26px; margin-bottom:1px; width:226px; font-weight:bold; padding:5px 0px 0px 14px;}
.list a {text-decoration:none; color:#74abe3; font-weight:normal;}
.list a:hover {color:#2969aa; font-weight:bold;}

.list .list-bg {background:#f4f8fc;}
.list .list-bg1 {background:#fbfdfe;}

.list span {width:21px; display:inline-block;}

.list-pad {padding:24px 0px 0px 0px;}
.list-pad1 {padding:15px 0px 0px 0px;}
.list-pad2 {padding:15px 0px 0px 20px;}

.link1 {font-size:12px; line-height:18px; color:#b0bb11; font-weight:bold; background:url(link1-bg.gif) right 8px no-repeat; padding-right:7px; margin-top:24px; display:inline-block;}
.link1:hover {background:url(link1-bg.gif) right -6px no-repeat; color:#2969aa; text-decoration:underline;}

.link4 {font-size:12px; line-height:18px; color:#b0bb11; font-weight:bold; background:url(link4-bg.gif) right 6px no-repeat; padding-right:9px; display:inline-block;}
.link4:hover {background:url(link4-bg.gif) right -7px no-repeat; color:#2969aa; text-decoration:underline;}

.link7 {font-size:12px; line-height:18px; color:#2969aa; font-weight:bold; background:url(link4-bg.gif) right -8px no-repeat; padding-right:9px; display:inline-block; margin-top:25px;}
.link7:hover {background:url(link4-bg.gif) right 5px no-repeat; color:#b0bb11; text-decoration:underline;}

.link4-top {margin-top:4px;}
.link4-left {margin-left:32px;}

.link1-top {margin-top:30px;}
.link1-top1 {margin-top:11px;}
.link1-top2 {margin-top:15px;}

.link2 {font-size:12px; line-height:18px; color:#2969aa; font-weight:bold; display:inline-block; margin-top:2px; margin-bottom:1px;}
.link2:hover {color:#b0bb11; text-decoration:underline;}

.color {color:#2969aa;}

.list1 {font-size:12px; line-height:23px; float:left;}
.list1 a {color:#2969aa; text-decoration:none;}
.list1 a:hover {text-decoration:underline;}

.list1-top {padding-top:9px;}
.list1-left {padding-left:12px;}

.list2 {font-size:12px; line-height:23px; float:left;}
.list2 a {color:#2969aa;}
.list2-top {padding-top:14px;}

.iframe {height:358px; width:620px;}
.iframe-top {padding-top:33px;}

.iframe1 {height:247px; width:327px;}

.bg3 {background:url(bg3.gif) 0 0 no-repeat; height:356px; border:1px solid #5a98d5;}
.bg3 .padding {padding:23px 30px 0px 27px;}

.bg3-title {font-size:25px; line-height:1.2307em; color:#fff;}
.bg3-text {font-size:17px; line-height:21px; color:#fff; padding:39px 0px 0px 0px; text-shadow:1px 0 rgba(245, 249, 253,.5)}
.bg3-text1 {font-size:12px; line-height:20px; color:#fff; padding:10px 0px 0px 0px;}
.bg3-border {background:url(bg3-border.gif) 0 0 repeat-x; height:1px; margin:14px 0px 0px 0px;}
.bg3-text2 {font-size:12px; line-height:21px; color:#fff; padding:13px 0px 0px 0px; font-weight:bold;}

#search-form {margin-top:12px; margin-left:2px;}
#search-form fieldset {
	border:none;
	margin:0px 0px 0px 0px;
	background:none;
	border:none;
}
	#search-form label {
		outline:none;		
		display:inline-block;
		background:#fff;
		padding:6px 10px 6px 8px;
		background:url(input-bg.gif) 0 0 repeat-x;
		
	}
#search-form input[type=text] {
	border:none;
	line-height:1.2307em;
	font-size:12px;
	background:none;
	margin:0 0px 0 0px;
	width:222px;
	vertical-align:top;
	color:#838383;
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
}
.link3 {color:#fff;  margin:0px 0px 0px 0px; display:inline-block; padding:5px 18px 6px 19px; font-size:16px; line-height:1.2307em; background:url(link3-bg.gif) 0 0 repeat-x #044c96;
margin:19px 0px 0px 0px; text-decoration:none; text-shadow:1px 0 rgba(245, 249, 253,.5)}
.link3:hover {background:#fff; color:#055199;}

.block {width:430px; float:left;}
.block1 {width:259px; float:left;}

.title {font-size:12px; line-height:19px; color:#2969aa; font-weight:bold; padding:5px 0px 0px 0px;}

.link5 {font-size:14px; font-weight:bold; text-decoration:none; line-height:1.2307em; color:#fff; background:url(link5-bg.gif) 0 0 repeat-x #a3cbf2; display:inline-block; padding:4px 10px 6px 12px; margin:10px 0px 0px 0px;}
.link5:hover {background:#b0bb11;} 

.page3-bg {background:url(page3-bg.gif) 0 0 no-repeat; min-height:1239px;}
.page3-bg  .padding {padding:23px 30px 0px 24px;}

.list3 {padding:39px 0px 0px 0px;}
.list3 li {font-size:12px; line-height:23px; background:url(list3-marker.png) 0 10px no-repeat; padding-left:14px;}
.list3 a {color:#fff; text-decoration:none;}
.list3 a:hover {text-decoration:underline;}

.border-top {margin-top:24px;}

.link6 {font-size:12px; line-height:20px; color:#fff; text-decoration:none; background:url(link6-bg.png) right 7px no-repeat; padding-right:9px; display:inline-block; margin:24px 0px 0px 0px;}
.link6:hover {text-decoration:underline;}

.title1 {font-size:25px; line-height:1.2307em; margin:5px 0px 0px 0px; color:#363737;}
.title1 span {display:inline-block; margin-top:-7px;}

.title2 {font-size:36px; line-height:1.2307em; margin:11px 0px 0px 0px; color:#363737;}

.absolute {position:absolute; background:url(absolute.png) 0 0 no-repeat; height:23px; width:20px; left:287px; top:20px;}

.form-text {float:right; font-weight:bold; color:#2969aa; margin:18px 14px 0px 0px;}

.page4-bg {background:url(page4-bg.jpg) 0 0 no-repeat; height:199px;}
.page4-bg .padding {padding:28px 16px 0px 28px;}

.title3 {font-size:17px; line-height:21px; color:#fff; margin-top:-2px; padding-bottom:10px; text-shadow:1px 0 rgba(255, 255, 255,.5)}
.title3-bot {padding-bottom:31px;}

.color1 {color:#fff;}
.font {font-size:12px; line-height:20px; display:inline-block;}

.link8 {font-size:12px; line-height:20px; color:#fff; font-weight:bold; background:url(link8-bg.png) right 8px no-repeat; padding-right:7px; display:inline-block; margin:9px 0px 0px 0px;}

.page5-bg {background:url(page5-bg.gif) 0 0 no-repeat; height:422px;}
.page5-bg .padding {padding:24px 0px 0px 29px;}

.page6-bg {background:url(page6-bg.gif) 0 0 no-repeat; height:451px; margin-left:30px; margin-top:27px;}
.page6-bg .padding {padding:24px 0px 0px 29px;}


.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	margin:0 auto; 
	background:none;
	padding:1px 0px 0px 0px; 
	min-height:329px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  833px;
    height: 329px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 193px;
    height: 329px;
}
.jcarousel-skin-tango .jcarousel-item a {color:#fff; text-decoration:none}
.jcarousel-skin-tango .jcarousel-item a:hover {text-decoration:underline;}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 20px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background:url(button-2.gif) 0 0 no-repeat; height:26px; width:27px; position:absolute; top:-75px; right:37px; z-index:2; cursor:pointer;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
   background:url(button-2.gif) 0 -26px no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    top: -75px;
    right: 37px;    
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background:url(button-1.gif) 0 0 no-repeat; height:26px; width:27px; position:absolute; top:-75px; right:68px;z-index:2;  cursor:pointer;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background:url(button-1.gif) 0 -26px no-repeat;    
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    top: -75px;
    right: 68px;    
}


.title4 {font-size:17px; line-height:21px; padding:17px 0px 11px 0px;}
.title4 a {text-decoration:none; color:#fff; text-shadow:1px 0 rgba(255, 1255, 255,.5)}

dl {margin-top:25px;}
dl span {float:left; width:144px;}
dl dt {color:#2969aa; font-weight:bold; margin-bottom:19px;}
dl dd a {margin-left:3px;  color:#2969aa; text-decoration:none;}
dl dd a:hover {text-decoration:underline;}

.link9 {color:#2969aa; text-decoration:none;}
.link9:hover {text-decoration:underline;}

.tabs{padding:21px 0px 0px 2px;}
	.tabs ul{overflow:hidden;}
		.tabs li{float:left;padding:0; line-height:20px; text-align:center; border:none;  position:relative; z-index:20; text-align:center;
		
		}
		.tabs li a:hover {background:url(tab-1.gif) 0 0 repeat-x;color:#0862a5;}
		.tabs .selected{z-index:20; border:none; background:#d8d7c0; color:#423331; position:relative;}
		.tabs .selected a {background:url(tab-1.gif) 0 0 repeat-x; color:#0862a5;}
		.tabs li a {color:#fff;display:block;padding:0px 10px 11px 9px;text-decoration:none;}
	.tabs .tab-content{background:url(tab-content.gif) 0 0 repeat-x; display:none; width:880px; height:217px; }
	.tabs #tab1{display:block;}
	.tabs .tab-content .inner{padding:25px 10px 29px 27px;
	}
	
.tabs em {padding-top:12px; font-style:normal; display:inline-block; font-size:14px;}	
.tabs .selected a em {text-decoration:underline;}
.tabs  a:hover em {text-decoration:underline;}
.tabs  b {font-size:18px; line-height:25px; font-weight:normal; padding-top:7px; display:inline-block;}
.tabs .selected a b {text-decoration:underline;}
.tabs  a:hover b {text-decoration:underline;}

.tabs .tab-img2 {background:url(tab-img1.png) 0 0 no-repeat; height:43px; width:41px;  display:inline-block; float:left;}
.tabs .selected .tab-img2 {background:url(tab-img1.png) 0 -43px no-repeat;}
.tabs  a:hover .tab-img2 {background:url(tab-img1.png) 0 -43px no-repeat;}

.tabs .tab-img3 {background:url(tab-img2.png) 0 0 no-repeat; height:43px; width:31px;  display:inline-block; float:left;}
.tabs .selected .tab-img3 {background:url(tab-img2.png) 0 -43px no-repeat;}
.tabs  a:hover .tab-img3 {background:url(tab-img2.png) 0 -43px no-repeat;}

.tabs .tab-img4 {background:url(tab-img3.png) 0 0 no-repeat; height:43px; width:31px;  display:inline-block; float:left;}
.tabs .selected .tab-img4 {background:url(tab-img3.png) 0 -42px no-repeat;}
.tabs  a:hover .tab-img4 {background:url(tab-img3.png) 0 -42px no-repeat;}

.tabs .tab-img5 {background:url(tab-img4.png) 0 0 no-repeat; height:43px; width:31px;  display:inline-block; float:left;}
.tabs .selected .tab-img5 {background:url(tab-img4.png) 0 -43px no-repeat;}
.tabs  a:hover .tab-img5 {background:url(tab-img4.png) 0 -43px no-repeat;}

.tabs .tab-img6 {background:url(tab-img5.png) 0 0 no-repeat; height:43px; width:31px;  display:inline-block; float:left;}
.tabs .selected .tab-img6 {background:url(tab-img5.png) 0 -43px no-repeat;}
.tabs  a:hover .tab-img6 {background:url(tab-img5.png) 0 -43px no-repeat;}

.tabs .tab-img7 {background:url(tab-img6.png) 0 0 no-repeat; height:43px; width:31px;  display:inline-block; float:left;}
.tabs .selected .tab-img7 {background:url(tab-img6.png) 0 -43px no-repeat;}
.tabs  a:hover .tab-img7 {background:url(tab-img6.png) 0 -43px no-repeat;}
	
.tabs .tab-1 {background:#102d4d;}	
.tabs a:hover .tab-2 {background:url(tab-content.gif) 0 0 repeat-x;}

	
.tabs .tab-2 {background:#034086;}	
.tabs .tab-3 {background:#427fbd;}
.tabs .tab-4 {background:#a4ae0e;}
.tabs .tab-5 {background:#f9a905;}
.tabs .tab-6 {background:#dc2d02;}



.tab-pad {padding:0px 10px 0px 0px;}
.tab-pad1 {padding:0px 10px 0px 0px;}
.tab-pad2 {padding:0px 8px 0px 0px;}
.tab-pad3 {padding:0px 4px 0px 2px;}
.tab-pad4 {padding:0px 0px 0px 0px;}
.tab-pad5 {padding:0px 4px 0px 1px;}
.tab-pad6 {padding:0px 4px 0px 4px;}

.title5 {font-size:28px; line-height:31px; color:#363737; margin-bottom:12px;}
.title5 span {font-size:12px; line-height:31px; color:#60a2e1; display:inline-block; margin:5px 0px 0px 19px;}
.title5-bottom {margin-bottom:6px;}

#page1 .col-1 {width:195px; margin-right:18px; position:relative;}
#page1 .col-2 {width:195px; margin-right:20px; position:relative;}
#page1 .col-3 {width:195px; margin-right:20px; position:relative;}
#page1 .col-4 {width:61px;}



.text1 {float:left; margin:7px 0px 0px 23px;}

.list4 {float:left; margin-right:42px;}
.list4 li {font-size:12px !important; line-height:24px !important;  padding-top:0px !important; padding-left:3px !important; float:none !important; text-align:left !important;}
.list4 a {color:#828383 !important; text-decoration:none !important; padding:0px 0px 0px 13px !important;background:url(list4-marker.gif) 0 8px no-repeat !important;}
.list4 a:hover {background:url(list4-marker.gif) 0 8px no-repeat !important; text-decoration:underline !important; color:#1e1e1e !important;}
/*===== footer =====*/
#footer {

}
.menu {padding:54px 0px 0px 0px;}
.menu li {font-size:12px; line-height:21px; float:left; background:url(menu-li.gif) right 6px no-repeat; font-weight:bold; padding:0px 13px 0px 14px;}
.menu a {text-decoration:none; color:#74abe3;}
.menu a:hover, .menu a.active {text-decoration:underline;}

.menu .last {background:none;}
.menu .first {padding-left:0px;}

.foot-text {font-size:12px; line-height:21px; color:#74abe3; padding:11px 0px 0px 0px;}
.foot-text a {color:#74abe3; text-decoration:none; margin-left:16px;}
.foot-text a:hover {text-decoration:underline;}

.text {color:#60a2e1; font-weight:bold; display:inline-block;}
/*----- forms -----*/
#contact-form {
	line-height:1em;
	margin-top:0px;
	margin-left:0px;
	padding:24px 0px 0px 1px;
	width:472px;
}
#contact-form .success {padding-bottom:5px; display:none;}	
#contact-form textarea, #contact-form input {
	margin:0;
	font-size:12px;
	color:#686661;
	padding:16px 5px 17px 16px;
	border:1px solid #e8e8e8;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	box-shadow:none !important;
	outline:none;
}
#contact-form input {
	width:323px;
	box-shadow:none !important;
	
}
#contact-form textarea {
	overflow:auto;
	width:448px;
	height:173px;
	resize:none;
}	
#contact-form label {
	min-height:60px;
	display:block;
	
}	
#contact-form label.message {
	min-height:0px;
	
}
#contact-form .error, #contact-form .empty, #contact-form .success {
	display:none;
}	

#contact-form .error, #contact-form .empty {
	color:red;
	padding:5px 0;
}
.buttons {padding:17px 0px 0px 0px; float:right;}
.buttons a {
	font-size:12px; line-height:18px; color:#b0bb11; font-weight:bold; background:url(link1-bg.gif) right 8px no-repeat; padding-right:7px;display:inline-block; margin-left:22px;
}
.buttons a:hover {background:url(link1-bg.gif) right -6px no-repeat; color:#2969aa; text-decoration:underline;}


#contact-form .success {
	color:#000;
	width:246px;
	margin-bottom:20px;
	padding:10px;
	border:1px solid #000;
	background:#fff;
}

/*==========================================*/
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */



.RundBox
{
padding:10px;
background-color:#5394CD;
border-radius:10px;
color:#fff

}


h5
{
border-bottom: dashed 1px #FFFFFF;
    color: #FFFFFF;
    display: block;
    font: 20px "trebuchet MS";
    margin: 0;
    padding: 0 0 10px;
}

.date
{
color:#fff;
;
font-size:18px;
}

.foomenu li
{
list-style:square;
}

.foomenu li a
{
text-decoration:none;
text-transform:capitalize;
color:#5D97DD;
}

.foomenu li a:hover
{
text-decoration:underline;
}