html
{
    overflow: scroll;
}

a {
	/*color:#336666;*/
	color: #14703E;	
}
blockquote
{
    background-color: #FFFFFF;
}
body
{
    font-family: calibri,arial,helvetica,sans-serif;
    font-size: 10pt;
    background-image:url('/images/gradient_big.gif');
    background-repeat:repeat-x;
    /*background-image:url(../images/gradient_big.gif);*/
    /*background-color: #EEEEEE;*/
}

h1, h2, .hh2 
{
	font-family:"Century Gothic", Arial;
	font-size:18px;
	letter-spacing:2px;
	color: #14703E;
	padding-left:20px;
    text-decoration: none;	
}

h2
{
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

.hh2
{

    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    padding-left: 10px;
    color: #1F5770;    
}

.hr_style
{
	border-bottom: black thin double;
	border-left: black thin double;
	border-top: black thin double;
	border-right: black thin double;
}
img {
	border:0;
}
input, textarea, select {
	border:1px solid gray;
    height: 24px;
}
.clientDiv 
{
	margin-top:10px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:90px;
}

#content {
	height:100%;
}

#copyright
{
    font-size: 7pt;
    letter-spacing: 2px;
    color: white;
    font-family: "Century Gothic", Arial;
    padding-left: 5px;
}

#footer
{
    /*background-image:url(../images/footer_abstract1.jpg);*/ /*background-color:#EEEEEE;*/
    height: 74px;
    padding-left: 50px;
    border-bottom: medium dotted gray;
    border-left: medium dotted gray;
    border-right: medium dotted gray;
    clear: both;
    background-color: White; /*background-image:url(../images/gradient_small_dl.gif);*/
}
.footercell
{
    float: left;
    width: 70px;
    border-left: 1px solid #1F5770;
    border-bottom: 1px solid #1F5770;
    padding: 4px;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: bolder;
    cursor: pointer;
    background-color: #EEEEEE;
    color: black;
}
.footercellright {
	border-right:1px solid #1F5770;
}
.footerOff {
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
.footerOn {
	border-left:1px solid #1F5770;
	border-top:1px solid #1F5770;
}
#footer-home {
	padding-top:30px;
	padding-bottom:25px;
	padding-left:50px;
	padding-right:75px;
	color:#4E4230;
}
#footer-placeholder {
	float:left;
	height:20px;
	margin-top:10px;
	margin-left:50px;
	width:10px;
}
#footer-placeholderText {
	clear:both;
	width:550px;
	font-size:10pt;
	font-weight:bold;
	color:black;
}

#header a, #menu a {
	text-decoration:none;
	letter-spacing:2px;
}
#header a:hover, #menu a:hover
{
    color: #00FFFF;
}
#headerMenu 
{
    background-color:White;
	padding-top:5px;
	padding-bottom:15px;
	padding-right:5px;
	text-align:right;
	font-family:calibri,arial;
	font-size:8pt;
	color:black;
}

.right_section
{
    padding-left:15px;
    padding-right:15px;
}
.home_text
{
	padding-left: 50px;
	padding-top: 80px;
	padding-right: 10px;
	line-height: 16px;
}
.image
{
	display: inline;
	text-align: left;
	vertical-align: text-top;
	padding-left: 40%;
}
.image_text
{
	text-align: left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: calibri, arial;
	color: black;
	font-size: 12pt;
	vertical-align: top;
	padding-top: 10px;
	position: static;
	display: inline;
}

.linkbutton {
	width:80px;
	background-color:#669999;
	border:1px solid black;
	padding:6px;
	text-align:center;
}
.linkbuttontext {
	color:White;
	font-weight:bold;
	letter-spacing:1px;
}

#logo
{
    padding-right: 35px;
    /*padding-bottom:7px;  9 */
    /*padding-top:9px;  3 */
    background-repeat: no-repeat;
}

#bottomMenu {
	background-color:#313131;	
	height: 20px;
	padding-top:5px;
}
#menu div {
	/*float:left;*/
	background-color:#1F5770;
}
.menufix
{
    z-index:100;
}
.menu-left {
	padding-left:10px;
	padding-right:15px;
	float:left;
	background-color:#1F5770;
	padding-bottom:4px;
}
#menu-right
{
    font-family: calibri,arial;
    font-size: 10pt;
    padding-bottom: 5px;
    height: 15px;
    color: #545454;
}
#menu-bottom-right {
	font-family:"Century Gothic",Arial;
	font-size:7pt;
	color:White;
	letter-spacing: 2px;
}
.menu-link {
	color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}
.menu-link:hover
{
    color: #999999;
}
.menu-link-active {
	color:#BDD6DB;
}
#menu-top {
	padding-left:10px;
	padding-right:5px;
	float:right;
}
.menu-top-link
{
    text-decoration: none;
    font-weight: bold;
    padding-right: 12px;
}
.menu-top-link:hover
{
    color:Black;
}

.module-header {
	background-color:#cccccc;
	padding:4px;
	font-weight:bold;
	width:250px;
	margin-top:10px;
	letter-spacing:1px;
	font-size:11px;
	cursor:pointer;
}
.module-body {
	border:1px solid #cccccc;
	padding:10px;
	margin-bottom:10px;
	color:#666666;
}
.module-cell-header {
	font-weight:bold;
	padding:4px;
	padding-left:10px;
	font-family:Verdana;
	font-size:11px;
	letter-spacing:1px;
}
.module-cell-item {
	padding-bottom:2px;
}
.module-link {
	font-family:Verdana;
	font-size:10px;
}
.newsdiv {
	/*border-bottom:1px dotted #cccccc;*/
	padding:10px;
	margin-bottom:5px;
}
    
.project-menu-link {
	color: #000000;
    font-family: calibri,arial,helvetica,sans-serif;
    font-size: 12pt;
    /*font-weight: bold;*/
    text-decoration: none;
}
.project-menu-link:hover
{
    color: #999999;
}
.project-menu-link-active {
	color:#BDD6DB;
}

.sig {
	font-size:smaller;
	text-align:right;
}
.small {
	font-size:smaller;
}
.submenu {
	margin-bottom:20px;
	border:1px solid #869B9E;
	background-color:#EDEAE3;
}
.submenucell {
	padding:6px;
	text-align:right;
}
.submenuheader {
	padding:6px;
	background-color:#869B9E;
	font-weight:bold;
	color:White;
}
.submenulink {
	font-weight:bold;
}
.submenu-link
{
    color: #000000;
    text-decoration: none;
    text-indent: 5px;
    font-family: calibri;
}
.submenu-link:hover
{
    color: #999999;
}
.submenu-link:active {
	color:#BDD6DB;
}

#wrapper
{
    background-image:url('/images/gradient_big.gif');
    background-repeat:repeat-x;
    margin: 0px auto;
    padding: 0px;
}
#inner_wrapper
{
    padding:0px;
    margin:0px;    
    width: 1000px;
}
#blue_bar
{
    width:650px;
    height:210px;
    background-image:url('../images/picture_frame.png');
    background-repeat:no-repeat;
}
#titleHeader
{
    font-family: 'Century Gothic' , Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-style: italic;
    color: Silver;
    padding-left:40px;
    vertical-align:middle;
    text-decoration:none;
}

#backg
{
    background-image:url('/images/gradient_big.gif');
    background-repeat:repeat-x;
}

.leftDottedBorder
{
    border-left:dotted medium gray;
}
#mainImage
{
    width:491px;
    height:147px;
    padding-top:15px; 
    padding-right:0px;    
    vertical-align:bottom;
}




/*temp classes*/
.offer-big {
	font-size:22px;font-weight:bold;color:yellow;letter-spacing:2px; text-decoration:none;
}
.offer-big a:hover {
	color:yellow;
}
.offer-smallwhite {
	font-size:10px;font-weight:bold;color:white;letter-spacing:2px;text-decoration:none;
}
.offer-smallyellow {
	font-size:10px;font-weight:bold;color:yellow;letter-spacing:2px;
}

.event, .header_red, .subheader
{
    font-weight: bold;
    font-family: 'Century Gothic', Arial;
	text-align:center;    
}
.header_red
{
    color: #CC0000;
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.header2_red
{
    color: #CC0000;
    font-family:'Century Gothic', Arial;
	font-size:16px;
	letter-spacing:2px;
}
.subheader
{
	font-size:13px;
	letter-spacing:1px;
}

.event_li
{
    padding-bottom:5px;
}

