html, body, blockquote, form, fieldset, h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}

html, body { 
height: 100%; 
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial,Verdana, sans-serif;
	background: url(images/interface/topbar-backgrnd.jpg) top repeat-x;
	color: #000;
	background-color: #fff;
}

h1 {
	font-size: 22px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: .02em;
	padding: 3px;
	margin-left: 0px;
	margin-top: 0px;
	color: #2b2a2a;
	background-color: transparent;
}

h2 {
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: .02em;
	padding: 3px;
	margin-left: 0px;
	margin-top: 0px;
	color: #358ace;
	background-color: transparent;

}

h3 {
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-weight: normal;
	padding: 2px 0 0 4px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #2b2a2a;
	background-color: transparent;
}

h4 {
	font-size: 14px;
	padding: 2px 0 0 3px;
	margin-left: 0px;
	margin-top: 5px;
}

h5 {
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-weight: bold;
	padding: 2px 0 0 3px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0;
	color: #a1be10;
	background-color: transparent;
}

h6 {
	font-size: 14px;
	padding: 4px 4px 0 4px;
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: 0;
}

#wrapper {
	width: 930px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	background-color: #ededed;
}

/* topbar styling and positioning */
#topbar {
	height: 114px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
/* 	vertical-align: middle; */
	color: #222222;
	background-color: transparent;
}

#topbarleft {
	width: 259px;
	float: left;
	letter-spacing: .06em;
}

#topbarleft img {
	vertical-align: top;
}

#topbarleft a {
	text-decoration: none;
	color: #2d2d2d;
	background-color: transparent;
	padding-right: 10px;
}

#topbarleft a:hover {
	color: #a8c8ee;
	background-color: transparent;
}

#topbarright {
	width: 470px;
	float: right;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Verdana, sans-serif;
	line-height: 14px;
	color: #222222;
	background-color: transparent;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	margin-top: 40px;
	margin-right: 15px;
}

#topbarright a {
	text-decoration: none;
	font-size: 12px;
	color: #fefefe;
	background-color: transparent;
}

#topbarright a:hover {
	color: #9bc4e2;
	background-color: transparent;
}

#topbarright p {
	margin-top: 10px;
}


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

/* globalnav */



#navcontainer {
	width: 960px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
	color: #565656;
	background-color: #fff;
}

#nav {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}

#nav ul {
	display: inline;
	width: 960px;
	text-decoration: none;
	margin: 0;
	padding-left: 0;
	padding-bottom: 5px;
}

#nav ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding-left: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	font-size: 11px;
	border: none;
}

#nav ul li a {
	text-decoration: none;
	color: #8c8c8c;
	background-color: transparent;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 8px 90px 9px 0px;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #61b0ea;
	background-color: transparent;
}

#nav ul li a.current {
	color: #212121;
	background-color: transparent;
}


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

#maincontent {
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	color: #efefef;
	background-color: #fff;
	background: url(images/interface/wrapper-backgrnd.jpg) bottom repeat-x;
}

#maincontent a {
	text-decoration: none;
	color: #5b5b5b;
	background-color: transparent;
}

#maincontent a:hover {
	text-decoration: none;
	color: #090909;
	background-color: transparent;
}

#date {
	padding: 6px 0 8px 0;
	margin: 0;
	font-size: 10px;
	color: #5b5b5b;
	background-color: transparent;
}

#mainwrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	color: #efefef;
	background-color: transparent;
}

#mainwrapper p {
	font-size: 11px;
	line-height: 18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Verdana, sans-serif;
	padding: 2px 5px 5px 0;
	margin-left: 3px;
	margin-bottom: 0px;
	color: #5a5a5a;
	background-color: transparent;
}

#mainwrapper a {
	text-decoration: none;
	font-weight: bold;
	color: #a1be10;
	background-color: transparent;	
}

#mainwrapper img {
	vertical-align: middle;
}

#leftcontent {
	width: 270px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	color: #fff;
	background-color: transparent;
	float: left;
}

#leftcontent strong {
	font-weight: bold;
	color: #000;
	background-color: transparent;
}

#leftcontent ul {
	list-style: none;
	width: 270px;
	font-size: 12px;
	line-height: 16px;
	padding: 2px;
	margin-left: 3px;
	margin-top: 0;
}

#leftcontent ul li{
	list-style: none;
	padding-left: 20px;
	padding-bottom: 7px;
}

#leftcontent a {
	text-decoration: none;
	font-weight: bold;
	color: #508ac9;
	background-color: transparent;
}

.photo {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#midcontent {
	width: 270px;
	color: #fff;
	background-color: transparent;
	margin-top: 40px;
	margin-left: 300px;
	margin-right: 300px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;	
}

#rightcontent {
	width: 270px;
	color: #fff;
	background-color: transparent;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
	text-align: left;
}

#rightcontent a {
	text-decoration: none;
	color: #aad4d7;
	background-color: transparent;
}

#rightcontent a:hover {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}

#rightcontent img {
	margin-right: 50px;
	margin-top: 15px;
}

#mainsplash {
	margin-bottom: 5px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #fff;
	background-color: transparent;
}

#mainsplash p {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding-top: 5px;
	color: #000;
	background-color: transparent;
}

#mainsplash img {
	text-align: center;
}

.clearer { 
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

#footer {
	width: 100%;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 10px 0;
	margin-top: 0px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	line-height: 14px;
	text-align: center;
	color: #fff;
	background-color: #262121;
	clear: both;
}

#footer ul {
	list-style: none;
	display: inline;
}

#footer ul li {
	display: inline;
}

#footer a {
	text-decoration: none;
	color: #f4f3ef;
	background-color: transparent;
}

#footer a:hover {
	text-decoration: none;
	color: #9bc4e2;
	background-color: transparent;
}

#copyright {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 5px;
	color: #a29f9d;
	background-color: transparent;
}

#testimonialwrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #5a5a5a;
	background-color: #fff;
}

#hometestimonial {
	width: 600px;
	float: left;
	color: #5a5a5a;
	background-color: #f2f5eb;
/* 	background: url(images/interface/quotationmark.jpg) top left;	 */
}

#hometestimonial p {
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Verdana, sans-serif;
	line-height: 18px;
	margin: 5px 20px 10px 20px;
}

#homecontact {
	width: 300px;
	float: right;
	color: #5a5a5a;
	background-color: transparent;
}

#homecontact p {
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Verdana, sans-serif;
	line-height: 18px;
	margin: 5px 20px 10px 20px;
}

#homecontact a {
	text-decoration: none;
	font-weight: bold;
	color: #a1be10;
	background-color: transparent;
}

#homecontact a:hover {
	text-decoration: none;
	color: #5a5a5a;
	background-color: transparent;
}

#primarycontent {
	width: 500px;
	float: left;
	margin-left: 70px;
	margin-top: 75px;
	margin-bottom: 30px;
	color: #5a5a5a;
	background-color: transparent;
}

#primarycontent p {
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Verdana, sans-serif;
	line-height: 18px;
	margin: 5px 20px 10px 3px;
}

#primarycontent a {
	text-decoration: none;
	font-weight: bold;
	color: #358ace;
	background-color: transparent;
}

#primarycontent a:hover {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

#primarycontent ul {
	list-style: none;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding-left: 20px;
}

#primarycontent ul li {
	margin: 0;
}

.testimonialcontainer {
	width: 500px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #5a5a5a;
	background-color: transparent;
	background: url(images/interface/quotationmark.jpg) top left no-repeat;
	border-bottom: 1px dotted #c2c2c2;	
}

.testimonialcontainertext {
	font-size: 11px;
	font-family: Georgia, "New Century Schoolbook", "Times New Roman", times, serif;
	line-height: 18px;
	margin: 5px 20px 0px 30px;
	padding: 20px;
	color: #5a5a5a;
	background-color: #efefef;
}

.button {
	background: transparent url(images/interface/button-right.png) no-repeat scroll center right;
	color: #444;
	display: block;
	float: right;
	height: 34px;
	margin-right: 0px;
	margin-left: 20px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

.button span {
	background: transparent url(images/interface/button-left.png) no-repeat center left;
	display: block;
	line-height: 14px;
	padding: 10px 0 10px 18px;
}

.portitemwrapper {
	width: 960px;
	margin: 25px auto;
	color: #434343;
	background-color: transparent;
}

.portscreenshot {
	width: 576px;
	color: #434343;
	background-color: #efefef;
	float: left;
	padding-bottom: 20px;
}

.portscreenshot p {
	font-size: 11px;
	padding: 7px 7px 0 7px;
}

.portscreenshot a {
	text-decoration: none;
	font-weight: bold;
	color: #358ace;
	background-color: transparent;
}

.portscreenshot a:hover {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

.porttestimonial {
	width: 300px;
	margin-top: 20px;
	margin-right: 20px;
	float: right;
	font-size: 14px;
	font-family: Georgia, "New Century Schoolbook", "Times New Roman", times, serif;
	line-height: 22px;
	text-indent: -0.5em;

}

.portscreenshot img {
	text-align: center;
	margin: 8px;
}

.testimonialbyline {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Verdana, sans-serif;
	line-height: 18px;
	margin-top: 20px;
	padding: 10px;
	color: #434343;
	background-color: #f8f8f8;
}
