@charset "utf-8";
@import url("lightbox.css");
/* CSS Document */

body {
	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: #8a8a8a;
	background-color: #8c8990;
	font-family: "Trebuchet MS";
	font-size: 100%;
	background-image: url(images/bac2.jpg);
	background-attachment: fixed;
	background-position: center;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0a0a0a;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #000000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

}
.oneColFixCtrHdr #mainContent {
     padding:0px;
	background-image: url(images/content_bac.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #footer {
    width: 780px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#343434;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#menu  {
	font: bold 14px Arial;
	margin: 0px;
	list-style: none;
	text-align: left;
	color: #FFFFFF;
	position: absolute;
	top: 7px;
	z-index: 3;
	width: 157px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
h1 {
	color: #99cccc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#grad  {
	font: bold 13px/21px Arial;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	color: #FFFFFF;
	position: absolute;
	top: 264px;
	z-index: 3;
	width: 780px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
h2 {
	color: #99CCCC;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.indent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

a.one:link {
	color: #ffffff;
	text-decoration: none;
}
a.one:visited {
	color: #ffffff;
	text-decoration: none;
}
a.one:hover {
	text-decoration: none;
	text-decoration: underline;
}
.bodylink {
	font-family:"Trebuchet MS";
	color: #99CCCC;
    text-decoration: none;
    border-bottom: 1px dashed;
	line-height: 1.8em;
	font-weight: bold;
}
.greenbold{
	color: #99cccc;
	font-weight: bold;
}
label,input{
    display: block;
    width:150px;
    float:left;
    margin-bottom: 10px;
}	
label{
	text-align: left;
	width:75px;
	padding-right: 20px;
	padding-left: 25px;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-weight: bold;
	color: #99cccc;
}

br{clear:left;
}
textarea{float: left;
margin-bottom:
10px;width:150px;
font-family: "trebuchet ms", helvetica, arial, sans-serif;
}
.inbg{
	background-color:#000000;
	border: 2px solid #99cccc;
	color: #FFFFFF;	
}

#buttonpush{
	padding-left: 120px;
}
.button{
	float:left;
	clear:both;
	width:100px;
	height:30px;
	color:#99cccc;
	border:2px solid  #99cccc;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	background-color: #000000;
	font-weight: bold;
	cursor: pointer;
}
form
{
   margin: 0px
}
#mywork
{
	list-style: none;
	text-align: left;
	width: 411px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 200px;	
}
.whitebold
{
	font-weight: bold;
	color: #FFFFFF;
}
.righttext {
	padding-right: 25px;
}

#navlist {
padding-left: 0;
margin-left: 0;
width: 210px;

}

#navlist li {
list-style: none;
margin: 0;

}

#navlist li a { 
text-decoration: none;
	color: #ffffff;
	text-decoration: none;
 
}

#navlist  a:link, .navlist2 a:visited {
	color: #ffffff;
	text-decoration: none;

}

#navlist a:hover {
	color: #ffffff;
	text-decoration: none;

}
