@charset "utf-8";
/* CSS Document */
/* =headermenu ----------------------------------------------- */
.underlinemenu{
	font-weight: bold;
	width: 100%;
	font-size: 12px;
	padding-top: 70px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #FFFFFF;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5B5B5B;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #762AA8;
}
/* =base ----------------------------------------------- */
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-image: url(images/bg.jpg);
	background-color: #030303;
	background-position: center;
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/header-940.jpg);
	height: 104px;
}
.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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 12px;
	color: #5C5C5C;
}
#mainContent A:link {
	text-decoration: none;
	color: #5C5C5C;
}
#mainContent A:visited {
	text-decoration: none;
	color: #5C5C5C;
}
#mainContent A:active {
	text-decoration: none;
	color: #5C5C5C;
}
#mainContent A:hover {
	text-decoration: underline;
	color: #762AA8;
}
.dkgry {
	color: #5C5C5C;
	font-size: 12px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #762AA8;
}
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
}
#footer A:link {
	text-decoration: none;
	color: #5C5C5C;
}
#footer A:visited {
	text-decoration: none;
	color: #5C5C5C;
}
#footer A:active {
	text-decoration: none;
	color: #5C5C5C;
}
#footer A:hover {
	text-decoration: underline;
	color: #762AA8;
}
#clear {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
img {
	border: none;
}

/* =index 4 slot ----------------------------------------------- */
#list4 {
	background-image: url(images/4list_bg.jpg);
	height: 145px;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #595959;
	background-repeat: no-repeat;
}
.boxed {
	font-family: "Times New Roman", Times, serif;
	width: 215px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.boxed A:link {
	text-decoration: none;
	color: #FFFF00;
}
.boxed A:visited {text-decoration: none;
	color: #FFFF00;}
.boxed A:active {text-decoration: none;
	color: #FFFF00;}
.boxed A:hover {
	text-decoration: underline;
	color: #762AA8;
}
.boxed h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 5px;
}
/* =index main 2columns ----------------------------------------------- */
#contentcolumn{
	margin-left: 10px; /*Set left margin to LeftColumnWidth*/
	float: right;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
}
#contentcolumn h1{
	font-size: 24px;
	color: #762AA8;
}
#leftcolumn{
	float: left;
	width: 480px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #585858;
}
#leftcolumn h1{
	font-size: 24px;
	color: #762AA8;
}
#leftcolumn h2{
	font-size: 20px;
	color: #762AA8;
	margin-top: 0px;
}

/* =about styles ----------------------------------------------- */
#mainContent h1{
	font-size: 24px;
	color: #762AA8;
	font-weight: bold;
}
#mainContent h2{
	font-size: 20px;
	color: #762AA8;
}
#cform {
	border: thin dashed #330066;
}
#mess {
	text-align: center;
}
#proj {
	border: thin solid #762AA8;
	width: 880px;
}
.proj-cont {
	padding: 10px;
	text-align: left;
	color: #FF0000;
}

.style1 {
	color: #762AA8;
	font-weight: bold;
	font-size: 12px;
}
