/* Make sure all browsers define parent width */
html {
	width: 100%;
}

/* Body of the document */
body {
	background-attachment: scroll;
	background-image: url(images/linbg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #343434; 
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 80%;
	color: #000000;
	line-height: 160%;
}

/* Wrapper */
.all {
	padding-top: 50px; 
	text-align: center; 
	width: 100%;
}

/* Your box */
.box {
	border: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	/* padding: 5px;  */
	text-align: left; 
	width: 75%;
	background-color: #FFFFFF;
}

.htop {
	background: #FFFFFF url(images/tlhc.gif) no-repeat left top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.htop img {
	float: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

.intro {
	background: #9FB3C1 url(images/nowlogo2.gif) no-repeat left top;
	height: 127px;
	margin: 20px;
	padding: 0px 0px 0px 0px;
}

.rhs {
	float: right;
	width: 170px;
	background-color: #E4ECE1;
	margin-right: 20px;
}

.tops {
	background: #E4ECE1 url(images/top.gif) no-repeat left top;
	height: 20px;
}

.bottoms {
	background: #E4ECE1 url(images/bottom.gif) no-repeat left bottom;
	height: 15px;
}

.rhscontent {
	padding: 10px;
}

.content {
	margin-right: 200px;
	padding:20px;
}

.content h1 {
	margin: 0px 0px 0px 0px;
	padding: 8px;
	font-size: 120%;
	font-weight: normal;
	color: #CC0000;
}

.footer {
	padding: 10px;
	margin-top: 20px;
	border-top: 1px dashed #333333;
	font-size: 90%;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:link, a:active, a:visited {
	color: #333333;
}

a:hover {
	color: #000000;
	text-decoration:none;
}

.rhscontent a:link, .rhscontent a:active, .rhscontent a:visited {
	color: #333333;
}

.rhscontent a:hover {
	color: #333333;
	text-decoration:none;
}

.highlite {
	text-align:center;
	padding: 15px;
	background-color: #ECF0F2;
	font-size: 110%;
	margin: 10px;
}

input {
	background-color: #E4ECE1;
	border: 1px solid #000000;
	padding: 2px;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
}

select {
	background-color: #E4ECE1;
	border: 1px solid #000000;
	padding: 2px;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
}

textarea {
	background-color: #E4ECE1;
	border: 1px solid #000000;
	padding: 2px;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
}

.portfolio {
	padding: 10px;
	background-color: #ffffff;
	margin: 10px;
	border-top: 4px solid #9FB3C1;
}

.portfolio p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.portfolio h1 {
	color: #000000;
	font-size: 110%;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.portfolio img {
	border: 1px solid #333333;
	float:right;
}


div#header img { margin-left: 10px; margin-right: 5px; }
