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

/************************************************************************************
This stylesheet is the sole property of PABS Unlimited Inc. and its partners.

Stylesheet developed by:JFulldesign Website Development
Project Name: PABS Unlimited Inc. redesign
Version: 1
Update Date:

orange: #ff9900
red: #ff0000
*************************************************************************************/

/*global reset*/
* { margin: 0;
padding: 0; }

html{
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:200;
	background-color:#999999;
}

#wrapper{
	width:960px;
	background-color:#FFFFFF;
	margin: 5px auto;
}

#header{
	width:960px;
	height:178px;
	margin-top:0px;
	/*margin-bottom:12px*/;
	background-color:#ff9900;
	background-image:url(images/PABS-Header-v2-cleaned-new.png);
	background-repeat:no-repeat;
}

.filler{
	width:960px;
	height:12px;
	background-image:url(website/images/PABS-filler.png);
	background-repeat:repeat-x;
}

#quick-launch-container{
	width:169px;
	height:103px;
	float:right;
	margin:10px 10px;
	background-color:#FFFFFF;
}

a :link {
	text-decoration:none;
}
a :visited {
	text-decoration:none;
}
a :active {
	text-decoration:none;
}
a :hover{
	text-decoration:none;
}
/**********************************/

/************** Content **********/
#content{
	width:960px;
	padding-top:12px;
	height:640px;
}

.video{
	border-style:solid;
	border-color: #ff9900;
	border:1px 1px 1px 1px;
	margin: 10px auto 10px;
	height:385px;
	width: 480px;
	}

.border{
	border-style:solid;
	border-color: #ff9900;
	border:1px 1px 1px 1px;
	margin: 10px auto 10px;
	margin-right: 10px;
	height:250px;
	width: 400px;
	}

.image{
	border-style:solid;
	border-color: #ff9900;
	border:5px 5px 5px 5px;
	margin: 10px 10px 10px 5px;
	float:left;
	}
	
.letter{
	margin-left: 5px;
	margin-right: 5px;
	float:left;
	margin-bottom:-5px
	}
.letter-container-bottom{
	width:549px;
}

.letter-container-top{
	/*margin: 10px 10px 10px 10px;*/
	width:549px;
}

.letter-right{
	margin-left: 10px;
	float:right;
	width:260px;
	}
	
.letter-left{
	margin-right: 10px;
	width:265px;
	float:left;
	}
	
.size{
	width:243px;
	height:188px;
	}
	
	#content-left{
	width:172px;
	float:left;
	margin-right:12px;
}

#content-middle{
	width:734px;
	float:right;
	margin-right: 12px;
}
#content .main{
	width:549px;
	float:left;
	background-color:#FFFFFF;
	text-align:justify;
}

.bold{
	font-size:14px;
	font-weight:300;
}

#content-right{
	width:157px;
	float:right;
	margin-left:12px;
	background-color:#FFFFFF;
	border-left-style:solid;
	border-left-color:#ff9900;
	padding-left:5px;
	color:#ff9900;
}

#content-right p {
	margin-bottom:10px;
}

.list-style{
	list-style:square;
}

.list-style li{
	padding-bottom:10px;
	color: #ff0000;
}

h1{
	color:#ff0000;
	margin-bottom: 10px;
}

h3{
	text-align:center;
	color:#ff9900;
	margin-bottom:10px;
}

.operators{
	text-align:center;
}
.other-links{
	float:right;
	margin-right: 10px;
	margin-bottom:15px;
	background-color: #ff9900;
	color:#FFFFFF;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:5px;
	padding-left:5px;
	
	orange: #ff9900
red: #ff0000
}
/***************************************/	
	
/*********** Service Specific***********/
.service-container{
	width: 545px;
	height: 160px;
}

.service{
	float:right;
	width: 390px;
}
	
.size-service{
	width:120px;
	/*height:137px;*/
	border-style:solid;
	border-color: #ff9900;
	border:5px 5px 5px 5px;
	float:left;
	margin-bottom: 10px;
	margin-right: 5px;
	}
	
/******************************************/

/**********Staff Specific******************/
.staff-content{
	margin-top:10px;
}

.staff-container{
	height:110px;
	width:545px;
}

.staff-bio{
	float:right;
	margin-right:0px;
	width:405px;
	text-align:left;
}
	
.size-staff{
	width:120px;
	height:93px;
	border-style:solid;
	border-color: #ff9900;
	border:5px 5px 5px 5px;
	margin-bottom: 5px;
	margin-right:5px;
	float:left;
	}
/*****************************************/

/****** Contact Us **********************/
.form{
	float:right;	
	margin-bottom: 10px;
	margin-right: 70px;
	width:400px;
	
	}
	
.top{
	margin-top:10px;
}

.form .input{
	float:right;
	margin-top:10px;
}

.form .submit{
	float:left;
	margin-top: 10px;
	width:135px;
	text-align:center;
	margin-bottom:10px;
}

.border-form{
	margin-top: 10px;
	border-style:solid;
	border-color: #ff9900;
	border:1px 1px 1px 1px;
	
	}
/****************************************/

/************** Navigation **************/
.navigation-block-header{
	height:12px;
	width:174px;
	margin-left:12px;
}

#content-left ul{
	background-color:#ff0000;	
}

#nav {
	margin:	0;
	padding-bottom: 12px;
	color:#FFFFFF;
	list-style: none;
	width: 160px;
	margin-left:12px;
	margin-top:-5px;
}

#nav li {
		margin: 0px;
		padding: 10px;
		position:relative;
		background-color: #ff0000 ;/*color of the background menu items*/
		list-style:none;
}

#nav li a {
		display:block;
		color: #FFFFFF; /*the text color of the link*/
		text-decoration: none;
		padding: 0 5px;
		line-height: 2.25;
		text-align: center;
		width:130px;
		background-color:#ff9900;
		}

	
#nav a:hover {
	background-color:#ff9900;
	color: #FFFFFF;
	line-height:2.25;
	width:145px;
}

#nav li:hover ul{
  left: 7em;
  top: 4px;
}
.onlink{
	background-color: #82BAE1;
	color: #FFFFFF;
}

.navigation-block-footer{
	height:12px;
	width:174px;
	margin-left:12px;
	margin-top:-35px
}

/******* footer *******/
#footer{
	height:133px;
	width:960px;
	background-color:#ff9900;
}

.footer-height{
	height: 675px;
}

.donate-footer{
	/*width:159px;
	height:100px;*/
	float:left;
	margin-top:90px;
	margin-left:15px;
	/*background-color:#ff0000;*/
}

.footer-content-wrapper{
	width:600px;
	height:115px;
	float:right;
	margin-right:10px;
}

.footer-content{
	width:210px;
	height:100px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	text-align: center;
}

.footer-content-right{
	width:150px;
	height:100px;
	float:right;
	margin-right:10px;
	margin-top:10px;
}
