/* CSS Document */

*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-indent: 0;
}

body{
	color: #000000;
	text-align: center;
	background: url(images/bkgd.jpg) repeat-x #FFF;
	font-family: 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

/* top navigation 
-----------------------------------------*/

#nav {
	width: 800px;
	text-align: left;
	padding: 3px 0px 3px 0;
	float: left;
	background:url(images/container_bkgd.png) repeat-y;
	
}

#nav_inner{
	width: 740px;
	border-top: 2px dashed #666;
	margin: 0 30px;
	}

#nav ul{
	margin: 9px 0 0 0;
}

#nav ul li{
	list-style: none;
	display: inline;
	font: 15px 'myriad pro', 'Lucida Grande', verdana, sans-serif;
	text-align: center;
	padding: 5px 60px 5px 0;
	color: #342c6f;
}

#nav a{
	color: #666;
	text-decoration: none;
}

#nav ul li a:active{ 
	color: #666;
	}

#nav ul li a:hover, #nav ul li a:focus{
	color: #000; 
	}  
	

/* main layout 
------------------------------*/

#container{
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
}

#topbar{
	width: 800px;
	height: 28px;
	float: left;
	background:url(images/container_top.png) no-repeat;
}

#logobar{
	width: 800px;
	height: 100px;
	float: left;
	background:url(images/container_bkgd.png) repeat-y;
}

#masthead{
	width: 800px;
	height: 253px;
	float: left;
	background:url(images/container_bkgd.png) repeat-y;
}

#masthead_inner{
	width: 770px;
	height: 253px;
	float: left;
	margin: 0 15px 0 15px;
}

#logo{
	padding: 0 0 0 15px;
	width: 260px;
	float:left;
}

#address{
	padding: 0 0 0 0;
	width: 494px;
	float:left;
	text-align: right;
}

#intro{
	width: 390px;
	text-align: left;
	float: left;
}

#content{
	width: 800px;
	padding: 0 0 10px 0;
	float: left;
	display: inline;
	background:url(images/container_bkgd.png) repeat-y;
}
		
/* 2 main columns
-----------------------------------*/	

#main_body{
	width: 470px;
	text-align: left;
	float: left;
	padding: 0 15px 0 30px;
}

#right_col{
	width: 245px;
	text-align: left;
	height: 300px;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
        }
		
#right_col img{
	margin: 0 0 10px 0;
}

#cs_image img{
	padding: 0 0 10px 0;
}

/* Case studies columns
-----------------------------------*/	

.cs_image{
	width: 126px;
	display: inline;
	margin: 0 10px 0 0;
	float: left;
	}
	
.cs_intro{
	width: 334px;
	display: inline;
	float: left;
	}

	
/* gallery and services styles 
------------------------------*/

.gallery_left{
	float: left;
	margin-right: 7px;	
	margin-bottom: 10px;	
	display: inline;
}

.gallery_end{
	float: left;
	margin-bottom: 10px;
	display: inline;
}		

		
/* logobar typography styles 
-----------------------------------*/	

#address p{
	font-size: 13px;
	color: #666;
	font-weight: normal;
	line-height: 1.3;
	padding: 0 0 10px 0;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

.phone_no{
	color: #999;
}

.phone_detail{
	color: #342c6f;
	font-weight: bold;
}


/* Main body styles 
-----------------------------------*/	

#main_body h1{
	font-size: 24px;
	color: #999;
	font-weight: normal;
	line-height: 1.2;
	padding: 0 0 10px 0;
}

.small_heading{
	font-size: 14px;
	color: #342c6f;
	}

#main_body h2 {
	font-size: 15px;
	color: #342c6f;
	font-weight: normal;
	line-height: 1.3;
	padding: 0 0 10px 0;
}

#main_body h3 {
	font-size: 15px;
	color: #342c6f;
	font-weight: normal;
	line-height: 1.3;
	padding: 0 0 0 0;
}

#main_body p{
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 1.5;
	padding: 0 0 10px 0;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

#main_body p a{
	color: #342c6f;
}

#main_body p a:hover, #main_body p a:focus{
	color: #000;
}

.mainlist{
	margin: 0 20px 10px 0px;
	}

.mainlist li{
	font: 12px 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #333;
	list-style-type: none;
	line-height: 1.5;
	background: url(images/mainlist.gif) no-repeat 0 5px;
	padding: 0 0 0 15px;
	}
	
#halflist1{
	width: 230px;
	float: left;
	}
	
#halflist2{
	width: 230px;
	float: left;
	margin: 0 0 0 10px;
	}
	
	
dl{
	margin: 0 10px 10px 0;
	}

dl dt{
	font-size: 13px;
	font: 12px 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #342c6f;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 10px 0 0;
	}
	
dl dd{
	font-size: 12px;
	font: 12px 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #333;
	font-weight: normal;
	line-height: 1.5;
	padding: 0 10px 10px 0;
	}
	
#hs_sidebar{
	width: 243px;
	background:url(images/hs_bkgd.jpg) repeat-y;
	}
	
#right_col p{
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 1.5;
	padding: 0 10px 10px 15px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}
	
.hs_list{
	margin: 0 20px 10px 15px;
	}

.hs_list li{
	font: 12px 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #333;
	list-style-type: none;
	line-height: 1.5;
	background: url(images/hs_list.gif) no-repeat;
	padding: 0 0 0 15px;
	}

.cs_intro h3{
	font-size: 14px;
	color: #342c6f;
	font-weight: normal;
	line-height: 1.3;
	padding: 0 0 0 0;
}



.sub_content{
	width: auto;
	text-align: left;
	border-top: 1px dotted #666;
    clear: both;
	padding: 10px 0 10px 0;
	margin: 10px 0 0 0;
  }
  
.sub_content2{
	width: auto;
	text-align: left;
	border-top: 1px dotted #CCCCCC;
    clear: left;
	padding: 10px 0 0 10px;
  }
  
.sub_content3{
	height: 160px
  }
  
img {
	display: block;
	border: 0;
}
  
/* Form styles
----------------------------------------*/
fieldset {
    border: none;
    padding: 0;
    }

fieldset ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 !important;
    }
    
fieldset ul li {
	padding-bottom: 20px;
	color: #342c6f;
    }
    
fieldset input, 
fieldset select,
fieldset textarea {
	font: 12px 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	border: 0;
	border: 3px solid #FFF;
	padding: 3px 3px 3px 3px;
	margin: 2px 0 0 0;
	color: #333333;
	background-color: #eaeaea;
}

fieldset input:hover, 
fieldset select:hover,
fieldset textarea:hover {
	border: 3px solid #342c6f;
}
	
fieldset textarea {
    overflow: auto;
	font: 12px 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

fieldset select {
	padding: 1px;
	padding: 2px 1px 2px 0;
}

fieldset select option {
    padding: 0 15px 0 2px;
}

fieldset label {
	font: 12px 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif; 
    display: block;
    margin: 0 0 5px 0;
}

fieldset label.note {
	font: 12px 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif; 
    font-weight: normal;
    color: #999;
    margin: 3px 15px 0 0;
    font-style: italic;
}

.required {
	color: #666666 !important;
}

fieldset label.checkbox_note {
    font-weight: normal;
    display: inline;
    float: none;
}

fieldset label.full, fieldset input.full,
fieldset select.full, fieldset textarea.full { width: 98%; }

fieldset label.full {
    float: left;
}

fieldset p {
    margin-bottom: 8px !important;
}

.submit button{
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color:#CCCCCC;
	border:1px solid #342c6f;
	font-family: 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	cursor:pointer;
	padding:5px 7px 6px 7px; /* Links */
}
.submit button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.submit button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.submit button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .submit a:hover{
	background-color: #999999;
	border:1px solid #342c6f;
	color:#fff;
}
	
	
/* footer styles 
------------------------------*/
	  
#footer{
	width: 800px;
	height: 64px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	clear: both;
	background:url(images/footer_bkgd.png) no-repeat;
}

#footer_right{
	width: 330px;
	text-align: right;
	float: right;
}

#footer p{
	color: #FFF;
	font-size: 11px;
	padding: 18px 30px 0 30px;
}

#footer p a{
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

#footer p a:hover, #footer p a:focus{
	color: #CC0000;
	border-bottom: 1px dotted #FFF;
} 

.detail{
	color: #999999;
	font-size: 70%;
}

.left{
	float: left;
	margin-right: 10px;	
	margin-bottom: 5px;
	display: inline;
}
  
.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	display: inline;
}

.hide{
	display: none;
}

