/* Main */
body {
	background:#3A54A5;
	color: #6c6c6c;
	font: 62.5% Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.spacer {
	height:30px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
code {
	font-family:"Courier New", Courier, monospace;
	line-height:1.2em;
	font-size:0.9em;	
}
hr {
	background:#1f2c67;
	border: 0;
	color: #1f2c67;
	height: 1px;
	margin:30px 0 35px 0;
}
blockquote {
	margin:10px 0;
	background:#f3f3f3;
	border:1px solid #dfdfdf;
	padding:15px;
	font-size:0.9em;
}
/* Lists */
ul.ul {
	list-style:url(../images/li.gif);
	padding:10px 0 10px 40px;
}
	ul.ul li {
		padding:3px 0 3px 5px;
	}
ol.ol {
	list-style:decimal;
	padding:10px 0 10px 20px;
}

/* Forms */
label {
	display:block;
	margin:10px 0 10px 0;
}

#searchform input {
	width:200px;
}
input,
textarea {
	background:url(../images/input-back.gif) repeat-x top;
	border:1px solid #dfe0e1;
	padding:7px;
	margin:0 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
}
input {
	width:250px;
}
	input.smaller {
		width:100px;
	}
	input.larger {
		width:400px;
	}
textarea {
	width:400px;
	height:150px;
	overflow:auto;
}
.submit {
    border:none;
	width:100px;
	height:30px;
	margin:10px 0 0 0;
	font-weight:bold;
	color:#fff;
    background:url(../images/send-button.gif) no-repeat 0% 0px;
}
	.submit:hover {
		background-position: 0% -30px;
		cursor:pointer;
	}

/* Headings */
h1, h2, h3 {
	color:#565656;
	font-weight:normal;
	font-size:1.4em;
	padding:5px 0 10px 0;
}
h2 {
	font-size:1.2em;
}
h3,h4,h5,h6 {
	font-size:1.1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
}

/* Links */
a, a:active {
	color:#3A54A5;
	text-decoration:none;
}
a:hover {
	color:#6A8AC6;
}

/* Header */
#header {
	z-index: 9;
	height:200px;
	position:relative;
	margin:0 auto;
	width:960px;
}
	/* Logo Container */
	#header div#logo {
		position:absolute;
		top:0;
		left:0;
		height:125px;
		width:300px;
		background:url(../images/logo-white-shade.jpg) no-repeat;
	}
		/* Logo */
		div#logo h1, div#logo h1 a {
			display:block;
			width:261px;
			height:83px;
			border:none;
		}
		div#logo h1 {
			background:url(../images/logo.png) no-repeat;
			height:83px;
			text-indent:-999em;
			margin-top:29px;
			padding:0;
		}
		
	/* Rapid info */
	#header div#rapid-info {
		position:absolute;
		right:0;
		top:45px;
		text-align:right;
		font-size:2em;
		line-height:30px;
		color:#ffffff;
	}
		/* Call us */
		#rapid-info img {
			display:block;
			float:right;
			margin:0 0 15px 0;
		}
		/* Sitemap - Client login - Contact */
		#rapid-info p {
			clear:both;
		}
			#rapid-info p a {
				font-size:1.1em;
				font-style:italic;
				color:#9e9e9e;
			}
	
	/* BEGIN NAVIGATION */
	#header .nav {
		position:absolute;
		margin-top:150px;
		width:960px;
		background:url(../images/nav-bar.gif) no-repeat;
	}

	#header .nav ul li {
		float:left;
		padding: 20px 0 20px 0;
		width:112px;
		text-align:center;
	}

	
		#header .nav ul li a {
			background:url(../images/menu-li-break.gif) no-repeat right;
		}

		#header .nav ul li a:hover,
		#header .nav ul li a.over,
		#header .nav ul li a.selected, 
		#header .nav ul li.current a {
			background:url(../images/menu-li-break.gif) no-repeat right;
			color: #000000;
		}
		#header .nav ul li a.last:hover,
		#header .nav ul li a.last.over,
		#header .nav ul li a.last.selected,
		#header .nav ul li a.last {
			background: none;
		}
		#header .nav ul li a {
			font-size:1.4em;
			display:block;
		}



	/* drop down */
#header .nav li.selected li a,
#header .nav li:hover li a,
#header .nav li.over li a {	background: none; display:block;}

#header .nav ul li:hover ul,
#header .nav ul li.over ul {display: block;}

#header .nav ul li ul {
	z-index: 999;
	position: relative;
	height: auto;
	background: none;
	display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#header .nav ul li ul {	margin-top: -2px; }
}
	/* adjust drop down width accordingly */
#header .nav ul li ul { width:200px; }

#header .nav ul li ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 200px;
	background: none;
}

#header .nav ul li ul li a {
	margin: 0;
	padding: 5px 10px;
	background: none;
	font-size: 1.4em;
}

#header .nav li li.selected,
#header .nav li li:hover,
#header .nav li li.over, 
#header .nav li li a.selected,
#header .nav li li a:hover ,
#header .nav li li a.over {	background: none;}

	/* Nav Color */	
#header .nav li a {color: #FFFFFF;}

#header .nav li a:hover,
#header .nav li a.over {
	background:url(../images/menu-li-highlight.gif) no-repeat top;
	color: #8eb0dd;
}

#header .nav li a.selected {
	background:url(../images/menu-li-highlight.gif) no-repeat top;
	color: #FFFFFF;
}

#header .nav ul li.current {
	background:url(../images/menu-li-highlight.gif) no-repeat top;
	color: #FFFFFF;
}

	/* drop down */
#header .nav ul li ul {
	background-color: #8eb0dd;
	border-left: 1px solid #1f2c67;
	border-right: 1px solid #1f2c67;
}

#header .nav ul li ul li {
	border-bottom: 1px solid #1f2c67;
}

#header .nav li.selected li a,
#header .nav li:hover li a,
#header .nav li.over li a {	color: #1f2c67;}

#header .nav li li.selected,
#header .nav li li:hover,
#header .nav li li.over, 
#header .nav li li.selected a,
#header .nav li li:hover a,
#header .nav li li.over a, 
#header .nav li li a.selected,
#header .nav li li a:hover ,
#header .nav li li a.over {	background-color: #1f2c67; color: #8eb0dd;}
	/* End Nav Color */








	
	/* Search */		
#navigation form {
	float:right;
}
#navigation input {
	background:url(../images/nav-search-input.gif);
	border:none;
	width:109px;
	margin:11px 10px 0 0;
	padding:8px 9px 8px 9px;
	font-size:1.1em;
	color:#666;
}
	/* End Search */	
	/* END NAVIGATION */




/* Wrapper */
#wrapper {
	margin:0 auto;
	width:960px;
	position:relative;
	font-size:1.6em;
	line-height:1.5em;
	background:white;
	padding:0 0 50px 0;
}
	/* Sections promo picture */
	.home #promo {
		z-index:99;
		height:272px;
		width:960;
		background:url(../images/promo-home.jpg) #ffffff no-repeat left top;
		border-bottom:5px solid #1f2c67;

	}
	
	.home #promo .content {
		padding:10px;
		width: 160px;
	}
	#promo {
		z-index:99;
		height:160px;
		width:960;
		background:url(../images/promo-normal.jpg) #ffffff no-repeat left top;
		border-bottom:5px solid #1f2c67;

	}
	
	#promo .content {
		padding:10px;
		width: 260px;
	}	
	/* Left column */
	.med-col {
		width:615px;
		padding:50px 0 0 30px;
		background:white;
	}

	/* Right column */
	.small-col {
		width:230px;
		background:url(../images/small-col-left-shade.gif) #FFF no-repeat left top;
		padding:0 25px 0 25px;
		margin:50px 0 0 0;
	}
	
	/* Pro Services */
	.pros li {
		line-height:37px;
		border-bottom:1px solid #8eb0dd;
		background:url(../images/accepted_16.gif) no-repeat left;
		padding:0 0 0 30px;
		font-size:1.1em;
	}
	
	/* Mini-box info */
	.mini-box {
		width:277px;
		float:left;
		color:#919191;
		font-weight:bold;
		font-size:0.9em;
		line-height:1.4em;
		margin:0 15px 20px 15px;
	}
		.mini-box img {
			float:left;
			width:48px;
			height:48px;
		}
		.mini-box .desc {
			width:210px;
			float:right;
		}
		.mini-box h3 {
			padding:0;
		}
	
	/* About us */
	.member {
		float:left;
		margin:7px 0 10px 0;
	}	
		.member span {
			color:#565656;
			line-height:35px;
		}	
		.member img {
			padding:0 25px 0 0;
			height:90px;
			width:90px;
		}
	
		/* Left-right rounded corners */
		#wrapper #bl,
		#wrapper #br {
			width:9px;
			height:9px;
			position:absolute;
			bottom:0;
		}
		#wrapper #bl {
			background:url(../images/bottom-bl.gif) no-repeat;
			left:0;
		}
		#wrapper #br {
			background:url(../images/bottom-br.gif) no-repeat;
			right:0;
		}
	
	/* Footer */
	#footer {
		margin:0 auto;
		position:relative;
		margin-top:30px;
		padding:25px 0 20px 0;
		width:960px;
		background:#DADADA;
		text-align:center;
	}
	#footer .content {
		color:#414141;
		padding: 10px;
		text-align:center;
	}	
		#footer span {
			margin:5px 30px 0 30px;
			color:#ababab;
			font-weight:bold;
			font-size:1.2em;
		}		
		#footer #tl,
		#footer #tr {
			width:9px;
			height:9px;
			position:absolute;
			top:0;
		}
		#footer #tl {
			background:url(../images/footer-tl.gif) no-repeat;
			left:0;
		}
		#footer #tr {
			background:url(../images/footer-tr.gif) no-repeat;
			right:0;
		}
		#socnet {
			text-align:center;
			width:170px;
		}
		#socnet a{
			text-decoration: none;
			vertical-align:middle;
		}
		#socnet img {
			float:left;
			width:18px;
			border:none;
			vertical-align:middle;
			margin-top:0px;
		}
		#socnet .socnettext {
			float:left;
			vertical-align:middle;
			line-height: 18px;
			font-size:0.75em;
			text-align:center;
			width:150px;
			margin:0px 0px 5px 0px;
			padding: 0px 0px 0px 0px;
			font-weight:bold;
			background:url(http://www.e-conversation.com/images/tinySWYN/follow_bg.gif) top left no-repeat;

		}
/*WP*/
#sidebar a {color:#3A54A5;}
#sidebar a.over,
#sidebar a:hover {color:#6A8AC6;}
#wpcontent small {color:#8eb0dd;}