/************************
*	
* True Blue Technologies
* Portfolio Flash Page
* Cloud Theme v1.0
*
************************/

@import url("reset.css");
@import url("taskbar.css");
@import url("topnav.css");

body{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #1d1d1d;
	background: url("../images/background-stripes4.jpg") #8dabb2 repeat-x 0 0;
}

p {
	line-height: 16px;
}

.blackHeader {
color:#000000;
}

.blueHeader {
color:#0c5aa4;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
}

#topBtn{
	width:195px;
	height:0px;
	left:83%;
	position: fixed;
	_position: absolute;
	bottom: 0;
	z-index: 101;
	overflow: hidden;
}

#container-fixed{
	width:1222px;
	position: absolute;
	top:0;
	left:50%;
	margin-left:-611px;
	z-index: 1;
}

#mainContainer{
	width:1222px;
	margin: auto;
	background: transparent;
	margin-top:35px;
	display: block;
}

#headerImg{
	width:832px;
	height:63px;
	display:block;
	margin:0px auto;
}

#bottomClouds{
	background: url(../images/internalBottomCloud.png) no-repeat;
	width: 1222px;
	height:272px;
	display:block;
	margin: 0px 18px;
}	

#leftColumn{
	width: 535px;
	display:block;
	float:left;
	padding:35px;
}

#rightColumn{
	width: 186px;
	display: block;
	float: left;
	padding: 2px;
	margin-top: 35px;
}

.hozLine{
	width:100%;
	height: 1px;
	background-color:#000000;
	padding:0px;
	margin:0px;
}

ul {
	line-height: 16px;
	}
	
b {
	line-height: 16px;
	}	

#tweet{
	font-size: 10px;
	color:#333333;
	font-family: Tahoma, Arial, sans-serif;
}

#tweet a:link{color:#0c5aa4; text-decoration:none;}
#tweet a:visited{color:#0c5aa4; text-decoration:none;}
#tweet a:hover{color:#0c5aa4; text-decoration:none;}

p a:link{color:#0c5aa4; text-decoration:none;}
p a:visited{color:#0c5aa4; text-decoration:none;}
p a:hover{color:#0c5aa4; text-decoration:none;}

#twitterImage{
	margin-left:-10px;
}

#cta{
	margin-left:-10px;
}

#theContent{
	width:830px;
	/*min-height:626px;*/
	margin: 0px auto;
	/*_height:626px;*/
	/*_overflow: scroll;*/
	display: block;
	background: #FFFFFF url(../images/mainBgGrad.gif) top repeat-x;
	border-left: white solid 1px;
	border-right: white solid 1px;
}

#mainCloudTopLeft{
	width: 195px;
	height:626px;
	display: block;
	float:left;
	background: url(../images/leftTopMainCloud.png) bottom left no-repeat;
}

#mainCloudTopRight{
	width: 195px;
	height:626px;
	display: block;
	float:left;
	background: url(../images/rightTopMainCloud.png) bottom left no-repeat;
}

#mainCloudBottom{
	width: 1222px;
	height:155px;
	margin-top:0px;
	display: block;
	background: url(../images/bottomMainCloud.png) bottom left no-repeat;
}

#header h1{
	display: none;
}

/* Clouds */
span.cloud{
	display: block;
	position: absolute;
	background-repeat: no-repeat;
}
#c5{
	background-image: url("../images/cloud5.png");
	left:848px;
	bottom:-8px;
	width:243px;
	height:93px;
	z-index:10001;
	display: block;
	position: absolute;
}