
*
{
	margin:0px;
	padding:0px;
}

html, body 
{
    height: 100%;
}

body 
{
	background-color:#fff;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	text-align:center;	
}

img 
{
	border:0px;
}

hr
{
	clear:both;
	height:0px;
	border-bottom:1px dashed #a3bee3;
	border-top:0px;
	margin:30px 0px 20px 0px;	
}

a:link, a:active
{
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

a:visited
{
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

a:hover
{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

h1
{
	color:#555555;
	font-size:26px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:1px;
	margin:0px 0px 15px 0px;
}

h2
{
	color:#363636;
	font-size:22px;
	font-weight:normal;	
	margin:0px 0px 10px 0px;
}

h3, h4, h5, h6
{
	color:#000;
	font-size:12px;
	margin:0px 0px 10px 0px;
}

p
{
	margin:10px 0px 15px 0px;
}


form
{
	margin:0px;
	padding:0px; 
}

input, select, textarea
{
	background-color:#fff;
	border: 1px solid #a3bee3;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	padding: 4px;
}

table
{
	border:0px;
	padding:0px;
}

/* Backgrounds */

.bg-home
{
	background-image:url(../images/background.gif);
	background-repeat: repeat-x;
}

.bg-second
{
	background-image:url(../images/background_secondary.gif);
	background-repeat: repeat-x;
}

/* Layout Creators */

div.wrapper
{
	height: auto !important;	
	height: 100%;	
	margin: 0px auto -14em auto;
	min-height: 100%;	
	position:relative;
	text-align:left;
	width:960px;
}


div.header
{
	height:142px;
	position:relative;
	width:960px;
}

div.nav-line
{
	background-color:#edf2f9;
	height: 10px;
	left: 310px;
	position:absolute;	
	top: 110px;
	width: 650px;
	z-index:1;
}


div.branding
{
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	height: 112px;
	left: 10px;
	position:absolute;
	top: 10px;
	width:179px;
}

div.content
{
	margin: 0px 0px 0px 0px;
	position:relative;
	width: 960px;
}

div.content-area
{
	border-right: 1px solid #fff;
	float: left;
	min-height: 400px;
	position:relative;
	width: 700px;
}

div.sidebar
{
	float: right;
	position:relative;
	width: 250px;
}

div.content-area h1
{
	color:#4b90cd;
}

div.sidebar h1
{
	color:#4b90cd;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}


div.content-settings 
{
	padding: 20px 20px 30px 20px;
}

div.content-settings ul, div.content-settings ol
{
	padding: 10px 20px 20px 50px;
}

div.content-settings ul li, div.content-settings ol li
{
	margin: 0px 0px 5px 0px;
}

div.home-column1 ul, div.home-column1 ol
{
	padding: 0px 20px 10px 50px;
}

.footer-wrapper, .push 
{
	height: 14em;
}

div.footer-wrapper
{
	background-image:url(../images/footer/background.gif);
	background-repeat:repeat-x;
	background-color:#a3bee3;
	border:0px;
	clear:both;
	position:relative;
	text-align:center;
	width: 100%;	
}

div.footer
{
	background-image:url(../images/footer/background_footer.gif);
	background-repeat:no-repeat;
	background-color:#a3bee3;
	color:#fff;
	font-size:11px;
	height: 145px;
	margin:auto auto;
	position:relative;
	width:960px;
}

div.footer ul.footer-nav
{
	left:120px;
	position:absolute;
	width:500px;
	text-align:left;
	top:45px;
}

div.footer ul.footer-nav li, ul.bottomlinks li
{
	float:left;
	list-style:none;
	margin: 0px 30px 0px 0px;
}

div.footer ul.footer-nav li a, ul.bottomlinks li a
{
	color:#fff;
	font-size: 11px;
	text-decoration:none;
}

ul.bottomlinks
{
	position:absolute;
	right:0px;
	text-align:right;
	top:45px;
	width: 200px;	
}

div.credit
{
	background-image: url(../images/credit.gif);
	background-repeat:no-repeat;
	height: 33px;
	position:absolute;
	right: 15px;
	bottom: 13px;
	width:145px;
}

div.copyright
{
	bottom: 13px;
	color:#4076a7;
	height: 33px;
	position:absolute;
	left: 0px;
	text-align:left
}

div.credit a:link, div.credit  a:active, div.credit a:visited, div.credit a:hover
{
	display:block;
	height: 33px;
}

/* Services area on homepage */

div.services-area
{
	background-image:url(../images/services_background.jpg);
	background-repeat:no-repeat;
	height: 285px;
	position:relative;
	width:960px;
}

div.services-area h1
{
	left: 380px;
	position: absolute;
	top: 35px;
}

div.services-area ul
{
	left: 380px;
	list-style:none;
	position:absolute;
	top: 70px;
}

div.services-content
{
	font-size: 16px;
	left: 580px;
	line-height: 20px;
	position:absolute;
	text-align:justify;
	width: 300px;
	top: 90px;
}


/* Sitemap */

ul.sitemap
{
	list-style: none;
	margin-top: 0px;
}

ul.sitemap li
{
	border-bottom: 1px solid #ebf3f8;
	width: 300px;
}

ul.sitemap li a
{
	display: block;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
}

ul.sitemap li a:hover
{
	background-color:#a7c9dc;
	text-decoration: none;
}

/* Homepage */

div.home-column1
{
	border-right: 1px solid #fff;
	float: left;
	position:relative;
	width: 500px;
}

div.home-column2
{
	float: right;
	position:relative;
	width: 420px;
}

div.home-column1 p
{
	line-height:24px;
	width: 480px;
}

div.home-column2 p
{
	line-height:24px;
	width: 410px;
}

div.column
{
	float: left;
	width: 47%;
}

/* Image styling */
.img-border
{
	border:2px solid #94bce1;
	margin: 0px 0px 10px 0px
}

.img-left
{
	float: left;
	margin: 0px 10px 10px 0px
}

.img-right
{
	float: right;
	margin: 0px 0px 10px 10px
}

.img-left-border
{
	border:2px solid #94bce1;
	float: left;
	margin: 0px 10px 10px 0px
}

.img-right-border
{
	border:2px solid #94bce1;
	float: right;
	margin: 0px 0px 10px 10px
}



div.services-content img.img-right
{
	float: right;
	margin: 15px 0px 10px 10px
}

/* Custom */

.size16
{
	font-size:16px;
	font-weight:normal;
}

p.intro
{
	font-size:16px;
	margin: 0 0 20px 0;
}

.quote
{
	color:#4b90cd;
	font-size:20px;
	font-weight:normal;
}

img.gallery
{
	margin: 30px 0 30px 0;
}

img.btn-inquiry
{
	float: right;
	margin: 10px 0px 20px 0px
}

.clear
{
	clear: both
}


/* Styles for the entire LavaLamp menu */

.lavaLamp 
{
	font-size: 16px;
	left: 328px;
	list-style: none;
	position:absolute;
	text-align:left;
	top: 76px;
    height: 50px; 
	width: 660px; 
	margin: 0px 0px;
    overflow: hidden;
	z-index: 9
}

/* Force the list to flow horizontally */

.lavaLamp li 
{
	float: left;
	list-style: none;
	margin: 0px 30px 0px 0px;
}

/* Represents the background of the highlighted menu-item. */

.lavaLamp li.back 
{
background-color:#4b90cd;
background: url("../images/lava.gif") no-repeat top left;
width: 1px; 
height: 50px;
z-index: 8;
position: absolute;
}

.lavaLamp li.back .left {
background-color:#4b90cd;
background: url("../images/lava.gif") no-repeat top left;
height: 50px;
margin-right: 4px;
}

/* Styles for each menu-item. */

.lavaLamp li a 
{
	position:relative; 
	overflow:hidden;
	text-decoration:none;
	font:bold 14px arial;
	color:#000; 
	outline:none;
	text-align:left;
	height: 50px; 
	top: 7px;
	display: block;
	margin: auto 10px;
	z-index: 10; 
}


/* Form Styling */

form.cmxform fieldset 
{
	border: 0px;
	width: 600px;	
}

form.cmxform legend 
{
	color:#000;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

form.cmxform label 
{
	display: inline-block;
	line-height: 1.4;
	width: 120px; /* Width of labels */	
	vertical-align: top;
}

form.cmxform fieldset ol 
{
	margin: 0;
	padding: 0;
}

form.cmxform fieldset li 
{
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform em 
{
	font-weight: bold;
	color: #f00;
}

form.cmxform textarea
{
	height: 90px;
	width: 250px;
}

/* Contact Details */

div.sidebar ul
{
	clear:both;
	list-style: none;
	padding: 0px;
	width: 200px;
}

div.sidebar li
{
	float: left;
}

div.sidebar li.left
{
	width: 20px;
}

div.sidebar li.right
{
	clear: right;
	min-height: 20px;
	width: 180px;
}

/* Projects */

ul.project-list
{
	margin:0px!important;
	padding:0px!important;		
	position: relative;
	width: 100%;
}

ul.project-list li
{
	float:left;
	margin:0px!important;
	padding:0px 10px 0px 0px!important;		
	list-style:none;
	width: 150px;
}


/*tabs*/

.ui-tabs
{
	padding: .2em;
}

.ui-tabs-nav 
{
	padding: .2em .2em 0 .2em;  
	position: relative; 
	width: 171px;
}

.ui-tabs-nav li 
{
	border-bottom: 0 !important; 
	margin: 0 .2em -1px 0; 
	padding: 0; 
}

.ui-tabs-nav li a 
{
	display:block; 
	text-decoration: none; 
	padding: .5em 1em; 
}

.ui-tabs-nav li.ui-tabs-selected 
{
	background-image:url(../images/tab_on.gif);
	background-repeat:no-repeat;
	padding: 3px 0px 4px 0px; 
	border-bottom: 0; 
}

.ui-tabs-nav li.ui-tabs-selected a
{
	color:#4b90cd;
	font-weight: bold;
}

.ui-tabs-panel 
{
	display: block; 
	border: 0; 
	background: none;
}

.ui-tabs-hide 
{
	display: none !important;
}

.employ
{
	border:1px solid #94bce1;
	clear:both;
	padding:10px;
}

.small 
{
	color: #666666;
	font-size: 12px;
	line-height:normal;
}


