body {
	font-family:"Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4c4d4f;
}

#main {
	width:985px;
	margin: 0 auto;
	border:1px solid #EEEEEE;
}

#header {
	height:78px;
	background:url('../images/header_back.gif') left bottom repeat-x;
}

#header .logo {
	margin:24px 0px 0px 50px;
	float:left;
}

#header .heading {
	font-size:12px;
	font-weight:normal;
	color:#717074;
	padding:39px 0px 0px 36px;
	float:left;
}

#menu {
	background-color:#00a5dd;
	height:34px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	font-size:16px;
}

#menu .search {
	float:left;
}

.search .input {
	float:left;
	width:150px;
	text-align:right;	
}

.input input {
	width:100px;
	font-size:10px;
	height:12px;
	margin-top:8px;
}

.search .label {
	float:left;
	color:#ffffff;
	font-weight:bold;
	margin:5px 0px 8px 0px;
	padding:0px 3px 0px 3px;
	height:19px;
	width:48px;
	cursor:pointer;
}

#menu .menu {
	text-align:center;
	float:right;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:4px
}

.menu .item1 {
	width:100px;
	float:left;
}

.menu .item2 {
	width:100px;
	float:left;
}

.menu .item3 {
	width:70px;
	float:left;
}

.menu .item4 {
	width:100px;
	float:left;
}

.menu .item5 {
	width:85px;
	float:left;
}

.menu .item6 {
	width:120px;
	float:left;
}

.menu .item7 {
	width:55px;
	float:left;
}

.menu a{
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:hover {
	text-decoration:underline;
}

#content {
	background:url('../images/content_back.gif') left top repeat-x;
	padding:25px 0px 15px 55px;
	
}

#footer {
	background:url('../images/header_back.gif') left bottom repeat-x;
	height:18px;
	text-align:center;
	color:#707072;
	font-size:9px;
	font-weight:bold;
	padding-top:12px;
}

/*
Content Links
*/

#r_col1 a,#r_col a, .tContent a  {
	color:#dc7226;
	text-decoration:none;
}

#r_col1 a:visited, #r_col a:visited, .tContent a:visited {
	color:#dc7226;
	text-decoration:none;
}


#r_col1 a:hover,#r_col a:hover, .tContent a:hover  {
	color:#dc7226;
	text-decoration:underline;
}

/*
HOMEPAGE
*/
#content_home {
	background:url('../images/content_back.gif') left top repeat-x;
	padding:25px 0px 15px 0px;
	
}

#content_home h2 {
	margin:0px;
	padding:0px 0px 7px 0px;
	color:#00a5dd;
	font-size:20px;
	font-weight:bold;
}

#content_home h2 a{
	color:#00a5dd;
	text-decoration:none;
}

#content_home h2 a:visited{
	color:#00a5dd;
	text-decoration:none;
}

#content_home h2 a:hover{
	color:#00a5dd;
	text-decoration:underline;
}
#content_home a {
	color:#dc7226;
	text-decoration:none;
}

#content_home a:visited {
	color:#dc7226;
	text-decoration:none;
}

#content_home a:hover {
	color:#dc7226;
	text-decoration:underline;
}

#content_home img {
	margin-left:5px;
	margin-top:10px;
}

.home_main {
	padding-left:44px;
	padding-bottom:15px;
	background:url(../images/LGT-homepage-image.png) no-repeat bottom right;
	margin-bottom:10px;
}

.home_main h2{
	color:#dc7226;
}

.home_main h1 {
	margin:0px;
	padding:0px 0px 7px 0px;
	color:#dc7226;
	font-size:28px;
	font-weight:bold;
	width:420px;
}

.home_main a {
	font-size:20px;
	text-decoration:none;
}

.home_main a:visited {
	font-size:20px;;
	text-decoration:none;
}

.home_main a:hover {
	font-size:20px;
	text-decoration:underline;
}

.home_main .text {
	display:block;
	width:455px;
}

.square_holder {
	padding-bottom:30px;
	padding-left:10px;
	margin:0 22px;
}

/*
Bullets
*/

ul.orangebullet {

}

ul.orangebullet li{
	background:transparent url(../images/bullet-6.png) no-repeat scroll 4px 6px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:5px;
	margin-left:0;
	padding-bottom:3px;
	padding-left:20px;
}

.square {
	background:url(../images/home_square.png) top left no-repeat;
	float:left;
	width:250px;
	height:275px;
	padding:15px 20px 0px 30px;
	margin-right:10px;
}

.line {
	display:block;
	border-bottom:2px solid #CCCCCC;
	margin:-8px 0px 5px 0px;
}



#l_col {
	float:left;
	width:150px;
	border-top:#717074 1px solid;
	border-bottom:#717074 1px solid;
	margin-top:5px;
	margin-right:20px;
	padding:5px 0px 8px 0px;
}

#l_col h3 {
	border:0;
	margin:0;
	padding:10px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
}

#l_col .item{
	display:block;
	padding-bottom:8px;
	font-size:12px;
}

#l_col .item2{
	display:block;
	padding-bottom:8px;
	font-size:12px;
	padding-left:20px;
}

#l_col a {
	color:#4c4d4f;
	text-decoration:none;
}

#l_col a:hover {
	text-decoration:underline;
}

#r_col {
	float:left;
	width:700px;
}

#r_col h1 {
	border:0;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:28px;
	font-weight:bold;
}

.orange {
	color:#dc7226;
}

#r_col h2 {
	border:0;
	padding:0px;
	margin:0px 0px 15px 0px;
	font-size:20px;
	font-weight:normal;
}

.text {
	margin:10px 0px;
}

.content_list {
	border-bottom:#dbdcde 1px solid;
	padding-bottom:15px;
	margin-top:15px;
}

.content_list img {
	border:0;
}

.content_list .text {
	width:577px;
	float:left;
	margin:0px;
}

.logos {
	border:0;
	display:block;
	width:103px;
	float:left;
	padding-right:20px;
	margin-top:10px;
}

.client_logos {
	border:0;
	display:block;
	width:145px;
	float:left;
	padding-right:15px;
	margin-top:5px;
}
	
}

.text {
	margin:10px 0px;
}


/*
NAVIGATION
*/

#nav {
	margin-top:45px;
	border-top:1px solid #999999;
	padding-top:4px;
}

#nav .item {
	float:left;
	width:20%;
}

#nav .title{
	display:block;
	font-weight:bold;
	font-size:12px;
}

#nav .item .item {
	display:block;
	width:100%;
	float:none;
}

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

#nav a:visited {
	color:#4c4d4f;
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
	color:#4c4d4f;
}

#r_col1 {
	float:left;
	width:500px;
}

#r_col2 {
	float:left;
	width:260px;
	text-align:center;
	padding-top:55px
}

#r_col1 h1 {
	border:0;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:28px;
	font-weight:bold;
}

#r_col1 h2 {
	border:0;
	padding:0px;
	margin:0px 0px 15px 0px;
	font-size:20px;
	font-weight:normal;
}

#r_col1 .content_list .text {
	width:377px;
	float:left;
	margin:0px;
}

.addThisButton {
	margin:15px 0px 0px 150px;
}

/*
Contact Us
*/
.contactus_left {
	float:left;
	width:500px;
	margin-top:15px;
	margin-bottom:30px;
}

.contactus_map {
	float:right;
	text-align:right;
	width:380px;
	margin-top:35px;
	padding-right:40px;
}

.tLabel {
	width:80px;
	font-weight:bold;
}

.tContent {
	width:300px;
}

h1 {
	font-size:28px;
	font-weight:bold;
	margin-top:0px;
}

h3 {
	font-weight:bold;
	margin-bottom:5px;
}

.contactus_map a {
	color:#dc7226;
	text-decoration:none;
}

.contactus_map a:visited {
	color:#dc7226;
	text-decoration:none;
}

.contactus_map a:hover {
	color:#dc7226;
	text-decoration:underline;
}

.carousel {
	background:url(../images/carousel.png) top left no-repeat;
	width:680px;
	height:141px;
	margin:10px 5px;
	padding-left:20px;
	padding-top:10px;
}





