@charset "utf-8";
body {
	font: Arial;
	background: #000;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #027772;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: x-small;
}
h1{
	color:#000;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h2{
	color: #009696;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h3{
	color:#000;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h4{
	color: #000;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
	padding-left:0;
}
h5, h6{
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
p{
	color:#000;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #009696;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #009696;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 960px;
	padding: 0 30px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	color: #009696;
}
.container1 {
	width: 960px;
	padding: 0 30px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.imgl, .imgr{border:1px solid #666666; padding:5px; color:#666666; background-color:#FFFFFF;}
.imgl{float:left; margin:0 15px 0 0; clear:left;}
.imgr{float:right; margin:0 0 15px 15px; clear:right;}



.col2, .col2 a{color:#FFFFFF; background-color:#099;}



/*----------topbar----------*/

.col1 {background-color:#099;} /*TopBar BG Color*/
.col1 a{color:#FFFFFF;}

#topbar{
	height:40px;
	position:relative;
	margin:0 auto 0;
	padding:0;
	display:block;
	width:960px;
}
#topbar p{
	float:left;
	margin:0;
	padding:11px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFF;
}
#topbar ul{
	float:right;
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
	font-size: small;
}
#topbar li{
	display:inline;
	margin:0 2px 0 0;
	padding:0 0px 0 0;
	border-right:none;
}
#topbar li.last{
	margin:0 8px 0 0;
	padding-right:0;
	border:none;
}
#topbar li #text {
	padding-top: 11px;
	padding-bottom: 10px;
}
.wrapper.col1 #topbar ul .text a {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFF;
	padding:11px;
}
.wrapper.col1a #topbar ul .text a {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFF;
	padding:11px;
}
.topbar {
	background-color: #009696;
}

/*----------navbar----------*/

.col1a {background-image: url(style/nav_bg.png); background-color:#666;} /*NavBar BG Color*/
.col1a a{color:#FFFFFF;}

#navbar{
	height:60px;
	position:relative;
	margin:0 auto 0;
	padding:0;
	display:block;
	width:960px;
	background-image: url(style/nav.png);
	background-repeat:none;
}
nav ul {
	width: 100%;
	float: left;
	list-style: none; /* this removes the list marker */
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-image: none;
	margin-bottom: 0px; /* this creates the space between the navigation on the content below */
}
nav ul li {
	float: left;
	background-image: url(style/nav_off.png);
	border-bottom: none; /* this creates the button separation */
}
nav ul a, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 19px 5px 19px 5px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 110px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	height: 22px;
	text-decoration: none;
}
.navbar nav ul li a {
	color: #FFF;
    font-size: 16px;
}
.navbar1 nav ul li a {
	color: #FFF;
	font-size: 16px;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-image: url(style/nav_on.png);
	font-size:14px;
	color: #FFF;
	text-decoration:none;
}
.navbar nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-image: url(style/nav_on.png);
	font-size:medium;
	color: #FFF;
	text-decoration:none;
}
.navbar1 nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-image: url(style/nav_on.png);
	color: #FFF;
	text-decoration:none;
	font-size: medium;
}
.wrapper.col1a #navbar nav ul li a {
	font-size: medium;
	color: #FFF;
	text-decoration: none;
}

/*----------headerbar(index)--------*/

.col3 {background-image: url(images/marquee_index_tagline.jpg); background-position:center; background-color:#FFF;} /*HeaderBar BG Color*/
.col3 a{color:#FFFFFF;}

#headerbar{
	height:450px;
	position:relative;
	margin:0 auto 0;
	padding:0;
	display:block;
	width:960px;
}
.wrapper.col3 #headerbar a img {
	margin-top: 14px;
	margin-left: 50px;
}


/*----------headerbar(content)--------*/

.col4 {background-image: url(images/marquee_about.jpg); background-position:center; background-color:#FFF;} /*HeaderBar BG Color*/
.col4 a{color:#FFFFFF;}

.col5 {background-image: url(images/marquee_startups.jpg); background-position:center; background-color:#FFF;} /*HeaderBar BG Color*/
.col5 a{color:#FFFFFF;}

.col6 {background-image: url(images/marquee_bookkeeping.jpg); background-position:center; background-color:#FFF;} /*HeaderBar BG Color*/
.col6 a{color:#FFFFFF;}

.col7 {background-image: url(images/marquee_hr.jpg); background-position:center; background-color:#FFF;} /*HeaderBar BG Color*/
.col7 a{color:#FFFFFF;}

.col8 {background-image: url(images/marquee_perfect.jpg); background-position:center; background-color:#FFF;} /*HeaderBar BG Color*/
.col8 a{color:#FFFFFF;}

.col9 {background-image: url(images/marquee_contact.jpg); background-position:center; background-color:#FFF;} /*HeaderBar BG Color*/
.col9 a{color:#FFFFFF;}

.col10 {background-image: url(images/marquee_article.jpg); background-position:center; background-color:#FFF;} /*HeaderBar BG Color*/
.col10 a{color:#FFFFFF;}

#headerbar2{
	height:200px;
	position:relative;
	margin:0 auto 0;
	padding:0;
	display:block;
	width:960px;
}
.wrapper.col4 #headerbar2 a img {
	margin-top: 15px;
	margin-left: 25px;
} /*About Us*/
.wrapper.col5 #headerbar2 a img {
	margin-top: 15px;
	margin-left: 25px;
} /*Startups*/
.wrapper.col6 #headerbar2 a img {
	margin-top: 15px;
	margin-left: 25px;
} /*Bookkeeping*/
.wrapper.col7 #headerbar2 a img {
	margin-top: 15px;
	margin-left: 25px;
} /*HR*/
.wrapper.col8 #headerbar2 a img {
	margin-top: 15px;
	margin-left: 25px;
} /*Tax*/
.wrapper.col9 #headerbar2 a img {
	margin-top: 15px;
	margin-left: 25px;
} /*Contact*/
.wrapper.col10 #headerbar3 a img {
	margin-top: 10px;
	margin-left: 25px;
} /*Article Pages*/



/*----------headerbar(article)--------*/

.col3 {background-image: url(images/marquee_index_tagline.jpg); background-position:center; background-color:#FFF;} /*HeaderBar BG Color*/
.col3 a{color:#FFFFFF;}

#headerbar3{
	height:100px;
	position:relative;
	margin:0 auto 0;
	padding:0;
	display:block;
	width:960px;
}


/*----------headerclearbar----------*/

header {
	height: 0px;
}

/*----------  ----------*/





.sidebar {
	float: right;
	width: 300px;
	background: none;
	margin-top:20px;
	margin-right:15px;
	padding-bottom: 10px;
}


.content {
	padding: 0;
	width: 600px;
	margin-top:20px;
	margin-left:15px;
	margin-bottom:25px;
	float: left;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
	font-size: 14px;
	color: #000;
}


/*----------clearingbar----------*/

footer {
	height:0px;
	margin:0 auto 0;
	display:block;
	width:960px;
	position:relative;
	clear:both;
}

/*----------footerbar----------*/

.col2a {background-image:url(style/footer_bg.png); background-color:#666;}
.col2a a{color:#FFFFFF;}

#footerbar {
	padding: 30px 15px 15px 15px;
	height: 132px;
	margin:0 auto 0;
	display:block;
	width:930px;
	position:relative; /* this gives IE6 hasLayout to properly clear */
	clear: both;
	background-image: url(style/footer.png);
	background-repeat:none;
}
#footerbar table {
	padding-top: 0;
	padding-left: 0;
}
#footerbar table tr td {
	width: 150px;
}
.wrapper.col2a #footerbar table {
	margin-left: 45px;
}
#footerbar table tr td ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-type: none;
	color: #FFF;
	padding-left: 7px;
	line-height: 17px;
}
#footerbar table tr .header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFF;
}
#footerbar p{
	padding:0;
	margin:0;
	float:left;
	padding:10px 10px;
	font-family: Arial;
	font-size: small;
	color:#FFF;
}
#footerbar ul{
	float:left;
	margin:0;
	padding:2px 8px;
	list-style:none;
	font-size: x-small;
}
#footerbar ol{
	float:right;
	margin:0;
	padding:10px 5px;
	list-style:none;
	font-size: x-small;
}
#footerbar li{
	margin:0 2px 0 0;
	padding:0 0px 0 0;
	border-right:none;
}
#footerbar li.last{
	margin-right:8px;
	padding-right:0;
	border:none;
}





/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer2, aside, nav, article, figure {
	display: block;
}
.slideshow {
	float: left;
	height: 200px;
	width: 960px;
	padding: 0;
	margin: 0;
}
.singleslide {
	float: left;
	height: 200px;
	width: 960px;
	padding: 0;
	margin: 0;
}
.quote {
	float:left;
	height: 40px;
	width: 960px;
	padding-top:10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:small;
	color:#FFF;
}

.container .sidebar .news tr {
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.container .sidebar {
	font-size: small;
}

.container .sidebar .news #news {
	display: block;
	margin: 0 0 14px 0;
	width: 270px;
	padding-left:15px;
	padding-right:15px;
	list-style-type: none;
}
.container .sidebar .news #news li {
	display: block;
	font-size:small;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	border-bottom:none;
}
.container .sidebar .news #news .last {
	margin-bottom: 0px;
}
.container .sidebar .news #news p{
	margin:0 0 5px 0;
	padding:0;
	}

.container .sidebar .news #news p.readmore{
	margin:0;
	padding:0;
	}

.container .sidebar .news #news .imgl{
	margin:0 10px 10px 0;
	padding:4px;
	}
.container .sidebar .news #news li .article {
	font-size:small;
}
	
.container .sidebar .news #news .last .article {
	font-size:small;
}
	
.container .sidebar .news #news li .readmore {
	display:block;
	width:100%;
	margin-right:0;
	font-size: x-small;
	text-align:right;
	line-height:normal;
}
.container .sidebar .deadlines {
	margin-top: 15px;
	font-size:small;
}

.container1 .sidebar .news tr {
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.container1 .sidebar {
	font-size: small;
}

.container1 .sidebar .news #news {
	display: block;
	margin: 0 0 14px 0;
	width: 270px;
	padding-left:15px;
	padding-right:15px;
	list-style-type: none;
}
.container1 .sidebar .news #news li {
	display: block;
	font-size:small;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	border-bottom:none;
}
.container1 .sidebar .news #news .last {
	margin-bottom: 0px;
}
.container1 .sidebar .news #news p{
	margin:0 0 5px 0;
	padding:0;
	}

.container1 .sidebar .news #news p.readmore{
	margin:0;
	padding:0;
	}

.container1 .sidebar .news #news .imgl{
	margin:0 10px 10px 0;
	padding:4px;
	}
.container1 .sidebar .news #news li .article {
	font-size:small;
}
	
.container1 .sidebar .news #news .last .article {
	font-size:small;
}
	
.container1 .sidebar .news #news li .readmore {
	display:block;
	width:100%;
	margin-right:0;
	font-size: x-small;
	text-align:right;
	line-height:normal;
}
.container1 .sidebar .deadlines {
	margin-top: 15px;
	font-size:small;
}

#newsletter{
	display:block;
	float:left;
	font-size:small;
	width:300px;
	}
.container .sidebar .network {
	margin-top: 15px;
}
.container .sidebar .deadlines {
	font-size: small;
}
.container .sidebar .network #newsletter {
	display:block;
	float: left;
	width: 300px;
}
.container .sidebar .network {
	font-size: small;
}
.container header #bbbheader {
	display: block;
	float: right;
}
.container header a #titleheader {
	display: block;
	float: left;
	margin: 0;
}
.container1 .sidebar .network {
	margin-top: 15px;
}
.container1 .sidebar .deadlines {
	font-size: small;
}
.container1 .sidebar .network #newsletter {
	display:block;
	float: left;
	width: 300px;
}
.container1 .sidebar .network {
	font-size: small;
}
.container1 header #bbbheader {
	display: block;
	float: right;
}
.container1 header a #titleheader {
	display: block;
	float: left;
	margin: 0;
}

/*----------bottombar----------*/

#bottombar{
	height:60px;
	position:relative;
	margin:0 auto 0;
	padding:0;
	display:block;
	width:960px;
}
#bottombar p{
	padding:0;
	margin:0;
	float:left;
	padding:10px 10px;
	font-family: Arial;
	font-size: small;
	color:#FFF;
}
#bottombar ul{
	float:left;
	margin:0;
	padding:10px 8px;
	list-style:none;
	font-size: x-small;
}
#bottombar ol{
	float:right;
	margin:0;
	padding:10px 5px;
	list-style:none;
	font-size: x-small;
}
#bottombar li{
	display:inline;
	margin:0 2px 0 0;
	padding:0 0px 0 0;
	border-right:none;
}
#bottombar li.last{
	margin-right:8px;
	padding-right:0;
	border:none;
}


/* --------------------------------------------------------------------------------------------*/
.container .sidebar .network p img {
	padding-right: 5px;
	padding-left: 5px;
}

.container1 .sidebar .network p img {
	padding-right: 5px;
	padding-left: 5px;
}

}.container1 .spacer {
	float:left;
	height: 10px;
	width: 960px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:small;
	color:#FFF;
}

.container header #free {
	display: block;
	float: right;
	margin-right: 75px;
}
.container header #consult {
	display: block;
	float: left;
	margin-left: 210px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.container1 header #consult {
	display: block;
	float: left;
	margin-left: 210px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.container .sidebar #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll h2 {
	color: #000;
}
.container .sidebar #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .indicates-required .asterisk {
	color: #F00;
	float: right;
}
.container .sidebar #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .indicates-required {
	color: #099;
	float: right;
	font-size: x-small;
}
.container .sidebar #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group #mce-EMAIL {
	float: right;
}
.container .sidebar #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group label {
	float: left;
}
.container .sidebar #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group #mce-FNAME {
	float: right;
}
.container .sidebar #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group #mce-FNAME:focus {
	border: 2px solid #900;
}
.container .sidebar #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group #mce-LNAME {
	float: right;
}
.container .sidebar #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group label {
	float: left;
}
.container .sidebar #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group label {
	float: left;
	color: #000;
}
.container .sidebar #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll .clear #mc-embedded-subscribe {
	float: right;
}
