/* STYLE SHEET */

body{
	font-family:"Lucida Sans", "Lucida Grande", Arial, sans-serif;	 
	font-size:12px;
	position:relative;
	height:100%;
	background-color:#65bfea; 	
	background-position:top; 
	margin:0px;
}
#main {
	position:relative;
	background-color:#000000;
	background:url(../images/background/mainbg.jpg) repeat;
}
#wrapper {
	position:relative;
	background:url(../images/background/headerbg.jpg) top center no-repeat;
}
#container {
	position:relative;
	width:960px;
	margin:auto;
	padding-bottom:20px;
}
/* ***************************************************************************** */
/* TOP */
#navigation {
	position:relative;
	float:left;
	height:25px;
	z-index:10;
	margin-bottom:10px;
}
#social {
	position:absolute;
	right:0;
    margin-top:30px;
	float:right;
}
/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	margin-bottom:2px;
	height:140px;
	width:400px;	
	}
#header-left {
	position:relative;
	float:left;
	width:300px;	
	}
#header-right {
	position:relative;
	float:right;
	width:332px;
	padding-top:86px;	
}
#logo {
	position:relative;
	padding-top:35px;
}
#solutions-work {
	position:relative;
	background:url(../images/background/tabbg.jpg) top center no-repeat;
	height:37px;
	color:#ffffff;
}
#solutions-work a:link,
#solutions-work a:visited
 {
	color:#ffffff;
	font-size:18px;
	font-family:"Lucida Sans", "Lucida Grande", Arial, sans-serif;	
	text-decoration:none;
}
#solutions-work a:hover {
	background-color:#65bfea;
	padding:2px 15px;
}
#solutions {
	position:relative;
	float:left;
	width:154px;
	padding:8px 5px 0px 6px;
	text-align:center;
}
#work {
	position:relative;
	float:right;
	width:154px;
	padding:8px 8px 0px 0px;
	text-align:center;
}
/* ***************************************************************************** */
/* BANNER */
.banner-content {
	position:absolute;
	width:305px;			/* 375 total */
	height:250px;			/* 280 total */
	float:right;
	top:0px;
	right:5px;
	background-color:#000;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	text-decoration:none;
	padding:25px 15px;
	font-weight:normal;
	font-size:14px;
	color:#FFF;
	line-height:18px;margin-right:10px;
}
	
.banner-title {
	color:#ff7300;
	font-size:20px;
	
}

.banner-holder {
	position:relative;
	float:left;
	background-color:#000;
	width:10px;
	height:10px;
	margin-right:10px; 
	margin-top:2px;
}

.banner-selection {
	position:relative;
	float:right;
	text-align:right;
	height:15px;
	width:100%;
	border-top:9px dotted #666666;
	border-bottom:1px dotted #666666;
	cursor:pointer;
	margin-bottom:10px;
}


/* ***************************************************************************** */
/* CONTENT*/
#content {
	position:relative;
	padding-bottom:20px;
}
#content p {
	color:#ffffff;
	line-height:20px;
}
/* LEFT COLUMN*/
#left-column {
	position:relative;
	width:620px;
	float:left;
	border-top:1px dashed #615f5f;
	padding-top:5px;
}
#banner {
	position:relative;
	margin-bottom:10px;
	border:4px solid #ffffff;
}
/* RIGHT COLUMN */
#right-column {
	position:relative;
	width:320px;
	float:right;
	padding-left:10px;
}
#staff {
	position:relative;
}
.staff-home {
	position:relative;
	float:left;
	width:70px;
	margin-left:13px;
	margin-bottom:10px;
	text-align:center;
	height:100px;
}
.staff-home.first{
	margin-left: 0px;
}
.staff-home img {
	border:2px solid #ffffff;
	margin-bottom:5px;
}
#staff .staff-home a:link,
#staff .staff-home a:visited,
#staff .staff-home a:hover {
	text-decoration:none;
	border:0px;
	color:#ffffff;
}

.gallery-image {
	position:relative;
	border:2px solid #00aaee;
	margin-bottom:10px;
}
.ad-image {
	position:relative;
	border:2px solid #00aaee;
	margin-bottom:10px;
	/* height:150px; */
}

/* ***************************************************************************** */
/* GALLEY */

table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	background-color:#1f1f22;
	padding:10px;
	color:#707e45;
	border-top:1px dashed #615f5f;
	border-bottom:1px dashed #615f5f;
}
#footer-left {
	position:relative;
	float:left;
	color:#60b7ed;
	padding-top:2px;
}
#footer-right{
	position:relative;
	float:right;
	color:#ffffff;
	font-size:24px;
}
#lower {
	position:relative;
	margin:0 auto;
	width:960px;
 	font-size:12px;
	line-height:12px;
	color:#2c65b2;
	letter-spacing:2px;
	text-align:center;
	padding:2px 0px;
}
.words {
	position:relative;
	float:left;
	margin:0px 76px 0px 0px;
}
/* GLOBAL */	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}
h1, h2, h3 {
	font-weight:normal;
	margin:2px 0px;
}
a:link,
a:visited,
a:hover {
	color:#ffffff
}

ul,ol{ 
	margin-left:20px;
}
ul li, 
ol li{
	margin-bottom:8px;
}
.dashed {
	position:relative;
	padding:2px 0px;
	margin-bottom:10px;
	border-top:1px dashed #615f5f;
	border-bottom:1px dashed #615f5f;
	letter-spacing:1px;
}
