﻿@charset "utf-8";

/* neutralize browser styles */


body{
	/*background-image:url('images/bg_repeat.gif');
	background-repeat:repeat-x;*/
	background-color:#295491;
	background-position:top center;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:black;
	padding:0px;
	margin:0px;
	
}
.bg{
	background-image:url('images/bg.gif');
	background-repeat:no-repeat;
	background-position:top center;
	/*width:1100px; height:908px;*/

}

img {
	border:none;
}

.header{
background-image:url('images/header_image.gif'); background-repeat:no-repeat; 
height:118px; width:881px;
margin:0px;
padding:0px;
}

.nav {
	color:white;
	font-family:"Trajan Pro";
	font-size:15px;
	text-align:center;
	text-decoration:none;
}

.navHOME{
	background-image:url('images/nav_home.gif'); background-repeat:no-repeat;
	width:119px;
	
}
.navHOME:hover{
	background-image:url('images/nav_home_roll.gif'); background-repeat:no-repeat;
	width:119px;
	
}


.navABOUT{
	background-image:url('images/nav_aboutus.gif'); background-repeat:no-repeat;
	width:139px;
	
}
.navABOUT:hover{
	background-image:url('images/nav_aboutus_roll.gif'); background-repeat:no-repeat;
	width:139px;
	
}

.navSERVICES{
	background-image:url('images/nav_services.gif'); background-repeat:no-repeat;
	width:170px;
}
.navSERVICES:hover{
	background-image:url('images/nav_services_roll.gif'); background-repeat:no-repeat;
	width:170px;
}
.navSERVICES:active{
	background-image:url('images/nav_services_roll.gif'); background-repeat:no-repeat;
	width:170px;
}


.navVISITORS{
	background-image:url('images/nav_visitors.gif'); background-repeat:no-repeat;
	width:167px;
	
}
.navVISITORS:hover{
	background-image:url('images/nav_visitors_roll.gif'); background-repeat:no-repeat;
	width:167px;
	
}

.navCONTACT{
	background-image:url('images/nav_contact.gif'); background-repeat:no-repeat;
	width:164px;


}
.navCONTACT:hover{
	background-image:url('images/nav_contact_roll.gif'); background-repeat:no-repeat;
	width:164px;


}

.navCOSMOS{
	background-image:url('images/nav_cosmos.gif'); background-repeat:no-repeat;
	width:122px;
}
.navCOSMOS:hover{
	background-image:url('images/nav_cosmos_roll.gif'); background-repeat:no-repeat;
	width:122px;
}



h1{
	font-family:"Trebuchet MS";
	font-size:18px;
	font-style:italic;
	color:#f58b1f;
}

.phonenumber{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#1b366f;
}

.address{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:black;
}

.h2{
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#1b366f;
}

h3{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#1b366f;
	font-style:italic;
}
.rightCOLUMN{
	font-family:"Myriad Pro";
	font-size:14px;
	color:#596663;
}

.link2 a:link, .link2 a:visited{
	font-family:"Myriad Pro";
	font-size:14px;
	text-decoration:underline;
	color:#f69071;
}

.link2 a:hover, .link2 a:active{
	font-family:"Myriad Pro";
	font-size:14px;
	text-decoration:underline;
	color:#1b366f;
}





a:link, a:visited{
	color:#1b366f;
	text-decoration:underline;
	font-size:14px;
	font-family:"Trebuchet MS";
}

a:hover, a:active{
	color:#f58b1f;
	text-decoration:underline;
	font-size:14px;
	font-family:"Trebuchet MS";
}




.footer a{
	font-family:"Myriad Pro";
	font-size:14px;
	color:white;
	text-align:center;
	text-decoration:none;
}


.footer a:hover{
	font-family:"Myriad Pro";
	font-size:14px;
	color:#f58b1f;
	text-align:center;
	text-decoration:none;
}

a.navlinks {
	display:block;
	width:100%;
	height:33px;
	text-decoration:none; 
	vertical-align:middle;
	padding-top:19px;
}

.left{
	text-align:left;
}

