@charset "utf-8";
/* CSS Document */

/********************************************
   AUTHOR:  Kundan Biswas
 *******************************************/ 
 /************** reset **************/
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
}
body {
	line-height:1
}
 ul {
	list-style-position:inside;
    padding: 5px;

}

ol{
	padding:6px 6px 6px 35px;
	}


ol li {
	margin: 10px 0 10px 0;
}


blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
/************** common elements **************/
 
* {
	padding:0;
	margin:0;
	min-height:1px;
}
body {
	border:0;
	margin:0 auto;
	padding:0;
	background: url(/styles/default/images/sfc-bg.jpg) #0b354e repeat-x top center;
	font-size: 12px;
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	color: #1b1b1b;
	text-align:left;
	line-height: 18px;
}
/* links */
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #3E9DE3;
	text-decoration: underline;
}
/* headers */
h1, h2, h3 {
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-weight:bold;
}
h1 {
	margin:0px;
	padding:0px;
	font-size: 1.5em;
	color: #669F3B;
	vertical-align:bottom;
}
h2 {
	font-size: 1.4em;
	margin:0px;
	padding-top:10px;
	padding-bottom:0px;
	color: #669F3B;
}
h3 {
	font-size: 1.2em;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	color: #669F3B;
	vertical-align:bottom;
}
p {
	color: #313131;
	padding:4px;
	line-height: 1.6em;
	text-align:justify;
}



.text-bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #44A6B7;
	font-weight:bold;
	font-size:1.7em;

}

.text-bold2 {
	color: #666666;
	font-size:1.2em;
	font-weight:bold;
	

}


.text-white {
	color: #fff;
}
/* images */
img {
	border:none;
	margin:0px;
}
blockquote {
	margin-top:20px;
	background: transparent url(/styles/default//styles/default/images/quote-left.gif) left top no-repeat;
	border:none;
	margin:0;
	font:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#000;
	font-size:1em;
	font-weight:normal;
}
blockquote div {
	padding: 0 48px;
	background: transparent url(/styles/default//styles/default/images/quote-right.gif) right bottom no-repeat;
	border:none;
	margin:0;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
/* form elements */
/*form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "verdana", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "verdana", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;
	}	
*/

.clear {
	clear: both;
}
/************** structure **************/


#main {
	width:940px;
	height:auto;
	border: none;
	margin:0 auto;
	padding: 0 10px;
	background: none;
}

/************** header **************/

.header {
	margin: 0 auto;
	position: relative;
	width: 940px;
	height: 220px;
	background: none;
}

a#logo {
	background: url(/styles/default/images/sfc-logo.png) no-repeat;
	width: 92px;
	height: 156px;
	position: absolute;
	left: 20px;
	top: 10px;
	margin: 0;
}

.tagline {
	position: absolute;
	left: 200px;
	top: 40px;
	width: 532px;
	height: 72px;
	margin: 0;
	color: #FFF;
	text-indent:-9999px;
	background:url(/styles/default/images/sfc-tag.png) no-repeat;
}

a.button {
	display: block;
	text-align: left;
	text-indent: -9999px;
	margin: 0;
}

ul.tabs {
	list-style: none;
	margin: 0;
}
ul.tabs li {
	display:inline;
}
ul.tabs a {
	float: left;
	outline: none;
	text-indent: -9999px;
}


/************** Header Tabs **************/
div.header ul.tabs {
	height: 35px;
	position: absolute;
	top: 122px;
	right: 2px;
}
div.header ul.tabs a {
	background: url(/styles/default/images/tab.jpg) 0 0 no-repeat;
	height: 102px;
	margin-left: 0px;
}
div.header ul.tabs a:hover {
	background: url(/styles/default/images/tab-active.jpg) 0 0 no-repeat;
}
div.header ul.tabs a#tab-Home {
	margin:0 ;
	width: 80px;
}
div.header ul.tabs a#tab-About {
	background-position: -80px 0;
	width: 130px;
}
div.header ul.tabs a#tab-Services {
	background-position: -210px 0;
	width: 120px;
}
div.header ul.tabs a#tab-Why {
	background-position: -330px 0;
	width: 95px;
}
div.header ul.tabs a#tab-Community {
	background-position: -425px 0;
	width: 180px;
}

/************** searchbox **************/
.serach-box {
	width: 222px;
	height: 30px;
	position: absolute;
	top: 10px;
	margin-left: 700px;
	background: url(/styles/default/images/search-box.gif) no-repeat;
}

#s {
	float: left;
	margin: 9px 8px 0 12px;
	width: 165px;
	border:none;
	background:none;
}

#go {
	float: right;
	padding: 0;
}


/************** container **************/

.container {
	width:940px;
	margin:0 auto;
	background: url(/styles/default/images/body-bg.gif) repeat-y;
	padding: 0 10px;
}

.container-home {
	width:940px;
	margin:0 auto;
	background: none;
	padding: 0 10px;
}
/************** content **************/

.content {
	width:645px;
	margin:0 auto;
	background: none;
	margin-top: 10px;
	float:left;
	padding: 10px 0;
}





/************** sidepanel **************/

.sidepanel {
	color:#CCC;
	width:234px;
	margin:0 auto;
	background: #0b4e6f;
	margin-top: 10px;
	padding: 10px;
	float:right;
	border-top: #2179a4 1px solid;
	border-right: #2179a4 1px solid;
	border-bottom: #0099CC 1px solid;
	border-left: #0099CC 1px solid;
}

.sidepanel-box {
	width: 100%;
	margin:0 auto;
	padding-bottom: 5px;
}
.sidepanel-title {
	width:265px;
	height:43px;
	margin-bottom: 15px;
}

.sidepanel a {
	color: #ccc;
}

.sidepanel a:hover {
	color: #fff;
	text-decoration: none;
}

/************** footer **************/

#footer {
	margin: 0 auto;
	width: 100%;
	height: 308px;
	background: url(/styles/default/images/footer-bg.gif) repeat-x #e9ede9;
	}

.footer-area {
	margin: 0 auto;
	width: 940px;
	height: 308px;
	padding: 0 10px;
	background:url(/styles/default/images/footer-area-bg.jpg) no-repeat ;
	
}

.footer-content {
	padding:22px 10px;
	width: 125px;
	float:left;
}

.footer-link ul {
}

.footer-link li {
	margin-top: 0;
	margin-left: 0;
	list-style-type:none;
}
.footer-link a {
	text-decoration: none;
	color: #999999;
	font-size: 12px;
	line-height: 12px;
}
.footer-link a:hover {
	text-decoration: underline;
	color: #0099CC;
}

/************** home page only **************/

.focus-area {
	width:234px;
	margin:0 auto;
	background: #0b4e6f;
	margin-top: 10px;
	padding: 10px;
	float:right;
	border-top: #2179a4 1px solid;
	border-right: #2179a4 1px solid;
	border-bottom: #0099CC 1px solid;
	border-left: #0099CC 1px solid;
	color:#CCC;
}

.highlight1 {
	float:left;
	width:196px;
	height:167px;
	background:url(/styles/default/images/web-marketing.jpg) no-repeat;
	margin: 0 18px 20px 0;
	position:relative;
}

.highlight2 {
	float:left;
	width:196px;
	height:167px;
	background:url(/styles/default/images/design-development.jpg) no-repeat;
	margin: 0 18px 20px 0;
	position:relative;
}

.highlight3 {
	float:left;
	width:196px;
	height:167px;
	background:url(/styles/default/images/web-consulting.jpg) no-repeat;
	margin: 0 18px 20px 0;
	position:relative;
}

.highlight-text a {
	position: absolute;
	top: 145px;
	left: 11px;
	color:#00CCFF;
	font-size: 12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.highlight-text a:hover {
	color: #ccc;
}

.highlight-text2 a {
	position: absolute;
	top: 145px;
	left: 70px;
	color:#00CCFF;
	font-size: 11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.highlight-text2 a:hover {
	color: #ccc;
}


#freeReviewForm label
{
display:block;
text-align:left;
}



div.community-list a {
position:absolute;
text-indent:1px;
display:block;
}

input.error{
border:1px solid #FF0000;
}
dropdown-list a{
position:static;
}

li.dropdown-list a {
float:left;
text-indent:1px;
background:none;
}
#delayed-drops .nav-item .drops {
	position: absolute;
	z-index: 100;
	display: none;
	width: 135px;
	top: 85px;
	left: 450px;
	padding: 10px;
	background: #85C226;
	opacity:0.9;
	filter:alpha(opacity=90);
	color: #930;
}
#delayed-drops .nav-item .drops a{
color:#0C364F;
position:relative;
background:none;
text-indent:0px;
height:auto;
padding-bottom: 5px;
width: 130px;
font-size:12px;
font-weight:bold;
display: block;
border-bottom:1px solid #5F8F11;
}
#delayed-drops .nav-item .drops hr{
display: block;
}
#delayed-drops .nav-item:hover .drops {
	display: block;
}
.header-phone-number {
color:#FFFFFF;
padding:2px;
font-size:14px;
font-weight:bold;
}
.search {
padding:2px;
width:170px;
background-color:#E5E5EA;
border:0px;
margin-top:3px;
margin-left:3px;
}

