@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:#07526d;
  	font-family: Georgia;
  	font-size:15px;
}

.clear {clear:both; height:0; }

#wrap {
	width:957px;
	margin:0 auto;
	background:url(images/bg.jpg) no-repeat top center;
	height:500px;
}

#login {
	float:right;
	display:inline;
	padding:10px 10px 10px 10px;
	background:#2497c0;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin:0 0 25px 0;
}
#login:hover {
	background:#04445c;
}

#header {
	height:76px;
	width:917px;
	background:url(images/nav.png) no-repeat;
	padding:8px 20px;
	font-size:15px;
}

#header a#link {
	width:275px;
	height:75px;
	border:none;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:none;
	float:left;
}

#header ul#navigation {
	float:right;
	padding:30px 0;
		}
		
		#header ul#navigation li {
			display:inline;
			padding:6px 0 6px 6px;
			list-style:none;
			height:26px;
		}
		#header ul#navigation li:hover, #header ul#navigation li.current {
			display:inline;
			padding:6px 0 6px 6px;
			list-style:none;
			background:url(images/nav_l.gif) no-repeat top left;
			height:26px;
		}
		#header ul#navigation li a {
			color:#252525;
			text-decoration:none;
			display:inline;
			height:14px;
			padding:6px 6px 6px 0;
		}
		#header ul#navigation li:hover a, #header ul#navigation li.current a {
			color:#fff;
			text-decoration:none;
			display:inline;
			background:url(images/nav_r.gif) no-repeat top right;
			height:14px;
			padding:6px 6px 6px 0;
		}

#front {
	text-align:center;
	font-size:37px;
	color:#fff;
	line-height:45px;
	padding:375px 0 0 0;
	background:url(images/text.png) no-repeat 35px 90px;
	height:50px;
}
#front .text {
	display:none;
	height:400px;
}
#front .more-link {
	background:#207fb7;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:14px;
	letter-spacing: 1px;
	color:#fff;
	text-decoration:none;
	display:block;
	line-height:30px;
	width:140px;
	float:right;
	margin:-115px 160px 0px 0;
	vertical-align: middle;
}
#front .more-link:hover {
	background:#054158;
}
#front p {
	margin:0 0 60px 0;
}
#front small {
	font-size:35px;
	display:block;
}
#front em {
	color:#23b0e2;
	font-style:normal;
}
#front small strong {
	color:#1aa2d2;
	font-size:63px;
	font-style:italic;
	font-weight:normal;
}









#difference {
	background:#fff;
	width:847px;
	color:#4a4a4a;
	line-height:17px;
	padding:60px 55px 55px 55px;
	position:relative;
	margin:30px 0 0 0;
}
.topleft {
	position:absolute;
	top:0;
	left:0;
	width:7px;
	height:7px;
	background:url(images/content_tl.gif) no-repeat;
}
.topright {
	position:absolute;
	top:0;
	right:0;
	width:7px;
	height:7px;
	background:url(images/content_tr.gif) no-repeat;
}

#difference h1.pagetitle {
	font-size:24px;
	color:#353535;
	width:650px;
	text-align:center;
	margin:0 auto 40px;
	line-height:30px;
	font-weight:normal;
}
.individual h1.pagetitle {
	font-size:24px;
	color:#353535;
	text-align:center;
	margin:0 auto 40px;
	line-height:30px;
	font-weight:normal;
}
.backtotop {
	position:absolute;
	font-size:13px;
	bottom:15px;
	right:0;
	display:inline;
	background:#53abcb;
	padding:10px;
	color:#003142;
	text-decoration:none;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.backtotop:hover {
	color:#fff;
}
#difference p {
	margin:0 0 17px 0;
}
#difference h2 {
	font-size:28px;
	line-height:28px;
	color:#1ca7d9;
	font-weight:normal;
	margin:0 0 17px 0;
	padding:17px 0 0 0;
}
.individual h2 {
	font-size:26px;
	line-height:28px;
	color:#1ca7d9;
	font-weight:normal;
	margin:0 0 17px 0;
	padding:17px 0 0 0;
}
#difference h3 {
	font-size:21px;
	line-height:28px;
	color:#189fce;
	font-weight:normal;
	margin:0 0 17px 0;
	padding:17px 0 0 0;
}
#difference h5 {
	font-size:17px;
	font-weight:normal;
	color:#2d2d2d;
	margin:0 0 15px 0;
}
#difference h1.pagetitle strong, #difference h5 strong, .individual h1.pagetitle strong, .individual h5 strong {
	color:#1caee2;
	font-weight:normal;
}
.individual h5 {
	margin:0 0 15px 0;
}
#difference small {
	font-size:14px;
	font-style:italic;
}
#difference small span {
	color:#000;
}








#content {
	background:#fff;
	width:957px;
	color:#4a4a4a;
	line-height:17px;
	padding:20px 0 40px;
	position:relative;
	margin:30px 0 0 0;
}

#sidebar {
	width:317px;
	float:left;
	padding:50px 0 0 0;
}
#sidebar .search {
	padding:0 0 40px 40px;
}
#sidebar .search label {
	font-size:17px;
}
#sidebar .search input[type=search], #sidebar .search input[type=text] {
	width:152px;
	height:14px;
	border:none;
	background:url(images/search.gif) no-repeat left;
	padding:10px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	margin:0 0 0 20px;
}

#sidebar .current, #sidebar li.current {
	width:240px;
	display:block;
	height:15px;
	background:url(images/sidebar_hover.gif) no-repeat right #2497c0;
	color:#fff;
	font-size:17px;
	padding:10px 0 10px 40px;
	margin:0 0 15px 0;
}
#sidebar ul.sub {
	padding:0 0 20px 0;
}
#sidebar ul.sub li.current a, #sidebar ul.sub li.current a:hover {
	color:#fff;
}

#sidebar ul.sub li {
	width:240px;
	display:block;
	height:17px;
	color:#4a4a4a;
	font-size:15px;
	padding:10px 0 10px 40px;
	margin:0px;
}
#sidebar ul.sub li a {
	color:#4a4a4a;
	text-decoration:none;
}
#sidebar ul.sub li a:hover {
	color:#2497C0;
}

#sidebar .box {
	display:block;
	background:#f1efe2;
	width:195px;
	position:relative;
	padding:35px 40px 30px 40px;
	margin:20px 0 27px 0;
}
#sidebar .box.big {
	width:225px;
	padding:30px 15px 30px 40px;
	margin:0 0 40px 0;
}
#sidebar .box.big input[type=text] {
	width:205px;
	height:14px;
	border:none;
	padding:7px;
	background:url(images/newsletter_field.gif) no-repeat left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0 5px 0;
}
#sidebar .box.big input[type=submit] {
	width:219px;
	height:28px;
	border:none;
	background:url(images/newsletter_button.gif) no-repeat left;
}
#sidebar .box.small {
	width:115px;
	padding:20px 40px;
}
#sidebar .box h1 {
	color:#2497c0;
	font-size:15px;
	font-weight:normal;
	margin:0 0 10px 0;
}
#sidebar .box.small h1 {
	color:#4a4a4a;
	margin:0;
}
#sidebar .box a {
	color:#2497c0;
	text-decoration:none;
}
#sidebar .box a:hover {
	color:#07526d;
	text-decoration:underline;
}
#sidebar .box p {
	margin:0 0 10px 0;
}
#sidebar .box2 {
	display:block;
	background:#ffffff;
	position:relative;
	padding:30px 0px 0px 0px;
}
#sidebar .box2 p {
	margin:0px 0 0px 55px;
	
}
#sidebar .box .more-link {
	color:#0e495d;
	text-decoration:none;
}
#sidebar .box .more-link:hover {
	text-decoration:underline;
}
#sidebar .box .tr {
	position:absolute;
	top:0;
	right:0;
	height:7px;
	width:7px;
	background:url(images/sidebar_tr.gif) no-repeat;
}
#sidebar .box .br {
	position:absolute;
	bottom:0;
	right:0;
	height:7px;
	width:7px;
	background:url(images/sidebar_br.gif) no-repeat;
}
#sidebar .widget {
	width:240px;
	padding:0 0 40px 40px;
}
.widget li a {
	color:#4a4a4a;
	text-decoration:none;
}
.widget a {
	color:#34b4e1;
	text-decoration:none;
}
.widget a:hover {
	color:#34b4e1;
	text-decoration:underline;
}
.widget ul li {
	list-style:none;
}









#blog {
	width:570px;
	float:left;
	padding:50px 35px 50px;
	position:relative;
}
#blog .post {
	padding:0 15px 20px 15px;
	border-bottom:1px solid #dedede;
	margin:0 0 30px 0;
}
#blog .share {
	padding:0 20px 30px 20px;
	border-bottom:1px solid #dedede;
}
#blog .share .rss {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	background:url(images/rss.png) no-repeat right center;
	padding:5px 30px 5px 0;
}
#blog .share .rss span {
	color:#f79434;
}
.prev-link {
	float:left;
	padding:20px 0 0 0;
}
.next-link {
	float:right;
	padding:20px 0 0 0;
}
.prev-link a, .next-link a {
	color:#2d2d2d;
	font-size:17px;
	text-decoration:none;
	font-style:italic;
}
.prev-link a:hover, .next-link a:hover {
	color:#2497c0;
}
#blog .post p {
	margin:0 0 20px 0;
}
#blog .post .head {
	padding:0 0 10px 0;
}
#blog .post .head.single {
	padding:0 0 20px 0;
}
#blog .post .head .date {
	width:49px;
	height:56px;
	background:url(images/date.gif) no-repeat right top;
	float:left;
	text-align:center;
	font-size:17px;
	color:#464646;
	padding:5px 0 0 0;
}
#blog .post .head .date strong {
	display:block;
	font-size:23px;
}
#blog .post .head .date small {
	color:#ffffff;
	font-size:13px;
	display:block;
	padding:5px 0 0 0;
}
#blog .post .head .meta {
	float:left;
	width:450px;
	padding:0 10px;
}
#blog .post .head .meta h1 {
	font-size:22px;
	font-weight:normal;
	line-height:25px;
	color:#0798cb;
}
#blog .post .head .meta h1 a {
	color:#4a4a4a;
	text-decoration:none;
}
#blog .post .head .meta h1 a:hover {
	color:#0798cb;
}
#blog .post .head .meta small {
	color:#999999;
	font-size:14px;
}
#blog .post .head .meta small span {
	color:#464646;
	font-style:italic;
}







#contact {
	width:495px;
	float:left;
	padding:50px 70px;
}
#contact h1, #methods h1, #contact h2 {
	font-size:26px;
	color:#0798cb;
	font-weight:normal;
	line-height:18px;
	margin:0 0 20px 0;
}
#contact a {
	color:#0798cb;
	text-decoration:none;
}

#methods {
	width:280px;
	border-left:1px solid #dedede;
	padding:50px 20px;
	float:right;
}
#methods h3 {
	color:#06455c;
	font-size:17px;
	font-weight:normal;
	margin:0 0 20px 0;
}
#methods p {
	margin:0 0 20px 0;
	
}

#methods a {
	margin:0 0 20px 0;
	color:#4a4a4a;
	text-decoration:none;
}

#methods a:hover {
	margin:0 0 20px 0;
	color:#0798cb;
	text-decoration:none;
}


#methods strong {
	color:#0798cb;
	font-weight:normal;
}
#methods img {
	border:none;
}








#main {
	width:568px;
	float:left;
	padding:50px 35px 30px;
	border-left:1px solid #dedede;
}
.profile {
	float:left;
	width:255px;
	border-right:1px solid #dedede;
	padding:20px 27px 20px 0;
}
.profile img {
	border:none;
}
.profile.no {
	border:none;
	padding:20px 0 20px 28px;
}
.profile .wp-post-image {
	margin:0 0 30px 0;
}
.profile h1 {
	font-size:29px;
	color:#0798cb;
	font-weight:normal;
	line-height:18px;
}
.profile h1 a {
	color:#0798cb;
	text-decoration:none;
	line-height:24px;
}
.profile h1 a:hover {
	text-decoration:underline;
}
.profile h5 {
	color:#06455c;
	font-size:15px;
	font-weight:normal;
	line-height:17px;
}
.profile .quote {
	margin:3px 10px 0 0;
}
.profile h6 {
	color:#464646;
	font-size:16px;
	font-weight:normal;
	width:180px;
	line-height:18px;
	margin:0 0 20px 0;
}
.profile .more-link {
	color:#114d61;
	text-decoration:none;
}
.profile .more-link:hover {
	text-decoration:underline;
}








.individual .wp-post-image {
	margin:0 0 30px 0;
}
.individual h1 {
	font-size:26px;
	color:#0798cb;
	font-weight:normal;
	line-height:24px;
}
.individual h1 a {
	color:#0798cb;
	text-decoration:none;
}
.individual h1 a:hover {
	text-decoration:underline;
}
.individual h5 {
	color:#06455c;
	font-size:15px;
	font-weight:normal;
	line-height:17px;
}
.individual .quote {
	margin:3px 10px 0 0;
}
.individual h6 {
	color:#464646;
	font-size:16px;
	font-weight:normal;
	line-height:19px;
	margin:0 0 20px 0;
}
.individual blockquote {
	background:url(images/quote_so.gif) no-repeat top left;
	text-indent:15px;
	margin:0 0 17px;
}
.individual blockquote span {
	display:inline;
	padding:0 15px 0 0;
	background:url(images/quote_sc.gif) no-repeat  bottom right;
}
.individual h3 {
	font-size:20px;
	color:#004761;
	font-weight:normal;
	line-height:25px;
	margin:10px 0 0 0;
}
.individual ul {
	padding:10px 10px 20px 10px;
}
.individual ul li {
	list-style:none;
}
.individual a {
	color:#34b4e1;
	text-decoration:none;
}
.individual a:hover {
	text-decoration:underline;
}
.individual p {
	margin:0 0 25px 0;
}







.newsletter h1 {
	font-size:29px;
	color:#0798cb;
	font-weight:normal;
	line-height:25px;
	margin:0 0 15px 0;
}
.newsletter p {
	margin:0 0 35px 0;
}
.newsletter h1 a {
	color:#0798cb;
	text-decoration:none;
}
.newsletter h1 a:hover {
	text-decoration:underline;
}
.newsletter ul {
	padding:10px 0 25px;
}
.newsletter h2 {
	font-size:17px;
	font-weight:normal;
	color:#033c51;
	width:150px;
	padding:0 0 0 20px;
	float:left;
	margin:15px 0 10px 0;
}
.newsletter h3 {
	font-size:17px;
	font-weight:normal;
	color:#033c51;
	padding:0 0 0 20px;
	margin:15px 0 10px 0;
}
.newsletter li {
	display:block;
	padding:5px;
	background:#f7f6ee;
	font-size:13px;
}
.newsletter ul li:nth-child(2n+2) {
	background:#fff;
}
.newsletter ul li .issue {
	display:block;
	width:160px;
	float:left;
}
.newsletter ul li .name {
	display:block;
	width:275px;
	float:left;
}
.newsletter ul li .name a {
	color:#4a4a4a;
	text-decoration:none;
}
.newsletter ul li .name a:hover {
	color:#1aa2d2;
}
.newsletter ul li .title {
	display:inline;
	font-size:12px;
}
.newsletter ul li .title a {
	color:#4a4a4a;
	text-decoration:none;
	padding:0 0 0 20px;
	background:url(images/link.png) no-repeat left center;
}
.newsletter ul li .title .exc {
	display:block;
	width:16px;
	height:16px;
	border:none;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/icon_exc.png) no-repeat;
	padding:0;
}
.newsletter ul li .title .doc {
	display:block;
	width:16px;
	height:16px;
	border:none;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/icon_doc.png) no-repeat;
	padding:0;
}
.newsletter ul li .title .pdf {
	display:block;
	width:16px;
	height:16px;
	border:none;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/icon_pdf.png) no-repeat;
	padding:0;
}
.newsletter ul.links li a {
	display:block;
	background:url(images/link.png) no-repeat right center;
	padding:0 10px 0 0;
	color:#4a4a4a;
	text-decoration:none;
}
.newsletter ul.links li a:hover {
	text-decoration:underline;
}
.newsletter ul li a {
	color:#1aa2d2;
	text-decoration:underline;
}

.newsletter ul li a:hover {
	color:#1aa2d2;
	text-decoration:underline;
}





#services {
	background:#fff;
	width:902px;
	color:#4a4a4a;
	line-height:17px;
	padding:40px 20px 55px 35px;
	position:relative;
	margin:30px 0 0 0;
}
#services .text {
	padding:0 35px 0 20px;
}
#services p {
	margin:0 0 17px 0;
}
#services h2 {
	font-size:26px;
	line-height:28px;
	color:#0798cb;
	font-weight:normal;
	margin:0 0 17px 0;
	padding:17px 0 0 0;
}
#services h3 {
	font-size:21px;
	line-height:28px;
	color:#189fce;
	font-weight:normal;
	margin:0 0 17px 0;
	padding:17px 0 0 0;
}
#services h5 {
	font-size:17px;
	font-weight:normal;
	color:#2d2d2d;
}
#services h1.pagetitle strong, #services h5 strong {
	color:#1caee2;
	font-weight:normal;
}
#services .item {
	width:285px;
	float:left;
	margin:30px 15px 0 0;
}
#services .item .title {
	border-bottom:1px solid #dedede;
	position:relative;
}
#services .item .title .alignleft {
	float:left;
}
#services .item .title h1.itemtitle {
	color:#0798cb;
	font-weight:normal;
	font-size:19px;
	line-height:23px;
	position:absolute;
	bottom:5px;
	left:60px;
	width: 185px;
}
#services .item .title h1.itemtitle a {
	color:#0798cb;
	text-decoration:none;
}
#services .item .title h1.itemtitle a:hover {
	color:#002230;
}
#services .item .data {
	font-size:14px;
	padding:5px 10px;
}
#services .item .data p {
	margin:0;
}
#services .item .data .more-link {
	color:#083241;
	font-size:13px;
	text-decoration:none;
}
#services .item .data .more-link:hover {
	text-decoration:underline;
}
#services .description {
	padding:60px 10px 150px 50px;
}
#services .description h1.itemtitle {
	color:#239dc8;
	display:block;
	padding:0 0 10px 10px;
	font-size:21px;
	font-weight:normal;
	border-bottom:1px solid #dedede;
}

#services .description .thumb {
	float:left;
	width:120px;
	height:auto;
}
#services .description .data {
	float:left;
	width:700px;
}
#services .description .data .text {
	padding:10px 0 10px 10px;
}
#services .description .data .text p {
	margin:0 0 10px 0;
}
#services .description .data .text .more-link {
	color:#083241;
	font-size:13px;
	text-decoration:none;
}
#services .description .data .text .more-link:hover {
	text-decoration:underline;
}







#access {
	width:460px;
	height:auto;
	margin:0 auto;
	padding:125px 0 0 0;
}
#access .top {
	width:460px;
	height:15px;
	background:url(images/login_top.png) no-repeat;
}
#access .bot {
	width:460px;
	height:15px;
	background:url(images/login_bot.png) no-repeat;
}
#access .cont {
	background:#fff;
}
#access .cont .logo {
	width:402px;
	height:71px;
	background:url(images/login_logo.jpg) no-repeat;
	margin:0 auto;
}
#access .cont .logo a {
	display:block;
	width:260px;
	height:71px;
	border:none;
	text-indent:-9999;
	overflow:hidden;
}
#access .cont form {
	width:235px;
	margin:0 auto;
	font-size:14px;
	padding:50px 0;
}
#access .cont form label {
	display:block;
}
#access .cont form input[type=text], #access .cont form input[type=password] {
	background:#fbfbfb;
	padding:5px;
	width:225px;
	font-size:12px;
	font-family:Arial, Helvetica;
	border:1px solid #e3e3e3;
	margin:0 0 10px 0;
}
#access .cont form input[type=submit] {
	display:block;
	width:59px;
	height:28px;
	border:none;
	background:url(images/login_button.gif) no-repeat top;
	margin:0 0 0 176px;
}
#access .cont form input[type=submit]:hover {
	background-position:bottom;
}
#access small {
	font-size:11px;
	color:#4a4a4a;
	display:block;
	text-align:center;
}

#home #footer {
	width:957px;
	height:auto;
	padding:15px 0 40px 0;
}
#page #footer {
	padding:0 0 40px 0;
	width:957px;
	height:auto;
}
#footer .info {
	position:relative;
	width:907px;
	height:auto;
	background:#002230;
	padding:20px 20px 20px 30px;
	
}
#footer .info .tl {
	position:absolute;
	top:0;
	left:0;
	width:7px;
	height:7px;
	background:url(images/footer_tl.gif) no-repeat;
}
#footer .info .tr {
	position:absolute;
	top:0;
	right:0;
	width:7px;
	height:7px;
	background:url(images/footer_tr.gif) no-repeat;
}
#footer .info .box {
	float:left;
	font-size:12px;
	color:#ccd8dc;
	border-right:1px solid #224350;
	padding:10px 10px 10px 0;
	margin:0 30px 0 0;
}
#footer .info .box span {
	display:block;
}
#footer .info .box span strong {
	color:#5eaac6;
	font-weight:normal;
	margin:0 10px 0 0;
}
#footer .info .box h1 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#dfeef4;
	text-transform:uppercase;
	font-size:12px;
	margin:0 0 15px 0;
}
#footer .info .box#info {
	width:300px;
}
#footer .info .box#nav {
	width:200px;
}
#footer .info .box .navigation {
	width:200px;
	height:auto;
}
#footer .info .box.last {
	border-right:none;
	margin:0;
	padding:10px 0;
	width:315px;
}
#footer .info .box .navigation li {
	display:block;
	width:100px;
	float:left;
}
#footer .info .box a {
	color:#5eaac6;
	text-decoration:none;
}
#footer .info .box#info a {
	color:#fff;
	text-decoration:none;
}
#footer .info .box#info a:hover {
	text-decoration:underline;
}
#footer .info .box .navigation a:hover {
	color:#fff;
	text-decoration:none;
}
#footer .info .box a:hover {
	text-decoration:underline;
}

#footer .copyright {
	background:#fff;
	position:relative;
	width:887px;
	padding:10px 35px 5px 35px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#616161;
}
#footer .copyright .notice {
	float:left;
	padding:10px 0 0 0;
}
#footer .copyright .notice a {
	color:#1aa2d2;
	text-decoration:none;
}
#footer .copyright .notice a:hover {
	text-decoration:underline;
}
#footer .copyright .unui {
	float:right;
	display:block;
	height:18px;
	padding:14px 45px 4px 0;
	color:#616161;
	background:url(images/unui.gif) no-repeat center right;
	text-decoration:none;
}
#footer .copyright .bl {
	position:absolute;
	bottom:0;
	left:0;
	width:7px;
	height:7px;
	background:url(images/footer_bl.gif) no-repeat;
}
#footer .copyright .br {
	position:absolute;
	bottom:0;
	right:0;
	width:7px;
	height:7px;
	background:url(images/footer_br.gif) no-repeat;
}
#page #wrap #content #main .individual .link {
	color: #34b4e1;
    text-decoration:none;
}
#page #wrap #content #main .individual .link:hover {
	color: #34b4e1;
    text-decoration:underline;
}

#page #wrap #content #main .individual .separation {
    margin-right:4px;
}


.no-marg {margin-bottom: -15px !important;}







#main2 {
	width:830px;
	float:left;
	padding:50px 35px 30px;
	border-left:1px solid #dedede;
}
