@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, applet, 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, tt, var,
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: 98%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus { outline: 0;}

ol, ul {list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}



body  {
	line-height: 1;
	text-align: center;
	color: #0C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(images/bg.jpg)
}
a img {border: none;}

	h1 {
	font-size: 2em;
	color: #444;
	padding-bottom: .2em;
}
	h2 {
	font-size: 1.5em;
	color: #444;
	line-height: 1.3em;
}
	h3 {font-size: 1.2em; color: #009900; }
	h4 {font-size: 0.9em; color: #0066FF; }
	h5 {
	font-size: .82em;
	color: #444;
	line-height: 1.1em;
}
	h6 {font-size: 0.85em; margin: 0.5em 0 0;}
	p {
	color: #444;
	line-height: 1.4em;
}
	ul, ol {margin: 1em 0; padding-left: 2.5em;}

#top_bg {
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 178px;
}

.twoColFixRt #container {
	width: 892px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	padding-top: 153px;
}
#ledoLogo {
	background-repeat: no-repeat;
	float: left;
	padding-left: 50px;
}
#menu {
	width: 601px;		/* Width of entire image */
	height: 69px;
	margin-top: 55px;
	margin-bottom: 29px;
	float: right;
	background-image: url(images/nav2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	padding: 0px;
	margin-right: 0;
	margin-left: 0;	
	
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 69px;
		display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		display: inline;		/* fixes IE/Win double margin float bug (safe) */
	
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#menu-work 		{ width: 149px; }
	#menu-services 	{ width: 147px; }
	#menu-about 	{ width: 147px; }
	#menu-contact 	{ width: 149px; }

	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-work a:hover			{ background: transparent url(images/nav2.jpg) 0px -69px no-repeat; }
	#menu-services a:hover  	{ background: transparent url(images/nav2.jpg) -149px -69px no-repeat; }
	#menu-about a:hover  		{ background: transparent url(images/nav2.jpg) -296px -69px no-repeat; }
	#menu-contact a:hover  		{ background: transparent url(images/nav2.jpg) -443px -69px no-repeat; }

	#menu-work .active 			{ background: transparent url(images/nav2.jpg) 0px -69px no-repeat; }
	#menu-services .active   	{ background: transparent url(images/nav2.jpg) -149px -69px no-repeat; }
	#menu-about .active  		{ background: transparent url(images/nav2.jpg) -296px -69px no-repeat; }
	#menu-contact .active  		{ background: transparent url(images/nav2.jpg) -443px -69px no-repeat; }



#sidebar1 {
	float: right;
	width: 218px;
	padding-bottom: 15px;
	position: relative;
}
.twoColFixRt #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRt #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRt #sidebar1 { padding-top: 30px; }
.twoColFixRt #mainContent {
	zoom: 1;
	padding-right: 25px;
	padding-left: 25px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

#top_bg {
	background-image: url(images_mg/bg_top.jpg);
	background-repeat: repeat-y;
	width: 100%;
	height: 178px%;
}
#mainTop {
	background-image: url(images/main_top2.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 674px;
	height: 25px;
}
#mainImage {
	width: 674px;
	background-image: url(images/main_middle.jpg);
	background-repeat: repeat-y;
	float: left;
}
#mainBottom {
	background-image: url(images/main_bottom.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
#ourTeam {
	float: right;
	width: 218px;
	padding-bottom: 15px;
}
.feat {
	float: left;
	padding-left: 8px;
	width: 199px;
}
.indent {
	padding-left: 18px;
}
#veiwWork {
	float: right;
	width: 150px;
	padding-top: 5px;
}


.bottom1 {
	float: left;
	width: 250px;
	padding-left: 40px;
	padding-top: 20px;
}
.bottom2 {
	float: left;
	width: 333px;
	padding-left: 30px;
	padding-top: 20px;
}
#bNav {
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 30px;
	float: left;
}
#copyR {
	padding-top: 40px;
	float: right;
	padding-right: 30px;
}
 #bNav a:link {
	color: #444;
	text-decoration: underline;
} 
#bNav a:visited {
	text-decoration: none;
	color: #444;
}
#bNav a:hover {
	text-decoration: none;
	color: #FF6600;
}
#bNav a:active {
	text-decoration: none;
	color: #FF6600;
}#nav {
	background-image: url(images/nav.jpg);
	width: 601px;
	float: right;
	height: 70px;
	margin-top: 55px;
	clear: both;
	margin-bottom: 28px;
}
.twoColFixRt #top_bg #container #ourTeam h4 {
	line-height: 2em;
}
.mainText {
	padding-right: 90px;
}




#twitter_div {
	position: absolute;
	left: -27px;
	width: 230px;
	height: 125px;
	overflow: auto;
	padding-top: 10px;
	top: 11px;
}
ul#twitter_update_list {
	list-style: none;
	font-size: 15px;
	font-weight: bold;
}
ul#twitter_update_list li {
 margin-bottom: 10px;
 padding: 10px;
 color: #444444;
 background: url(images/tran_blue.png);
}
a { color: #96997a; }

#twitter_div a {
	padding-left: 40px;
}
 #followUs {
	position: absolute;
	left: 18px;
	top: 163px;
}#ourTeam h3 {
}
#vcard {
	background-image: url(images/vcard.jpg);
	background-repeat: no-repeat;
	float: right;
	padding-top: 75px;
	width: 102px;
}
#mainContent h1 {
	font-size: 1.7em;
	line-height: 1.6em;
}
.workSamples {
	float: right;
	padding-bottom: 40px;
}
.mainContentinside {
	float: left;
	width: 300px;
	padding-top: 25px;
	background-repeat: no-repeat;
	padding-left: 7px;
}#twitterbox {
	position: relative;
}





#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 218px;
}


.panel_button,.panel_button2,.panel_button3,.panel_button4,.panel_button5 {
	top: 4px;
	width: 218px;
	height: 51px;
	text-align:left;
	z-index: 20;
	cursor: pointer;
}
.panel_button img, .panel_button2 img, .panel_button3 img, .panel_button4 img, .panel_button5 img {
	position: relative;
	border: none;
}
.panel_button a, .panel_button2 a, .panel_button3 a, .panel_button4 a, .panel_button5 a {
	text-decoration: none;
	color: #06F;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover, .panel_button2 a:hover, .panel_button3 a:hover, .panel_button4 a:hover, .panel_button5 a:hover {
	color: #ff6600;
}

#toppanel {
	position: absolute;
	width: 500px;
	left: 0px;
	z-index: 25;
	text-align: center;
}
#panel, #panel2, #panel3, #panel4, #panel5  {
	width: 218px;
	position: relative;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents, #panel_contents2, #panel_contents3, #panel_contents4, #panel_contents5 {
	background: black;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	height: 100%;
	width: 218px;
	position: absolute;
	z-index: -1;
	top: -1px;
}

.panelText{
	font-family: Arial, Helvetica, sans-serif,;
	font-weight: normal;
	color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
}
.panelText h1 {
	font-size: 26px;
	padding-top:2px;
	color: #97BE85;
}
.panelText h2 {
	font-size: 20px;
	color: #69F;
}
.panelText p {
	font-size: 12px;
	color: #CCC;
	line-height: 18px;
}
p a img {
	top: 5px;
}

#hide_button, #hide_button img,#hide_button2 img, #hide_button3 img , #hide_button4 img, #hide_button5 img  {
	top: 5px;
}
#ourTeam h3 {
	font-weight: bolder;
	font-size: 22px;
	padding-bottom: 10px;
}
