/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}

/* Global Helpers */
* html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.clearit:after,
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearit,
#content {
    zoom: 1;
}

* html .clearit {
    height: 1%;
}
h1{font-size:2em;font-weight:bold;color:#2e5ebf;margin-bottom:5px;}
h2{font-size:1.4em;font-weight:bold;margin-bottom:5px;}
p {margin:3px;}
ul.default li{margin-left:25px;list-style-type:disc;}
a{
	color: #0187c5;
	text-decoration: none;
	outline-style: none;
	outline-width: medium;
}
a:hover{
	color: #0187c5;
	text-decoration: underline;
}

/* main */
body {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	background: url(../images/bg.jpg) top center no-repeat #000;

	font-size:14px;
}
#header{
	background-image:url(../images/header.png);
	background-repeat:repeat-x;
	width:100%;
	height:70px;
}
#headerWrapper{
	width:70%;
	min-width:968px;
	margin:0 auto;
}
#jacknetLogo{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:223px;
	height:51px;
	text-indent: -9999px;
	position: absolute;
    z-index: 1;
	top:5px;
    left: 20px;
    display: block;
    text-indent: -9999px;
}
#headNav {
    position: absolute;
    top: 1px;
    left: 250px;
    overflow:hidden;
    z-index: 1;
}

#headNav .navItem {
    float: left;
    display: block;
    margin-right: 2px;
}

#headNav .nav-link {
    display: block;
    float: left;
    padding: 15px 9px 7px 9px;
    font-size: 14px;
    height: 22px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-shadow: #1344a6 0 1px 1px;
	
}


#headNav .nav-link:hover {
	background-color:#0845c2;
}
#mainContent, .mainContent{
	width:60%;
	min-width:600px;
	margin:0 auto;
	padding:10px;
	border:#cccccc 1px solid;
	background-color:#FFFFFF;
	margin-top:25px;
	clear:both;
	line-height: 1.5em;
	margin-bottom: 15px;
}
#footer {
	clear:left;
	min-height:6em;
	margin-bottom:3em;
	width:60%;
	min-width:600px;
	margin:0 auto;
}

#footer .footerboxage{
	width:223px;
	margin: 3em 10px 4em 0px;
	padding:10px;
	background-color:#333;
	font-size:8pt;
	margin-bottom:10px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	float:left;
	color:#ddd;
}
#footer #melink {color:#FFFFFF;}


/* projects */
#projectWrapper{
	margin-top:30px;
}
.project{
	border-bottom:1px solid #767a81;
	border-top:1px solid #767a81;
	margin-bottom:10px;
	padding:3px;
	min-height:160px;
	
}

.project img {
	margin:4px;
	padding:1px;
	float:right;
}
.project a img {border:1px solid #cccccc;}
.project a img:hover {border:1px solid #0187c5;}
#linksWrapper{
	margin:0 auto;
	width:300px;
}

/* contact */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input[type=text]:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input[type=text], input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;margin-top:15px;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
