html, body {
	background: URL("../images/stripes.gif") #3c3c3c;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align: center;
	min-width: 960px;
	overflow-x: auto;
	}

/*tip of the hat: http://exanimo.com/examples/css/vertical-centering-with-a-floated-shim.html */

#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -300px;
	float: left;
	}	

.darklines {
	clear: both;
	position: relative; 
	width: 100%;
	height: 32px;
	}

#darktop {
	background: URL("../images/darkstripetop.gif") repeat-x;
	}

#darkbottom {
	background: URL("../images/darkstripebottom.gif") repeat-x;
	}

.blackbars {
	position: relative; 
	width: 100%;
	height: 27px;
	background: #000;
	border-top: solid 1px #414141;
	border-bottom: solid 1px #414141;
	}

#logo {
	position: relative;
	width: 325px;
	height: 80px;
	margin: auto;
	margin-top: -28px;
	z-index: 4;
	}

#linkholder {
	position: relative; 
	width: 100%;
	height: 53px;
	background: #fff;
	z-index: 1;
	margin-top: -53px;
	overflow: hidden;
	}

#dottednav {
	position: absolute;
	top: 12px;
	width: 100%;
	height: 1.2em;
	background: #fff;
	border-top: dotted 2px #C0C0C0;
	border-bottom: dotted 2px #C0C0C0;
	z-index: 3;
	line-height: 18px;
	text-align: center;
	}

#nav {
	position: relative;
	margin: auto;
	width: 960px;
	}

.gradientleft {
	float: left;
	width: 150px;
	height: auto;
	padding-bottom: 10000px; 
	margin-bottom: -10000px; 
	overflow: hidden;
	background: URL("../images/gradientleft.gif");
	z-index: 2;
	}
	
.gradientright {
	float: right;
	width: 150px;
	height: auto;
	padding-bottom: 10000px; 
	margin-bottom: -10000px; 
	overflow: hidden;
	background: URL("../images/gradientright.gif");
	z-index: 2;
	}

#whitebox {
	position: relative;
	width: 100%;
	min-height: 425px;
	background: #fff;
	overflow: hidden;
	}

#contentbox {
	position: relative;
	margin: auto;
	margin-top: 20px;
	width: 960px;
	}

.sidebar {
	display: block;
	float: left;
	width: 215px;
	text-align: left;
	margin-bottom: 25px;
	}

#leftbar{
	height: auto;
	}
	
#rightbar{
	height: auto;
	}

#main {
	display: block;
	float: left;
	width: 454px;
	margin-left: 33px;
	margin-right: 33px;
	text-align: left;
	padding-top: 19px;
	}

.dottedbox {
	width: 180px; 
	height: 96%;
	min-height:	355px;
	border: dotted 2px #C0C0C0;
	background: #fff;
	padding: 9px;
	overflow: hidden;
	}
		
#rightcorner {
	position: absolute;
	width: 202px;
	text-align: right;
	z-index: 2;
	margin-right: 13px;
	}

#leftcorner {
	position: absolute;
	z-index: 2;
	margin-left: 13px;
	}
	
.toleft {
	margin: 0;
	padding-top: 5px;
	padding-left: 15px;
	list-style: none;
	background: URL("../images/list/reddotleft.gif") left top no-repeat;
	}

#portnav {
	width: 400px;
	float: right;
	text-align: right;
	}

#portnav img {
	margin-left: 10px;
	}
	
#portimg {
	margin-bottom: 15px;
	text-align: center;
}

#endofcontent {
	position: relative;
	width: 100%;
	height: 25px;
	clear: both;
}

#endbar {
	clear: both;
	position: relative;
	width: 100%;
	height: 1px;
}

.services {
	float: left; 
	width: 50%; 
	line-height: 1.2em; 
	margin-top: 14px;
	}

#desccontainer {
	font-size: 0px;
}

.testimonials {
	font-size: 12px;
	color: #4d4d4d;
}
.right {
	font-size: 12px;
	color: #4d4d4d;
	text-align: right;
}

form {margin: 10px 0 0 20px;}

label {float: left; width: 80px;}

input {width: 330px; margin-bottom: 5px; height: 20px;}

textarea {width: 334px; height: 100px; font-family: Verdana, sans-serif; font-size: 0.8em;}

button {float: right; width: 100px; height: 25px; background: #484848; border: none; color: #fff;}

