@charset "utf-8";
/* CSS Document */

/* ----------------------------------- */
/* form related */
.req {
	color: #B06E1F;
	text-size: 200%;
	font-weight:bold;
}

/* ----------------------------------- */
/* features images */

.image_features {
	float:left;
	margin:-38px 0 0;
}

div.feature_list ul {
	margin:0pt 0pt 25px 140px;
	padding:0pt;
}

div.feature_list li {
	padding:2px 0pt;
	list-style-type: circle;
}
div.feature_list h4 {
	margin: 0pt 0pt 0px 100px;
}

/* ----------------------------------- */
/* service list */
div.service_list h4, div.service_list h5{
	padding-left: 20px;
}

/* ----------------------------------- */
/* List Layout */
.list_layout {
padding-bottom: 15px;
padding-top: 15px;
border-top:1px dotted #DADADA;
}
.list_layout h4 a {
text-decoration: none;
color: #6891A2;
}
.list_layout h4 a:hover {
text-decoration: underline;
color: #6891A2;
}
.list_item {
overflow:hidden;
width:100%;
}
.list_item img, .list_image img {
border:1px solid #CCCCCC;
float:left;
margin-right:10px;
padding:0px;
}
.list_image {
  float: left;
  width: 100%;
  margin-left: 135px;
  padding-top: 10px;
}
.list_caption {
  float: left;
  width: 600px;
  text-align: left;
  margin: 20px 0 40px 0;
  padding: 0 100px 0 140px;
}


div.benefits h4{
	margin-left: 90px;
}
div.benefits p {
	margin-left: 70px;
	margin-bottom: 10px;
}
div.benefits .image_title {
	float:left;
	margin-right: 10px;
	padding: 0px;
}
div.main_features img {
	margin-bottom: 5px;
	margin-top: 5px;
}
div.main_features p {
	padding-left: 0px;
	border-bottom: dotted 1px #ddd;	
}

/* ----------------------------------- */
/* footer */

div#footer, div#footer_container {
	background-image: url(../images/bgrd_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 230px;
}
div#footer {
	background-color: #464648;
	width: 100%;
	z-index: 1;
}
div#footer_container {
	width : 950px;
	text-align : left;
	margin: 0 auto;
	z-index: 2;
}
/* p */
p#fc_2 {
	padding-right: 10px;
	margin : 0;
	position : absolute;
	top : 40px;
	right : 0px;
	width: 620px;
	text-align: right;
	font-size: 12px;
	line-height: 1.5em;
}
p#fc_2 .copyright{
	color: #87A3AE;
}
p#fc_2 .phone{
	color: #FFF;
	font-size: 250%;
}
/* a*/
p#fc_2 a { 
	text-decoration : none;
	color: #CCCCCC;
}
p#fc_2 a:hover {
	text-decoration : underline;
	color: #ffffff;
}

/* ----------------------------------- */
/* legal */
div .legal ol li {
	list-style:decimal;
	}

/* ----------------------------------- */
/* search */
div#footer_container h5 {
	/* text-indent : -9999px;
	background-image: url(/images/title_search.gif);
	background-repeat: no-repeat; */
	top: 15px;
	left: 30px;
	color: #87A3AE;
	position: absolute;
	width: 300px;
	height: 30px;
}
form#input_search {
	position : absolute;
	top : 50px;
	height: 40px;
	left: 30px;
	font-size: 14px;
}
input#submit_search {
	background-color : #6891A2;
	color : #FFF;
	width: auto;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #AFD6E5;
}

/* ----------------------------------- */
/* Add This Toolbox */
div#addthis, div#addthis_sub{
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	float: right;
	clear: right;
}
div#addthis{
	width: 100%;
	text-align: center;
}
div#addthis_sub{
	top: 25px;
	right: 20px;
	text-align: right;
}
div#addthis img, div#addthis_sub img{
	padding-left: 5px;
}
div#addthis a:hover img, div#addthis_sub a:hover img{
    opacity: 1;
}

div#addthis a img, div#addthis_sub a img{
    opacity: 0.75;
}

/* ----------------------------------- */
/* Link Button */ 
div.btn {
	width: 100%;
	height: 44px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
a.btn {
	background: transparent url('/images/btn_right.png') no-repeat scroll top right;
	height: 44px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;

	color: #FFF;
	font-size: 110%;
	display: block;
	float: left;
	margin: 0px;
}
a.btn span {
	/* Background left image */ 
	background: transparent url('/images/btn_left.png') no-repeat;
	display: block;
	width: auto;
	line-height: 44px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding-left: 20px;
} 
a.btn:hover span{
	color: #FFF;
	text-decoration:none;
}
a.btn:visited span{
	color: #FFF;
	text-decoration:none;
}

/* @group Content - Detailed Tour */
/* grid.css */
div.span-6, div.span-24 {
	float:left;margin-right:10px;
}
.span-6 {
	width:230px;
}
.span-24, div.span-24 {
	width:890px;margin:0;
}
div.space{
	height: 200px;
}
div.space2{
	height: 20px;
}
p.backtop {
	margin: 18px 0 48px;
}
p.emphasize {
	font-size: 120%;
	padding: 20px;
	color: #C2902D;
}

a.link-button {
	background: #fff;
	border: 1px solid #AFD6E5;
	color: #6891A2;
	font-weight: bold;
	padding: 6px 9px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

a.link-button:hover {
	background: #6891A2;
	border: 1px solid #6891A2;
	color: #fff;
	text-decoration: none;
}

/* Twitter */
ul#twitter_update_list{
	padding: 0px;
	font-size: 90%;
}
ul#twitter_update_list li{
	margin-bottom: 5px;
	padding: 5px;
	list-style: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DADADA;
}
ul#twitter_update_list li span a{
	text-decoration: none;
}
ul#twitter_update_list li a{
	text-decoration: none;
}



ul.website-platform-list {
	padding-left: 20px;
}
ul.website-platform-list li{
	padding-bottom: 5px;
}

img.imagepadding {
	margin: 10px;
	border:1px solid #CCCCCC;
}
/*Register form error*/
#commentForm{ width: 500px; }
#commentFormlabel { width: 250px; }
#commentForm label.error, #commentForm input.submit { margin-left: 253px; }
#signupForm { width: 670px; }
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
#newsletter_topics label.error {
	display: none;
	margin-left: 103px;
}