@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
body {

	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4;
	background:#f9f9f9 url(cssimages/BlueWhite2.jpg) repeat-x fixed;

}

#wrapper {
	margin: auto;
	width: 950px;
	position: relative;
}
p {
	font-size: 16px;
	margin: 10px 0 0 0;
}
h1 {
	font-size: 30px;
	margin: 10px 0 0 0;
	color: #fff;
}

#header {
	width: 950px;
	position: relative;
	height: 80px;
}
#logo {
	width: 242px;
	height: 35px;
	background-image: url(cssimages/MicrotextPixelLogo.gif);
	left: 50px;
	top: 25px;
	position: relative;
}
.center {
	text-align: center;
}
#content {
	width: 950px;
	background-color: #c0c0c0;
	position: relative;
	clear: both;
	padding: 0px 0 1px 0;
	border-top-width: 25px;
	border-top-style: solid;
	border-top-color: #610309;
}
#InsideContent {
	margin: 0px 25px 50px 50px;
	width: 835px;
	padding: 15px 20px 10px 20px;
	color:#fff;
}
#footer {
	background-color: #999999;
	position: relative;
	margin-bottom: 10px;
	height: 22px;
	padding: 2px 0 0 0;
	font-size:10pt;
}
.bitimageleft {
	float: left;
	padding: 3px 3px 2px 5px;
}
.bitimageright {
	float: right;
	padding: 2px 3px 2px 5px;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.imageleft {
	float: left;
	padding: 0px 15px 10px 0px;
}
.imageright {
	float: right;
	padding: 5px 0px 10px 10px;
}
.alignright {
	text-align:right;
}
a,a:visited {
	text-decoration: none;
	color: #fff475;
}
a img, :link img, :visited img {
	border:none
}
.fright {
	float:right;
}
.fleft {
	float:left;
}
.clrfix {
	clear:both;
	font-size:0;
	height:0;
}
#showme {
	display:none;
}
img {
	border:0;
}
#content {
	border-top-color: #030961;
}
#dnav {
	float: right;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	height:33px;
	font-weight:bold;
	background: url(cssimages/blu_nav_bg3.gif) repeat-x bottom left;
	padding:0 20px 0 20px;
}
#dnav ul {margin:0;
padding:0;
list-style-type:none;
width:auto;
float:left;}
#dnav ul li {display:block;
float:left;
margin:0 1px;}
#dnav ul li a {
float:left;
color:#f8eaac;
text-decoration:none;
padding:0 0 0 15px;
height:33px;}
#dnav ul li a span {padding:12px 15px 0 0;
height:21px;
float:left;}
#dnav ul li a:hover {color:#fff;
background:transparent url(cssimages/blu_nav_bg_over.gif) repeat-x bottom left;}
#dnav ul li a:hover span {
width:auto;
cursor:pointer;}
#dnav ul li a.current,#dnav ul li a.current:hover {color:#fff;
background:#030961 url(cssimages/blu_nav_left_on.gif) no-repeat top left;
line-height:275%;}
#dnav ul li a.current span {
padding:0 15px 0 0;
width:auto;
background:#030961 url(cssimages/blu_nav_right_on.gif) no-repeat top right;
height:33px;}
.XPicon {
}
#InsideContent {
	margin: 15px 25px 20px 50px;
	width: 835px;
	background-color: #004e98;
	padding: 20px 20px 0 20px;
	position: relative;
}

#XPicons {
	position: absolute;
	left: 0px;
	top: 10px;
}
#XPBack {
	margin-left: 90px;
	color: #fff;
}
#XPBack p {
	line-height:1.3;
}
#XPicons {
	position: absolute;
	left: 0px;
	top: 0px;
}
#XPbar {
	clear:both;
	height:30px;
	width:875px;
	position: relative;
	left: -20px;
	bottom: 0px;
}
#XPbar2 {
	clear:both;
	background:url(images/XP-Bar2.gif);
	height:30px;
	width:875px;
	position: relative;
	left: -20px;
	bottom: 0px;
}
/***** Form styling *****/
#formdiv {
	width: 650px;
	padding: 15px 0 20px 40px;
	margin: 15px 0 20px 100px;
	font-size: 12px;
	height: 470px;
	position: relative;
	background:#eee;
	color:#000;
}
legend {
	color: #000;
	background: #dfe2ff;
	border: 1px solid #3308be;
	padding: 2px 10px;
	margin: 0 0 0 10px;
}
fieldset {
	border: 1px solid #3308be;
	width: 620px;
	float: left;
}
label {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	padding: 4px 0 0 0;
}
#formdiv .submit {
	font-size:11px;
	width:100px;
	height: 23px;
	margin:10px 0 10px 210px;
	padding:0;
	border:0;
	background:url(cssimages/Submit.gif);
	background-position:left top;
}
#formdiv .submit:hover {
	background-position:left bottom;
}
#formdiv .submit input:hover {
	border: 2px outset #ff00ff;
}
#formdiv input {
	color: #000;
	background: #dfe2ff;
	border: 1px solid #3308be;
	padding: 0 0 0 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
}
textarea {
	color: #000;
	background: #dfe2ff;
	border: 1px solid #3308be;
	padding: 0 0 0 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
	width:290px;
	height:85px;
}
.formwidth {
	width: 260px
}
.formwidths {
	width: 30%
}
.padding150 {
	padding: 0 0 0 250px
}
.padding50 {
	padding: 10px 10px 0 20px
}
/*************************************/
.pp {
	position:relative;
	width: 160px;
	margin: 20px 0 0 250px;
}
#gAd120x600l {
	position:absolute;
	float:none;
	top:480px;
	left:10px;
	width:120px;
	height:600px;
	margin:5px 10px 5px 0;
}
h1 {
	color: #FFF;
}
#time {
	left:834px;
	top:7px;
	font-size:11px;
	color: #FFF;
	position:absolute;
	font-family:Tahoma, Geneva, sans-serif;
}

/* PORTFOLIO PAGE */
#portfolio {
	margin:10px 0 0 0;

}
.portpic {
	position:relative;
	display:inline;
	float:left;
	width:245px;
	height:200px;
	padding:0 14px 0 5px;
	;
	background:#ddd;
}
.portpic p {
	padding:0 0 4px 35px;
	font-size:9pt;
}
.portpic a:link, .portpic a:visited {
	color:#444;
}
.portpic a:hover {
	color:#fff;
	text-decoration:underline;
	background:#888;
}
.portpic img {
	margin-left:22px;
	border-left:1px solid #aca899;
	border-top:1px solid #aca899;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
#porttext p {
	font-size:10pt;
	margin:25px 50px 15px 0;
}

