body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#wrapper {
	width: 750px;
	text-align: left;
	margin: 0 auto 0 auto;
}

h1, h2, h3, h4, h5, h6, p, ul, li, form {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

#header h1 {
	display: block;
	text-indent: -10000px;
	letter-spacing: -1em;
	overflow: hidden;
}

#header {
	border: 1px solid #006666;
	border-bottom: none;
	background-image: url(/media/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 748px;
	height: 174px;
	margin-top: 10px;
}

#body {
	border: 1px solid #006666;
	border-top: none;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#searchBox {
	width: 129px;
	height: 39px;
	background-image: url(/media/layout/searchBox.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	color: #006666;
	padding: 5px 0 0 10px;
}

#searchBox h2 {
	font-size: 110%;
}

#searchBox input {
	width: 100px;
	border: 1px solid #006666;
	font-size: 90%;
	color: #006666;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#searchBox input.btn {
	background: transparent;
	font-size: 110%;	
	width: 19px;
	border: none;
	font-weight: bold;
}

#topNav ul, #topNav li {
	list-style-type: none;
	float: left;
}

#topNav ul {
	padding-left: 2px;
}

#topNav li a {
	display: block;
	color: #006666;
	text-decoration: none;
	font-size: 110%;
	text-align: center;
	background-image: url(/media/layout/topNavBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 132px;
	height: 18px;
	padding-top: 2px;
	margin-right: 7px;
}

#topNav li a.last {
	margin-right: 2px;
}

#topNav li a.selected, #topNav li a:hover {
	background-image: url(/media/layout/topNavBgOver.jpg);
	color: #FFFFFF;
}

#topNav ul#subNav ul, #topNav ul#subNav li {
	list-style-type: none;
}

#topNav ul#subNav {
	background-image: url(/media/layout/topSubNav.jpg);
	background-repeat: no-repeat;
	width: 390px;
	height: 12px;
	padding: 4px 10px 4px 10px;
	margin-left: 2px;
	margin-top: 4px;
}

#topNav ul#subNav li {
	float: left;
}

#topNav ul#subNav li a {
	background: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #FFFFFF;
	display: block;
	border-right: 1px solid #FFFFFF;
	width: 128px;
	height: 12px;
	text-align: center;
}

#topNav ul#subNav li a.first {
	border-left: 1px solid #FFFFFF;
}

#topNav ul#subNav li a:hover {
	color: #000000;
}

#quoteBox {
	float: right;
	width: 195px;
	height: 50px;
	background-color: #50A793;
	text-align: center;
	padding: 7px 0 7px 0;
	color: #FFFFFF;
	font-size: 115%;
	font-style: italic;
	vertical-align: top;
}

#bottomNav {
	padding: 10px;
	padding-left: 0;
}

#bottomNav ul, #bottomNav li {
	list-style-type: none;
	display: inline;
}

#bottomNav li {
	padding: 0 10px 0 10px;
	border-right: 1px solid #999999;
}

#bottomNav li a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#bottomNav li a:hover {
	text-decoration: underline;
}

#bottomNav li.last {
	border: none;
}

#bottomNav li.small {
	font-size: 90%;
}

#bottomNav li.large {
	font-size: 110%;
	font-weight: bold;
}

#footer {
	color: #999999;
	border: 1px solid #006666;
	padding: 10px 25px 10px 25px;
	position: relative;
}

#copyright {
	float: left;
	vertical-align: middle;
}

#credits {
	float: right;
	text-align: right;
	vertical-align: middle;
}

.clearBoth {
	clear: both;
}

#crumbtrail {
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	color: #006666;
}

#crumbtrail a {
	color: #006666;
	text-decoration: none;
}

#crumbtrail a:hover {
	text-decoration: underline;
}

#content, #contentFullWidth, #contentHome, #PPLcontent, #contentPd, #contentNoPd {
	border: 1px solid #006666;
	display: inline;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #006666;
	width: 590px;
}

#content, #contentFullWidth {
	width: 540px;
	padding: 20px;
}

#contentHome {
	width: 500px;
	padding: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#PPLcontent {
	width: 560px;
	padding-left: 20px;
}

#contentNoPd {
	border: none;
}	

#contentFullWidth {
	width: 680px;
	margin-left: 12px;
}

#mainColHome {
	width: 500px;
}

#content #rightCol {
	float: right;
	border-left: 1px solid #006666;
	width: 176px;
	padding-left: 12px
}

#contentFullWidth #rightCol {
	float: right;
	border-left: 1px solid #006666;
	width: 176px;
	padding-left: 12px;
	margin: 15px 0 15px 0;
}

#adminHeader {
	text-align: left;
	background-color: #50A793;
	padding: 5px;
	margin-bottom: 5px;
}

#adminHeader h1 {
	color: #FFFFFF;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #000000;
	font-size: 130%;
}

#adminHeader a {
	color: #FFFFFF;
	text-decoration: none;
}

#adminHeader a:hover {
	text-decoration: underline;
}

#leftNav {
	width: 139px;
	float: left;
	position: relative;
	margin-right: 12px;
	display: inline;
}

#leftNav h2 {
	color: #FFFFFF;
	font-size: 130%;
	font-weight: normal;
	padding: 2px 0 0 5px;
	background-image: url(/media/layout/leftNavHeader.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 2px;
}

#leftNav ul, leftNav li {
	list-style-type: none;
}

#leftNav ul {
	background-image: url(/media/layout/leftNavBg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0 10px 0;
}

#leftNav ul li a {
	display: block;
	width: 117px;
	background-image: url(/media/layout/leftNavItemBg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 3px;
	color: #2E5149;
	font-size: 110%;
	margin-left: 5px;
	text-decoration: none;
}

#leftNav ul li.header a {
	font-weight: bold;
}

#leftNav ul li.last {
	background-image: url(/media/layout/leftNavItemBgLast.gif);
	background-position: bottom left;
	background-repeat: no-repeat;	
}

#leftNav ul li a:hover, #leftNav ul li a.selected {
	color: #FFFFFF;
}

.contentRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.contentRightNoPd {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
}
.contentLeft {
	float: left;
}

#content table {
	float: left;
	clear: none;
}

#content ul.columnList, #content ul.columnList li {
	list-style-type: none;
}

ul.columnList {
	float: left;
	width: 160px;
}

table.contactDetails {
	margin-bottom: 30px;
}

table.contactDetails th {
	text-align: left;
}

table.contactDetails td {
	padding-left: 15px;
}

#contentFullWidth #rightCol .formBox, #HomeRHS .formBox {
	margin-bottom: 30px;
	padding-left: 0;
}

#HomeRHS .formBox {
	margin-bottom: 10px;
}

#contentFullWidth #rightCol .formBox input, #HomeRHS .formBox input {
	border: 1px solid #006666;
	width: 155px;
}

#contentFullWidth #rightCol .formBox .btn, #HomeRHS .formBox .btn {
	margin-top: 5px;
	float: right;
	background: transparent;
	color: #66A3A3;
	font-size: 10px;
	border: none;
	width: auto;
}

#contentFullWidth .formBox, #content .formBox, #HomeRHS .formBox {
	padding: 10px;
}

#contentFullWidth .formBox p, #content .formBox p, #HomeRHS .formBox p {
	clear: left;
	margin-bottom: 10px;
}

#contentFullWidth .formBox p label, #content .formBox p label, #HomeRHS .formBox p label {
	width: 30%;
	padding-right: 5%;
	text-align: right;
	font-weight: bold;
	float: left;
	color: #006666;
}

.formBox p input, .formBox p textarea, .formBox p select, .formBox button {
	border: 1px solid #006666;
	width: 55%;
	color: #006666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formBox p textarea {
	height: 70px;
}

.formBox p input.chk {
	border: none;
	width: auto;
}

.formBox p input.btn, #contentFullWidth .formBox button, #contentFullWidth .formBox input.chooseBtn {
	width: auto;
	background-color: #FFFFFF;
}

.shadowBox {
	background-image: url(/media/shadow_box_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 9px;
	padding-right: 13px;
	float: left;
}

#mainCol {
	width: 500px;
}

#contentFullWidth #mainCol {
	width: 480px;
}

#alert {
	padding: 10px;
	background-color: #33FFFF;
	border: 2px dotted #FF0000;
}

#alert em {
	font-weight: bold;
	font-style: normal;
}

#mainCol #alert p {
	margin: 0;
}
#wrapper #body #contentPd p {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}


#wrapper #body #contentPd #topImgRt {
	float: left;
	width: 405px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
	height: 210px;
	margin: 0px;
}


#wrapper #body #contentPd #clientSyBox {
	float: left;
	width: 165px;
	padding-right: 10px;
	padding-left: 10px;
	height: 205px;
	padding-top: 5px;
	background-image: url(../media/uploads/39/client_comments.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
	margin: 0px;
}
#wrapper #body #contentPd #clientSyBox #clientsSay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #355e55;
	margin: 0px;
	padding-left: 0px;
}
#wrapper #body #contentPd #clientSyBox a {
	color: #003300;
}

#wrapper #body #contentPd #clientSyBox a:visited {
	color: #003300;
}
#wrapper #body #contentPd #bdTxtBox p {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#wrapper #body #contentPd #cntBoxImg img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#wrapper #body #contentPd #qanda {
	float: left;
	width: 560px;
	padding: 15px;
}
#wrapper #body #contentPd #qanda #struct1, #wrapper #body #contentPd #qanda #struct2, #wrapper #body #contentPd #qanda #struct3 {
	float: left;
	width: 560px;
}
#wrapper #TopTips {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 129px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../media/layout/kynesis_business_development.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 56px;
}
#wrapper #body #HomeRHS .formBox h3 {
	color: #006666;
}

#wrapper #TopTips a {
	color: #003300;
	text-decoration: none;
}
#wrapper #body #HomeRHS {
	float: left;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #body #contentHome .contentRightHome {
	width: 150px;
	margin-bottom: 10px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#wrapper #body #contentHome .contentRightHome img {
	padding-bottom: 10px;
}
#wrapper #body #HomeRHS img {
	padding-top: 5px;
	padding-bottom: 10px;
}
#wrapper #body #PPLcontent p {
	padding-bottom: 10px;
}
