@charset "utf-8";

/*global*/
body {
   padding: 0px;
   margin: 0px;
   background-color: #ffffff;
   background-image:url(../common/gradient.jpg);
   background-repeat:repeat-x;
   color: #333;
}
.shadow {
	margin: 0px auto;
    width: 906px;
	/* Fallback for non-ie web browsers that doesn't support RGBa */
	background-color: rgb(33, 33, 33);
    /* RGBa with 0.6 opacity */
	background-color: rgba(33, 33, 33, 0.25);
	/* For IE 5.5 - 7 based on .125 opacity x 53 rgb devided by 16 until you have a value for 1-9 and 10-16 as a-f then r,g,b http://ezinearticles.com/?Convert-Decimal-Numbers-to-Hexadecimal-Numbers&id=1952241*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#622C666666, endColorstr=#622C666666);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#622C666666, endColorstr=#622C666666)";
}
.wrapper {
   margin: 0px auto;
   width: 900px;
   background-color: #fffef5;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #00AEEF;
}
a:hover {
	color: #f37121;
}
/*hide img link border*/
a img {
	border: none;
}
p {
	color: #333;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	letter-spacing:.0625em;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:.0625em;
}
ul {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	letter-spacing:.0625em;
}
/*navigation*/
.navbar {
	width: 850px;
	height: 104px;
    margin: 0 0 35px 25px;
}
.navbarLeft {
	float: left;
}		 
.navbarRight {
	height: 104px;
	float: right;
}
.navbarRight img {
	float: right;
	padding: 5px 0 0 30px;
}
.navbarRight ul{
	margin: 0;
	padding: 5px 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
	float: right;
}
.navbarRight li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 18px;
}

/*home page*/
.header {
	width: 850px;
	height: 422px;
    margin: 0 0 35px 25px;
	background-image:url(../common/home-header-bg.jpg);
}
.headerSWF {
	float: left;
	padding: 60px 0 0 22px;
}
.headerIntro {
	width: 230px;
	float: right;
	padding: 37px 22px 0 0;
}
.headerIntro p {
	text-align: left;
}
.header h2 {
	font-style: italic;
	font-size:18px;
	color: #00AEEF;
	
}
.news {
	width: 850px;
	margin: 0 0 45px 25px;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
	line-height: 18px;
	letter-spacing:.0625em;
}
.news1 {
	float: left;
	width: 273px;
	margin: 0 15px 0 0;
}
.news2 {
	float: left;
	width: 273px;
	margin: 0 15px 0 0;
}
.contact {
	float: left;
	width: 274px;
}

/*subpage content*/
.content {
   width: 850px;
   margin: 0 0 0 25px;
}
.content a {
	font-size: 18px;
}
.content p {
	padding: 0;
}
.content h1{
	font-style: italic;
	font-size:15px;
	color: #f37121;
}
.content h1 img{
	float: right;
	padding: 0 0 0 15px;
}

.content li {
	padding: 0 0 10px 0;
}
.content li a {
	font-size: 13px;
}
.content a {
	font-size: 13px;
}
.content form {
	padding: 0 0 10px 0;
}
.error {
	padding: 0 25px 5px 25px;
	color: #C00;
}

/*portfolio pages*/
.portfolio1 {
	float: left;
	width: 200px;
	margin: 0 16px 0 0;
	text-align: center;
}
.portfolio2 {
	float: left;
	width: 200px;
	margin: 0 16px 0 0;
	text-align: center;
}
.portfolio3 {
	float: left;
	width: 200px;
	margin: 0 16px 0 0;
	text-align: center;
}
.portfolio4 {
	float: left;
	width: 200px;
	text-align: center;
}
/*Content lightbox*/
div.lb img {
 margin-top: 4em;
 padding: 1em;
 background: #CCC;
}
/** Here's where the magic happens **/
div.lb {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: url('../common/screen.png');
}
div.lb:target {
  display: block;
}
/** IE doesn't support :target, so we use CSS expressions **/
div.lb {
  display: expression((document.location.toString().split('#').slice(1) == this.id)?'block':'none');
}
/*footer*/
.footer {
   width: 850px;
   margin: 0 0 0 25px;
   padding: 0 0 15px 0;
  
}
.footer p {
	text-align: center;
	font-size: 11px;
	color: #58595B;
	line-height: 15px;
	padding: 0 0 10px 0;
}
.footer a {
	font-size: 13px;
}
