/* v1.0 | 20080212 */

html, body, div, span, applet, object, 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, sub, sup, tt, var,
b, u, i, center,
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: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:  Arial, Helvetica, sans-serif;
	background-color:#005667;
}


/*MISC*/

html{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;}


* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #930;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	text-align: right;
	color: #333;
}

.nopad {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px; 
}

#paneloneemail{
	position:relative;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 44px;
	color: #FFF;
	float: left;
	padding-top: 10px;
}

#panelfiveemail{
	position:relative;
	left: 100px;
	top: 230px;
	width: 400px;
	height: 44px;
	color: #FFF;
	float: left;
}

#panelsixemail{
	position:relative;
	left: 120px;
	top: -70px;
	width: 250px;
	height: 44px;
	color: #FFF;
	float: left;
	padding-top: 10px;
}

#paneloneemail:focus{
	border-color:#00F;
	width: 200px;
}



/*PANELS*/

.panelone {
	width:100%;
	background-image:url(../images/introBack.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height:1050px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-top: -100px;
	}
	
		.paneltwo {
	position:relative;
	width:100%;
	background-position: top center;
	background-repeat: no-repeat;
	height:610px;
	margin:0px 0px 0px 0px;
	padding: 80px 0px 0px 0px;
	background-color: #000;
	}
	
		.panelthree {
	position:relative;
	width:100%;
	background-image:url(../images/panels/panel1_03.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #A5C5D4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}


	.panelfour {
	position:relative;
	width:100%;
	background-image:url(../images/panels/panel1_04.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height:1294px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
	}


	.panelfive {
		position:relative;
		width:100%;
		background-image:url(../images/panels/panel1_05.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		height:1602px;
		margin:0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		
	}


	.panelsix {
		position:relative;
		width:100%;
		background-image:url(../images/panels/panel1_06.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		height:1368px;
		margin:0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		
	}


	.panelseven {
		position:relative;
		width:100%;
		background-image:url(../images/panels/panel1_07.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		height:1200px;
		margin:0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		
	}


 .pagecontainer {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	width: 1000px;
}
	 


 
/*NAV*/

#bar{
	position:fixed;
	z-index: 100;
	left:0px;
	top:0px;
	width:100%;
	height: 35px;
	background-repeat: repeat-x;
	background-position: top;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


* html #bar { /*\*/position: absolute; top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

#foo > #bar { position: fixed; top: 0px; right: 0px; } 


	 #navcontainer {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 1000px;
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
}
	 
	  #logo {
		 float:left;
		 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
     width: 217px;
	 height: 51px; }
	 
	 
	 #nav-menu ul
{
	float: left;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

#nav-menu li
{
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	float: left;
	line-height: 0.8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#nav-menu li a
{
	background: url(resource/bg/navgrey.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	display: block;
	color:#CCC;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
}


#nav-menu li a:hover
{
	background: url(resource/bg/navred.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	display: block;
	color:#FFF;
	text-decoration: none;
}
	 
/*GENERIC*/

.titleholderhome{
float: left;
width: 1000px;
height: 340px;
margin: 0;
padding: 0;
z-index: 5;}	

.titleholder{
float: left;
width: 500px;
margin: 0;
padding: 0;}	

.footrow{
	float: left;
	width: 1000px;
	padding: 115px 0px 0px 0px;
	margin: 0;
}

.footrow2{
	width: 821px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	height: 75px;
	top: 400px;
	left: 0px;
}

.footrowBottom{
	width: 920px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	height: 20px;
	position: relative;
	top: 670px;
	left: 0px;
}

.shareholder{
float: right;
padding:0;
margin:0;
width: 220px;}

 .sharethis{
width: 130px;
float: right;}	

 .wc{
width: 70px;
padding: 0px 0px 0px 0px;
margin: 0;
float: right;}	

.subs{
width: 100%;
padding: 0px 0px 12px 0px;
margin: 0px 0px 0px 0px;}	

.redlink{
color: #b90707;
text-decoration: underline;
padding: 0px 5px 0px 0px;
margin: 0;
}

a:hover.redlink{
color: #000000;
text-decoration: underline;
}
/*CONTACT PAGE*/
#contactdetails{
float: left;
width: 500px;
margin: 0;
padding: 50px 0px 0px 0px;}

#contactdetailsleft{
float: left;
width: 200px;
margin: 0;
padding: 0px 0px 0px 0px;}

#contactdetailsmap{
float: left;
width: 250px;
margin: 0;
padding: 0px 0px 0px 0px;}

#formouter{
float: left;
background-color: #101010;
width: 468px;
margin: 0px 0px 30px 0px;
padding: 15px 15px 15px 15px;
border-width: 1px;
border-style: solid;
border-color: #8f8f8f;}

#door{
float: left;
padding: 0px 0px 0px 0px;
margin: 0px 20px 40px 0px;}

/*CONTACT PAGE FORM*/
#contactformleft{
float: left;
width: 228px;
padding: 10px 0px 0px 0px;
margin: 0;}

#contactformright{
float: left;
width: 240px;
padding: 10px 0px 0px 0px;
margin: 0;}

.formrowblack {
	float: left;
	width: 228px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
	color: #ffffff;
	font-size: 10px;
}

.formrowenquiry {
	float: left;
	width: 240px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
	color: #ffffff;
	font-size: 10px;
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 110px;
	padding: 0;
	margin: 5px 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

.buttonrowenquiry {
	float: right;
	text-align: right;
	width: 202px;
	padding:0px 20px 0px 0px;
	margin: 0px 0px 8px 0px;
	color: #ffffff;
	font-size: 10px;
}
/*CONTACT PAGE TEXT*/

.contacttext{
font-weight: normal;
font-size: 9pt;
color: #ffffff;
padding: 0px 0px 8px 0px;
margin: 0;}

.contacttextlink{
font-weight: normal;
text-decoration: underline;
font-size: 9pt;
color: #ffffff;
padding: 0px 0px 8px 0px;
margin: 0;}

.maplink{
float: right;
font-weight: normal;
text-decoration: underline;
font-size: 8pt;
color: #ffffff;
padding: 4px 0px 0px 0px;
margin: 0;}

.contacttextnumber{
font-weight: bold;
font-size: 12pt;
color: #ffffff;
padding: 0px 0px 8px 0px;
margin: 0;}


.contacttextintro{
font-weight: normal;
font-size: 11pt;
color: #ffffff;
padding: 0px 0px 12px 0px;
margin: 0;}

.contacttextbig{
font-weight: normal;
font-size: 8pt;
color: #ffffff;
padding: 0px 0px 12px 0px;
margin: 0;}

.contacttextbiglink{
font-weight: normal;
text-decoration: underline;
font-size: 10pt;
color: #ffffff;
padding: 0px 0px 8px 0px;
margin: 0;}

/*ABOUT PAGE*/

#abouttop{
z-index: 1;
width: 1000px;
height: 350px;
margin: 0;
padding: 0;}

#aboutintro{
float: left;
width: 450px;
margin: 0;
padding: 0px 0px 0px 0px;}

#aboutcontent{
float: left;
width: 1000px;
height: 225px;
margin: 0;
padding: 20px 0px 0px 0px;
}

#aboutbl{
float: left;
width: 415px;
margin: 0;
padding: 0px 40px 0px 45px;
}

#aboutbr{
float: left;
width: 430px;
margin: 0;
padding: 0px 40px 0px 30px;
}

.founderpic{
float: left;
width: 80px;
padding: 0px 10px 0px 0px;
height: 225px;
margin: 0;}

.founderinfo{
float: left;
padding: 0;
width: 310px;
margin: 0;}

.foundername{
font-weight: normal;
font-size: 9pt;
color: #ffffff;
padding: 0px 0px 8px 0px;
margin: 0;}

.foundercopy{
font-weight: normal;
font-size: 8pt;
color: #ffffff;
padding: 0px 0px 8px 0px;
margin: 0;}

/*ABOUT PAGE TEXT*/

.aboutintro{
font-weight: normal;
font-size: 10pt;
color: #ffffff;
padding: 0px 0px 10px 0px;
margin: 0;}

.aboutcopy{
font-weight: normal;
font-size: 8pt;
color: #ffffff;
padding: 0px 0px 10px 0px;
margin: 0;}

.aboutsub{
font-weight: bold;
font-size: 8pt;
color: #ffffff;
padding: 0px 0px 5px 0px;
margin: 0;}

.aboutlist {
padding: 0px 0px 0px 20px;
margin: 0;
color: #FFFFFF;}

.aboutlist li {
font-size: 8pt;
padding: 0px 0px 0px 0px;
margin: 0;
color: #FFFFFF;}



/*FOLIO PAGE*/

#foliotop{
	width: 821px;
	height: 335px;
	margin: 0 auto;
	padding: 0;
	right: 200px;
	z-index: 500;
	padding-top: 200px;
}

#foliointro{
float: left;
width: 460px;
margin: 0;
padding: 0px 0px 0px 40px;}

#foliocontent{
	z-index:5;
	height: 100px;
	margin: 0;
	width: 200px;
	right: 0px;
	position: fixed;
}
/*FOLIO PAGE TEXT*/

.foliocopy{
float: left;
width: 100%;
font-weight: normal;
font-size: 10pt;
color: #ffffff;
padding: 0px 0px 20px 0px;
margin: 0;}

.foliocopylink{
font-weight: normal;
text-decoration: underline;
color: #ffffff;
}


/*HOMEPAGE*/

#hometop{
float: left;
width: 1000px;
height: 340px;
margin: 0;
padding: 0px 0px 0px 0px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
border-bottom-width: 1px;}

#homecontent{
float: left;
width: 1000px;
height: 235px;
margin: 0;
padding: 20px 0px 0px 0px;
background-image: url(resource/bg/homecol.jpg);
background-position: bottom;
background-repeat: no-repeat;
}

#ant{
float: left;
width: 128px;
margin: 0;
padding: 35px 0px 0px 0px;}

#homeflash{
float: left;
z-index:1;
width: 430px;
height: 340px;
margin: 0;
padding: 0px 0px 0px 70px;}

#homecontentleft{
float: left;
width: 485px;
margin: 0;
padding: 0px 30px 0px 0px;}

#competancies{
float: left;
width: 480px;
margin: 0px 0px 30px 0px;
padding: 0px 0px 20px 0px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
border-bottom-width: 1px;

}

#homecontentmid{
float: left;
width: 225px;
margin: 0;
padding: 0;
padding: 0px 25px 0px 0px;}

#homecontentright{
float: left;
width: 225px;
margin: 0;
padding: 0px 10px 0px 0px;}

#viewfolio{
float: left;
margin: 0;
padding: 0px 20px 20px 0px;}



/*HOMEPAGETEXT*/

.homeintro{
font-weight: bold;
font-size: 12pt;
color: #000000;
padding: 30px 0px 10px 0px;
margin: 0;}

.homenews{
float: left;
font-weight: normal;
width: 205px;
font-size: 8pt;
color: #666666;
padding: 0px 25px 0px 0px;}

.homenewstitle{
color: #000000;
}
.homedate{
color: #999999;
}

.homenewslink{
color: #b90707;
text-decoration: underline;
}

a:hover.homenewslink{
color: #000000;
text-decoration: underline;
}

.homeservices{
font-weight: normal;
font-size: 8pt;
color: #666666;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;}

.homeserviceslink{
font-weight: normal;
text-decoration: underline;
color: #b90707;}

a:hover.homeserviceslink{
font-weight: normal;
text-decoration: underline;
color: #000000;}

.competanciestext{
clear: both;
font-weight: normal;
font-size: 7pt;
color: #b90707;
padding: 0px 10px 0px 0px}

a.competanciestext{
text-decoration: underline;
color: #b90707;}

a:hover.competanciestext{
text-decoration: underline;
font-weight: normal;
color: #000000;}

.homefoottext{
float: left;
width: 870px;
font-weight: normal;
font-size: 8pt;
color: #666666;}

.homefoottexttwo{
float: left;
width: 750px;
font-weight: normal;
font-size: 8pt;
color: #666666;}


a.homefootemail{
text-decoration: underline;
color: #666666;}

a:hover.homefootemail{
text-decoration: underline;
font-weight: normal;
color: #000000;}

/*PROCESS PAGE*/

.processcol{
float: left;
width: 500px;
height: 595px;
margin: 0;
padding: 0px 0px 0px 0px;
}

#processleft{
float: left;
width: 220px;
margin: 0;
padding: 0px 55px 0px 0px;
}

#processright{
float: left;
width: 220px;
margin: 0;
padding: 0px 0px 0px 0px;
}

.processitem{
float: left;
width: 220px;
margin: 0px 0px 20px 0px;
padding: 0px 0px 10px 0px;
border-bottom-style: solid;
border-bottom-color: #999999;
border-bottom-width: 1px;
}

/*PROCESS TEXT*/
.processintro{
font-weight: normal;
font-size: 11pt;
color: #000000;
padding: 0px 0px 20px 0px;
margin: 0;}

.processtext{
font-weight: normal;
font-size: 9pt;
color: #666666;}

/*SERVICESPAGE*/
#brandingouter{
float: left;
width: 470px;
margin: 0;
padding: 0px 0px 0px 0px;
}

#brandingleft{
float: left;
width: 260px;
margin: 0;
padding: 0px 30px 0px 0px;
}

#brandingright{
float: left;
width: 180px;
margin: 0;
padding: 0px 0px 0px 0px;
}

.serviceouter{
float: left;
width: 500px;
margin: 0px 0px 25px 0px;
padding: 0px 0px 10px 0px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-bottom-width: 1px;
}

.serviceouternoborder{
float: left;
width: 500px;
margin: 0px 0px 25px 0px;
padding: 0px 0px 10px 0px;
}

.serviceleft{
float: left;
width: 355px;
margin: 0;
padding: 0px 30px 0px 0px;

}

.servicepic{
float: left;
width: 115px;
margin: 0;
padding: 0;

}



/*SERVICESPAGETEXT*/

.servicesintro{
font-weight: bold;
font-size: 11pt;
color: #000000;
width: 470px;
padding: 30px 0px 30px 0px;
margin: 0;}

.servicesintrolink{
font-weight: bold;
text-decoration: underline;
color: #ffffff;
}


.servicestext{
font-weight: normal;
font-size: 9pt;
color: #ffffff;}

.servicesfoottext{
	float: left;
	width: 800px;
	font-weight: normal;
	font-size: 10pt;
	color: #ffffff;
}

.servicesfoottextlink{
text-decoration: underline;
font-weight: normal;
font-size: 8pt;
color: #ffffff;}

.whofoottext{
float: left;
width: 870px;
font-weight: normal;
font-size: 8pt;
color: #ffffff;}

.whofoottextlink{
text-decoration: underline;
font-weight: normal;
font-size: 8pt;
color: #ffffff;}

/*COMMUNITY*/

.commcol{
float: left;
width: 630px;
margin: 0;
padding: 10px 0px 0px 0px;
}



.commouter{
float: left;
width: 630px;
margin: 0px 0px 25px 0px;
padding: 0px 0px 10px 0px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
border-bottom-width: 1px;
}

.commouternoborder{
float: left;
width: 630px;
margin: 0px 0px 25px 0px;
padding: 0px 0px 10px 0px;
}

.commleft{
float: left;
width: 485px;
margin: 0;
padding: 0px 0px 0px 20px;

}

.commpic{
float: left;
width: 115px;
margin: 0;
padding: 0;

}

.commtitle{
text-decoration: none;
font-weight: bold;
font-size: 14pt;
padding: 0px 0px 8px 0px;
margin: 0;
color: #ffffff;}

.commtitlelink{
text-decoration: none;
color: #ffffff;}

a:hover.commtitlelink{
text-decoration: underline;
color: #ffffff;}

.commlink{
font-weight: bold;
text-decoration: underline;
padding: 5px 0px 0px 0px;
margin: 0;
font-size: 9pt;
color: #ffffff;}


/*TESTIMONIALS*/

.testcol{
float: left;
width: 630px;
margin: 0;
padding: 30px 0px 0px 0px;
}

.testleft{
float: left;
width: 585px;
margin: 0;
padding: 0px 0px 0px 0px;

}

.testname{
text-decoration: none;
font-weight: bold;
font-size: 8pt;
padding: 4px 0px 4px 0px;
margin: 0;
color: #ffffff;}

.testpos{
text-decoration: none;
font-weight: bold;
font-size: 8pt;
padding: 0px 0px 4px 0px;
margin: 0;
color: #ffffff;}
/*NEWSPAGE*/

#newstitle{
float: left;
width: 470px;
margin: 0;
padding: 30px 0px 0px 0px;
}

#newsgrey{
float: left;
width: 444px;
background-color: #ebebeb;
margin: 0;
padding: 0px 13px 13px 13px;
}

.newsrow{
float: left;
width: 444px;
margin: 0;
padding: 0px 0px 0px 0px;
}


.newsitemleft{
float: left;
width: 190px;
margin: 0;
padding: 0px 30px 30px 0px;
}

.newsitemright{
float: left;
width: 190px;
margin: 0;
padding: 0px 0px 30px 0px;
}

.newsouter{
float: left;
width: 500px;
margin: 0px 0px 25px 0px;
padding: 0px 0px 10px 0px;
border-bottom-style: solid;
border-bottom-color: #999999;
border-bottom-width: 1px;
}

.newsouterplain{
float: left;
width: 500px;
margin: 0px 0px 25px 0px;
padding: 0px 0px 10px 0px;

}
.newsmug{
float: left;
width: 80px;
margin: 0;
padding: 0px 20px 0px 0px;

}

.newsarticle{
float: left;
width: 400px;
margin: 0;
padding: 0px 0px 0px 0px;

}


/*NEWSPAGETEXT*/
.newstext{
float: left;
font-weight: normal;
font-size: 8pt;
color: #000000;
padding: 0;
margin: 0;}

.newstexttitle{
color: #000000;
text-decoration: none;
}

a:hover.newstexttitle{
color: #000000;
text-decoration: underline;
}
.newstextdate{
color: #999999;
}

.newstextlink{
color: #b90707;
text-decoration: underline;
}

a:hover.newstextlink{
color: #000000;
text-decoration: underline;
}

.articletext{
float: left;
font-weight: normal;
font-size: 10pt;
color: #000000;
padding: 0;
margin: 0;}

.articletexttitle{
color: #000000;
text-decoration: none;
font-size: 11pt;
}

a:hover.articletexttitle{
color: #000000;
text-decoration: underline;
font-size: 11pt;
}
.articletextdate{
color: #999999;
}

.articlename{
float: left;
color: #b90707;
font-size: 9pt;
width: 100%;
font-weight: bold;
text-decoration: none;
}

a:hover.articletextlink{
color: #000000;
text-decoration: underline;
}


/*SUB PAGES*/

.pagecontainerinside {
     margin-left: auto;
     margin-right: auto;
	 margin-bottom: 0px;
	 margin-top: 0px;
	 padding: 115px 0px 10px 0px;
     width: 1000px; }
	 	 
	#insideleft{
	float: left;
	width: 640px;
	padding: 0px 35px 0px 0px;
	margin: 0;
	}
	
	#insideright{
	float: left;
	width: 325px;
	padding: 0;
	margin: 0;}	 
	
	.casefourup{
	float: left;
	padding: 10px 10px 0px 0px;
	margin: 0;}	 
	
	.caseh2{
	font-size: 20pt;
	font-weight: bold;
	padding: 30px 0px 0px 0px;
	margin: 0;
	color: #FFFFFF;}
	
	.caseh3{
	font-size: 14pt;
	font-weight: normal;
	padding: 20px 0px 20px 0px;
	margin: 0;
	color: #FFFFFF;}
	
	.casecopy{
	font-size: 9pt;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0;
	color: #FFFFFF;}
	
	.download{
	font-size: 9pt;
	font-weight: normal;
	background-image: url(resource/images/pdf.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 20px 30px;
	line-height: 25px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;}
	
		.downloadwhite{
	font-size: 9pt;
	font-weight: normal;
	background-image: url(resource/images/pdf2.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 20px 30px;
	line-height: 25px;
	margin: 0px 0px 0px 0px;
	color: #000000;}
	
	
	.casepicscaption{
	clear: left;
	font-size: 8pt;
	font-weight: normal;
	padding: 5px 0px 20px 0px;
	margin: 0;
	color: #FFFFFF;}
	
	.newspicscaption{
	clear: left;
	font-size: 8pt;
	font-weight: normal;
	padding: 5px 0px 20px 0px;
	margin: 0;
	color: #000000;}
	
	#insideleftmenu{
	float: left;
	width: 640px;
	height: 40px;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-top: solid;
	border-top-width: 1px;
	border-top-color:#FFFFFF;
	}
	
		#insideleftmenunews{
	float: left;
	width: 640px;
	height: 40px;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	}
		.insideleftbutton{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0;
	
	}
		.casebullets{
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
		padding: 0px 0px 15px 20px;}
		
			.casebullets li{
	margin: 0px 0px 0px 0px;
		padding: 0px 0px 4px 0px;}
		
		.casetwoup{
		float: left;
		width:300px;
		padding: 0px 15px 0px 0px;
		margin: 0;}
	
	
	.servicekey{
	height: 15px; border-top-style: solid; border-top-width: 1px; border-top-color: #FFFFFF; padding: 0px 0px 0px 0px; margin: 10px 0px 0px 0px;}
	
	#casenavouter{
	float: left;
	width: 285px;
	background-image:url(resource/bg/casestudiesbg.gif);
	background-repeat: repeat;
	padding: 20px 20px 20px 20px;
	margin: 0;
	}
	
	.casenav{
	color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style: none;
	font-size: 8pt;
	
	
	}
	
		.casenav li{
	padding: 0px 0px 5px 0px;
	margin: 0;
	
	
	
	}
	
	.casenavlink
	{color:#FFFFFF;
	text-decoration: underline;}
		 


	a:hover.casenavlink
	{color:#000000;
	text-decoration: underline;}
	
	
	.casenavcomp{
	color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style: none;
	font-size: 8pt;
	
	
	}
	
	/*SERVICES WORK*/
		#workouter{
	float: left;
	width: 325px;
	padding: 20px 0px 0px 0px;
	margin: 0;
	}
	
	
		.webshot{
	float: left;
	width: 159px;
	padding: 0px 5px 10px 0px;
	margin: 0;
	}
	
		.webshotright{
	float: left;
	width: 159px;
	padding: 0px 0px 10px 0px;
	margin: 0;
	}
	
	.weblink{
	color:#FFFFFF;
	padding: 5px 0px 0px 0px;
	margin: 0;
	text-decoration: underline;
	font-size: 8pt;
	
	
	}
	
	/*NEWS SUBPAGE*/
	#newstitleinside{
float: left;
width: 325px;
margin: 0;
padding: 0px 0px 0px 0px;
}

#newsgreyinside{
float: left;
width: 299px;
background-color: #ebebeb;
margin: 0px 0px 20px 0px;
padding: 0px 13px 10px 13px;
}

.newsitemleftinside
{
float: left;
width: 299px;
margin: 0;
padding: 0px 0px 15px 0px;
}


.insidenewsouter{
float: left;
width: 325px;
margin: 0px 0px 25px 0px;
padding: 0px 0px 10px 0px;
border-bottom-style: solid;
border-bottom-color: #999999;
border-bottom-width: 1px;
}

.insidenewsouterplain{
float: left;
width: 325px;
margin: 0px 0px 25px 0px;
padding: 0px 0px 10px 0px;

}
.insidenewsmug{
float: left;
width: 60px;
margin: 0;
padding: 0px 10px 0px 0px;

}

.insidenewsarticle{
float: left;
width: 255px;
margin: 0;
padding: 0px 0px 0px 0px;

}


.articleh2{
	font-size: 20pt;
	font-weight: bold;
	padding: 30px 0px 0px 0px;
	margin: 0;
	color: #000000;}
	
	.articleh3{
	font-size: 12pt;
	font-weight: normal;
	padding: 20px 0px 20px 0px;
	margin: 0;
	color: #000000;}
	
	.articledate{
	font-size: 12pt;
	font-weight: bold;
	padding: 20px 10px 20px 0px;
	margin: 0;
	color: #CCCCCC;}
	
	.articlenameleft{
	font-size: 12pt;
	font-weight: bold;
	color: #990000;}
	
	
	.articlecopy{
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
		padding: 0px 0px 15px 0px;}
		
		.articlebullets{
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
		padding: 0px 0px 15px 20px;}
	
		.articlebullets li{
	margin: 0px 0px 0px 0px;
		padding: 0px 0px 8px 0px;}
	
		.articlemic{
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 30px 0px 20px 20px;}
		
			.communitypic{
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 20px 20px 0px;}
		 
/*H TAGS*/

h1{ 
padding: 0;
margin: 0;}

h2{ 
padding: 0;
margin: 0;}

h3{ 
padding: 0;
margin: 0;}

h4{ 
padding: 0;
margin: 0;}

h5{ 
padding: 0;
margin: 0;}

/*H TAGS STYLES*/

.homeredh{
float: left;
font-size: 17px;
width: 100%;
color: #b90707;
text-decoration: none;
font-weight: bold;
padding: 0px 0px 10px 0px;
margin: 0;
}

a:hover.homeredh{
color: #b90707;
text-decoration: underline;

}

.homegreyh{
float: left;
font-size: 14px;
width: 100%;
color: #666666;
text-decoration: none;
font-weight: bold;
padding: 0px 0px 10px 0px;
margin: 0;
}

a:hover.homegreyh{
color: #666666;
text-decoration: underline;

}


.aboutwhiteh{
float: left;
font-size: 15px;
width: 100%;
color: #ffffff;
text-decoration: none;
font-weight: bold;
padding: 0px 0px 10px 0px;
margin: 0;
}


.processblackh{
float: left;
font-size: 15px;
width: 220px;
color: #000000;
text-decoration: none;
font-weight: bold;
padding: 0px 0px 10px 0px;
margin: 0;
}


.serviceswhiteh{
float: left;
font-size: 17px;
width: 100%;
color: #ffffff;
text-decoration: none;
font-weight: bold;
padding: 0px 0px 10px 0px;
margin: 0;
}

a:hover.serviceswhiteh{
color: #ffffff;
text-decoration: underline;

}

.newsblackh{
float: left;
font-size: 22px;
width: 500px;
color: #000000;
text-decoration: none;
font-weight: bold;
padding: 0px 0px 10px 0px;
margin: 0;
}

.special {
display:none;
}
.red {
	color: #C64100;
}

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
	display: none;
	position: relative;
	width: 603px;
	height: 400px;
	padding: 16px;
	border: 16px solid #004C63;
	background-color: #CCFBF5;
	z-index:1002;
	overflow: auto;
	margin: auto;
	top: 450px;
		}
		
			.white_content1 {
	display: none;
	position: relative;
	width: 603px;
	height: 400px;
	padding: 16px;
	border: 16px solid #004C63;
	background-color: #CCFBF5;
	z-index:1002;
	overflow: auto;
	margin: auto;
	top: 250px;
		}
		
		.whatYoullGet
		{
	position:relative;
	top: 40px;
	left: -250px;
		}

#introButton
{
	width: 147px;
	top: 0px;
	z-index: 10;
	float: left;
	padding-top: 10px;
}

.thumbnail1
{
	float:right;
	margin-left: 4px;
	padding-top: 10px;
}

.socialLinks1
{
	float:left;
	width: 200px;
	padding-top: 10px;
	margin-left: -50px;
}
.socialLinksTop
{
	float:left;
	width: 165px;
	padding-top: 10px;
}

img
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;

}

img:hover
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

#topFooter
{
	position:relative;
}

.apply
{
	width: 586px;
	float: left;
	margin-top: 5px;
	padding: 5px;
	margin-left: 60px;
}

#123Button
{
	padding: 5px;
	margin: 5px;
	box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-opera-border-radius:12px;
	-khtml-border-radius:12px;
	width: 130px;
	top: 0px;
	color: #FFF;
	height: 27px;
	left: 0px;
	z-index: 100;
	position: relative;
	float: left;
	line-height: 14px;
}

a.info span{
	display: none;
	left: 150px;
	position: relative;
	top: -30px;
	width: 300px;
	height: 60px;
	padding: 10px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-opera-border-radius:12px;
	-khtml-border-radius:12px;
	background-color: #8db4bd;
	color: #000;
	font-size: 16px;
	line-height: 20px;
}
a.info:hover span
{
	display:block;
	color: #000;
	background-color: #8db4bd;
}
a.info:active span
{
	display:block;
	color: #000;
	background-color: #8db4bd;
}


a.info2 span{
	display: none;
	left: -110px;
	position: relative;
	top: 0px;
	width: 300px;
	height: 60px;
	padding: 10px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-opera-border-radius:12px;
	-khtml-border-radius:12px;
	background-color: #8db4bd;
	color: #000;
	font-size: 16px;
	line-height: 20px;
}
a.info2:hover span
{
	display:block;
	color: #000;
	background-color: #8db4bd;
}
a.info2:active span
{
	display:block;
	color: #000;
	background-color: #8db4bd;
}

a.cd span{
	display: block;
	left: 150px;
	position: relative;
	top: -30px;
	width: 300px;
	height: 60px;
	padding: 10px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-opera-border-radius:12px;
	-khtml-border-radius:12px;
	background-color: #8db4bd;
	color: #000;
	font-size: 16px;
	line-height: 20px;
}
a.cd:hover span
{
	display:block;
	color: #000;
	background-color: #8db4bd;
}

.soulspeak
{
	position:relative;
	right: 0px;
	width: 300px;
	color: #CCC;
	top: 565px;
	left: 500px;
	text-align: center;
}
.kuteSocial
{	position:relative;
	right: 0px;
	color: #CCC;
	text-align: center;
	font-size: 14px;
	margin-top:150px;
}
 
