/* CSS Document */
@charset "utf-8";



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #cccccc;
	background-color: #333333;
	background-image: url(media/gradient.jpg);
}


body,td,th {
	color: #333333;
}


p {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 10px 0px;
	color: #333333;
}


a:link {
	text-decoration: none;
	color: #CCCCCC;

}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #990000;	
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font: normal 24px/normal Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 0px;
	color: #990000;
}
h2 {
	margin: 0px;
	color: #990000;
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}
h3 {
	margin: 0px;
	padding: 5px 10px 7px;
	color: #990000;
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}	
h4 {
	margin: 10px 5px 5px;
}
h5 {
	font-size: 14px;
	margin: 0px;
}
img {
	border-style: none;
}
li {
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

ul {
	margin-top: 5px;
	margin-bottom: 0px;
}

.twoColFixLtHdr #container {
	width: 990px;
	margin: 10px auto 0;
	text-align: left;
	border-top: thin solid #990000;
	border-right: thin solid #990000;
	border-bottom: thin solid #990000;
	border-left: thin solid #990000;
	vertical-align: top;
	background: #333333;
} 
.twoColFixLtHdr #header {
	background: url(media/header-grad.jpg) repeat-x;
	padding: 0 0px;
	border-top: thin none #990000;
	border-right: thin none #990000;
	border-bottom: thin solid #990000;
	border-left: thin none #990000;
	margin: 0px;
	color: #CCCCCC;
	
} 
.twoColFixLtHdr #container #header .fltrt p {
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	color: #CCCCCC;
	margin-right: 10px;
}


.twoColFixLtHdr #footer {
	padding: 0px;
	text-align: center;
	margin: 0px;
	background: url(media/gradient.jpg);
	border-top: thin solid #990000;
	border-right: thin none #990000;
	border-bottom: thin none #990000;
	border-left: thin none #990000;
} 
.twoColFixLtHdr #container #footer p {
	font-size: 9px;
	color: #CCCCCC;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 0px 0px;
	margin-top: 0px;
	margin-left: 5px;
	background: top;
	vertical-align: top;
	border-top: thin none #990000;
	border-right: 1px solid #990000;
	border-bottom: thin none #990000;
	border-left: thin none #990000;
	text-align: right;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #sidebar1 h4 {
	font-size: 14px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
}
.twoColFixLtHdr #container #sidebar1 a {
	color: #CCCCCC;
	text-align: right;
	font: 11px/16px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr  #container  #sidebar1  a:hover {
	color: #6DAEB6;
	text-align: right;
	font: 11px/16px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #D2DFE3;
	border-left: 1px solid #990000;
	border-top: thin none #990000;
	border-right: thin none #990000;
	border-bottom: thin none #990000;
	margin: 0px 0px 0 160px;
} 

.twoColFixLtHdr #container #mainContent a {
	color: #267593;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #6DAEB6;
}
.twoColFixLtHdr #container #mainContent #loadarea {
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
	vertical-align: middle;
}
.twoColFixLtHdr #container #mainContent li {
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent h6 {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	margin: 10px;
}

.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;
	margin-top: 10px;
	text-align: right;
	font-size: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 0px 0px;
	margin-top: 0px;
	margin-left: 5px;
	background: url(web-portfolio/images/web-design.jpg) top;
	vertical-align: top;
	border-right: 1px solid #990000;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	height: 500px;
}.twoColFixLtHdr #container #sidebar2 h2 {
	color: #CCCCCC;
}
.twoColFixLtHdr #container #sidebar2 p {
	font-size: 12px;
	color: #CCCCCC;
}
.twoColFixLtHdr #container #sidebar2 li {
	font-size: 12px;
	margin-left: -10px;
	color: #CCCCCC;
}
.twoColFixLtHdr #container #mainContent #loadarea p {
	color: #CCCCCC;
}
.visit {
	font-size: 10px;
	color: 7c969f;
}
.twoColFixLtHdr #container #mainContent .visit a {
	color: 7c969f;
	padding: 5px 5px 0px;
}
.hidden {
	display: none;
}
