@charset "utf-8";

.header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 73px;
	width: 100%;
	background-color:#000000;
	background-image:url(../images/header.gif);
	background-repeat:repeat-x;
}




#navigation {
	width: 780px;
	font-weight: 500;
	margin: 0 auto;
	padding: 0px 0 0px 0px;


}

/*Clears for Image Replacement*/
.blank {
	display: none;
}
	
h1 {
	text-align: left;
	height: 73px;
	width: 230px;
	background-image:url(../images/Bluebird.gif);
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}

#showcase {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 235px;
	width: 100%;
	background-color:#000000;
	background-image:url(../images/showcase.gif);
	background-repeat:repeat-x;
}





.middle {
	width: 760px;
	margin: 0 auto;
	text-align: left;

}








.Content {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 100%;
	z-index: 1;
}

.serviceBox {
	margin: 15px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	float: left;
	height: 250px;
	width: 162px;
	background-color:#eee;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
}

.serviceBoxLeft {
	margin: 15px 5px 5px 0px;
	padding: 10px 10px 10px 10px;
	float: left;
	height: 250px;
	width: 162px;
	background-color:#eee;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
}

.serviceBoxRight {
	margin: 15px 0px 5px 5px;
	padding: 10px 10px 10px 10px;
	float: left;
	height: 250px;
	width: 162px;
	background-color:#eee;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;

}

#serviceBoxLink {
	padding: 10px 10px 10px 10px;
	float: left;
	height: 100%;
	width: 140px;
	text-align: right;
	vertical-align:bottom;
}

#serviceBoxText {
	padding: 10px 10px 10px 10px;
	float: left;
	height: 50px;
	width: 200px;
	text-align: right;
}
	


img {
	padding: 10px 0px 10px 0px;
}

#serviceBoxLink a {
	text-transform: uppercase;
	color: #CC0000; 
	font-weight:800;
	font-size:10px;
}

#footer {
	position: fixed;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 100%;
	background-color:#000;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	bottom: 0px;
	text-align:center;
	vertical-align:bottom;
	z-index: 0;	
}

#footer p{
	padding-top: 0px;
	color: #fff;
	
}

#footerCont {
	width: 760px;
	margin: 0 auto;
	padding: 0px 0 0px 0px;
	text-align: left;
}

#footerLinks {
	width: 500px;
	margin: 0 auto;
	padding: 0px 0 0px 0px;
	text-align: left;
	float: left;
}

#footerCopyright {
	width: 260px;
	margin: 0 auto;
	padding: 0px 0 0px 0px;
	text-align: right;
	float: left;	
}

/*sidebar*/

#sidebar {
	z-index: 1;
	width: 400px;
	height: 70px;
	margin: 0;
	padding: 0px;
	float: right; 

}

#sidebar ul {
	list-style: none;
	padding: 0;


}

#sidebar li {
	display: inline; 
	list-style-type: none; 
	padding: 34px 0px 0 0 ;
	float: left; 

	width: 103px;
	height: 50px;
}

#sidebar a {
	display: block; 
	padding: 5px 0px 0px 0px;
	margin: 0px;
	height: 27px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
}


/*sidebar2*/

#sidebar2 {

	float: left;
	z-index: 1;
	width: 274px;
	height: 500px;
	text-align:right;
	background-image: url(../images/sideShadow.png);
	background-repeat: no-repeat;
	background-position: right top;
	overflow:hidden;
}

#sidebar2 ul {
	list-style: none;
}

#sidebar2 a, #sidebar2 h3.cat {
	width: 200px;
	height: 22px;
	display: block;
		text-align:right;
	padding: 0px 35px 0px 22px;
	background: url(../images/tab_small.gif) center right no-repeat;
	margin: 0px 0 0 0 ;
	text-decoration: none;
}

#sidebar2 a {
	color: #595965;
		font-family: Helvetica, Verdana, Arial,  sans-serif;
		font-weight: 800;
		padding-top: 3px;
}

#sidebar2 a.big, #sidebar h3.cat {
	text-align:right;
	background: url(../images/tab_big.gif) center right no-repeat;
	padding: 0px 5px 4px 40px;
	margin: 4px 0;
}

#sidebar2 h3 {
	font-size: 13px;
}

#sidebar2 h3.cat {
	color: #cbcbcb;
	text-shadow: 1px 2px 1px #222;
}

#sidebar2 a.big {
	color: #fff;
}

#sidebar2 a.blog {
	background-image: url(../images/tab_forum.gif);
	background-color: #c17878;
}

#sidebar2 a.docs {
	background-image: url(../images/tab_docs.gif);
	background-color: #7389ae;
}

#sidebar2 a.download {
	background-image: url(../images/tab_download.gif);
	background-color: #78ba91;
}

#sidebar2 a.trac {
	background-image: url(../images/tab_trac.gif);
	background-color: #a87aad;
}


.marginer {
	padding: 0px 0 0 0;
}

#postit {
	margin: 23px 0px 0 0;
	padding: 5px 0px 0px 0px;
	height: 100%;
	width: 274px;
	background-color: #fff;
	background-image: url(../images/postit.gif);
	background-repeat: no-repeat;
	float: left;
	text-align:left;
}

#postit div{
	width: 230px;
	float: left;
	padding: 0px 10px 0px 15px;
	text-align:left;
}
	
	
#newsItem {
	margin: 0px 0 0 0;
	padding: 5px 10px 0px 20px;
	width: 450px;
	float: right;

}	







