html,
body {
   	margin:0;
   	padding:0;
  	height:100%;
   	color: #666;
	font-size: 13px;
	line-height:19px;
	font-family: 'Lucida Grande', Calibri, Arial, sans-serif;
	background-color: #fff;
}

.container {
   min-height:100%;
   position:relative;
}

h1 {
	color: #24BDDF;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2,h3,h4 {
	color: #24BDDF;
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.clear {
    clear: both;
	height:0px;
}

a img { margin:0; border:0 none;}


.center {
	margin: 0px auto;
}

/* ----------------------------Header----------------------------------*/

.logo{
	float:left;
}

.header {
	padding: 0px 20px; width: 860px; 
}

.header ul {
	float: right; list-style: none; padding: 36px 0; margin: 0px;
}
.header ul li {
	float: left; margin-left: 10px; font-size:14px; 
}
.header ul li a {
	padding: 5px 10px; display: block; color: #000; text-decoration: none;
}
.header ul li.on a {
	background: #24BDDF; color: #fff; text-decoration: none;
}
.header ul li a:hover {
	background: #24BDDF; color: #fff; text-decoration: none;
}

/* ----------------------------Content----------------------------------*/

.content {
	width: 900px;
	text-align: left;
	padding-bottom:30px;
	border-bottom: solid 1px #e0ded6;
}

.slideshow { height: 330px; width: 900px; margin: auto; padding-bottom:30px; }

.contentLeft {
	float:left;
	width: 580px;
	padding: 0 20px;
	border-right: solid 1px #e0ded6;
}
.contentRight {
	float:right;
	width: 238px;
	padding:0px 20px;
}

.contentRight a {
	font-size:13px;
	color: #24BDDF;
	text-decoration: none;
}

.contentRight a:hover { 
	color: #2d3841; 
}

.advertHire { 
	width:198px;
	padding:20px;
	background-color:#F8F6F2;
	margin-top:20px;
}

.advertHire a { color: #2d3841;}
.advertHire a:hover { color: #24BDDF;}


/* ----------------------------Footer Area----------------------------------*/

.footer {
	width:880px;
	padding: 10px;
	color:#ccc;
}

/* ----------------------------Home Quicklinks----------------------------------*/


.quicklinks {
    list-style: none;
    overflow: hidden;
	margin:0px;
	padding:0px;
}

.quicklinks li {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0px 20px;
    width: 258px;
	border-right: solid 1px #e0ded6;
}
.quicklinks li.last {
	border:none;
}

.quicklinks li h3 {
	color: #2d3841;
    font-weight: normal;
	font-size: 20px;
}

.quicklinks a {
	font-size:12px;
	display:block;
	width:80px;
	padding:4px 4px 4px 15px;
	line-height:14px;
	background:url(../images/arrow_subnav.gif) no-repeat 7px;
	background-color: #24BDDF;
	color: #fff;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
}


.quicklinks a:hover { 
	background-color: #2d3841; 
}

/* ----------------------------Portfolio----------------------------------*/

.contentMenuPortfolio {
	width: 860px;
	padding: 0 20px;
}
.contentLeftPortfolio {
	width: 666px;
	float: left;
	padding: 0 20px;
	border-right: solid 1px #e0ded6;
}
.contentRightPortfolio {
	width: 153px;
	padding: 0 20px;
	float: right;
}

.containerVideo {
	width: 666px;
	padding-bottom:30px;
}

.portfolioList {
    list-style: none;
    overflow: hidden;
	margin:0px;
	padding:0px;
}

.portfolioList li {
    background-color: #F8F6F2;
    float: left;
    height: 150px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 10px;
    width: 185px;
}

.portfolioList li img { margin-bottom: 10px; }

.portfolioList li h3 {
    color: #24BDDF;
    font-weight: normal;
	font-size: 17px;
}

.portfolioList li a { font-size: 12px; font-weight: normal; color: #969BA0; text-decoration:none; }

.portfolioList li:hover { background-color: #24BDDF; }

.portfolioList li:hover a { color: #2d3841; }

.portfolioList li:hover h3 { color: #ffffff; }

#slider{}

#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:666px;
	height:350px;
	overflow:hidden; 
	}	
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:26px;
	height:26px;
	position:absolute;
	left:580px;
	top:-30px;
	}	
#nextBtn, #nextBtn2{ 
	left:630px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:26px;
	height:26px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}				

/* // Easy Slider */

.iconlist
{
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}

li.tick
{
background-image:url(../images/tick.gif);
background-repeat: no-repeat;
background-position: 0 10%;
padding: 3px 0 3px 30px;
margin: .4em 0;
}

.portNav{}

.portNav ul {
	list-style: none; padding: 0; margin: 0px;
}
.portNav ul li {
	margin-right: 10px; font-size:14px; float:left;
}

.portNav ul li a {
	padding:4px 10px; 
	display: block;
	text-decoration: none; 
	line-height:14px; 
	font-size:13px;
	color: #24BDDF;
	text-align:center;
	background-color: #F8F6F2;
}
.portNav ul li a.web {
	color: #fff;
	background-color: #24BDDF;
	
}
.portNav ul li a.web:hover {
	color: #24BDDF;
	background-color: #F8F6F2;
	
}

.portNav ul li a:hover {
	background-color: #24BDDF; color: #fff; text-decoration: none;
}

/* ----------------------------Form----------------------------------*/

fieldset {
	margin:10px 0;
	padding:10px;
	border:none;
}

label{
	display:block;
	width: 550px;
}

input, textarea{
font-size:13px; color:#000; font-family: 'Lucida Grande', Calibri, Verdana, sans-serif; padding: 4px; border: #d1d0cb 1px solid; width: 550px; background: url(../images/bg_input.jpg) #fff repeat-x 0px 0px;
}

