/* CSS Document copyright 2009 Jones the Graphics, All rights reserved.*/

body {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:10px 0 80px 0;
	background-image: url(../image/bg5a.jpg);
	background-repeat: repeat-x;
}
h1 {
	
	background-color: transparent;
	font-size: 2.4em;
	color: #FFF;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #333;
	padding: 0px;
	font-size: 1.6em;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.2em;
	color: #000;
	margin: 0px;
	padding: 0px;
}
h4 {
}

.hivis title {
	font-size: 1.5em;
	font-weight: bold;
}

	ul {
	list-style:none;
	padding:0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-top: 0;
	margin-left: 0px;
}
	li {
	padding:0;
	float: left;
}
	li a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
}
	li a {
	outline: none;
	background-image: url(../image/back.png);
	background-repeat: repeat;
	background-position: 0 0;
}

	li a:active, li a:focus, li a:hover {background-position:-150px 0;}
	#pnav a {
	background-image: url(../image/back.png);
	background-repeat: repeat;
	background-position: 0 0;
}

.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.navigation {
	padding-top: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.navigation a {
	outline: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 15px;
	margin-left: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	font-size: 0.7em;
	background-image: url(../image/activelink.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: #504E4F;
	cursor: pointer;
}
.navigation a:active {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../image/orangedot.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
.navigation a:focus {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../image/orangedot.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
.navigation a:hover {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../image/orangedot.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
.header {
	width: 100%;
	padding-top: 25px;
	height: 131px;
	margin-bottom: 20px;
}
.logo {
	padding-top: 50px;
	float: left;
	width: 200px;
}
.pagesnav {
	text-align: left;
	margin-top: 20px;
	float: right;
}
.pagesnav a {
	color: #333;
	text-decoration: none;
	padding-left: 30px;
	font-size: 0.8em;
	padding-top: 80px;
	padding-right: 5px;
	padding-bottom: 15px;
	font-weight: bold;
	margin-right: 6px;
	margin-left: 15px;
}
.pagesnav a:hover {
	color: #333;
	text-decoration: none;
}
.talent {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 3em;
	color: #FFF;
	font-weight: bold;
}
.tag {
	list-style-position: inside;
	list-style-type: disc;
	display: block;
}
.tag h2 a {
	color: #414141;
	text-decoration: none;
	font-weight: bold;
}
.tag h2 a:active, .tag h2 a:focus, .tag h2 a:hover {
	color: #E4E4E4;
	background-color: #333;
}

h1 li {
	clear: left;
	float: left;
	list-style-type: none;
}
div#top{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:43px;
	background-color: #504E4F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
 }
div#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	min-height:83px;
	background-repeat: repeat-x;
	background-image: url(../image/footerbg2.png);
 }
@media screen{
	 body>div#top{
   position: fixed;
  }
 body>div#footer{
 position: fixed;
  }
}
* html body{
  overflow:hidden;
 } 
* html div#c{
  height:100%;
  overflow:auto;
 }
.fc {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	font-size: 0.75em;
	color: #E4E4E4;
}
.fcl {
	float: left;
	width: 40%;
	padding-left: 10px;
}
.fcr {
	float: right;
	width: 55%;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 22px;
	padding-right: 10px;
}
.ema {
	font-size: .7em;
}
.ema a {
	color: #FC0;
	text-decoration: none;
}
.ema a:active, .ema a:hover, .ema a:focus {
	color: #FFF;	
}
.ema2 {
	font-size: 0.7em;
	margin-top: 15px;
	margin-bottom: -15px;
}
.ema2 a {
	color: #FC0;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	margin-top: 15px;
}
.ema2 a:active, .ema2 a:hover, .ema2 a:focus {
	color: #FFF;	
}
.text2 {
	margin-left: 0px;
	padding-top: 20px;
	font-size: 0.8em;
	width: 238px;
	font-family: Verdana, Geneva, sans-serif;
}
.text2 h2 {
	font-size: 1.3em;
	margin-top: -10px;
	font-weight: bold;
}
.text2 a {
	color: #2C56AD;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	font-style: normal;
}
.text2 a:hover {
	color: #000;
	text-decoration: none;
}
.cola {
	float: left;
	width: 238px;
	margin-right: 89px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cola img {
	width: 238px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #CCC;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
.col3a {
	float: left;
	width: 238px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.col3a img {
	width: 238px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #CCC;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
.col2a {
	float: left;
	width: 238px;
	margin-left: 89px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.col2a p {
	font-size: 1em;
}
.col2a img {
	width: 238px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #CCC;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
.exampa {
	float: left;
	width: 238px;
	margin-right: 89px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.exampa img {
	width: 238px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #CCC;
	height: 238px;
	margin: 0px;
	padding: 0px;
}
.examp3a {
	float: left;
	width: 238px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.examp3a img {
	width: 238px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #CCC;
	height: 238px;
	margin: 0px;
	padding: 0px;
}
.examp2a {
	float: left;
	width: 238px;
	margin-left: 89px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.examp2a p {
	font-size: 1em;
}
.examp2a img {
	width: 238px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #CCC;
	height: 238px;
	margin: 0px;
	padding: 0px;
}

div.latestb {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	background-color: #CCC;
	background-image: url(../image/whitegreystripe.jpg);
	background-repeat: repeat;
}
div.latestb h3 {
	color: #333;
	margin-top: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	width: 879px;
	margin-bottom: 2px;
	font-weight: normal;
}
div.latestb h3 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .6em;
	color: #2C56AD;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
}
div.latestb h3 a:active, div.latestb h3 a:hover, div.latestb h3 a:focus {
	color: #000;
}


div.latestb img {
	margin-right: 10px;
	margin-top: 5px;
	width: 166px;
	height: 136px;
	border: 1px solid #666;
}
div.latestweb {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	background-color: #EBEBEB;
	background-image: url(../image/bboxbg.png);
	font-size: .8em;
}
div.latestweb h3 {
	color: #333;
	margin-top: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	width: 879px;
	margin-bottom: 2px;
	font-weight: normal;
}
div.latestweb img {
	margin-right: 10px;
	margin-top: 5px;
	width: 468px;
	border: 3px solid #CCC;
	display: block;
	float: left;
}
div.latestweb2 {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	background-color: #EBEBEB;
	background-image: url(../image/bboxbg.png);
	font-size: .8em;
}
div.latestweb2 h3 {
	color: #333;
	margin-top: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	width: 879px;
	margin-bottom: 2px;
	font-weight: normal;
}
div.latestweb2 img {
	margin-right: 15px;
	border: 3px solid #CCC;
	display: block;
	float: left;
	clear: left;
	height: 133px;
	width: 200px;
	margin-bottom: 20px;
}
div.latestweb3 {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	background-color: #EBEBEB;
	background-image: url(../image/bboxbg.png);
	font-size: .8em;
}
div.latestweb3 h3 {
	color: #333;
	margin-top: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	width: 879px;
	margin-bottom: 2px;
	font-weight: normal;
}
div.latestweb3 img {
	margin-right: 15px;
	border: 3px solid #CCC;
	display: block;
	float: left;
	clear: left;
	height: 250px;
	width: 350px;
	margin-bottom: 20px;
}
#webbadges {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#webbadges img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearer {
	clear: both;
}
div.lwtxt {
	color: #333;
	margin-right: 10px;
	font-size: 0.9em;
}
div.lwtxt a {
	font-size: 1.1em;
	font-weight: bold;
	color: #254A70;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.lwtxt a:active, div.lwtxt a:hover, div.lwtxt a:focus {
	color: #F60;
}

div.lwtxt h4 {
	white-space: normal;
}
div.lwtxt ul {
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
div.lwtxt li {
	list-style-type: disc;
	margin-left: 15px;
}

.top {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 0.6em;
	width: 900px;
}
.top a{
	padding: 5px;
	background-color: #FC0;
	color: #333;
	text-decoration: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.top a:active {
	color: #FC0;
	background-color: #000;
}
.top a:hover {
	color: #FC0;
	background-color: #000;
}
.top a:focus {
	color: #FC0;
	background-color: #000;
}
.sm {
	margin-left: 10px;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.sm2 {
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 30px;
}
.sm3 {
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
}
.sm a {
	color: #36C;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.8em;
	text-decoration: none;
}
.sm a:active {
}
.sm a:hover {
}
.sm a:focus {
}
div#botb {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	margin-bottom: 3px;
	color: #CCC;
	font-size: 0.9em;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #999;
	padding-bottom: 1px;
}
div#botb img {
	float: left;
	padding-right: 25px;
	padding-left: 2px;
}
div#botb p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 1.2em;
	width: 850px;
	padding-top: 1px;
}
blockquote {
	font-size: 1.1em;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.1em;
}
.ctctxt {
	color: #333;
	margin-right: 10px;
	font-size: 0.9em;
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-left: 20px;
}
.ctctxt a {
	color: #015989;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-decoration: none;
}
.ctctxt a:active, .ctctxt a:hover, .ctctxt a:focus {
	color: #F60;
	text-decoration: underline;
}
#ctcformb {
	float: right;
	width: 300px;
}
#ctcformb img {
	height: 25px;
	width: 90px;
}
.smlr {
	font-size: .8em;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
}
#ctctnks {
	float: right;
	width: 360px;
}
#ctctnks img {
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-left: 70px;
}
#webexamplesimg {
	width: 900px;
	margin-right: auto;
	margin-left: auto;	
	
}
#webexamplesimg img {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

