﻿html, body{
	font-size:11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
} 
 
#pagewidth{ 
 width:975px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:222px; 
  background-color:#FFFFFF; 
 width:100%;
} 
#flash {
	position:relative;
	margin-top:10px;
	width:975px;
	height:230px;
	margin-bottom:0px;
	
}
#services {
	position:relative;
	width:975px;
	height:66px;
}
#leftcol{
	width:640px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
 }
#welcome{
	width:640px;
	height:auto;
	margin-top: 0px;
}
#welcomeTXT{
	text-align:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1em;
	color:#333;
	width:629px;
	height:auto;
	margin-left:10px;
	margin-right:1px;
}
#welcomeIMG{
	float:right;
	height:216px;
	width:306px;
	/*margin-left:342px*/
}
 
#rightcol{
 width:324px;
 max-width:324px;
 float:right; 
 position:relative; 
 background-color:#FFFFFF;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:0%; 
 }
 
#footer{
	background-color:#FFF;
	background-image:url(images/footer.jpg);
	clear:both;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8px;
	color:#333;
	height: 38px;
	margin: 0px;
	padding: 10px;
	;
	text-align: center;
 
 } 
 a.white link{
	 color:#FFF;
 }
 .text{
	 font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	 font-size:1em;
	 color:#333;
}
 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
/*

#mainForm 
{
	position: relative;
	border: 0px;
	margin: 0 auto;
	text-align: left;
	width: 90%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.5em;	
}

li.mainForm
{
	padding-bottom: 1em;
	
}


#mainFormError
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:2.5em;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #333;
	margin:0 0 0 0;
	font-size: 1.1em;
}
*/
/* form new css*/


#mainForm 
{
	position: relative;
	border: 0px;
	margin: 0 auto;
	text-align: left;
	width: 300px;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-size:1em;	
}

li.mainForm
{
	padding-bottom: 0px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 324px;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:10px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #333;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:10px;
	top:0px;
	color: #333;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color: #333;
	font-size:8px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color: #333;
	font-size:8px;
	position:relative;
	letter-spacing: 2px;
}

/* end form new css*/

h2
{
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:1.1em;
	letter-spacing: 1px;
	color:#333;
}

h3
{
	text-align: left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:1.3em;
	left:10px;
	letter-spacing: 1px;
	color: #333;
}
p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:1em;
	position:relative;
	left:2em;
	top:0px;
	color: #333;
	width: 90%;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;
	display:block;
	font-size:1.1em;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:11px;
	display:block;
	line-height:1em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color: #333;
	font-size:8pxm;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer:link
{
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	font-size:.5em;


}
#menu{
	background-image:url(images/menubg.jpg);
	background-repeat:no-repeat;
}
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:900px;
	position:relative;
	display:block;
	height:40px;
	font-size:1em;
	background:transparent url("images/black.jpg") repeat-x top left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
ul#menu li{
	display:block;
	float:center;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:24px;
	}
ul#menu li a:hover{
	background:transparent url("images/blue.jpg") repeat-x top left;	
	}
	/* GLOBALHEADER */
#globalheader {
	width: 976px;
	height: 40px;
	position: relative;
	background-image:url(images/menuBG.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
#globalheader #globalnav { margin: 0; padding: 0; background-image:url(images/menu.png); }
#globalheader #globalnav li { display: inline; background-image:url(images/menu.png); }
#globalheader #globalnav li a { float: left; width: 122px; height: 40; padding-top: 38px; }
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image:url(images/menu.png); background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#mabout a { background-position: 0 0; }
#globalheader #globalnav li#mabout a { background-position: -122px 0; }
#globalheader #globalnav li#mwork a { background-position: -244px 0; }
#globalheader #globalnav li#mclients a { background-position: -366px 0; }
#globalheader #globalnav li#mfaq a { background-position: -488px 0; }
#globalheader #globalnav li#mcontacts a { background-position: -610px 0; }
#globalheader #globalnav li#mweb a { background-position: -732px 0; }
#globalheader #globalnav li#mlogin a { background-position: -854px 0; }

/* OVER STATES */
#globalheader #globalnav li#mhome a:hover { background-position: 0 -40px; }
#globalheader #globalnav li#mabout a:hover { background-position: -122px -40px; }
#globalheader #globalnav li#mwork a:hover { background-position: -244px -40px; }
#globalheader #globalnav li#mclients a:hover { background-position: -366px -40px; }
#globalheader #globalnav li#mfaq a:hover { background-position: -488px -40px; }
#globalheader #globalnav li#mcontacts a:hover { background-position: -610px -40px; }
#globalheader #globalnav li#mweb a:hover { background-position: -732px -40px; }
#globalheader #globalnav li#mlogin a:hover { background-position: -854px -40px; }

/* PRESSED STATES */
#globalheader #globalnav li#mhome a:active { background-position: 0 -79px; }
#globalheader #globalnav li#mabout a:active { background-position: -122px -79px; }
#globalheader #globalnav li#mwork a:active { background-position: -244px -79px; }
#globalheader #globalnav li#mclients a:active { background-position: -366px -79px; }
#globalheader #globalnav li#mfaq a:active { background-position: -488px -79px; }
#globalheader #globalnav li#mcontacts a:active { background-position: -610px -79px; }
#globalheader #globalnav li#mweb a:active { background-position: -732px -79px; }
#globalheader #globalnav li#mlogin a:active { background-position: -854px -79px; }

/* ON STATES */
#globalheader.home #globalnav li#mhome a:hover { background-position: 0 0; cursor: default; }
#globalheader.about #globalnav li#mabout a { background-position: -122px -190px; }
#globalheader.work #globalnav li#mwork a { background-position: -244px -190px; }
#globalheader.clients #globalnav li#mclients a { background-position: -366px -190px; }
#globalheader.faq #globalnav li#mfaq a { background-position: -488px -190px; }
#globalheader.contacts #globalnav li#mcontacts a { background-position: -610px -190px; }
#globalheader.web #globalnav li#mweb a { background-position: -732px -190px; }
#globalheader.login #globalnav li#mlogin a { background-position: -854px -190px; }


/* box set 1*/
#box1SET {
	position:relative;
	left:0px;
	top:0px;
	width:330px;
	height:232px;
	margin-bottom: 10px;
	margin-right: 2px;
}

#box1HSET {
	position:relative;
	left:0px;
	top:0px;
	width:330px;
	height:309px;
	margin-bottom: 10px;
	margin-right: 2px;
}
#box1TOP {
	position:absolute;
	left:0px;
	top:0px;
	width:330px;
	height:9px;
	background-image: url(images/Untitled-1_01.png);
}

#box1Left {
	position:absolute;
	left:0px;
	top:9px;
	width:1px;
	height:1px;
}

#box1Title {
	position:absolute;
	left:5px;
	top:9px;
	width:310px;
	height:24px;
	background-image: url(images/Untitled-1_03.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
}

#box1Right {
	position:absolute;
	left:325px;
	top:9px;
	width:5px;
	height:230px;
}

#box1Copy {
	position:absolute;
	left:6px;
	top:35px;
	width:295px;
	height:auto;
	letter-spacing:normal;
	line-height:1.5em;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
}

#box1Bottom {
	position:relative;
	left:0px;
	top:228px;
	width:330px;
	height:11px;
}
/* box set 1*/

/* box set 3*/
#box3SET {
	position:relative;
	left:0px;
	top:0px;
	width:330px;
	height:179px;
	margin-bottom: 10px;
	margin-right: 2px;
}

#box3TOP {
	position:absolute;
	left:0px;
	top:0px;
	width:330px;
	height:9px;
	background-image: url(images/Untitled-1_01.png);
}

#box3Left {
	position:absolute;
	left:0px;
	top:9px;
	width:1px;
	height:1px;
}

#box3Title {
	position:absolute;
	left:5px;
	top:9px;
	width:310px;
	height:24px;
	background-image: url(images/Untitled-1_03.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
}

#box3Right {
	position:absolute;
	left:325px;
	top:9px;
	width:5px;
	height:230px;
}

#box3Copy {
	position:absolute;
	left:6px;
	top:35px;
	width:295px;
	height:auto;
	letter-spacing:normal;
	line-height:1.5em;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
}

#box3Bottom {
	position:relative;
	left:0px;
	top:228px;
	width:330px;
	height:11px;
}
/* box set 3*/

/* box set Thrive*/
#boxTHSET {
	position:relative;
	left:0px;
	top:0px;
	width:330px;
	height:239px;
	margin-bottom: 10px;
	margin-right: 2px;
}

#boxTHTOP {
	position:absolute;
	left:0px;
	top:0px;
	width:330px;
	height:9px;
	background-image: url(images/Untitled-1_01.png);
}

#boxTHLeft {
	position:absolute;
	left:0px;
	top:9px;
	width:5px;
	height:auto;
}

#boxTHTitle {
	position:absolute;
	left:5px;
	top:9px;
	width:310px;
	height:24px;
	background-image: url(images/Untitled-1_03.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	text-align: left;
}

#boxTHRight {
	position:absolute;
	left:325px;
	top:9px;
	width:5px;
	height:219px;
}

#boxTHCopy {
	position:absolute;
	left:5px;
	top:33px;
	width:290px;
	height:165px;
	letter-spacing:normal;
	line-height:1.5em;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
}

#boxTHBottom {
	position:absolute;
	left:0px;
	top:228px;
	width:330px;
	height:11px;
}
/* box set thrive*/


#BOX2 {
	position:relative;
	left:0px;
	top:0px;
	width:320px;
	height:auto;
}

#box2-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:320px;
	height:9px;
	background-image: url(images/box2_01.png);
}

#box2-02_ {
	position:absolute;
	left:0px;
	top:9px;
	width:5px;
	height:378px;
	background-image: url(images/box2_02.png);
}

#box2-TITLE {
	position:absolute;
	left:5px;
	top:9px;
	width:301px;
	height:24px;
	background-image: url(images/box2_03.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	text-align: left;
}

#box2-04_ {
	position:absolute;
	left:316px;
	top:9px;
	width:5px;
	height:378px;
	background-image: url(images/box2_04.png);
}

#box2-COPY {
	position:absolute;
	left:5px;
	top:35px;
	width:285px;
	height:366px;
	letter-spacing:normal;
	line-height:1.5em;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
}

#box2-06_ {
	position:absolute;
	left:0px;
	top:387px;
	width:320px;
	height:11px;
	background-image: url(images/box2_06.png);
}
/* web box */
#webBOX {
	position:relative;
	width:950px;
	height:212px;
}

#webBox-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:950px;
	height:9px;
}

#webBox-02_ {
	position:absolute;
	left:0px;
	top:9px;
	width:5px;
	height:189px;
	background-image: url(images/webBox_02.png);
}

#webBox-TITLE {
	position: absolute;
	left: 5px;
	top: 9px;
	width: 930px;
	height: 24px;
	background-image: url(images/webBox_03.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
}

#webBox-04_ {
	position:absolute;
	left:945px;
	top:9px;
	width:3px;
	height:189px;
	background-image: url(images/webBox_04.png);
}

#webBox-COPY {
	position:absolute;
	top:36px;
	width:939px;
	height:164px;
	left: 4px;
}

#webBox-06_ {
	position:absolute;
	left:-1px;
	top:198px;
	width:950px;
	height:11px;
}
/* web box */


/* scrolling text */


a{color:#06F;}
a:hover{color: black;}

.container 
	{
	float: left;
	display: block;
	height: 1200px;
	width: 2730px;
	position: relative;
	z-index:0 !important;
	}
	
.boxNav 
	{
	position:relative;
	width:930px;
	padding:0px;
	margin-right:10px;
	}
	

.content
	{
	position:absolute;
	width:882px;
	height:600px;
	top:16px;
	left:0px;
	padding: 20px;
	background-repeat: no-repeat;
	}

	
.filler
	{
			min-height: 223px;
	}
	
	
li
{
	list-style:none;
}

.floatit
{
	float:right;
	width: 75%;
	height: 75%;
}

/* end scrolling text */

