/*Borders applied for testing purposes*/
/*#column-a {
  border: solid 1px #FF0000;
}
#column-b {
  border: solid 1px #FF6600;
}
#primary-content {
  border: solid 1px #FFCC00;
}
#additional-content {
	border: 1px solid #000;
}
#innerContentWrapper {
border: 1px solid #FF3366;
}*/
/*END of Borders applied for testing purposes*/


html {
/*	background: url(../assets/template/960_grid_12_col.png) no-repeat center fixed;*/
}

/* This rule resets a core set of elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, li, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	background: #E9F1BF url(../assets/template/body_bg.jpg) repeat-x center -40px;
  color: #0A270C;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 1.3em;
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

h1 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5em;
}
#header h1 {
text-indent: -9999px;
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3em;
	margin: 5px 0 5px 0;
}

#accordion p{
margin-top: 0px;
padding-bottom: 5px;
}

#accordion, 
#contentWrapper #accordion a, 
#contentWrapper #accordion a:link {
color: #0A270C;
}
a,  a:link {
position: relative;
  color: #0A270C;
  font-weight: bold;
  text-decoration: none;
}

#contentWrapper a, #contentWrapper a:link{
	border-bottom: 2px dotted #BAD331;
	color: #5F8CC9;
	background-color: transparent;
}
#contentWrapper a.no-underline, 
#contentWrapper a:link.no-underline, 
#contentWrapper a:hover.no-underline{
border-bottom: none;
}

a:visited {
  color: #0A270C;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
#contentWrapper a:hover{
text-decoration: none;
	border-bottom: 2px solid #BAD331;
}

#outerWrapper {
  background-color: transparent;
  margin: 0px auto 0 auto;
  text-align: left;
  width: 980px;
}
#header {
	background: #fff url(../assets/template/header.jpg) no-repeat left top;
	height: 180px;
  font-size: 1.7em;
  line-height: 1em;
  padding: 10px 10px 10px 10px;
	border: 1px solid #fff;
}
#contentWrapper {
position: relative;
background: #fff url(../assets/template/content_wrapper_bg.jpg) repeat-x left top;
	z-index: 5;
	border: 1px solid #fff;
}

#column-a {
position: relative;
z-index: 100;
  background-color: transparent;
  float: left;
  padding: 10px 10px 10px 0px;
	margin-top: 20px;/*35*/
  width: 220px;
}
#column-b {
position: relative;
z-index: 100;
  background-color: transparent;
  float: right;
  padding: 10px 0px 10px 10px;
	margin-top: 20px;/*35*/
  width: 460px;
}
#homePage #column-a {
position: relative;
margin-top: -20px;
}
#homePage #column-b {
position: relative;
  padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -4px;/*24*/
}
#primary-content {
position: relative;
z-index: 100;
margin: 20px 0 0 0;/*35*/
  padding: 10px 10px 10px 10px;
	width: auto;/*210*/
	float: left;
}

#additional-content {
position: relative;
z-index: 100;
	margin: 0 0 0 0;
	float: left;
	clear: left;
  padding: 10px 0px 10px 0px;
	width: 940px;/*954px*/
}

body.two-col #column-a {
width: 460px;
}
body.two-col #column-b {
display: none;
}
body.two-col #primary-content {
padding: 0 0 0 0;
margin-right: 0px;
float: right;
width: 455px;
}

body.two-col-b #column-a {
width: 695px;
}
body.two-col-b #column-b {
display: none;
}
body.two-col-b #primary-content {
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
float: right;
width: 215px;
}
body#associatesPage #primary-content {
margin-top: 50px;
}
#accordion, #accordion a, #accordion:link {
color: #0A270C;
}

#faqs-accordion div, 
#accordion div {
padding-bottom: 0px;
font-size: 0.9em;
border: 1px solid #E7E7E7;
}
#innerContentWrapper {
background: transparent url(../assets/template/content_btm_bg.jpg) no-repeat left bottom;
padding: 0px 20px 5px 20px;
padding-top: 20px;/*duplicate declaration req 4 ie*/
}
.clearFloat {
  clear: both;
  display: block;
}
#footer {
position: relative;
  padding: 5px 10px 0px 10px;
	z-index: 10;
}
#footer p{
margin-top: 0px;
width: 49%;
}
#footer p#copyright{
float: left;
}
#footer p#designed-by{
text-align: right;
float: right;
}

#main-nav {
	background: #fff url("../assets/template/mainnav_bg.jpg") no-repeat bottom center;
	margin: 0 -18px;
	width: 1017px;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 950px;/**/
		/*border: 1px solid #FF6699;*/
	padding: 0 10px 0 0px; margin: 0 0 0 110px;/*0 0 0 110px*/
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
			background: url("../assets/template/mainnav_hvr.jpg") repeat-x right 0px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
			border-top: 1px solid #BAD331;
			border-left: 1px solid #BAD331;
			border-right: 1px solid #BAD331;
        }
            .lavaLamp li.back .left {
                background: url("../assets/template/mainnav_hvr.jpg") repeat-x bottom left;
                height: 30px;
                margin-right: 0px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
			font: bold 12px verdana;
            color: #5F8CC9; outline: none;
            text-align: center;
			height: 30px; top: 0px;/*height: 20px; top: 7px;*/
			padding-top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px; /*auto 15px*/
        }
				.lavaLamp li.current a:link {
				color: #0A270C;
				}
				.lavaLamp li a:link, .lavaLamp li a:visited  {
				color: #5F8CC9;
				}
				.lavaLamp li a:hover {
				color: #0A270C;
				}

/*END Main NAV LAVALAMP STYLE*/
#contentWrapper ul#why-us {list-style: none; margin-top: 40px;}/*40*/
#contentWrapper ul#why-us li {
margin: 10px 0px 10px 0px;
padding-left: 30px;
}
ul#why-us li h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.7em; 
	color: #5F8CC9; 
	font-weight: normal;
	line-height: 0.8em;
}
ul#why-us li h2 span {
	font-size: 0.6em; 
	color: #0A270C;
}
#contentWrapper ul#why-us  li {position: relative; background: #fff url("../assets/template/bullets.jpg") no-repeat;}
#contentWrapper ul#why-us  li.blue-bullet {background-position: 0 6px;}
#contentWrapper ul#why-us  li.blue-green-bullet {background-position: 0px -44px;}
#contentWrapper ul#why-us  li.blue-greenstalk-bullet {background-position: 0px -98px;}
#contentWrapper ul#why-us  li.green-bullet {background-position: 0px -144px;}
#contentWrapper ul#why-us  li.greengreen-bullet {background-position: 0px -196px;}
#contentWrapper ul#why-us  li.orange-bullet {background-position: 0px -242px;}

#contentWrapper ul {
margin: 16px 0 16px 0;
}

#contentWrapper ul li {
list-style:none;
padding-left: 25px;
padding-top: 3px;
position: relative; background: #fff url("../assets/template/bullets-b.jpg") no-repeat 0px 0px;/*default: blue bullet*/
}
#contentWrapper ul.no-bullet  li{
background: none;
}

#contentWrapper ul.green-bullet li,
#contentWrapper li.green-bullet {
background-position:  0px -250px;
}

#business-growth {
text-align: center;
color: #45C14A;
line-height: 1.2em;
font-size: 1.4em;
}
body#homePage #business-growth {
margin-top: 0px;/*50*/
margin-left: 40px;
}
#business-growth span{
letter-spacing: 4px;
}
#contentWrapper #business-growth img{
margin: 0px 0 -35px 0;
padding: 0 0;
}
#business-growth a, 
#business-growth a:link  {
color: #45C14A;
}
#slideshow {
background: transparent url(../assets/template/screen.jpg) no-repeat center top;
margin: 0px 0 0 0;
padding: 0 0px 80px 0px;/*0 0 80px 0*/
width: 460px;/*460*/
}
#slideshow #slidesContainer {
  margin: 0 11px 0 17px;/* margin: 0 11px 0 10px*/
	padding: 10px 0px 0px 0px;/*10px 0px 0px 7px*/
  width:426px;/*426*/
  height:304px;
  overflow: auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer div.slide {
position: relative;
  margin: 0 auto;
  width: 406px; /* 406 reduce by 20 pixels to avoid horizontal scroll */
  height: 309px;
	text-align: center;
	color: #fff;
}
#slideshow #slidesContainer div.slide img{
margin: 0 0;
}
#slideshow #slidesContainer div.slide a {
color: #fff;
}
/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:308px;/*328*/
  left:80px;
  background:transparent url(../assets/template/control_left.gif) no-repeat 0 0;
}
#rightControl {
  top:308px;
  right:80px;
  background:transparent url(../assets/template/control_right.gif) no-repeat 0 0;
}
#contentWrapper img{
padding: 0px 0px;
margin: 10px 10px;
}
#contentWrapper p {
margin-top: 8px;
margin-bottom: 8px;
}
.floatLeft{
float: left;
}
.floatRight{
float: right;
}
iframe,
.border {
border: 1px solid #5F8CC9;
}
iframe a, iframe a:link {
/*color: #0A270C;*/
}
iframe {
float: right;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.highlight-a {
color: #5F8CC9;/*Mid Blue*/
}
.highlight-b {
font-size: 1.2em;
color: #5F8CC9;
}
.highlight-c {
text-transform: uppercase;
font-style: italic;
}
/*Into animation*/
div.block1 { /*left door*/
	background: #000033 url(../assets/template/020_Web_Design_Logo2.png) no-repeat right 200px;
	display: none;
	z-index: 100;
	position:absolute; 
	top: 0px;
	text-align: right;
	overflow: hidden;
	width:60%;
	left:0; 
	height:2000px;
	padding:0 0;
	margin:0 0; 
  }
div.block2 { /*right door*/
	display: none;
	z-index: 99;
	position:absolute; 
	top: 0px;
	background-color: #000033; 
	overflow: hidden;
	width:70%; 
	height:2000px;/*needs to be px in ie6*/
	padding:0 0;
	margin:0 0;
	right: 0px; 
  }
/*********************************************Associates page********************************************/
body#associatesPage #contentWrapper #accordion div.assocImg,
body#associatesPage #contentWrapper div.virtualTour {
position: relative;
height: 329px;/*376*/
padding: 0px 0px;
margin: 0px 0px;
/*background-color: #E7EBF6;*//*#EBF4F9*/
}
body#associatesPage #contentWrapper #accordion div.associate p{
position: relative;
padding-left: 0px;
margin: 0px -20px 0px -20px;
}
#contentWrapper div .associate a {
outline: none;
}
#contentWrapper div .associate a.selected,
#contentWrapper div .associate a:link.selected {
background: transparent url(../assets/template/right_arrow.gif) no-repeat center right;
padding-right: 20px;
border-bottom: none;
}
body#associatesPage #contentWrapper #accordion div.assocImg p,
body#associatesPage #contentWrapper #accordion div.virtualTour p {
/*border: 1px solid #FF0099;*/
width: 215px;
float: left;
clear: left;
padding: 5px 0px 5px 5px;
margin: 0px 0px;
}
body#associatesPage #contentWrapper #accordion div.assocImg p img,
body#associatesPage #contentWrapper div.virtualTour p img {
position: relative;
padding: 0 0;
margin: 0px 0px 0px 0px;
/*border: 1px solid #FF0099;*/
}
body#associatesPage #contentWrapper div#annette,
body#associatesPage #contentWrapper div.virtualTour div#tour{
position: absolute;
background: transparent url(../assets/template/ajax-loader2.gif) no-repeat center center;
border-right: 20px solid #0A5896;
border-left: 20px solid #0A5896;
border-top: 5px solid #0A5896;
border-bottom: 5px solid #0A5896;
right: 0px;
top: 0px;
width: 426px;
height: 318px;
}
body#associatesPage #contentWrapper div#annette img,
div.virtualTour object {
padding: 0px 0px;
margin: 0px 0px;
}

/***********************************************************************************/
#contentWrapper #innerContentWrapper p.news {
position: relative;
float: left;
width: 400px;
}
#contentWrapper p.news a,
#contentWrapper p.news a:link,
#contentWrapper p.news a:visited {
display: block;
color: #fff;
font-size: 1.3em;
padding: 3px 0px 8px 10px;
line-height: 1.5em;
color: #fff;
font-weight: bold;
border-bottom: none;
background: #843CAD url(../assets/template/offers_btn.jpg) no-repeat -520px -15px;
border-top: 1px solid #84F7FF;
cursor:default;/*added when news label not a link*/
}
#contentWrapper p.news a:hover,
#contentWrapper p.onews a:active {
background: #843CAD url(../assets/template/offers_btn.jpg) no-repeat -20px -15px;
}
#contentWrapper h2.card-payments img {
padding: 0px 0px 0px 10px;
margin: 0px 0px -4px 0px;
}
#contentWrapper p.card-payments img {
padding: 0px 0px;
margin: 0px 0px;
}
#contentWrapper ul.bullet-style-2 li,
#contentWrapper ul.package-feature-list-1  li{
background: #fff url(../assets/template/purple-arrow.jpg) no-repeat left center;
padding: 5px 0px 5px 20px;
}

#contentWrapper #payment-buy,
#contentWrapper #payment-change {
margin-right: 20px;
float: left;
}
#contentWrapper #payment-change {
width: 180px;
padding: 5px 5px;
border: 1px solid #E7E7E7;
background-color:#EFEFF7;
}
#contentWrapper #payment-buy {
border-top: 1px solid #E7E7E7;
width: 460px;
}
#contentWrapper #payment-stage ul {
background: none;
}
#contentWrapper #payment-stage li{
display: inline;
background: none;
padding-left: 0px;
padding-bottom: 5px;
margin-right: 30px;
/*border-bottom: 2px solid #E7E7E7;*/
}

#contentWrapper #payment-stage li.current {
font-weight: bold;
border-bottom: 2px solid #BAD331;
}
/***********************************************Form Styling*/
/* =Forms
-----------------------------------------------------------------------------*/
/*ENQUIRY FORM*/
form.enquiry-form fieldset {
	position: relative;
	margin: 1em 0 1em 0;
	width: 440px;
	border: 1px solid #FFF;
	background: #fff url(../assets/template/green_bubbles_bg.jpg) repeat-x left bottom;
	padding: 10px 5px 10px 5px;}
form.enquiry-form legend {
	position: absolute;
	top: -1em;
	font-weight: bold;
	color: #000;}
form.enquiry-form p {
	margin: 0px 0px 5px 0px;}
form.enquiry-form input.submit {
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	width: 120px;}
form.enquiry-form label {
	display: block;}
form.enquiry-form input.text,
form.enquiry-form textarea {
	width: 430px;}
form.enquiry-form textarea {
	height: 80px;}
form.enquiry-form textarea.largeBox {
	width: 320px;
	height: 200px;}
/*END ENQUIRY FROM STYLING*/


/*PAYMENT FORM*/
form.payment-form fieldset {
	position: relative;
	margin: 1em 0 1em 0;
	width: 400px;
	border: 1px solid #E7E7E7;
	background: #fff url(../assets/template/green_bubbles_bg.jpg) repeat-x left bottom;
	padding: 5px 5px 5px 5px;}
form.payment-form legend {
	position: absolute;
	top: -0.1em;/*-0.1em*/
	font-weight: bold;
	color: #000;}
form.payment-form p {
position: relative;
display: block;
clear: both;
padding: 1px 0px 1px 0px;
	/*margin: 5px 0px 5px 0px;*/
	line-height: 1.8em;}
form.payment-form input.submit {
	float: right;
	clear: right;
	margin-right: 0px;
	margin-top: 0px;
	width: 120px;}
form.payment-form label {
	text-align: right;
	display: block;
	float: left;
	clear: left;
	width: 90px;
	/*line-height: 1.8em;*/}
form.payment-form input.text,
form.payment-form textarea {
	width: 300px;
	float: right;
	clear: right;
	line-height: 1.2em;}
form.payment-form input.numb {
	width: 100px;
	float: left;
	clear: right;
	margin-left: 6px;
	line-height: 1.2em;}

/*END PAYMENT FROM STYLING*/

.error {
	color: #CC0000;
	font-weight: bold;}
/* =END forms
-----------------------------------------------------------------------------*/