/* css styles */
body {
	margin:0px;
	padding:0px;	
	background:url(images/bodybg.jpg) repeat-x #f6f7f9;
	font-family: "Times New Roman", Times, serif;
}

h1, h2, h3, h4 ,h5 {
	font-weight: normal;
}

.fullwide {
	width:100%;
	text-align:center;
	background:url(images/bodybg.jpg) 50% 0pt repeat-x #f6f7f9;
	min-height:692px;
}

#bodywrap {
	color:#000000;
	margin:0px auto;
	width:960px;
	text-align:left;
}

	#bodywrap a {
	text-decoration:none;
	color:#0c587e;	
	}

	#bodywrap h2 {
	padding:0px;
	margin:0px 0px 0px 10px;
	font-size:20px;
	}

	#bodywrap h3 {
	padding:0px;
	margin:10px 0px 0px 10px;
	font-size:16px;
	}
	
	#bodywrap h4 {
	font-size:22px;
	font-weight:bold;
	text-align:center;	
	}
	
	#bodywrap h5 {
	font-size:18px;
	font-weight:normal;
	color: #444444;
	}
	
	#bodywrap p {
	padding:0px;
	margin:10px 10px 0px 10px;
	font-size:12px;
	}
	

#header {
	width:960px;
	height:100px;
	margin:0px auto;
	position:relative;
}

#header h2 {
	width:372px;
	height:100px;
	background:url(images/title.png);
	margin-left:200px;
}

#header h2 span {
	position:absolute;
	top:-1400px;
	left:-1400px
}

#headerpic {
	background:url(images/header1.png) no-repeat bottom right;
	width:749px;
	height:282px;
}

	#nav {
	width:208px;
	height:282px;
	position:relative;
	z-index:30;
	}

	#nav ul {
	margin:0px;
	padding:0px;
	display:block;
	width:208px;
	position:absolute;
	bottom:0px;
	left:0px;
	}

	#nav li {
	border-left:2px solid #747474;
	border-bottom:1px solid #696969;
	border-top:0px;
	margin:0px;
	padding:5px;
	display:block;
	float:left;
	background:url(images/navgrad.jpg);
	height:25px; /* + padding of 10 px = 35px */
	width:197px; /* + padding of 10px = 205px */
	text-align:left;
	}

	#nav li a {
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	letter-spacing: .5px;
	display:block;
	width:177px;
	height:100%;
	line-height:14px;
	padding-left:20px;
	margin:0px;
	}
	
	#nav li a span {
	display:block;
	padding-top:5px;
	}
	
	#title {
	background:url(images/title.png) no-repeat;
	position:absolute;
	top:0px;
	left:300px;
	width:372px;
	height:100px;
	}
	
#content {
	width:960px;
	margin:0px auto;
}

#contactform .text {
	height:16px;
	padding:4px;
	font-size:12px;
	background:url(images/maingrad.jpg) repeat-x 1px -50px;
	color:#333333;
	margin:10px 0px 10px 0px;
	width:150px;
}

#contactform label {
	text-align:right;
	font-size:14px;
}

.required {
	background:#E0E0E0;
}

#contactform .textbox {
	background:url(images/maingrad.jpg) repeat-x 0px -10px;
	padding:15px;
}

#contactform label {
	display:block;
	margin:4px;
}

#leftcol {
	width:208px;
	float:left;
	margin-top: 48px;
}

#info {
	background:url(images/leftcolbg.jpg) repeat-x #dededf;
	padding:15px 0px 15px 0px;
}


	#leftcol p {
	margin:0px 0px 0px 22px;
	}
	
	#leftcol h2 {
	margin:0px 0px 0px 20px;
	}

	#laptop {
	width:208px;
	height:125px;
	background:url(images/computer.png) no-repeat;
	margin-top:30px;
	}
	
	#tlc {
	width:208px;
	height:100px;
	background:url(images/tlccolor.png) no-repeat 50% 0%;
	margin-top:10px;
	}
	
	#leftbottom {
	width:208px;
	height:100px;
	background:url(images/leftnavbottom.jpg);
	}
	
#rightcol {
	width:749px;
	margin-left:208px;
	
}

	#rightcontent {
	padding:0px;
	background:#ffffff url(images/maingrad.jpg) repeat-x;
	padding:15px;
	}

	#rightcol h2 {
	font-style:italic;
	font-size:28px;
	color:#0c587e;
	font-weight:normal;
	}

	#rightcol h3 {
	font-style:italic;
	font-size:16px;
	color:#000000;
	font-weight:normal;
	}

	#rightcol p {
	font-size:14px;
	margin:20px 10px 20px 10px;
	}
	
	#rightcol ul {
	font-size:14px;
	}
	
	#rightcol .case {
	font-size:12px;
	}

#footer {
	background:#a6a6a6;
	width:980px;
	height:30px;
	clear:both;
	padding:10px 0px 0px 0px;
}

#footer ul {
	margin:0px;
}

#footer li {
	display:inline;
	padding:0px 20px 0px 20px;
}

#footer li a {
	font-size:12px;
	color:#000000;
}