@charset "UTF-8";




/* Clear Presentations CSS Document */



/* general styles */

*	{
	margin: 0;
	padding: 0;
	}
	
a	{
	text-decoration: none;
	color: #338db9;
	}
	
a:hover	{
	color: #045988;
	}

body	{
	background:#3da8c9;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 62.5%;
	color: #5a5b5c;
	}

h1, h2, h3, h4	{
	font-family: "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	}
		
blockquote {
	background: transparent url(../images/leftquote.gif) left top no-repeat;
	width: 100%;
	color: #828282;
	line-height: 1.6em;
	margin: 10px 0 20px 0;
	font-size: 1em;
	letter-spacing: 0.1em;
}

blockquote div {
 	padding: 10px 44px 0 54px;
  	background: transparent url(../images/rightquote.gif) right bottom no-repeat;
}

blockquote p {
	float: right;
	padding: 10px 10px 20px 10px;
	color: #338db9;
}

blockquote p span {
	color: #045988;
}

form	{
	padding-top: 10px;
	}
	
p	{
	font-size: 1.1em;
	}

label,input,select,textarea {
	display: block;
	width: 200px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 1em;
	color: #666666;
	float: left;
	margin-bottom: 20px;
}

label {
	text-align: right;
	width: 120px;
	padding-right: 20px;
}

fieldset	{
	border: 0;
	}
	
object, embed	{
	display: block;
	}


/* page header styles */		
		
		
#header	{
	width: 100%;
	background: #FFFFFF;
	padding: 40px 0 10px 0;
	border-bottom: 2px solid #bcc3ad;
	}
	
#header_holder	{
	width: 846px;
	margin: 0 auto;
	}
	
#header_content	{
	width: 100%;
	background: #FFFFFF;
	float:left;
	}
	
#header_content h1 a	{
	width: 228px;
	height: 107px;
	display: block;
	background:url(../images/clear_logo.jpg) no-repeat top left #FFFFFF;
	text-indent: -9999px;
	float: left;
	}
	
#header_content p	{
	color: #9AA1A5;
	float: right;
	padding-right: 20px;
	}
	
#header_content p a	{
	color: #878c90;
	border-bottom: #CCCCCC dotted 1px;
	}
	
#header_content p a:hover	{
	color: #64696B;
	}
	
/* main naviagtion styles */		
	
#header	ul{
	float: right;
	display: block;
	margin: 50px 0 0 0;
	width: 533px;
	}
	
#header	ul li{
	display: inline;
	margin-right: 6px;
	float: left;
	}

#header	ul li a{
	background: #f2f2f2;
	display: block;
	padding: 6px;
	border: 1px solid #bcc3ad;
	font-size: 1.2em;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	text-transform: lowercase;
	color: #338db9;
	font-family: "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-weight: bold;
	}

#header	ul li.selected a,#header ul li a:hover {
	background: #338DB9 url(../images/nav_hover.jpg) top left repeat-x;
	color: #fff;
	}

/* banner block styles */	

#banner	{
	width: 100%;
	background:url(../images/banner_bg.jpg) top center no-repeat #3da8c9;
	border-bottom: 3px solid #bcc3ad;
	}

#banner_content	{	
	width: 846px;
	margin: 0 auto;
	padding: 20px 0 7px 0;
	position: relative;
	}

#banner_content.video	{
	background: url(../images/banner_video.png) center 80% no-repeat;
	}

#banner_content.web	{
	background: url(../images/banner_web.png) center 80% no-repeat;
	}

#banner_content.presentations	{
	background: url(../images/banner_multimedia.png) top left no-repeat;
	}

#banner_content.display	{
	background: url(../images/banner_display.png) top left no-repeat;
	}

#banner_content.contact	{
	background: url(../images/banner_contact.png)  right 30% no-repeat;
	}
	
#banner_content.company	{
	padding-top: 100px;
	
	}
	
#banner_content h2	{
	color: #FFF;
	text-transform: lowercase;
	font-size: 2.8em;
	display: inline;
	}

#banner_content h3	{
	color: #FFF;
	font-size: 1.6em;
	clear: left;
	font-weight: normal;
	padding: 5px 0 20px 0;
	}
	
#banner_content h3 span	{
	font-weight: bold;
	}

#banner_content p	{
	width: 60%;
	padding: 12px;
	position: absolute;
	top: 25px;
	left: 300px;
	float: right;
	color: #FFF;
	line-height: 1.6em;
	}
	
#banner_content p img	{
	border: 0;
	float:right;
	}

#company_flashholder	{
	width: 680px;
	float: right;
	position: absolute;
	top: 20px;
	right: 10px;
	}
	
/* home page block styles */	

#home_para	{
	border-bottom: 1px solid #bcc3ad;
	background: url(../images/home_para_bg.jpg) bottom center no-repeat #FFF;
	padding: 30px 0 20px 0;
	}

#home_para_content	{	
	width: 846px;
	margin: 0 auto;
	}
	
#home_para_content h2	{
	color: #338db9;;
	font-size: 2.8em;
	display: inline;
	float:left;
	line-height: 44px;
	clear: none;
	text-align: right;
		}
		
#home_para_content h2 span	{
	color: #045988;
	font-size: 2em;
	display: inline;
	text-align: right;
		}
		
#home_para_content p	{
	float: right;
	width: 66%;
	line-height: 1.8em;
	font-size: 1.3em;
		}
		
#home_para_content a	{
	color:#338db9;
	}

#home_para_content a span	{
	color:#045988;
	font-weight: bold;
	}
	
#home_para_content a:hover	{
	color:#338db9;
	border-bottom: #338db9 dotted 1px;
	}
	
#threeblocks	{
	border-bottom: 3px solid #8bbfd8;
	background: bottom center no-repeat #FFF;
	}

#threeblocks_content	{
	width: 846px;
	margin: 0 auto;
	}
	
#threeblocks_content a	{
border-bottom: 1px dotted #338db9;
	
	}

.homeblock	{
	width: 262px;
	float: left;
	min-height: 160px;
	position: relative;
	padding: 10px;
	background: url(../images/homeblock_bg.png) bottom right no-repeat  #FFF;
	}
	
.homeblock h2	{
	display: inline;
	font-size: 1.8em;
	text-transform: lowercase;
	color: #338db9;
	padding: 10px 0 14px;
	float: left;
	}
	
.homeblock h2 span	{
	color: #045988;
	}
	
.homeblock p	{
	clear: left;
	padding-right: 15px;
	margin-bottom: 11px;
	line-height: 1.7em;
	}	

.homeblock p.link	{
	font-size: 1.3em;
	position: absolute;
	font-family: "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	clear: both;
	font-weight: bold;
	top: 144px;
	right: 10px;
	line-height: 1.7em;
	float: right;
	padding-right: 20px;
	}	

.homeblock p.link a	{
	display: block;
	background: url(../images/arrow.png) right 60% no-repeat;
	padding-right: 16px;
	color: #338db9;
	}
	
.homeblock p.link a:hover	{
	background: url(../images/arrow_over.png) right 60% no-repeat;
	color: #045988;
	}
	
.homeblock img	{
	float: right;
	padding: 5px;
	}	
	
	
	
/* content styles */	


#content_holder	{
	border-bottom: 3px solid #8bbfd8;
	padding: 20px 0;
	background: bottom center no-repeat #FFF;
	}

.content	{
	width: 846px;
	margin: 0 auto;
	clear: both;
	}
	
.content_topbox	{
	width: 846px;
	margin: 0 auto;
	background: url(../images/content_topboxbg.png) bottom right no-repeat;
	clear: both;
	position: relative;
	}
	
.content_topbox p	{
	line-height: 1.9em;
	margin-bottom: 10px;
	}
	
.content_topbox .leftcol	{
	width: 360px;
	float: left;
	padding: 10px 0 0 0;
	}
	
.content_topbox .leftcol h2	{
	color: #338db9;
	padding-top: 10px;
	}

.content_topbox img	{	
	border: 2px #bcc3ad solid;
	clear: both;
	margin-bottom: 6px;
	}



.content_topbox .leftcol ul	{
	list-style-image: url(../images/bubblebullet.gif);	padding: 4px 0 6px 40px;
	}

.content_topbox .leftcol ul li	{
	margin: 0 0 8px 0;

	}
	
.content_topbox .rightcol	{
	width: 428px;
	float: right;
	padding: 10px 0 0 0;
	}
	
	
.content_topbox .rightcol p	{
	padding: 0 28px 0 0;
	}
	

.content_topbox .rightcol ul	{
	list-style: none;
	margin-top: 12px;
	}
	
.content_topbox .rightcol ul li	{
	display: inline;
	float: left;
	}
	
	
.content_topbox .rightcol br {
	clear: left;
}

.content_topbox .rightcol h3 {
	color: #338db9;
	font-size: 1.5em;
	margin-bottom: 20px;
}
	
.content_topbox .rightcol ul li a	{
	display: block;
	text-align: center;
	color: #338db9;
	height: 25px;
	width: 174px;
	margin: 10px 20px 10px 0;
	border-bottom: 1px solid #74b8db;
	
	border-right: 1px solid #74b8db;
	background: url(../images/clientlist_bg.png) bottom right no-repeat;
	font-size: 1em;
	padding: 5px;
	}

.content_topbox .rightcol ul li a:hover	{
	color: #045988;
	background: url(../images/clientlist_hoverbg.png) bottom right no-repeat;
	border-bottom: 1px solid #338db9;
	border-right: 1px solid #338db9;
	}
	
.content h3	{
	font-size: 1.4em;
	color: #338db9;
	display: inline;
	margin-top: 50px;
	float: left;
	}
		
p.top {
	float: right;
	padding: 2px 8px 0 0;
	margin-top: 50px;
	}

#content_holder p.top a{
	display: block;
	color:#b2b2b2;
	background: url(../images/arrow_top.gif) right 50% no-repeat;
	padding-right: 11px;
	border-bottom:none;
	}

#content_holder p.top a:hover{
	color:#045988;
	background: url(../images/arrow_top_over.gif) right 50% no-repeat;
	}
	
.container	{
	background: url(../images/content_bg.jpg) bottom right no-repeat #FFF;
	width: 838px;
	float: left;
	border-top: 1px solid #338db9;
	margin: 3px 0 10px 0;
	}
	
.container img	{
	border: 2px #bcc3ad solid;
	margin: 10px 30px 10px 0;
	float: left;
	}

.container .flash	{
	border: 2px #bcc3ad solid;
	margin: 10px 30px 10px 0;
	float: left;
	}

.container h4	{
	font-size: 1.2em;
	color: #338db9;
	padding: 10px 0 0 10px;
	}

.container h4 a	{
	color: #338db9;
	border-bottom: #338db9 dotted 1px;
	}

.container h4 a:hover	{
	color: #045988;
	}
	
.container p	{
	line-height: 1.4em;
	padding: 16px 6px 6px 6px;
	}

.container p.thumbnails	{
	color: #8b8b8b;
	padding: 5px 0 0 0;
	}
	
.container ul.normal	{
	list-style:outside;
	margin-bottom: 18px;
	margin-left: 20px;
	width: 250px;
	}

.container ul.normal li	{
	margin-right: 10px;
	margin-top: 10px;
	display: list-item;
	font-size: 1.1em;
	float: none;
	}	
	
.container ul	{
	list-style: none;
	float: right;
	width: 270px;
	display: block;
	margin: 4px 0 10px 0;
	}

.container ul li	{
	display: inline;
	float: left;
	margin-right: 11px;
	margin-top: 5px;
	}
	
.container ul li a	{
	display: block;
	width: 33px;
	}

.container ul li a img	{
	margin: 0;
	
	}
	
#multimediapic	{
	position: absolute;
	width: 290px;
	height: 190px;
	background: url(../images/multimedia_topshot.png) bottom right no-repeat;
	top: 220px;
	z-index: 100;
	right:75px;
	}
	
#webpic	{
	position: absolute;
	width: 200px;
	height: 190px;
	background: url(../images/web_topshot.png) bottom right no-repeat;
	top: 220px;
	z-index: 100;
	right:45px;
	}

/* footer styles */	

#footer	{
	width: 100%;
	background:url(../images/footer_bg.png) top center repeat-x #3ca7c8;
	padding: 20px 0;
	}

#footer_content	{	
	width: 846px;
	margin: 0 auto;
	padding: 10px 0 7px 0;
	text-align: right;
	}
	
	
#footer_content p	{
	color: #a9c9de;
	font-size: 1em;
	line-height: 1.8em;
	padding: 0 16px 36px 0;
	}
	
#footer_content p span	{
	color: #fff;
	}

#footer_content p a	{
	color: #a9c9de;
	border-bottom: #9CBACE dotted 1px;
	line-height: 1.9em;
	}

#footer_content p a:hover	{
	color: #fff;
	border-bottom: #a9c9de dotted 1px;
	}
	
#footerlinks	{
	width: 125px;
	float: left;
	color: #FFFFFF;
	text-align: left;
	}
	
#footerlinks h2	{
	font-size: 1.4em;
	}

#footerlinks ul	{
	list-style: none;
	margin-top: 10px;
	}
	
#footerlinks ul li	{
	}
	
#footerlinks ul li a	{
	display: block;
	width: 50px;
	padding: 8px 10px 10px 38px;	
	color: #FFFFFF;
	margin-bottom: 10px;
	}
	
#footerlinks ul li a:hover	{
	
	color: #a9c9de;

	}
	
#footerlinks ul li#facebook a	{
	background: url(../images/facebook.png) top left no-repeat;
	}

#footerlinks ul li#twitter a	{
	background: url(../images/twitter.png) top left no-repeat;
	}

#footerlinks ul li#youtube a	{
	background: url(../images/youtube.png) top left no-repeat;
	}

	
/* miscellaneous floats and clears */	
	
	
.cleaner	{
	clear: both; line-height: 0; height: 0px;
	}
	
.borderless	{
	border: 0;
	}
	
.lightblue	{
	color: #338db9;
	}

.darkblue	{
	color: #045988;
	}

.floatright{
	float: right;
	padding-left: 10px;
	}
