@charset "utf-8";
/* CSS Document */
* { padding:0; margin:0; }
html, body { height:100%; width:100%; }

body { background:#fff; margin:0px; font-family:Arial, Helvetica, sans-serif; }

#dropMenu { border:0px solid red; display:none; width:100%; margin:0px auto; text-align:center; }
#dropMenu form{
	border:0px solid #000;
	text-align:center;
}
#dropMenu select{
	width:200px;
	border:1px solid #ccc;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	margin:0px auto;
}

.clear { clear:both; }

.wrapper { 	
	max-width:1152px;
	width:95%;
	border:0px solid red;
	margin:0px auto;
}

.leftCol ul, .rightColContact ul {
	margin:0px 0px 20px 0px;
}
.leftCol li, .rightColContact li {
	font-size:14px;
	color:#666;
	line-height:26px;
	font-weight:normal;
	list-style:square;
	margin:0px 0px 0px 20px;
}


blockquote {
	font-size:16px;
	color:#333;
	line-height:24px;
	margin:0px 0px 30px 0px;
	font-weight:normal;
	background:#e8e8e8;
	border-left:4px solid #999;
	padding:10px;
}
p {
	font-size:14px;
	color:#666;
	line-height:20px;
	margin:0px 0px 30px 0px;
	font-weight:normal;
}
p a {
	color:#4eb2d9;
}

h2 {
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin:0px 0px 5px 0px;
}
h3 {
	font-size:20px;
	color:#4eb2d9;
	font-weight:normal;
	margin:0px 0px 8px 0px;
	padding:0px 0px 7px 0px;
	border-bottom:1px solid #4eb2d9;
}
h4 {
	font-size:16px;
	color:#4eb2d9;
	font-weight:normal;
	margin:0px 0px 8px 0px;
	padding:0px 0px 7px 0px;
}
h5 {
	font-size:26px;
	color:#fff;
	font-weight:normal;
	margin:0px 0px 5px 0px;
}

input[type=text], input[type=password], input[type=file], select{
	width:auto;
	border:1px solid #ccc;
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	margin:0px 0px 10px 0px;
}
textarea{
	width:60%;
	height:100px;
	resize:none;
	border:1px solid #ccc;
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	margin:0px 0px 10px 0px;
}
input[type=submit], input[type=button], input[type=reset], button {
	background:#03a2e0;
	padding:8px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:normal;
	margin:0px;
	border:none;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover {
	background:#44a9d1;
}

.inputBig { width:95%!important; }
.inputSmall { width:64%!important; }

/* TOP BAR */
#topBar {
	width:100%; height:65px;
	border:none;
}
#topBar .logo {
	background:url(images/SarasLogo.jpeg);
	width: 60px;
    height: 60px;
    border: none;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#topBar .mainMenu {
	width:900px;
	height:35px;
	border:0px solid blue;
	float:right;
	margin:15px 0px 0px 0px;
}
#nav {
	float:right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left; }
#nav li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	color: #666;
	margin:0px 10px;
}
#nav li a:hover {
	color: #fff;
	background-color: #45a5ca; }
#nav li a.current {
	color: #fff;
	background-color: #45a5ca; }	


/* BANNER */
#banner {
	width:100%;
	height:305px;
	background:#ccc url(images/bannerBkg.jpg) top center no-repeat;
}

/* BANNER INNER */
#bannerInner {
	width:100%;
	padding:10px 0px;
	background:#4eb2d9;
}



/* HOMEPAGE SERVICES */
#homepageServices {
	background:#4eb2d9;
	width:100%;
}
#homepageServices .boxServices {
	height:195px;
	width:288px;
	float:left;
}
#homepageServices .boxServices:hover {
	background:#45a5ca;
}

#homepageServices .sharepoint {
	background:url(images/sharepoint-ico.png) top center no-repeat;
	height:80px;
	width:100%;
	margin:5px 0px 5px 0px;
}
#homepageServices .itservices {
	background:url(images/itservices-ico.png) top center no-repeat;
	height:80px;
	width:100%;
	margin:5px 0px 5px 0px;
}
#homepageServices .industries {
	background:url(images/industries-ico.png) top center no-repeat;
	height:80px;
	width:100%;
	margin:5px 0px 5px 0px;
}
#homepageServices .methodology {
	background:url(images/methodology-ico.png) top center no-repeat;
	height:80px;
	width:100%;
	margin:5px 0px 5px 0px;
}
#homepageServices h3 {
	font-size:19px;
	color:#fdfdfd;
	margin:0px 0px 5px 0px;
	font-weight:normal;
	text-align:center;
}
#homepageServices p {
	font-size:11px;
	color:#fdfdfd;
	margin:0px 0px 10px 0px;
	font-weight:normal;
	text-align:center;
}
#homepageServices p a {
	font-size:13px;
	color:#1f6580;
	text-decoration:none;
	margin:0px 0px 10px 0px;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
}




/* HOMEPAGE WELCOME */
#homepageWelcome {
	background:#f5f5f5;
	height:225px;
	width:100%;
}
#homepageWelcome .welcomeTxt {
	height:190px;
	width:720px;
	float:left;
	border:0px solid red;
	margin:20px 0px 0px 0px;
}
#homepageWelcome .welcomeTesti {
	height:225px;
	width:370px;
	float:right;
	background:#333333;
	border:0px solid red;
	margin:0;
}
#homepageWelcome .welcomeTestiInner {
	height:190px;
	width:335px;
	border:0px solid red;
	margin:17px auto;
}
#homepageWelcome .welcomeTestiContent {
	height:190px;
	width:220px;
	border:0px solid red;
	float:left;
}
#homepageWelcome .welcomeTestiImg {
	height:190px;
	width:102px;
	background:url(images/welcomeTesti-Img.png) left center no-repeat;
	border:0px solid red;
	float:right;
}


#homepageWelcome h2 {
	font-size:26px;
	color:#4eb2d9;
	font-weight:normal;
	margin:0px 0px 5px 0px;
}
#homepageWelcome p {
	font-size:13px;
	color:#333;
	margin:0px 0px 10px 0px;
	font-weight:normal;
	line-height:18px;
}
#homepageWelcome p a {
	font-size:11px;
	color:#fefefe;
	background:#4eb2d9;
	padding:8px;
	margin:10px 0px 0px 0px;
	text-transform:uppercase;
	text-decoration:none;
}


#homepageWelcome .welcomeTestiContent h2 {
	font-size:24px;
	color:#fff;
	font-weight:normal;
	margin:5px 0px 10px 0px;
}
#homepageWelcome .welcomeTestiContent p {
	font-size:12px;
	color:#fff;
	margin:0px 0px 10px 0px;
	font-weight:normal;
	line-height:18px;
}



#whiteBox {
	width:100%;
	padding:30px 0px;
	background:#fff;
	border:0px solid red;
}
#greyBox {
	width:100%;
	background:#f5f5f5;
	padding:20px 0px;
	border:1px solid #e4e2e2;
	border-width:1px 0px;
}
#lightGreyBox {
	width:100%;
	background:#f8f8f8;
	padding:25px 0px;
	border:1px solid #e4e2e2;
	border-width:1px 0px;
}
#darkGreyBox {
	width:100%;
	background:#e3e3e3;
	padding:25px 0px;
	border:0px solid #e4e2e2;
}

#twitterBox {
	width:100%;
	background:#00acef;
	padding:10px 0px;
}



/* INNER PAGE CONTAINER */
#googleMap {
	width:100%;
	height:480px;
	border:none;
}

#container {
	width:100%;
	background:#f5f5f5;
}
#container .leftCol {
	width:780px;
	float:left;
	border:0px solid red;
	margin:15px 0px;
}
#container .rightCol {
	width:300px;
	float:right;
	background:#333;
	border:0px solid red;
}
.leftColContact { width:48%; border:0px solid red; float:left; margin:15px 0px; }
.rightColContact { width:48%; border:0px solid red; float:right; margin:15px 0px;}

.leftColContact input[type=text], .leftColContact input[type=password], .leftColContact input[type=file], select{
	width:227px;
	border:1px solid #e7e7e7;
	padding:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	margin:0px 20px 10px 0px;
}
.leftColContact textarea{
	width:515px;
	height:150px;
	resize:none;
	border:1px solid #e7e7e7;
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	margin:0px 0px 10px 0px;
}
.leftColContact input[type=submit], .leftColContact input[type=button], .leftColContact input[type=reset], button {
	background:#03a2e0;
	padding:12px 20px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:normal;
	margin:0px;
	border:none;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
}

#container .rightColInner {
	width:90%;
	margin:15px auto;
	border:0px solid red;
}
#container .rightColInner ul {
	margin:0px 0px 20px 0px;
}
#container .rightColInner li {
	margin:0px 0px 0px 15px;
	list-style:square;
	color:#fff;
	font-size:11px;
}
#container .rightColInner li a {
	font-size:12px;
	color:#fff;
	padding:5px 0px;
	display:block;
	text-decoration:none;
	border-bottom:1px dashed #666;
}
#container .rightColInner li a:hover {
	color:#4eb2d9;
}
#container .rightColInner li a.current {
	color:#4eb2d9;
}





/* twitter */
.twitterFooter {
	background:url(images/twitter-ico.png) left center no-repeat;
	font-size:14px;
	color:#fff;
	padding:5px 0 5px 40px;
}
.twitterFooter a {
	font-size:14px;
	color:#fff;
	text-decoration:underline;
}


/* PRE FOOTER */
.preFooterBox {
	width:220px;
	float:left;
	margin: 0px 28px 0px 0px;
	border:0px solid RED;
}
.preFooterBox h4, .preFooterBoxBig h4 {
	font-size:18px;
	font-weight:normal;
	color:#666;
	padding:0px 0px 7px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #00acef;
}
.preFooterBox ul {
	margin:0px 0px 0px 0px;
}
.preFooterBox li {
	margin:0px;
	list-style:none;
}
.preFooterBox li a {
	background:url(images/preFooterBullet.png) left center no-repeat;
	margin:0px;
	padding:5px 10px 5px 15px;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	display:block;
	text-decoration:none;
}
.preFooterBox li a:hover {
	color:#03a2e0;
	text-decoration:none;
}
.preFooterBoxBig {
	width:400px;
	float:right;
	margin:0px 0px 0px 0px;
	border:0px solid red;
}
.preFooterBoxBig p {
	margin:0px 0px 10px 0px;
	font-size:12px;
}


/* FOOTER */
.footerLeft {
	width:100%;
	font-size:11px;
	color:#666666;
	float:left;
	text-transform:lowercase;
}
.footerRight {
	width:45%;
	font-size:11px;
	color:#666666;
	float:right;
	text-align:right;
	text-transform:lowercase;
}
.footerRight a {
	font-size:11px;
	color:#666666;
	text-transform:lowercase;
	text-decoration:underline;
}


