body {
	font-family: "Open Sans", Arial;
	font-size:62.5%;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat;
}
h1 {
	font-size: 3em;
	color: #999999;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	color: #3399FF;
	font-weight: bold;
}
a:link, a:visited{
	text-decoration: none;
	color: #00A5CE;
	font-weight: normal;
}
a:hover{
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}
a.specialLink:link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.specialLink:visited{
	color: #33CCFF;
	text-decoration: none;
	font-weight: normal;
}
a.specialLink:hover{
	color: #33CCFF;
	text-decoration: none;
	font-weight: normal;
}
.specialLink {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
}
.img {
	padding-right: 9px;
	padding-bottom: 4px;
}
.imgBox {
	float: left;
	width: 82px;
	line-height: 1em;
	text-align: center;
	padding-top: 4px;
	font-size: 0.9em;
}
/*--------------------NAV SPRITE----------------------*/
a.about:link, a.about:visited {
	display:block;
	width:120px;
	height:40px;
	text-indent:-9999px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.about:hover, a.about:active {
	display:block;
	width:120px;
	height:40px;
	text-indent:-9999px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
a.services:link, a.services:visited {
	display:block;
	width:120px;
	height:40px;
	text-indent:-9999px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -120px 0px;
}
a.services:hover, a.services:active {
	display:block;
	width:120px;
	height:40px;
	text-indent:-9999px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -120px -40px;
}
a.news:link, a.news:visited {
	display:block;
	width:120px;
	height:40px;
	text-indent:-9999px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -240px 0;
}
a.news:hover, a.news:active {
	display:block;
	width:120px;
	height:40px;
	text-indent:-9999px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -240px -40px;
}
a.contact:link, a.contact:visited {
	display:block;
	width:120px;
	height:40px;
	text-indent:-9999px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -360px 0;
}
a.contact:hover, a.contact:active {
	display:block;
	width:120px;
	height:40px;
	text-indent:-9999px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -360px -40px;
}
/*-------------------------NAV END-----------------------*/
.textBoxCol {
	float: left;
	width: 460px;
}
.textBoxCol2 {
	float: left;
	width: 460px;
	margin-left: 15px;
}
.textBoxCol3 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.textBox {
	background-image: url(../images/box_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 420px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.6em;
	color: #333333;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	list-style-position: inside;
	list-style-type: disc;
	background-color: #F9F9F9;
}
.textBoxFull {
	background-image: url(../images/box_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 820px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.6em;
	color: #333333;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	list-style-position: inside;
	list-style-type: disc;
	background-color: #F9F9F9;
}
.textBoxWide {
	background-image: url(../images/box_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 873px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333333;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	text-align: justify;
	margin-left: 20px;
}
.holdingPage {
	color: #006699;
	line-height: 1.5em;
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 100px;
}
.holdingText {
	font-size: 1.4em;
	color: #006699;
	line-height: 1.8em;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	width: 600px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#logoContainer {
	width: 100%;
	background-image: url(../images/splash_tile.jpg);
	background-repeat: repeat-x;
	height: 80px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.5em;
}
#logo {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/splash_logo.jpg);
	background-repeat: no-repeat;
	height: 80px;
}
.headerContainer {
	height: 85px;
	width: 100%;
	background-image: url(../images/bg_tile_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 85px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.contentContainer {
	background-image: url(../images/bg_tile_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
.contentContainerInner {
	background-image: url(../images/bg_tile_contentbox.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto
}
.content {
	background-repeat: repeat-y;
	background-position: center top;
	width: 940px;
	margin-right: 17px;
	margin-left: 17px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	overflow:auto
}
.titleContainer {
	height: 60px;
	padding-top: 15px;
	padding-left: 20px;
}

.navContainer {
	height: 40px;
	width: 960px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 17px;
	margin-left: 17px;
}
.navLink {
	float: left;
	height: 40px;
	width: 120px;
}
.textHighlight {
	color: #3399CC;
}
.footerContainer {
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer {
	padding: 10px;
	height: 40px;
	width: 940px;
	font-size: 1.1em;
	color: #FFFFFF;
}
.footerBox {
	margin-left: 20px;
	float: left;
	margin-right: 20px;
	padding-top: 2px;
}
.footerBox2 {
	margin-left: 20px;
	float: left;
	margin-right: 20px;
	padding-top: 0px;
}
/*---------------------FORM-------------------*/
#formWrapper {
	width: 290px;
	padding-left: 30px;
	color: #666;
	float: left;
}
.form_txt_small {
	font-size: 1.1em;
	float: left;
	padding-right: 200px;
	display: block;
	padding-bottom: 2px;
	padding-top: 8px;
}
.form_input {
	background-color: #ECF5FF;
	font-size: 1.1em;
	float: left;
	width: 250px;
	border: 1px solid #999;
	padding: 2px;
}
.form_textarea {
	background-color: #ECF5FF;
	font-size: 1.1em;
	width: 270px;
	float: left;
	height: 113px;
	border: 1px solid #999;
	padding: 2px;
}
.form_button {
	background-color: #ECF5FF;
	font-size: 1.1em;
	float: left;
	border: 1px solid #666;
	clear: both;
	margin-top: 10px;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 23px;
}
.thanksPadding {
	float: left;
	height: 200px;
	width: 800px;
}
.consultancyBox {
	clear: both;
	float: left;
	width: 420px;
}
.linksContainer {
	float: left;
	height: 80px;
	width: 400px;
}
.linksBox {
	float: left;
	height: 75px;
	padding-right: 10px;
}
.linksTxt {
	padding-top: 20px;
	padding-bottom: 20px;
}
