@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
	font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #fff;
	}
	a{
	text-decoration: none;
	color: #FFF;
}
#quote {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
	a:hover{
	color: #CCC;
}
	hr{display: none;}

	strong{font-weight: bold;}
	ul.borderedlist li{
	padding-top: 5px;
	}

	ul.borderedlist li a{
	display: block;
	padding:3px 0 0 2px;
	height: 26px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #D1cfcd;
	}
	ul.borderedlist li a:hover{
	color: #000;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #ffffff;
	font-size: 12px;
	font-style: normal;
	border-bottom: 1px dashed #DA1F27;
}
#h {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
}


/* =LAYOUT - the main layout styles */
	.container{
	width:910px;
	position: relative;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	/* header layout */
	#header{
	height: 185px;
	background: #4a4841 url(../images/top_bg.jpg) top repeat-x;
	position: relative;
	}
	#navigation{
	position: absolute;
	right: -27px;
	top:20px;
	width: 674px;
	height: 27px;
	text-align: right;
	}
	/* main area layout */
	#main{
	padding:12px 0 12px 0;
}
	#leftcolumn{
	float: left;
	width:193px;
	border-right: 0;
	background-color: #ffffff;
	padding-top: 15px;
	margin-right: 5px;
	margin-top: 0px;
}
	#center{
	float: left;
	width:400px;
	padding: 0 10px;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-right: 5px;
	border-left: 1px dashed #D1cfcd;
	;
}
	#rightcolumn{
	float: left;
	width:250px;
}
#g {
}

	/* bottom layout */
	#bottominfo{
	border-top: 1px solid #333333;
	background: #fafafa;
	padding-bottom:25px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #333333;
	}
	.bottomcolumn{
	float: left;
	width:400px;
	margin-right: 100px;
	margin-left: 0px;
	margin-bottom: 20px;
	min-width: 400 px;
	max-width: 400px;
	}
	.bottomright{margin-right:0;}
	
/* =HEADER - the header styles */
	#header .container{
	height: 200px;
}
	/* logo */
	h1{
	position: absolute;
	height: 71px;
	top: 13px;
	}
	h1 a{
	font: 24px/24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	padding: 22px 9px 25px 20px;
	display: block;
	color: #373C5A;
	background: url(../images/logo_bg.gif) left top no-repeat;
	}
	h1 a:hover{color: #fff;}
	/* top navigation */
	#navigation li{
	float: right;
	padding-right: 27px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	#navigation li a{
	color: #333;
}
	#navigation li a:hover,#navigation li.active a{
	color: #000;
}
	/* message and building pic */
	#banner{
	position: absolute;
	height: 70px;
	color: #f1f1f1;
	font-weight: bold;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	text-align: left;
	vertical-align: text-bottom;
	max-height: 70px;
	margin-left: 5px;
	margin-top: 32px;
	margin-right: 500px;
	max-width: 500px;
	}
	
/* =CONTENT - the content styles */
	/* left column */
	.leftbox{
	background: #ffffff;
	padding: 10px 10px 10px 0px;
	margin-bottom:0px;
	line-height:1.8em;
	padding-right: 10px;
}
#main .dividing.line {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 20px;
}

#a {
	color: #333;
}

	h3.leftbox{
	font-size:22px;
	color: #000;
	background: #f1f0ef url(../images/h3_bg_tall.jpg) 0 0 repeat-x;
	padding:5px 0 10px 23px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
	h3.header_small{
	font-size:15px;
	font-weight: bold;
	background: #f1f0ef;
	padding:0 23px 5px 23px;
}
#main #center .article_wrapper h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333;
}

	ul.leftbox{
	font-size: 1.2em;
	border-bottom: 1 px dotted;
}

	.features{
	padding-top:0px;
	font:Arial, Helvetica, sans-serif;
	color: #333;
	border-right: 0px dotted;
	border-top: 1 px dotted;
	font-size: 9px;
	text-align: left;
}
	
	#leftcolumn .leftbox p{
	padding-bottom:1em;
	line-height:1.5em;
	font-size:12px;
	font-weight: bold;
	font-style: italic;
}	
	/* center column */
	.article_wrapper h2{
	color: #000000;
	font-size:2em;
	margin:10px 0;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	margin-bottom: 15px;
}
	.article_wrapper p{
	padding-bottom:10px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-left: 15px;
}	
	/* right column */
	.rightbox_wrapper{
	background: E0E1E2;
	padding:0px;
	margin-bottom: 0px;
	width:250px;
	overflow: hidden;
	font-size:11px;
	line-height: 18px;
	color: #58584D;
	text-align: right;
	padding-left: 30px;
	}
	.rightbox{
	border: 1px #d9e0e8;
	width:250px;
	overflow: hidden;
	padding-bottom:0px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
	.product_image{ float: left;margin: 6px 0 0 6px;}
	.product_wrapper{
	float: right;
	width:250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 68px;
}
	.product_wrapper h4{
	font-size:14px;
	color: #333333;
	font-weight: bold;
	padding-top:10px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
	.product_wrapper p{
	font-size:1em;
	text-align: left;
}
	.lastbox{margin:0;}
/* =BOTTOM */
	.bottomcolumn h3{
	color: #333;
	font-size:11px;
	padding:10px 0 5px 5px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	}
	.bottomcolumn p{
	padding: 10px 35px 10px 5px;
	font-size: 10px;
	position: relative;
	}
	.iconlist{
	font-size: 11px;
	border-top: 1 px #d1cfcd;
	}
	ul.iconlist li a{
	padding-left: 25px;
	background: url(../images/footer_list.jpg) left bottom no-repeat;
	font-size: 11px;
	}
	ul.iconlist  li a:hover{
	background: #f1f1f1 url(../images/footer_list.jpg) left top no-repeat;
	color: #333;
	font-size: 11px;
}
	.enewsbox{
	float: left;
	width: 180px;
	height: 17px;
	padding:3px 5px;
	border: 4px solid #5599A7;
	font-size:13px;
	}
	.button{
		display: block;
		float: left;
		width: auto;
		line-height:1em;
		text-align: center;
		background: #659AA6;
		border: 4px solid #fff;
		color: #fff;
		cursor: pointer;
		margin:0;
		padding:3px 8px; /* IE6 */
	}
	
/* =FOOTER */
	#footer{
	height: 37px;


















	background: #url(
../images/footer_bg.jpg) 0 0 repeat-x;
	font-size: 1.2em;
	background-image: url(../images/footer_bg.jpg);
	text-align: center;
	vertical-align: middle;
	}
	#footer a{
	color: #f1f1f1;
}
	#designby{
		background: url(../images/logo.gif) 0 0 no-repeat;
		float: left;
		height: 23px;
		padding:2px 0 0 30px;
		margin-top: 5px;
	}
	#footer_navigation{
	float: none;
	padding-top:7px;
	}
	#footer_navigation li{float: left;padding-left:18px;}
#main #leftcolumn table tr td #o {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373C5A;
	font-weight: normal;
	font-style: italic;
}

	#footer_navigation li a{
	text-transform:uppercase;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
	#footer_navigation li a:hover{
	color: #000000;
}
	
#a {
	color: #333;
	font-family: "Arial Narrow";
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
#b {
}

#main #rightcolumn .rightbox_wrapper .rightbox .product_wrapper p a {
	color: #373C5A;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
}
#B {
	text-align: justify;
	font-family: "Arial Narrow";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#main #center .article_wrapper p {
	text-align: justify;
}
#main #leftcolumn .leftbox.features p {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333;

}
#c {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
#main #leftcolumn .leftbox.features #c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#d {
	font-weight: bold;
}
#F {
	font-style: italic;
}
#F {
	font-size: 20px;
	font-style: normal;
}
#g {
	text-align: right;

}
#m {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.article_wrapper-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 675px;
	text-align: justify;
}
#n {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 12px;
}

#main #center .article_wrapper-2 a {
	color: #373C5A;
	text-decoration: underline;
}
.article_wrapper-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	width: 680px;
}
.article_wrapper-4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	width: 675px;
}
.article_wrapper-5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 675px;
	text-align: justify;
}
.product_wrapper-2 {
	float: right;
	width:250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	margin-top: 20px;
}
#q {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url(../images/BULLET.jpg);
}
#o {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 12px;
	text-align: left;
}
#r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4b4841;
}

#p {
	font-style: normal;
	color: #333;
	font-size: 2em;
	text-align: left;
	font-weight: normal;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px;
}
#s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
#t {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 10px;
	text-align: left;
}
.article_wrapper h2a {
	color: #333333;
	font-size:2em;
	margin:10px 0;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 680px;
}
#u {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
#v {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
}
.jump {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
	width: 180px;
	font-weight: normal;
	font-style: normal;
}
.form3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333;
	text-align: left;
	width: 250px;
}
#main #leftcolumn .leftbox.features table tr td font {
	font-size: 10px;
}
#z {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #373C5A;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
#aa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #373C5A;
	text-decoration: underline;
}
#zz {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #373C5A;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
#bb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #DA1F27;
}
.product_wrapper-3 {
	float: right;
	width:245px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 40px;
	text-align: justify;
}
#cc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 333333;
	font-style: italic;
}
#dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #373C5A;
	text-decoration: none;
}
#ee {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #373C5A;
	font-size: 15px;
	text-align: right;
	font-weight: bold;
}
.article_wrapper hsmall {
	color: #333333;
	font-size:15px;
	margin:10px 0;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#ff {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}
#gg {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	padding: 3px 0 0 2px;
}
#hh {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
#jj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #373C5A;
	text-decoration: underline;
}
#KK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: right;
}
.product_wrapper-4 {
	float: right;
	width:245px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 30px;
	text-align: justify;
}
#qq {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/BULLET.jpg);
}
#rr {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
}
.bottomcolumn h3a {
	border-bottom: 1px solid #ffffff;
	color: #333;
	font-size:11px;
	padding:10px 0 5px 5px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#banner_image {
	position: relative;
	height: 100px;
	color: #333;
	font-weight: bold;
	padding:10px 300px 30px 7px;
	bottom: 14px;
	background: url(../images/) right bottom no-repeat;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	float: right;
}
#ii {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
#jj {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 0px 0 0 0px;
}
#xx {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 0px 0 0 0px;
	padding-left: 15px;
}
.product_wrapperhome {
	float: right;
	width:250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 25px;
}
#yy {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding: 0px 0 0 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#zz {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	padding: 0px 0 0 0px;
}
#aaa {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	padding: 0px 0 0 0px;
	padding-left: 1px;
	padding-right: 1px;
	width: 215px;
}
#ss {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
}
#oo {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 12px;
	text-align: justify;
}
#xyz {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main #center .article_wrapper-2 table tr #oo a {
	color: #4B4841;
}
#partner {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
#photocredit {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 9px;
	text-align: right;
}
#imagegallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#footer .container {
	color: #C0C0C0;
}
#xyz {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 12px;
	text-align: justify;
}
#box {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	padding: 0px 0 0 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#leeddisclaimer {
	font-style: normal;
	font-size: 9px;
}
#caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
