* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}




/*default link styles*/
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #14b3e7;
        -webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-funtion: linear;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #14b3e7;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #999999;
}



body {
	margin: 0;
	padding: 0;
	color: #999999;
	background: #14b3e7 url(body-bg.jpg) repeat-x left top;
}
div#pagewrapper {
	width: 933px;
	margin: 0 auto;
	color: #6c6c6c;
}
div#header {
	height: 100px;
	margin: 0;
	padding: 0;
}
div#logo {
	height: 44px;
        width: 168px;
        float: left;
        background: url(logo.jpg) no-repeat;
        margin-top: 28px;
}

/* TOP NAV START */
div#mini-nav {
	height: 30px;
        width: auto;
        float: right;
        background-color: #002151;
        margin-top: 28px;
        -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        padding: 14px 10px 0 0;
}

#topnav ul {
	margin: 0;
	list-style: none;
	text-transform: uppercase;
        display:inline;

}
#topnav li {
        display:inline;
}
#topnav li a {
	line-height: 15px;
	text-decoration: none;
	color: #89d6ff;
	font-size: 11px;
	font-weight: bold;
        padding-left: 10px;
        display:inline;
        text-decoration: none;
        text-align: right;
}
#topnav li a:hover {
        color: #FFFFFF;
}

.selected {
        color: #000;
}




/* TOP NAV END */




div#main-content {
	width: 933px;
        height: auto;
        background-color: #FFFFFF;
        float: left;
}

div#header-images {
	width: 933px;
        height: 222px;
        float: left;
}

div#content-area {
	width: 893px;
        height: auto;
        float: left;
        padding: 40px 20px 0 20px;
}


div#content-left {
	width: 590px;
        height: auto;
        float: left;
}

div#content-right {
	width: 285px;
        height: auto;
        float: right;
        border-top: 1px solid #1ab7ea;
        margin-top: 31px;
        padding-top: 25px;
}

.finance div#content-right {
        border-top: 1px solid #f89829;
}

.technologies div#content-right {
        border-top: 1px solid #ef4035;
}

.wealth div#content-right {
        border-top: 1px solid #7ac142;
}










div#home-one {
	width: 436px;
        float: left;
        margin-bottom: 20px;
}

        div#home-one-left {
	        width: 208px;
	        float: left;
        }
        
                div#home-accountants-top {
	                width: 208px;
	                height: 144px;
	                background: url(accountants-header.jpg) no-repeat;
	                float: left;
                }

                div#home-accountants-middle {
	                width: 188px;
	                min-height: 250px;
	                background: url(home-bg.jpg) repeat-y left top;
	                float: left;   
	                padding: 10px 10px 0 10px;
                }

                div#home-accountants-footer {
	                width: 208px;
	                height: 12px;
	                background: url(home-footer.jpg) no-repeat;
	                float: left;
                }

        div#home-one-right {
	        width: 208px;
	        float: right;
        }

                div#home-corporate-top {
	                width: 208px;
	                height: 144px;
	                background: url(corporate-header.jpg) no-repeat;
	                float: left;
                }

                div#home-corporate-middle {
	                width: 188px;
	                min-height: 250px;
	                background: url(home-bg.jpg) repeat-y left top;
	                float: left;   
	                padding: 10px 10px 0 10px;
                }

                div#home-corporate-footer {
	                width: 208px;
	                height: 12px;
	                background: url(home-footer.jpg) no-repeat;
	                float: left;
                }


div#home-two {
	width: 436px;
        float: right;
        margin-bottom: 20px;
}

        div#home-two-left {
	        width: 208px;
	        float: right;
        }

                div#home-tech-top {
	                width: 208px;
	                height: 144px;
	                background: url(technologies-header.jpg) no-repeat;
	                float: left;
                }

                div#home-tech-middle {
	                width: 188px;
	                min-height: 250px;
	                background: url(home-bg.jpg) repeat-y left top;
	                float: left;   
	                padding: 10px 10px 0 10px;
                }

                div#home-tech-footer {
	                width: 208px;
	                height: 12px;
	                background: url(home-footer.jpg) no-repeat;
	                float: left;
                }

        div#home-two-right {
	        width: 208px;
	        float: left;
        }


                div#home-wealth-top {
	                width: 208px;
	                height: 144px;
	                background: url(wealth-header.jpg) no-repeat;
	                float: left;
                }

                div#home-wealth-middle {
	                width: 188px;
	                min-height: 250px;
	                background: url(home-bg.jpg) repeat-y left top;
	                float: left;   
	                padding: 10px 10px 0 10px;
                }

                div#home-wealth-footer {
	                width: 208px;
	                height: 12px;
	                background: url(home-footer.jpg) no-repeat;
	                float: left;
                }









div#footer-wrapper {
	width: 933px;
        height: auto;
        float: left;
        clear: both;
        background-color: #FFFFFF;
}


div#footer-left {
	width: 590px;
        height: auto;
        float: left;
        margin-left: 20px;
}

div#footer-sub-left {
	width: 285px;
        height: auto;
        float: left;
}


        div#footer-top-one {
  	        width: 285px;
  	        height: 44px;
  	        background: url(footer-boxs-top-news.jpg) no-repeat;
        }

        div#footer-middle-one {
  	        width: 255px;
  	        min-height: 180px;
  	        background: url(footer-boxs-middle.jpg) repeat-y left top;
                padding: 15px;
        }

        div#footer-bottom-one {
  	        width: 285px;
  	        height: 12px;
  	        background: url(footer-boxs-footer.jpg) no-repeat;
        }

div#footer-sub-right {
	width: 285px;
        height: auto;
        float: right;
}

        div#footer-top-two {
  	        width: 285px;
  	        height: 44px;
  	        background: url(footer-boxs-top-tweets.jpg) no-repeat;
        }

        div#footer-middle-two {
  	        width: 255px;
  	        min-height: 180px;
  	        background: url(footer-boxs-middle.jpg) repeat-y left top;
                padding: 15px;
        }

        div#footer-bottom-two {
  	        width: 285px;
  	        height: 12px;
  	        background: url(footer-boxs-footer.jpg) no-repeat;
        }

div#footer-right {
	width: 285px;
        height: auto;
        float: right;
        margin-right: 20px;
}

        div#footer-top-three {
  	        width: 285px;
  	        height: 44px;
  	        background: url(footer-boxs-top-contact.jpg) no-repeat;
        }

        div#footer-middle-three {
  	        width: 255px;
  	        min-height: 180px;
  	        background: url(footer-boxs-middle.jpg) repeat-y left top;
                padding: 15px;
        }

        div#footer-bottom-three {
  	        width: 285px;
  	        height: 12px;
  	        background: url(footer-boxs-footer.jpg) no-repeat;
        }



div#footer-disclaimer {
        float: left;
        padding: 20px 20px 0 20px;
        background-color: #fff;
        font-size: 1em;
	line-height: 0.5em;
        color: #bebebe;
}

div#footer-shadow {
	width: 933px;
        height: 43px;
        float: left;
        background: url(footer-shadow.png) no-repeat;
}





/* HEADINGS */
.general h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
        color: #1ab7ea;
        margin-bottom: 30px;
        padding-bottom: 7px;
        border-bottom: 1px solid #1ab7ea;
        text-transform: uppercase;
}

.finance h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
        color: #f89829;
        margin-bottom: 30px;
        padding-bottom: 7px;
        border-bottom: 1px solid #f89829;
        text-transform: uppercase;
}

.technologies h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
        color: #ef4035;
        margin-bottom: 30px;
        padding-bottom: 7px;
        border-bottom: 1px solid #ef4035;
        text-transform: uppercase;
}

.wealth h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
        color: #7ac142;
        margin-bottom: 30px;
        padding-bottom: 7px;
        border-bottom: 1px solid #7ac142;
        text-transform: uppercase;
}



.general h2 {
	font-size: 1.20em;
	line-height: 1.15em;
	margin: 0;
        color: #1ab7ea;
        margin-bottom: 5px;
        padding-bottom: 6px;
        text-transform: uppercase;
}

.finance h2 {
        font-size: 1.20em;
	line-height: 1.15em;
	margin: 0;
        color: #f89829;
        margin-bottom: 5px;
        padding-bottom: 6px;
        text-transform: uppercase;
}

.technologies h2 {
        font-size: 1.20em;
	line-height: 1.15em;
	margin: 0;
        color: #ef4035;
        margin-bottom: 5px;
        padding-bottom: 6px;
        text-transform: uppercase;
}

.wealth h2 {
        font-size: 1.20em;
	line-height: 1.15em;
	margin: 0;
        color: #7ac142;
        margin-bottom: 5px;
        padding-bottom: 6px;
        text-transform: uppercase;
}

/* END HEADINGS */








/* Sub blue
=======================*/
#sub ul {
	margin: 0;
	list-style: none;
}
#sub a {
        display: block;
	width: 240px;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #14b3e7 url(sub-button-normal.jpg) no-repeat;
	padding: 8px 8px 8px 37px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        margin-left: -3em;
}
#sub ul a:hover {
        background: #c8c8c8;
        color: #666666;
        line-height: 15px;
        background: #14b3e7 url(sub-button-over.jpg) no-repeat;
}




/* Sub blue
=======================*/
#resources-sub ul {
	margin: 0;
	list-style: none;
}
#resources-sub a {
        display: block;
	width: 240px;
	line-height: 15px;
	color: #003e62;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #14b3e7 url(sub-button-normal.jpg) no-repeat;
	padding: 8px 8px 8px 37px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        margin-left: -3em;
}
#resources-sub ul a:hover {
        background: #c8c8c8;
        color: #ffffff;
        line-height: 15px;
        background: #14b3e7 url(sub-button-over.jpg) no-repeat;
}





/* Sub orange
=======================*/
#sub-orange ul {
	margin: 0;
	list-style: none;
}
#sub-orange a {
        display: block;
	width: 240px;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #14b3e7 url(Sub-buttons-orange.jpg) no-repeat;
	padding: 8px 8px 8px 37px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        margin-left: -3em;
}
#sub-orange ul a:hover {
        background: #c8c8c8;
        color: #666666;
        line-height: 15px;
        background: #14b3e7 url(sub-button-over.jpg) no-repeat;
}


/* Sub green
=======================*/
#sub-green ul {
	margin: 0;
	list-style: none;
}
#sub-green a {
        display: block;
	width: 240px;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #14b3e7 url(Sub-buttons-green.jpg) no-repeat;
	padding: 8px 8px 8px 37px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        margin-left: -3em;
}
#sub-green ul a:hover {
        background: #c8c8c8;
        color: #666666;
        line-height: 15px;
        background: #14b3e7 url(sub-button-over.jpg) no-repeat;
}


/* Sub red
=======================*/
#sub-red ul {
	margin: 0;
	list-style: none;
}
#sub-red a {
        display: block;
	width: 240px;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #14b3e7 url(Sub-buttons-red.jpg) no-repeat;
	padding: 8px 8px 8px 37px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        margin-left: -3em;
}
#sub-red ul a:hover {
        background: #c8c8c8;
        color: #666666;
        line-height: 15px;
        background: #14b3e7 url(sub-button-over.jpg) no-repeat;
}

div#header h1 a {
/* you can set your own image here */
	background: url(logoCMS.png) no-repeat left top;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 200px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(logoCMS.png) no-repeat left top;
}
div#header h2 {
/* this is where the site name is */
	float: right;
	line-height: 1.2em;
/* this keeps IE6 from not showing the whole text */
	font-size: 1.5em;
/* keeps the size uniform */
	margin: 35px 65px 0px 0px;
/* adjust according your text size */
	color: #f4f4f4;
}



div#content {
/* some air above and under menu and content */
	margin: 1.5em auto 2em 0;
	padding: 0px;
}
/* this gets all the outside calls that were used on the div#main before  */
div.back1 {
/* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */
	margin-left: 29%;
/* and some air on the right */
	margin-right: 2%;
/* you can set your own image here */
	background: url(mainrt1.gif) no-repeat right top;
}
/* this is an IE6 hack, you may see these through out the CSS */
* html div.back1 {
/* unlike other browser IE6 needs float:right and a width */
	float: right;
	width: 69%;
/* and we take this out or it will stop at the bottom  */
	margin-left: 0%;
/* and some air on the right */
	margin-right: 10px;
/* you can set your own image here */
	background: url(mainrt1.gif) no-repeat right top;
}
div.back2 {
/* you can set your own image here */
	background: url(mainleft1.gif) no-repeat left top;
}
div.back3 {
/* you can set your own image here */
	background: url(wbtmleft.gif) no-repeat left bottom;
}
div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
	padding: 10px 15px;
/* you can set your own image here */
	background: url(rtup.gif) no-repeat right bottom;
}
div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
	float: left;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 26%;
/* FIX IE double margin bug */
	display: inline;
/* the 20px is on the bottom, insures space above footer if longer than content */
	margin: 0px 0px 20px;
	padding: 0px;
/* you can set your own image here */
	background: url(mainrt.gif) no-repeat right top;
}
div#sidebarb {
	padding: 10px 15px 10px 20px;
/* this one is for sidebar with content and no menu */
	background: url(mainrtup.gif) no-repeat right bottom;
}
div#sidebarb div#news {
/* less margin surrounding the news, sidebarb has enough */
	margin: 2em 0 1em 0em;
}
div#sidebara {
	padding: 10px 15px 15px 0px;
/* this one is for sidebar with menu and no content */
	background: url(mainrtup.gif) no-repeat right bottom;
}
div.footback {
/* keep footer below content and menu */
	clear: both;
/* this sets 10px on right to let the right image show, the balance 10px left on next div */
	padding: 0px 10px 0px 0px;
/* you can set your own image here */
	background: url(wfootrt.gif) no-repeat right top;
}
div#footer {
/* this sets 10px on left to balance 10px right on last div */
	padding: 0px 0px 0px 10px;
/* color of text, the link color is set below */
	color: #595959;
/* you can set your own image here */
	background: url(wtopleft.gif) no-repeat left top;
}
div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
/* sets different font size from default */
	font-size: 0.8em;
/* some air for footer */
	padding: 1.5em;
/* centered text */
	text-align: center;
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #595959;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/










/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main-content ul,
div#main-content ol,
div#main-content dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main-content ul li,
div#main-content ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main-content dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main-content dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main-content dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */












/* CALL ME BACK FORM STYLES */

.events input {
              width: 280px;
              height: 30px;
              color:#666666;
              font-size:13px;
              background:#fff;
              border:1px solid #1ab7ea;
              vertical-align: middle;
              margin-bottom: 10px;
              padding-left: 5px;
              margin-top: 5px;
}
#drop{
width:280px;
}

.contact input {
              width: 450px;
              height: 30px;
              color:#666666;
              font-size:13px;
              background:#fff;
              border:1px solid #1ab7ea;
              vertical-align: middle;
              margin-bottom: 10px;
              padding-left: 5px;
              margin-top: 5px;
}


.contact textarea {
              width: 450px;
              height: 180px;
              color:#666666;
              font-size:13px;
              background:#fff;
              border:1px solid #1ab7ea;
              vertical-align: middle;
              margin-bottom: 10px; 
              margin-top: 5px;  
}

.contact select {
              width: auto;
              height: 30px;
              color:#666666;
              font-size:13px;
              background:#fff;
              border:1px solid #1ab7ea;
              vertical-align: middle;
              margin-bottom: 20px;
              margin-top: 5px;
}

.fbsubmit {
	border: none;
        color: #ffffff;
	height: 27px;
	width: 70px;
	padding: 0px 2px 0px 0px;
        margin: 10px 0 20px 0;
	cursor: pointer;
	background-color: #012d6c;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}