body {
	margin: 0;
	padding: 0;
	background: #C4E600;
}

#container-top {
	width: 607px;
	margin-left: 190px;
	position: relative;
}

#tabs {
	position: absolute;
	top: 26px;
	right: 3px;
	/*margin: 26px 0 0 245px;*/
	height: 28px;
	text-align: center;
}

#tab1, #tab2, #tab3 {
	float: left;
	display: inline;
	margin: 0 4px 0 0;
	height: 28px;
	background: #311952 url(../images/tab_cnr_left.gif) no-repeat top left;
}

#tab1 {
	width: 104px;
}

#tab2, #tab3 {
	width: 122px;
}

#tab1 a, #tab2 a, #tab3 a {
	display: block;
	color: #C2BACB;
	text-decoration: none;
	padding: 6px 0 6px 0;
	background-image: url(../images/tab_cnr_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#tabs a:hover, #tabs a.selected {
	color: #fff;
}

#header {
	padding-top: 47px;
	width: 607px;
	height: 146px;
}

#logo {
	position: absolute;
	top: 65px;
	left: -143px;
}

#eco-vertical {
	position: absolute;
	top: 244px;
	left: -56px;
}

#nav-bar {
	margin: 2px 0 0 0;
	height: 46px;
	background: url(../images/bar_purple.gif) repeat-x;
}

#nav {
	width: 607px;
	margin-left: 200px;
}

#nav a {
	color: #fff;
	text-decoration: none;
	float: left;
	display: inline;
	padding: 16px 12px 12px 12px;
}

#nav a.selected, #nav a:hover {
	background: #463064;
	color: #fff;
}

#nav .divider {
	float: left;
	display: inline;
	margin: 16px 0 0 0;
	text-align: center;
	color: #74559F;
}

#sub-nav {
	position: absolute;
	top: 10px;
	left: -157px;
}

#sub-nav a {
	display: block;
	padding: 5px 0 2px 0;
	z-index: 100;
	text-decoration: none;
	color: #311952;
}

#sub-nav a.selected {
	font-weight: bold;
}

#top-shadow {
	position: absolute;
	top: -5px;
	left: 0;
	width: 607px;
	height: 10px;
}

#container-main {
	position: relative;
	width: 607px;
	margin-left: 190px;
	/*margin: 0 auto;
	text-align: left;*/
	background: url(../images/bg_main.gif) repeat-y;
}

#home-clients {
	float: right;
	display: inline;
	margin: 11px 26px 0 35px;
}

#home-clients img {
	display: block;
	margin: 0 0 12px 0;
}

#container-main .copy {
	padding: 12px 0 39px 38px;
}

#container-main .copy-2 {
	padding: 12px 37px 39px 38px;
}

.about-profile {
	clear: left;
	padding: 0 60px 20px 0;
}

.about-mugshot {
	float: left;
	display: inline;
	margin: 0 13px 30px 0;
	border: 1px solid #3A3678;
}

.client-logo {
	float: left;
	display: inline;
	margin: 0 13px 30px 0;
	border: 1px solid #3A3678;
}

#footer {
	margin-left: 200px;
	text-align: left;
	color: #768A00;
	padding: 0 0 25px 0;
}

body, th, td, input, select, textarea {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

a {
	color: #000;
}

img {
	border: none;
}

form {
	margin: 0;
}

h5 {
	font-size: 11px;
	color: #311952;
	margin: 0;
	padding: 5px 0 3px 0;
}

.purple {
	color: #311952;
}

.blue {
	color: #3A3678;
	font-weight: bold;
	margin: 0 0 6px 0;
}

.purpleheader {
	color: #311952;
	font-weight: bold;
}

table {
	border: 0;
}

table th, table td {
	vertical-align: top;
	padding: 3px 0 3px 2px;
}

table th {
	text-align: left;
	padding-top: 6px;
}

.input {
	width: 164px !important;
	width /**/: 174px;
	padding: 3px 5px 3px 5px;
}

.input, .comments {
	border: 1px solid #ccc;
}	

.comments {
	padding: 3px 5px 3px 5px;
	width: 188px !important;
	width /**/: 198px;
	height: 82px;
}


/* ------------- DROP DOWN MENU STARTS -------------- */

div.menu {
	z-index: 20;
	display: block;
	visibility:hidden;
	position: absolute;
	top: 235px;
	border: none;
	width: 148px;
	background: #311952;
}

div.menu span {
	display: block;
	width: 168px;
	border: 1px solid #311952;
	background: #311952;
}

div.menu span a {
	display: block;
	color: #fff;
	font:  normal 11px/20px arial, verdana, sans-serif;
	width: 156px !important;
	width /**/: 168px;
	text-decoration: none;
	border-bottom: 1px solid #311952;
	padding-left: 12px;
}

div.menu span a:hover {
	background: #463064;
	color: #fff;
}

#dd1 { left: 265px; }
#dd2 { left: 334px; }

ul.arrow {
	margin: 13px 0 8px 0;
	padding: 0;
	position: relative;
	left:0;
	list-style: none;
}

ul.arrow li {
	padding: 0 0 4px 13px;
	background: url(../images/li_arrow.gif) no-repeat 0px 5px;
}


#table2 {
	border: 0;
	width: 344px;
	border-collapse: collapse;
}

#table2 td {
	border: 1px solid #fff;
	background: #d6d1dc;
	padding: 5px 0 5px 8px;
	color: #000;
}

#table2 th {
	color: #fff;
	border: 1px solid #fff;
	background: #311952;
	padding: 5px 0 5px 8px;
}

#table2 td a {
	text-decoration: none;
}