@charset "utf-8";
/* CSS Document */

body{
	font-family:"Garamond", verdana;
	background-color:#333;
	color:#fff;
	font-size:18px;
}

a{
	color:#999;
	text-decoration:none;
}

a:hover{
	color:#000;
}

h2{
	color:#8FDB06;	
}

/* Banner Bits*/
.banner { 
	background: #000000; 
}
.bannertop { 
	background: url(images/ne.gif) no-repeat top right; 
}
.bannertop div { 
	font-size: 0;
	height: 10px; 
	background: url(images/nw.gif) no-repeat top left; 
}
.bannerbottom { 
	background: url(images/se.gif) no-repeat bottom right; 
}
.bannerbottom div { 
	font-size: 0;
	height: 10px; 
	background: url(images/sw.gif) no-repeat bottom left; 
}
.bannercontent {
	padding: 0px 10px 0px 10px;
	height:120px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-bottom:-10px;
}

.banner ul{	
	list-style-type: none;
	list-style-position:outside;
	margin-top: 0px;
}

.banner li{
	display: block;
	overflow: hidden;
	float:left;
	width:100px;
}

/*.banner li a{
	text-decoration:none;
	color:#999;
}

.banner li a:hover{
	text-decoration:none;
	color:#fff;
}*/

.link1 a:hover{
	color:#8FDB06;
}
.link2 a:hover{
	color:#C4761C;
}
.link3 a:hover{
	color:#DD1F6D;
}
.link4 a:hover{
	color:#DDD46C;
}
.link5 a:hover{
	color:#17A7DD;
}
/* EndOf Banner Bits */

.centerHolder{
	width:100%;
}

.contentHolder{
	margin-left:50px;
	padding:10px;
	width:700px;
	#width:auto;
	min-height: 500px;
}

.rightCol{
	float:right;
	width:200px;
	padding-top:50px;
	padding-right:50px;
	padding-left:20px;
}

.title{
	font-size:50px;
	float:right;
	margin-top:30px;
	margin-right:200px;
}

.footer{
	background-color:#000;
	width:100%;
	clear:both;
	padding:10px;
	text-align:center;
	color:#333;
}

/* Porfolio rounded boxes */
.sub1 { 
  background: #000000; 
  margin-bottom:15px;
  color:#FFF;
}

.sub1top { 
  background: url(images/ne.gif) no-repeat top right; 
}

.sub1 a:hover{
	color:#666;	
}

.sub1top div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.sub1bottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.sub1bottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.sub1content {
  padding: 0px 10px 0px 10px;
}

.sub2 { 
  background: #999999; 
  margin-bottom:15px;
  color:#000;
}

.sub2 a{
	color:#333;	
}

.sub2 a:hover{
	color:#fff;	
}

.sub2top { 
  background: url(images/nealt.gif) no-repeat top right; 
}
.sub2top div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nwalt.gif) no-repeat top left; 
}
.sub2bottom { 
  background: url(images/sealt.gif) no-repeat bottom right; 
}
.sub2bottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/swalt.gif) no-repeat bottom left; 
}
.sub2content {
  padding: 0px 10px 0px 10px;
}
/* _____________________ */

/* Development rounded boxes */
.devBox1 { 
  background: #1A1FFF; 
}
.devBox1top { 
  background: url(images/dev1ne.gif) no-repeat top right; 
}
.devBox1top div { 
  font-size: 0;
  height: 10px; 
  background: url(images/dev1nw.gif) no-repeat top left; 
}
.devBox1bottom { 
  background: url(images/dev1se.gif) no-repeat bottom right; 
}
.devBox1bottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/dev1sw.gif) no-repeat bottom left; 
}
.devBox1content {
  padding: 0px 10px 0px 10px;
}
