@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #D18253;
	background-image: url(images/background.png);
	background-repeat: repeat;
	width: auto;
}
/*********** Vertical Nav **************/
#vertnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#vertnav li {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000000;
}
#vertnav li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C96D36;
	height: 1%;
	display: block;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#vertnav li a:hover {
	background-color: #E8BDA4;
}
/*********** Vertical Nav **************/

 #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
 #header {
	height: 192px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(images/uxporthead2n.jpg);
} 
 #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 100px;
	width: 310px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 100%;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: double;
	border-right-color: #F08D32;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #F08D32;
}
 #mainContent {
	float: left;
	width: 750px;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
} 
 #footer {
	background-color: #DDDDDD;
	background-image: url(images/uxportfoot-1.jpg);
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat-x;
	margin: 0px;
	clear: both;
} 
 #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	width: 50%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 40px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.a  img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	background-image: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.img_class {
	height: auto;
	width: auto;
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 0px;
	float: left;
	top: auto;
	clear: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#wrapper {
	width: 750px;
	float: left;
	height: auto;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F9F9F8;
	border-right-color: #F9F9F8;
	border-bottom-color: #F9F9F8;
	border-left-color: #F9F9F8;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

