
body {
	margin: 0;
/*	background: #ffffff url(/img/splash-bot-bg.jpg) no-repeat bottom center; */

	font-family: Verdana, sans-serif;
	color: #444;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
}

#outer {
        background: transparent url(/img/body-bg.png) repeat-x top center;
}

div, p, span, input, td {
	font-family: inherit;
	color: inherit;
	text-align: inherit;
	font-size: inherit;
}

ul, li {
	padding:0;
	margin:0;
	list-style:none;
}

img {
	border: none;
}

p {
	margin-top: 4px;
}

h1 {
	color: #1c659c;
	font-size: 21px;
	font-weight: normal;
	margin: 4px 0;
}

h2 {
	font-size: 15px;
	color: #1c659c;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0;
}

h2.philo, span.philo {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

span.philo {
	font-size: 9px;
	margin-top: 11px;
	cursor: default;
}

p.hidden, div.hidden {
	display: none;
}

h2.off {
	font-weight: normal;
	color: #8a8a8a;
}

h4 {
	font-size: 12px;
	color: #1c659c;
	font-weight: bold;
	margin-bottom: 0;
}

div.process {
	float: left;
	text-align: center;
	font-weight: bold;
	margin-right: -37px;
	cursor: pointer;
}

div.process a {
	color: #1c659c;
	text-decoration: none;
}

p.nextpg {
	text-align: right;
}


.title {
	font-size: 18px;
	color: #1C659C;
	font-weight: bold;
}

.leadin {
	font-size: 18px;
	color: #1C659C;
}


.minititle {
	font-size: 14px;
	color: #1C659C;
}

.author {
	color: #F3B726;
	font-weight: bold;
}

.category {
	color: #8a8a8a;
	font-size: 12px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #8a8a8a;
}

.category a {
	color: #8a8a8a;
	text-decoration: none;
}


label {
	font-weight: bold;
	display: block;
	float: left;
	margin: 0 20px 3px 0;
	width: 250px;
}

label input {
	width: 170px;
}

label.opt {
	font-weight: normal;
	padding-left: 20px;
	margin: 0 0 3px 0;
}

.nl {
	clear: left;
	margin-bottom: -16px;
}

textarea { font-family: verdana, sans-serif; font-size: 10px; }

.error, .warn {
	font-size: 9px;
	color: #ff0000;
	font-weight: bold;
}



#content a, #content a:link, #content a:visited,
.content a, .content a:link, .content a:visited {
	color: #1C659C;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px dashed #1C659C;
}

#content a:hover, #content a:active,
.content a:hover, .content a:active {
	color: #F3B726;
	text-decoration: none;
	border-bottom: 0;
}


#container {
	width: 950px;
	margin: 0 auto 0 auto;
}

#header {
	width: 950px;
	height: 88px;
	margin: 0 auto 0 auto;
	background: #002F57 url(/img/header.jpg) no-repeat center top;
	position: relative;
}

	#logo {
		display: block;
		position: absolute;
		z-index: 2;
		top: 6px;
		left: 52px;

		width: 230px;
		height: 73px;
	}

		#logo a {
			text-decoration: none;
		}

		#logo a img {
			border: 0px;
			font-size: 18px;
			color: white;
			font-weight: bold;
			text-decoration: none;
		}

	#auxnav {
		position: absolute;
		width: 300px;
		height: 30px;
		line-height: 30px;
		top: 5px;
		right: 50px;
		color: white;
	}


	#auxnav a, #auxnav a:link, #auxnav a:visited {
		font-size: 11px;
		color: white;
		text-decoration: none;
		padding-bottom: 3px;
		border-bottom: none;
	}

	#auxnav a:hover, #auxnav a:active {
		text-decoration: none;
		border-bottom: 1px dashed #ffffff;
	}


#nav {
	width: 950px;
	height: 58px;
	background: #003B66 url(/img/nav-bg.png) repeat-x;
}

#navigate {
	width: 768px;
	height: 58px;
	margin: 0 auto 0 auto;
}

#navigate a {
	display: block;
	float: left;
	margin: 4px 15px 4px 15px;

	width: 117px;
	height: 48px;

	color: white;
	font-size: 14px;
	line-height: 48px;
	text-decoration: none;
	text-align: center;
	background-image: none;
}

#navigate a:hover  {
	background: url(/img/link-bg.png) no-repeat;
}

#main {
/*	background: url(/img/splash.jpg) no-repeat center bottom;*/

	min-height: 300px;
}

#inner {
	width: 760px;
	margin: 0 auto 0 auto;
}

#bottom {
	clear: both;
	height: 225px;
}


#subnav {
	width: 170px;
	float: left;

	margin: 0;
	padding: 0;
}

ul#subnavigate, ul.subnavigate {
	list-style-type: none;
	margin: 50px 20px 0 0;
	padding: 0;

	min-height: 270px;
	background: url(/img/vr.png) no-repeat top right;
}

ul.subnavigate {
	margin-top: 0 !important;
	background: none;
	min-height: 0;
}

ul#subnavigate li {
	margin-top: 8px;
}

ul.subnavigate li {
	margin: 0;
}

ul#subnavigate li a, ul.subnavigate li a {
/*	display: block;*/
	color: #8a8a8a;
	font-size: 10px;
	line-height: 19px;
	text-decoration: none;
	background: none;
	padding: 0 0 0 10px;
}

ul#subnavigate li a:hover, ul#subnavigate li.on a,
ul.subnavigate li a:hover, ul.subnavigate li.on a {
	background: url(/img/arrow-sm.gif) no-repeat left center;
}

ul#subnavigate li ul,
ul.subnavigate li ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#subnavigate li h4,
ul.subnavigate li h4 {
	margin-bottom: -7px;
}

ul#subnavigate li h4 a,
ul.subnavigate li h4 a {
	font-size: 12px;
	color: #1c659c;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	padding: 0;
}

ul#subnavigate li h4 a:hover, ul#subnavigate li h4 a:active,
ul.subnavigate li h4 a:hover, ul.subnavigate li h4 a:active {
	background-image: none;
}


ul#subnavigate li a#back:hover, ul#subnavigate li a#back:active,
ul.subnavigate li a#back:hover, ul.subnavigate li a#back:active {
	background-image: none;
}


#content {
	width: 585px;
	float: left;
	overflow: hidden;
	position: relative;

	margin: 38px 0 0 0;
	text-align: left;
	min-height: 300px;
}


#content .padd {
	padding: 0 0 0 15px;
}



	#dynamItLogin {
		float:right;
		width: 150px;
	}

	#dynamItLogin label {
		color: #1c659c;
		width: 150px;
		margin-right: 0;
	}

	#dynamItLogin input.txt {
		border: 1px solid #ABADB3;
		padding: 2px 4px 1px 4px;
		width: 140px;
		font-weight: normal;
		font-size: 11px;
	}

	h3 {
                color: #1c659c;
		margin-bottom: 5px;
		border-bottom: 1px dashed #e2e2e2;
		font-size: 17px;
		font-weight: normal;

	}

	span.controls {
		float: right;
		font-size: 12px;
	}

	/** =LAUNCHPAD ***/

#pad-timer {
	font-weight: bold;
	font-size: 16px;
}

#LaunchPad {
	position: relative;
	height: 200px;
	width: 285px;
	float: left;
}

#launch-back {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: -22px;
	width: 290px;
	height: 220px;
}

.linesp {
	font-size: 8px;
	line-height: 8px;
}

#launch-data {
        position: absolute;
	z-index: 3;
        width: 230px;
        height: 80px;
        left: 8px;
	text-align: center;
	top: 10px;
	color: black;
}

.pad-title {
	font-size: 18px;
}

	/** =PORTFOLIO FLIP ***/


	#portfolioFlip {
		width: 280px;
		float: right;
		margin-right: 40px;
	}

	#portfolioFlip img {
	}

	/*********************/

#addlinfo {
}

#contactinfo {
	float: right;
	color: #999;
}

#validinfo a {
	color: #999;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

.copy {
	color: #999;
	font-size: 9px;
	text-align: center;
	margin-bottom: 10px;
}

.tiny {
	font-size: 9px;
}



/** scroll to stuff **/
.section{
	width: 4000px;
	position: relative;
}

	.section .sub{
		position: relative;
		float: left;
		padding: 9px 15px 42px 15px;
		width: 555px;
	}
		.section .next, .section .prev{
			font-size: 18px;
			position: absolute;
			bottom: 15px;
			letter-spacing: -2px;
		}
		.section .next{
			right: 30px;
		}
		.section .prev{
			left: 30px;
		}

.message{
	background: #EEE;
	border: 1px solid #999;
	color: #333;
	font-size: 12px;
	padding: 1px;
	position: absolute;
	left: 11px;
}
/*********************/


.resource .date {
	color: #8a8a8a;
	font-size: 12px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #8a8a8a;
}

.resource .hr {
	font-size: 1px;
	line-height: 1px;
}

.resource .date a {
	color: #8a8a8a;
	text-decoration: none;
}


.resource .thumbs {
	float: left;
	margin: 0px 30px 0 0;
	width: 280px;
}

.resource .thumbs div {
	margin-top: 10px;
}

.resource .piece {
	float: left;
	width: 440px;
}

.resource .clear {
	clear: both;
}

.resource .right {
	float: right;
}

#push {
/*	height: 20px;*/
/*	padding-top: 130px;*/
	clear: both;
}

#footer {
	padding-top: 20px;
}

#footerbg {
	height: 44px;
	width: 750px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
}

#footerbody {
	color: black;
	position: absolute;
	width: 750px;
	height: 44px;
	top: 0;
	left: 0;
}


/**************************/


	.padd {
		padding: 0;
	}

	#left-panel {
		float: left;
		width: 250px;
		margin-right: 10px;
	}

	#mid-panel {
		float: left;
		width: 250px;
	}

	#right-panel {
		float: right;
		width: 250px;
	}

	#clearme {
		clear: both;
	}

	.panel p {
		margin: 20px 10px 20px 10px;
	}

	.home-sect-title {
		font-size: 18px;
		background: url(img/divide.gif) no-repeat bottom center;
		padding: 0px 10px 10px 10px;
	}




#fourohfour {
	width: 570px;
	height: 615px;
	margin: 0 auto 0 auto;

	background: url(../img/stormtroopers.jpg) no-repeat top right;
}
