/* PAGE STRUCTURE */
* html * {
	zoom:100%;
	}
* {
	margin:0; 
	padding:0;
	}
#main_wrapper {
	width:930px;
	height:612px;
	}	

#leftcol {
	width:100px;
	height:602px;
	float:left;
	}
#leftshadowedge {
	width:10px;
	height:612px;
	background:url(../graphics/newshadow2.png);
	float:left;
	}
#midcol_wrap {
	width:690px;
	height:612px;
	float:left;
	border-right-style:solid;
	border-right-color:#FF0000;
	border-right-width:7px;
	}
#header {
	width:100%;
	height:80px;
	}	
#logo {
	width:421px;
	height:38px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}
#content {
	width:500px;
	height:442px;
	position:relative;
	left:90px;
	border-style:solid;
	border-width:.5px;
	border-color:#333333;
	background-color:#1F517A;
	}	
#copy {
	text-align:center;
	padding-top:175px;
	}	
#footer {
	width:300px;
	height:40px;
	position:absolute;
	top:615px;
	}
#rightcolwrap {
	width:123px;
	height:612px;
	background:url(../graphics/cloudcolumn.jpg) no-repeat;
	float:left;
	}
	
#flashcol {
	width:113px;
	height:612px;
	position:absolute;
	top:0px;
	left:807px;
	z-index:0;
	}
		
#rtshadowedge {
	width:10px;
	height:612px;
	background:url(../graphics/newshadow3.png);
	float:right;
	}
#rightcol {
	width:123px;
	float:left;
	}

#leftshadowmitre {
	height:10px;
	width:10px;
	background:url(../graphics/mitershadowlft.png) no-repeat;
	float:left;
	position:relative;
	left:100px;
	}
#btmshadow {
	height:10px;
	width:810px;
	float:left;
	position:relative;
	left:100px;
	}	
#redshadow {
	width:10px;
	height:612px;
	background:url(../graphics/newshadow3.png) repeat-y;
	position:absolute;
	top:0px;
	left:807px;
	z-index:3;
	}
#rtshadowmitre {
	height:10px;
	width:10px;
	background:url(../graphics/mitershadowrt.png) no-repeat;
	position:absolute;
	top:612px;
	left:920px;
	}

/* Div colors and fills */
body {background:url(../graphics/goldstripe.jpg) repeat;}
#midcol_wrap {background:url(../graphics/newstripe2.jpg) repeat #333333;}
#btmshadow {background:url(../graphics/newshadow1.png) repeat-x;}


/* FONTS */
h1, h2, h3, h4, h5, h6, a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	} 
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	line-height:20px;
	}
p span em {
	color:#FFFFCC;
	letter-spacing:.5px;
	}		
h1 {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1.5px;
	}	
h1 span {
	color:#FFFFCC;
	letter-spacing:.5px;
	font-size:11.5px;
	font-style:italic;
	}
h2 {
	color:#FFFFCC;
	font-size:12px;
	font-weight:bold;
	font-style:oblique;
	letter-spacing:1px;
	}
h3 {
	color:#69C;
	font-size:11px;
	font-weight:bold;
	font-style:oblique;
	letter-spacing:1px;
	}
h4 {
	color:#CCC;
	font-weight:normal;
	font-size:12px;
	line-height:20px;
	}
h5 {
	color:#CCC;
	font-weight:normal;
	font-size:11px;
	line-height:18px;
	}
h5 span {
	color:#999;
	font-size:10px;
	}
h6 {
	color:#71abdb;
	font-weight:bold;
	font-size:11px;
	}		
.footcopy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8.5px;
	color:#999999;
	}
a {
	font-size:10px;
	font-weight:bold;
	color:#808073;
	text-decoration:none;
	}	
span a {
	font-size:12px;
	color:#69C;
	font-weight:normal;
	}	
a:hover {
	color:#FF0000;
	}	
#serius p{
	color:#FFC;
	font-size:10px;
	line-height:15px;
	}
/* Nav menu */
#nav {
	font-size:12px;
	padding-top:36px;
	text-align:left;
	text-indent:28px;
	}
#nav li {
	list-style-type:none;
	}
#nav a {
	line-height:3.6em;
	display:block;
	}
	
/* Portfolio Nav menu */
#navportfolio {
	position:absolute;
	top:180px;
	left:807px;
	z-index:2;
	width:113px;
	background:url(../graphics/trans_white50.png) repeat;
	}	
#navportfolio li {
	list-style-type:none;
	text-indent:20px;
	}		
#navportfolio a {
	display:block; /* makes link fill li so entire area is hot */
	line-height:3.6em;
	color:#FF0000;
	}	
#navportfolio a:hover {
	color:#666666;
	}		
	
/* Portfolio dropdown */
		
#navportfolio li li a {
	display:block;
	color:#666666;
	}
#navportfolio li li a:hover {
	color:#FF0000;
	}	
#navportfolio li.darker { /* darker background color of 2 menu items */
	background:url(../graphics/trans_black10.png) repeat;
	}							
#navportfolio ul li:hover ul {
	display:block; /* shows the drop-down when the menu is hovered */
	z-index:1000; /* Safari needs this to display menu on top of other page elements */	
	}	
#navportfolio ul li ul { 
	width:inherit; /* sets width of the dropdown */
	position:inherit;  /* positions drop-down */
	display:none; /* conceals the drop-down when menu not hovered */
	}
	
/* Services list */

#servicecontent li {
	color:#CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
}
#servicecontent ul {
	list-style-position:inside;
}
	
	
/* Misc hacks */
*html #portnav ul {display:inline;} /* fixes margin-doubling bug in IE6 */
*html #navportfolio li {background:url(../graphics/trans_white50.png) repeat;}

/* Specific page divs */

#aboutcontent {
	width:450px;
	height:430px;
	position:relative;
	left:90px;
	padding-left:50px;
	}
#aboutcontent a {
	color:#69C;
	font-weight:normal;
	font-size:11px;
}
#aboutcontent a:hover {
	color:#FF0000;
	}
#contactcontent {
	width:500px;
	height:430px;
	position:relative;
	left:90px;
	padding-top:15px;
	padding-left:50px;
	}
#downloadcontent {
	width:500px;
	height:430px;
	position:relative;
	left:45px;
	padding-top:15px;
	padding-left:50px;
	}
#downloadcontent a:hover {
	color:#FF0000;
	text-decoration: none;
	}	
#downloadcontent a {
	color:#FFFFCC;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration: underline;
	}
#portcontent {
	width:500px;
	height:500px;
	position:relative;
	left:90px;
	border-style:solid;
	border-width:.5px;
	border-color:#333333;
	}
#portflash {
	width:500px;
	height:400px;
	}	

#servicecontent {
	width:550px;
	height:460px;
	position:relative;
	left:90px;
	padding-left:50px;
	}
#startupcontent {
	width:480px;
	height:460px;
	position:relative;
	left:90px;
	padding-left:50px;
	}
#reinvent {
	width:480px;
	position:relative;
	left:90px;
	padding-left:50px;
	}	
#serius {
	float:right;
	margin:100px 35px 0px 0px;
	
	}
#kgphoto {
	width: 215px;
	height: 155px;
	background: url(../graphics/gregkate.jpg) no-repeat;
	float:left;
	position:relative;
	}

	
