/* Standard styles for everything */

body {
	background-color: #313131;
	color:white;
	font-family:Arial, sans-serif;
}

img {
	border:none;
}

h3 {
	margin: 0px;
}

.rightimg {
	float:right;
	border: solid white 3px;
	margin: 5px;
}

.leftimg {
	float:left;
	border: solid white 3px;
	margin: 5px;
}

/* Logo stuff at the top */

#heading {
	margin: 30px 35px 0px 35px; 
}

#title {
	font-size: 2em;
}

#slogan {
	color: #FFCC01;
	font-size: .75em;
	margin-left: 60px;
	position: relative;
	top: -7px;
}

/* Main table styles */

#bordertable {
	margin: 10px 35px 10px 35px;
	background-color: #00689F;
}

#bordertable a {
	color: #FFCC01;
}

#topleft {
	width: 15px;
	height: 15px;
	background: url(../images/tl.gif) 0 0 no-repeat;
}

#bordertop {
	background: url(../images/dot.gif) 0 0 repeat-x;
}

#topright {
	width: 15px;
	height: 15px;
	background: url(../images/tr.gif) 0 0 no-repeat;
}

#borderleft {
	background: url(../images/dot.gif) 0 0 repeat-y;
}

#borderright {
	background: url(../images/dot.gif) right top repeat-y;
}

#bottomleft {
	width: 15px;
	height: 15px;
	background: url(../images/bl.gif) bottom left no-repeat;
}

#borderbottom {
	background: url(../images/dot.gif) bottom left repeat-x;
}

#bottomright {
	width: 15px;
	height: 15px;
	background: url(../images/br.gif) bottom right no-repeat
}

/* Blog cutout styles */

#blogtable {
	margin: 0px;
	background-color: #313131;
	float:right;
	margin-right: 50px;
}

#blogtable a {
	color: #FFCC01;
	text-decoration:none;
}

#blogtopleft {
	width: 15px;
	height: 25px;
	background: url(../images/dot.gif) 0 0 repeat-y;
}

#blogcenter {
	padding: 5px;
	vertical-align:top;
	background: url(../images/dot.gif) left bottom repeat-x;
}

#blogtopright {
	width: 15px;
	height: 25px;
	background: url(../images/dot.gif) right top repeat-y;
}

#blogbottomleft {
	width: 15px;
	height: 15px;
	background: url(../images/blogbl.gif) bottom left no-repeat;
}

#blogbottomright {
	width: 15px;
	height: 15px;
	background: url(../images/blogbr.gif) bottom right no-repeat
}

#content td {
	padding: 0px 10px;
}

#content p {
	margin: 10px;
}

#content li { 
	list-style-type: circle;
} 

/* navigation styling*/

#navigation {
	position: absolute; 
	top: 0px; 
	left: 0px;
	padding: 0px; 
	margin-top: 300px; 
	margin-left: 0px; 
	width: 48px; 
	text-align: right;
	}

#navigation DIV {
	width:30px; 
	height:70px;
	float:right;
} 

#navigation #home {	background: url("../images/tabh.gif") no-repeat right top; } 
#navigation #unhome {	background: url("../images/tabbh.gif") no-repeat right top; } 
#navigation #web {	background: url("../images/tabw.gif") no-repeat right top; }
#navigation #unweb {	background: url("../images/tabbw.gif") no-repeat right top; }
#navigation #consulting {	background: url("../images/tabc.gif") no-repeat right top; }
#navigation #unconsulting {	background: url("../images/tabbc.gif") no-repeat right top; }


/* Footer styling*/

.footer {
	background: url(../images/footerright.gif) no-repeat top right;
	background-color: #414141;
	margin-left: 60px;
	width:400px;
	vertical-align:top;
	font-size:11px;
}

.footer img.corner {
   width: 15px;
   height: 30px;
   vertical-align:middle;
}

.footer img {
   vertical-align:middle;
}

