

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f1eff0 url(images/bg.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

input, textarea {
	background: #FFFFFF url(images/img09.gif) repeat-x;
	border: 1px solid #FFFFFF;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #000000;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
	font-size:16px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.floatleftImg{
	float:left;
	padding:20px 20px 10px 25px;
   	border-bottom: 1px solid #E0E0E0;
}

.floatrightImg{
	float:right;
	padding-top:3px;
	margin-right:20px;
	margin-bottom:10px;
	
}
.floatleftImg h2{
    text-align:center;
    font-size:16px;
	text-decoration: none;
	color: #414141;
	}
.floatrightImg h2{
    text-align:center;
    font-size:16px;
	text-decoration: none;
	color: #414141;
	}

.clear{clear:both;}


.wrapper{
	width:970px;
	margin: 0 auto 0  auto;
	}
	
/* Logo */

.logo {
	width: 970px;
	height: 111px;
	margin: 17px auto 0px;
}

.logo h1,h2 {
	margin: 0;
}

.logo h1 {
	float: left;
	padding-top:5px;
}

.logo h2 {
	float: right;
	padding-top: 5px;
	font-size: 16px;
	font-weight: normal;
}

.logo h2, .logo h2 a {
	color: #939292;
}

.logo a {
	text-decoration: none;
}

/* Navigation */

.menu {
	float: left;
	width: 970px; /* no of menu item * 90 */
	height: 63px;
	margin: 0 0px 0 0px;
	padding: 0 0 0 0;
	background:url(images/menu.png) no-repeat;
	}
.menu ul {
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
	padding:0px;	
	list-style: none;
	float: left;
	margin-left:10px;
	}
.menu li {
	float:left;
}
.menu li a {
	display:block;
	margin-top:12px;
	padding:0px 15px 5px 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #fff;	
	text-align:center;
	text-decoration:none;
			}
.menu li a:hover {
			color:#fff;
			text-decoration:none;
			background-color:#4a96f9;
			padding:0px 14px 5px 14px;
			border:solid 1px #FFFFFF;
			}
.menu .current{
			color:#fff;
			text-decoration:none;
			background-color:#4a96f9;
			padding:0px 15px 5px 15px;
			border:solid 1px #FFFFFF;
		}
/* === Dropdown Nav === */
.menu li ul{
		background: #0a0809;
		border:1px solid #0a0809;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:120px;
		z-index:155;
		margin: 0px 0 0 0;
		/*top:1em;
		/*left:0;*/
		}
.menu li:hover ul{
		display:block;
		}
.menu li li {
		display:block;
		float:none;
		padding:0px;
		}
.menu li ul a{
		display:block;
		font-size:16px;
		font-style:normal;
		background:none;
		color: #fff;
		text-shadow:0px 0px ;

		}
.menu li ul a:hover{
			padding-top:0px;
			background: #4a96f9;
			color:#fff;
			opacity:1.0;
			filter:alpha(opacity=100);
		}




/* Search */
.search-rippon{
width:59px;
height:82px;
position:absolute;
top:119px;
left:850px;
margin:0 auto;
background:url(images/search-rippon.png) no-repeat;
}


.search {
	float: right;
	width: 210px;
	margin: 15px 0 0 0;
}

.search fieldset {
	border: none;
}

.search input {
	float: left;
}

.search #s {
	width: 150px;
	margin-right: 8px;
	padding: 2px 5px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#212021;
	background:url(images/searchbg.png) repeat-x;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.search #x {
	background: none;
	border: none;
	padding-top:5px;
}

/* Banner */

.banner {
	width: 960px;
	height:269px;
	margin:0 auto;
	padding: 0 0 0 0;
	background:url(images/bannerbackgroundbg.png) no-repeat;
}
.slideshow { 
   	width:952px;
	margin: 0 auto ;
	padding-top:9px;
}


.slideshow img { 
	padding: 0; 
	margin:0;
	width:952px;

}

.slideshow a img { border:none } 

.slideshowContainer {
	display:block;
	clear:both;
	width:970px;
	position:relative;
	top:15px;
	}
/* Banner Boottom*/
.bannerbot{
width:970px;
float:left;
height:38px;
margin-top:15px;
}


/* content */
.contentbodybg{
width:970px;
float:left;
background:url(images/contentbg.png) repeat-y;
padding-bottom:10px;
}
.content{
	width: 920px;
	height:auto;
	padding:0px 20px;
	margin-left:3px;
	background:url(images/contentbg-y.png) repeat-x;	
	}
.contentbot{
width:970px;
float:left;
}

/* Sidebar */

.sidebar {
	float: right;
	width: 253px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

.sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}


/* Footer */

#footer-end {

	clear: both;
	height: 66px;
	background:url(images/footerbg.png) repeat-x;
	padding: 15px 20px;
	text-align: center;
	
	}


#footer-end p {
	font-family:Verdana,arial,helvetica,sans-serif;
	font-size:10px;
	line-height:18px;
	margin: 0;
	color: #fff;
}

#footer-end a {
	color: #fff;
	text-decoration:none;
	border:none;
}

#footer-end a:hover {
	color: #72abf4;
}
.fourcol {
	float:left;
	width:940px;
	height:auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top:20px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}
.fourcol p {
	font-size: 12px;
	color: #666666;
	padding-right: 10px;
	padding-bottom:10px;
}
.fourcol h3 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}
.fourcol .contentbox {
	background-image: url(../images/4colfill.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 0px;
	padding-left: 0px;
}
.fourcol .contentbtm {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 13px;
}

.fourcol .contentboxp {
	float:left;
	width: 225px;
	padding-left: 10px;
	font-size: 11px;
	color: #666666;
	padding-right: 0px;
}

.fourcol a:hover {
	color: #666666;	
	LEFT: 1px; 
	COLOR: #ff4800; 
	POSITION: relative; 
	TOP: 1px; 
	TEXT-DECORATION: underline
}
/* contact */
address, fieldset {background:transparent; color:#0000; border:0 none; font-size:12px; margin:0;padding:0;border:0;outline:0;vertical-align:top}
.inside1 {padding:10px 10px 10px 10px}
.col-1 { float:left;width:270px;margin-right:30px;padding-top:10px}
.col-2 { float:left;width:550px;padding-top:10px}

.col-1 h2 {color:#000;font-size:20px;line-height:1.2em;margin-bottom:15px;letter-spacing:-1px}
.col-2 h2 {color:#000;font-size:20px;line-height:1.2em;margin-bottom:15px;letter-spacing:-1px}

address {font-style:normal; font-size:12px;line-height:1.667em;display:block;padding-bottom:20px}
address b {float:left;width:100px}
.p0 {margin:0; font-size:11px;}

#contacts-form .field {width:100%;overflow:hidden; font-size:12px;}
#contacts-form .field.text1 {height:30px}
#contacts-form label {float:left;width:120px}
#contacts-form input,
#contacts-form textarea { border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;behavior:url(../js/PIE.htc);position:relative; border:1px solid #cbcbcb; background-color:#fff;float:left; color:#464646}
#contacts-form input {width:300px;padding:3px 3px}
#contacts-form textarea {width:549px;height:293px;padding:3px 3px;overflow:auto;margin-bottom:17px}
#contacts-form a {margin-left:6px}

	form .button{
		background: url(../image/nav-bg.jpg) repeat-x;
		color:#fff;
		font-weight:bold;
		padding:5px;
		border:1px solid #1d3551;
	}

.alignright {text-align:right}

