@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
	
a:link {
	font-family:verdana, arial, Helvetica, sans-serif;
	font-size:.7em;
	letter-spacing:.02em;
	text-decoration:none;
	margin-bottom:0px;
	color:#CCCCCC;
	}

a:visited {
	font-family:verdana, arial, Helvetica, sans-serif;
	font-size:.7em;
	letter-spacing:.02em;
	text-decoration:none;
	margin-bottom:0px;
	color:#CCCCCC;
	}

a:hover {
	text-decoration:none;
	letter-spacing:.02em;
	font-size:.7em;
	margin-bottom:0px;
	color:#FF9966;
	}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#CCCCCC;
	margin-bottom:10px;
	line-height:14px
	}

h1 {
	font-family:Verdana;
	font-size:1.1em;
	text-transform:uppercase;
	color:#CC3399;
	font-weight:normal;
	letter-spacing:1px;
	}
	
body {
	background-position:center;
	background-position:top;
	background-color: #333333;
	}
	
div#container {
	position:relative;
	width:790px;
	height:auto;
	padding:auto;
	margin:auto;
	background-color: #006D9E;
	}
	
.banner_top {
	width:790px;
	height:60px;
	background-color:#999999;
	}
	
.banner_bottom {
	width:700px;
	height:76px;
	padding:34px 30px 0 60px;
	background-color:#000000;
	}
.banner_design {
	width:790px;
	height:62px;
	background-image:url(../images/bottom_banner.gif);
	background-repeat:no-repeat;
	}
	
.links_bg {
	position:absolute;
	width:122px;
	height:166px;
	margin-top:-68px;
	background-color: #006D9E;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	}
	
.content {
	width:769px;
	height:349px;
	background-image:url(../images/home_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
	
.footer {
	width:326pxpx;
	height:13px;
	background-color:#000000;
	margin-top:10px;
	padding: 18px 232px 19px 232px;
	
	}

.sub_footer {
	width:790px;
	height:15px;
	background-color:#999999;
	}
	
.content_right {
	width:269px;
	height:311px;
	float:right;
	
	}
	
/*------------- Links ------------*/

#links ul {
		margin:0;
		padding:0;
		border:0;
        list-style-type: none;
        width: 100px;
} 

#links li {
		margin:0;
		padding:0;
		border:0;
        border: 1px dotted #CCCCCC;
        border-width: 1px 0;
        margin: 5px 0;
}

#links li a { 
        color: #FFFFFF;
        display: block;
        font: 65% verdana, Helvetica, sans-serif;
        padding: 2px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
		width: 100px;
}

#links li a:hover {
	color:#90C3E9;
	background-color: #999999;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}	

/*-------- Image Gallery --------*/

#jgal { 
	list-style: none; 
	width: 200px; 
	}

#jgal li { 
	opacity: .5; 
	float: left; 
	display: block; 
	width: 60px; 
	height: 60px; 
	background-position: 50% 50%; 
	cursor: pointer; 
	border: 3px solid #fff; 
	outline: 1px solid #ddd; 
	margin-right: 14px; 
	margin-bottom: 14px; 
	}

#jgal li img {
	position:absolute;
	top: 280px; 
	left: 400px; 
	display: none; 
	}
	
#jgal li.active img { 
	display: block; 
	}
	
#jgal li.active, #jgal li:hover { 
	outline-color: #bbb; 
	opacity: .99; /* safari bug */ 
	}

/* styling without javascript */

#gallery { 
	list-style: none; 
	display: block; 
	}
	
#gallery li { 
	float: left; 
	margin: 0 10px 10px 0; 
	}

/*------New Image Gallery------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

/*-------Background ideas-------*/

.blue { 
  background-color: #2382a1; 
}
.green { 
  background-color: #4be22d; 
}
.pink { 
  background-color: #ff009d;
}
.gradwhite img, .gradblack img {
  background-color: transparent;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.box2 {
  border: solid orange 2px;
  float: left;
  height: 150px;
  margin: 1px;
  position:relative;
  width: 84px;
}

