/* Css document by Svein Erik Storkaas - CssTemplatesWeb.com | 2008 */

* {
 padding: 0;
 margin: 0;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 background-image:url(../images/bg.jpg);
 background-repeat: repeat-x;
}

td {
 padding: 2px 5px 2px 5px;
}

b {font-weight:bolder;}
strong {font-weight:bolder;}

#wrapper {
 width: 814px;
 margin: 0 auto;
}

#border {
 border: 1px solid #DDDCDC;
 margin: 20px 0px 5px 0px;
 background-color: #ffffff;
 padding-bottom:6px;
 float: right;
 width: 814px;
}

* html #border {height:776px} /* IE Min-Height Hack */ 

#header_frame {
  margin-left: auto;
  margin-right: auto;

}

#header {
 margin: 6px 0px 3px 6px; 
 background-image:url(../images/header_logo.jpg);
 background-repeat:no-repeat;
 width:452px;
 height:166px;
 border: 2px #E2E2E2 solid; 
 float:left;
}

#header2 {
 margin: 6px 6px 3px 0px; 
 background-image:url(../images/header_img.jpg);
 background-repeat:no-repeat;
 width:335px;
 height:166px;
 border: 2px #E2E2E2 solid;
 float:right;
}

.clear {
  clear: both;
}


#headertext
{
	width:180px;
	height:40px;
	font-family:"Trebuchet MS";
	font-size:33px;
	color:#71c15c;
	margin:50px 0px 0px 50px;
	float:left;
	clear:none;
}

#headertextsmall
{	
	width:250px;
	height:30px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#fff;			
	padding-right:50px;
	padding-top:60px;
	float:right;
	
}

/* ------------------------ Start Navigation Bar -----------------*/
#topmenu
{
height:46px;
width: 804px;
padding-left:5px;
background-repeat:no-repeat;
}

/*MEUNU*/
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: "Palatino Linotype", "Times", "serif";
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 32px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

body#home .glossymenu li#current1 a, 
body#overview .glossymenu li#current2 a, 
body#portfolio .glossymenu li#current3 a, 
body#services .glossymenu li#current4 a, 
body#contact .glossymenu li#current5 a, 
.glossymenu li a:hover{
	color: #fff;
	background: url(../images/menu_dn1.gif) no-repeat; /*left tab image path*/
	background-position: left;
}


body#home .glossymenu li#current1 a b, 
body#overview .glossymenu li#current2 a b, 
body#portfolio .glossymenu li#current3 a b, 
body#services .glossymenu li#current4 a b, 
body#contact .glossymenu li#current5 a b, 
.glossymenu li a:hover b{
	
	background: url(../images/menu_dn2.gif) no-repeat right top; /*right tab image path*/
}

/* ------------------------ End Navigation Bar -----------------*/


/* ------------------------ Start Images -----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 14px 10px 0px;
}
/* ------------------------ End Images -----------------*/


/* ------------------------ Start Main Columns -----------------*/
#leftcolumn1 { /* Parent Wrapper for inside boxes */
 margin: -8px 0px 6px 6px;
 display: inline; /* IE Hack */
 width: 537px;
 float: left;
 padding: 0;
 border: 2px #E2E2E2 solid;
}

#leftcolumn2 { /* Parent Wrapper for inside boxes without right box */
 margin: -8px 0px 6px 6px;
 display: inline; /* IE Hack */
 width: 800px;
 float: left;
 padding: 0;
 border: 2px #E2E2E2 solid;
}

* html #leftcolumn {height:300px} /* IE Min-Height Hack */

.leftcolumn-inner { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 220px;
 float: right;
 background-image:url(images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 40px;
 padding: 10px;
 margin-bottom: 7px;
}
* html .leftcolumn-inner {height:40px} /* IE Min-Height Hack */

.in-the-news { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 235px;
 float: right;
 min-height: 125px;
 margin-bottom: 7px;
}
* html .in-the-news {height:125px} /* IE Min-Height Hack */

a:hover.rightmenu {
 background-color:#f1b600;
  color:black;
}

#rightcolumn {
/* border: 1px solid red;*/
 margin: -8px 6px 0px 0px;
 display: inline; /* IE Hack */
 width: 250px;
 float: right;
 border: 2px #E2E2E2 solid;
 background-color:#F2F2F2;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#highlightnews {
 background-image:url(images/highlightnews.jpg); 
 height:auto;
 background-repeat: no-repeat;
 text-align: left;
 padding: 17px 10px 10px 13px;
 display: inline; /* IE Hack */
 float: left;
 width: 510px; 
}


#highlightnews img
{
	float:left;
	padding-right:10px;	
}

* html .sponsor {height:80px} /* IE Min-Height Hack */

.maincontent {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 min-width: 530px;
}
* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-mid {
	 background-image:url(images/content-mid.gif);
	 background-repeat: repeat;
	 padding: 5px 14px 5px 14px;
}
.content-mid img
{
	float:left;
	margin:3px 10px 14px 0px;
}
.left-mid {
	 background-image:url(images/left-mid.gif);
	 background-repeat: repeat;
	 padding: 5px 14px 10px 14px;
}
.randompicture
{
	background-image:url(images/left-mid.gif);
	background-repeat: repeat;
	text-align:center;
	padding:5px 0px 5px 0px;
	overflow:hidden;	
}

.left-heading {
	 background-image:url(images/left-heading.gif);
	 background-repeat: no-repeat;
	 padding: 9px 14px 5px 10px; 
}
.right-heading h3
{
	font-size: 16px;
	color: ##6073CD;
	min-height: 11px;
	font-weight: bold;
}

* html .left-heading {height:11px} /* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1 {
 font-size: 18px;
 color: #6073CD;
 font-family: "Palatino Linotype", "Times", "serif";
 margin-bottom:10px;
}

h2 {
 font-size: 16px;
 color: #f1b600;
 font-family: "Palatino Linotype", "Times", "serif";
 margin-bottom:10px;
}

h3 {
 font-size: 14px;
 color: #000000;
 font-family: "Palatino Linotype", "Times", "serif";
 margin-bottom:10px;
}
/* ------------------------- End Headings ---------------------*/

input {
 border: 1px solid #8ECE5F;
 width: 200px;
}

#footerbar {
	width:800px;
	height:10px;
	background-color:#EBB212;
	position:relative;
 clear: both;
 margin: 12px 6px 0px 6px;
}



#footer1 #footer2 #footer3{
	 font-size: 10px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 text-align:center;
	 height:25px;
	 float:left;
	 margin: 12px 6px 0px 6px;
	 border: 1px solid #DDDCDC;
}

#footer_left {
 	 float:left;
	 width: 23%;
	 font-size: 10px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 text-align:center;
	 height:14px;
	 float:left;
	 margin: 6px 3px 0px 6px;
	 border: 1px solid #DDDCDC;
}

#footer_center {
 	 float:left;
	 width: 50%;
	 font-size: 10px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 text-align:center;
	 height:14px;
	 float:left;
	 margin: 6px 3px 0px 3px;
	 border: 1px solid #DDDCDC;
}

#footer_right {
 	 float:left;
	 width: 23%;
	 font-size: 10px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 text-align:center;
	 height:14px;
	 float:right;
	 margin: 6px 6px 0px 3px;
	 border: 1px solid #DDDCDC;
}


ul#daily-links li {
 list-style: none;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
 
}

ul#daily-links li a:link{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:hover{
 color: #999;
 text-decoration: none;
 font-weight: bold;
}




a:link {
 color: #333333;
 text-decoration: underline;
}

a:visited {
 color: #666666;
}

a#footer:link {
 color: #666666;
 text-decoration: underline;
}

a#footer:visited {
 color: #666666;
}


.valid {
 margin: 10px 0px 0px 10px;
}

ul {
	margin: 10px 10px 10px 18px;
}

p {
	margin: 6pt 0 6pt 0;
	}