@charset "UTF-8";
/* CSS Document */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html, body{
	margin:0;
	padding:0;
	background-color:#333;
	font-size: 13px;
	color: #666666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	min-width:1000px;
	
}

a:link{
	color:#CCC;
	text-decoration:underline;
}

a:hover{
	color:#FFF;
	text-decoration:underline;
}

a:visited{
	color:#CCC;
	text-decoration:underline;
}

a:hover:visited{
	color:#fff;
	text-decoration:underline;
}

a:active{
	color:#FFF;
	text-decoration:underline;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:auto;
}

#titleWrapper{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:auto;
}

#titleBar{
	width:100%;
	height:138px;
	background-image:url(../images/topRepeat.gif);
	background-repeat:repeat-x;
}

#contentBG{
	width:100%;
	
	height:auto;
	background-color:#fff;
}

#title{
	width:647px;
	height:138px;
	float:left;
	background-image:url(../images/title.gif);
	text-indent:-9999px;
}

#title a, #title a:hover {
	display:block;
	width:647px;
	height:138px;
}

#badge{
	width:353px;
	height:138px;
	float:left;
	background-image:url(../images/badge.gif);
}

#hellothere{
	width:615px;
	height:41px;
	background-image:url(../images/helloBG.gif);
	background-repeat:no-repeat;
	float:left;
	margin:18px 18px 18px 0;
	padding:8px 0 0 15px;
}

#whoisTitle{
	width:309px;
	height:28px;
	background-image:url(../images/whois_getintouchBG.gif);
	background-repeat:no-repeat;
	float:right;
	margin:18px 27px 17px 0;
	padding:21px 0 0 15px;
}

#image{
	width:630px;
	height:317px;
	float:left;
	margin:0 18px 18px 0;
}

#whoIs{
	width:294px;
	height:auto;
	float:right;
	font-size:13px;
	line-height:130%;
	margin-right:27px;
	padding:0 15px 0 15px;
}

#whatcanidoTitle{
	width:615px;
	height:28px;
	background-image:url(../images/whatcaniBG.gif);
	background-repeat:no-repeat;
	float:left;
	margin:0 18px 18px 0;
	padding:8px 0 0 15px;
}

#whatcanido{
	width:600px;
	height:auto;
	float:left;
	margin:0 18px 40px 0;
	padding:0 15px 0 15px;
}

#whatcanido ul li{
	list-style:outside url(../images/bulletPoint.gif);
	margin:12px 0 12px 0;
}

#getintouchTitle{
	width:309px;
	height:28px;
	background-image:url(../images/whois_getintouchBG2.gif);
	background-repeat:no-repeat;
	float:left;
	margin:0 0 18px 0;
	padding:8px 0 0 15px;
}

#getInTouch{
	width:294px;
	height:auto;
	float:left;
	padding:0 15px 15px 15px;
	margin-bottom:10px;
}

h1{
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}

h2{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}

h3{
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	margin-bottom:3px;
}

h4{
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	margin-bottom:8px;
}

#footer{
	width:100%;
	height:auto;
	background-color:#f0f0f0;
	float:left;
}

#footerWrapper{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:auto;
}

.footerBox{
	width:300px;
	height:auto;
	margin:18px 9px 0 0;
	float:left;
	font-size:11px;
	padding:0 0 18px 15px;
}

.footerBox ul li{
	list-style:outside url(../images/bulletPoint2.gif);
	margin:8px 0 8px 0;
}

#footerText{
	width:100%;
	height:19px;
	background-color:#333;
	float:left;
	text-align:center;
	color:#CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	padding-top:8px;
	border-top:#f3e86f 3px solid;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}