﻿/* STANDARD HTML ELEMENTS */
body {
	font-family: Tahoma, Verdana, Arial, helvetica;
	COLOR:#000000;
	background-color:#E9E9E9;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#shell {
	width:975px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	vertical-align:top;
	background-color:#F5F3D5;
	width:772px;
}

#navLeft {
	text-align:left;
	vertical-align:top;
	background-color:#CFA642;
}

table {
	border-collapse: collapse;
}

td {
	font-family: Tahoma;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse
}

th {
	font-family: Tahoma, Verdana, Arial, helvetica;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse;
}

hr {
	border: none; /* mozilla */
	height: 1px;
	color:#000000; /* ie */
	background-color: #000000; /* mozilla */
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
}

ol ol{
  list-style-type: upper-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ol ol ol{
  list-style-type: lower-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

ul ul{
  list-style-type: circle;
  list-style-position: outside;
  list-style-image: url('/images/icons/checkmark.jpg');
}

ul ul ul{
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}

/* END STANDARD HTML ELEMENTS */

/* FORMS SECTION */
form {
	margin: 0;
}

input
     { 
	font-family: Tahoma, Verdana, Arial, helvetica; 
    font-size: 12px;
}

textarea
     { 
	font-family: Tahoma, Verdana, Arial, helvetica; 
    font-size: 12px;
}

select
     { 
	font-family: Tahoma, Verdana, Arial, helvetica; 
    font-size: 12px;
}

/* END FORMS SECTION */

/* ENTER CUSTOM CLASSES HERE */

.projectslight {
	border: 1px green solid;
	margin:6px;
	padding:4px;
	font-size:80%;	
	background-color:#dfedc9;
	min-height:80px;
}

.projectslight hover { 
	background-color:#CFA642; 
}


.projectsdark {
	border: 1px green solid;
	margin:6px;
	padding:4px;
	font-size:80%;
	background-color:#d0e5ad;
	min-height:80px;
}

.projectsdark h1 {
	font-size: 130%;
	font-weight:bold;
	color:green;
}

.projectslight h1 {
	font-size: 130%;
	font-weight:bold;
	color:green;
}

.projectsdark img {
	border: 1px solid green;
	margin: 4px;
	float:right;
}

.projectslight img {
	border: 1px solid green;
	margin: 4px;
	float:right;
}

.headerMain {
	font-family: Lucida Calligraphy, Tahoma;
	color:#CFA642;
  	font-size: 18px;
  	font-weight: bold;
  	padding-bottom: 10px;
}

.headerNews {
	font-family: Lucida Calligraphy, Tahoma;
	COLOR:#225C3D;
  	font-size: 16px;
}

.footerFont {
	font-family: Tahoma;
	COLOR:#606060;
  	font-size: 11px;
  	text-align:right;
}

.footerFont2 {
	font-family: Tahoma;
	COLOR:#FFF;
  	font-size: 12px;
}

.table1 {
	border:1px solid #008080; padding:3px; border-collapse: collapse;
}


.table1 th {
	border:1px solid #D8D8D8; 
	padding:3px; 
	background: #008080;
	color:#FFFFFF; 
	font-weight:bold; 
	background-color:#008080;
}

.table1 td {
	border: none; 
	padding:3px; 
	color: #800000; 
}

.table1 .alternate td {
	background-color:#F8F8F8;
}

/* END CUSTOM CLASSES */

/* CUSTOM HYPERLINK CLASSES SECTION */
a:visited#helpLink   {
	background:#FFFFFF;
	color: #000000;
	width: 20px;
	text-align:center;
	text-decoration: none;
	border: 1px solid #000000;
	font-size: 12px;
	font-family: verdana, arial, tahoma;
}

a:active#helpLink   {
	background:#FFFFFF;
	color: #000000;
	width: 20px;
	text-align:center;
	text-decoration: none;
	border: 1px solid #000000;
	font-size: 12px;
	font-family: verdana, arial, tahoma;
}

a:link#helpLink   {
	background:#FFFFFF;
	color: #000000;
	width: 20px;
	text-align:center;
	text-decoration: none;
	border: 1px solid #000000;
	font-size: 12px;
	font-family: verdana, arial, tahoma;
}

a:hover#helpLink {
	background:#000000;
	color: #FFFFFF;
	width: 20px;
	text-align:center;
	text-decoration: none;
	border: 1px solid #C0C0C0;
	font-size: 12px;
	font-family: verdana, arial, tahoma;
}

/* LIGHTBOX SUPPORT */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails{
	font-size: 1.2em;
	padding-top: 0.5em;
}
	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('/images/overlay.png'); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}

/* END LIGHTBOX SUPPORT /*

/* END CUSTOM HYPERLINK CLASSES SECTION */

/* HYPERLINKS SECTION */

a:link { 
	color: #225C3D; 
	font-family: Tahoma, Verdana, Arial, helvetica; 
	text-decoration: underline;
}

a:visited { 
	color: #225C3D; 
	font-family: Tahoma, Verdana, Arial, helvetica; 
	text-decoration: underline;
}

a:active {
	color: #225C3D; 
	font-family: Tahoma, Verdana, Arial, helvetica; 
	text-decoration: underline;
}

a:hover { 
	color: #808080; 
	font-family: Tahoma, Verdana, Arial, helvetica; 
	text-decoration: underline;
}

/* END HYPERLINKS SECTION */
