
/********** GENERAL FORMATTING **********/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background: #cccc99 url(./img/header_short.gif) repeat-x top left;
	color: #222;
	
	margin: 0;
	padding: 0;

	/* ie5/win hack */
	text-align: center;
	}

#header {
	position: relative;		/* contain the secondary nav */
	background: url(./img/header_short.gif) no-repeat top left;
	width: 740px;
	height: 115px;
	margin: 0 auto;
	
	/* unhack ie5/win */
	text-align: left;
	}

#content {
	width: 740px;
	margin: 0 auto;
	padding-bottom: 20px;
	
	/* unhack ie5/win */
	text-align: left;
	}
	
#maincontent {
	padding-top: 30px;
	}

	
/********** TEXT FORMATTING **********/
#info {
	position: absolute;
	top: 300px;
	width: 500px;
	margin: 20px 0 0 0;
	/*margin: 20px 120px 0px 120px;*/
	padding-bottom: 5px;
	text-align: left;
	}

#info p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 10px 0;
	}

#info li {
	font-size: 12px;
	line-height: 1.6em;
	}

a, a:link {
	color: #003366;
	text-decoration: none;
	}

a:visited {
	color: #003366;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	background-color: #B0B0B8;
	}

strong {
	font-size: 0.95em;
	}
	

/********** LOGO **********/
#logo {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 34px;
	color: #ffffff;

	position: absolute;
	top: 15px;
	width: 325px;
	height: 50px;

	background: #003366;
	}

#logo a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 34px;
	color: #ffffff;

	display: block;
	float: left;

	width: 325px;
	height: 50px;
	border: none;
	}

#logo a:hover {
	background-color: 003366;
	}



#subcontent .image {
	width: 200px;
	margin: 0 1px;
	}

#subcontent .text {
	clear: both;
	width: 160px;
	margin: 0 15px 20px 15px;
	}

#subcontent .text h2 {
	font-weight: bold;
	font-size: 0.69em;
	line-height: 1.4em;
	margin: 15px 0 8px 0;
	color: #666;
	}

#subcontent .text p {
	font-size: 0.69em;
	line-height: 1.5em;
	margin: 8px 0;
	color: #666;
	}

#subcontent p.caption {
	font-size: 0.69em;
	line-height: 1.5em;
	margin: 11px 0 0 0;
	padding: 0 13px 15px 13px;
	}
	
#subcontent .text ul {

	/* ie5/mac aligns the bullet image much higher than other browsers */
	list-style-image: url(/img/layout/bullet_ie5mac.gif);
	
	/* \*/
	list-style-image: url(/img/layout/bullet.gif);
	/* (give other browsers the correctly aligned bullet)  */
	
	list-style-type: square;

	margin: 0 0 20px 16px;
	padding: 0;
	}
	
#subcontent .text li {
	font-size: 0.69em;
	line-height: 1.4em;
	margin: 5px 0;
	}

#subcontent .description {
	clear: left;
	}

#subcontent img {
	margin-top: 40px;
	}

#subcontent img.first {
	margin-top: 0;
	}

#subcontent img.midpage {
	margin-top: 100px;
	}



/********** NAV BARS **********/
#mainnav {
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -390px;
	width: 800px;
	height: 40px;
	/* overlapping portion of the sectiontitle cutout */
	background-repeat: no-repeat;
	background-position: 50% 31px;
	}
	
#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#mainnav li {
	float: left;
	}
	
#mainnav a {
	display: block;
	
	font-size: 0.82em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;	
	
	padding-top: 12px;
	height: 30px;
	border: none;
	
	/* ie5/win box model hack */
	height: 43px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	height: 28px;
	}
	
#mainnav a:hover {
	background-color: #666666;
	}
	
/* these widths make the nav bar text line up with the edges of the page */
.homelink{
        width: 90px;	
	}
.profilelink{
	width: 145px;
	}
.serviceslink{
	width: 138px;
	}
.projectslink{
	width: 138px;
	}
.contactlink{
	width: 138px;
	}
.jobslink{
	width: 150px;
	}

	
#secondarynav {
	position: absolute;
	top: 0;
	right: -15px;			/* adjust for the padding around the nav links */
	width: 325px;
	text-align: right;		/* for ie5/mac */
	}
	
#secondarynav ul {
	float: right;
	list-style: none;
	
	margin: 0;
	padding: 24px 0 0 0;
	}
	
#secondarynav li {
	display: inline;
	}
	
#secondarynav a {
	float: left;
	display: block;
	
	font-size: 0.69em;
	color: #fff;
	text-decoration: none;
	
	padding: 5px 15px;
	border: none;
	width: auto;
	}
	
#secondarynav a:hover {
	background-color: #003366;
}

/********** SECTION TITLE **********/

#sectiontitle {
	clear: left;
	background: #cccc99;
	height: 0px;
	}

#sectiontitle h1 {
	width: 740px;
	font-family: georgia, "times new roman", times, serif;
	font-weight: normal;
	font-size: 2.4em;
	line-height: 122px;
	color: #73736c;
	height: 122px;
	margin: 0 auto;
	padding: 0;
	
	/* cutout image */
	background-repeat: no-repeat;
	background-position: 0 -8px;
	
	/* unhack ie5/win */
	text-align: left;
	}

#sectiontitle a {
	color: #73736c;
	text-decoration: none;
	border: none;
	}

/*********** HEADER ***********/
h2, h3 {
        font:bold 12pt verdana, arial, helvetica, sans-serif;
        margin:0px 0px 5px 0px;
        padding:0px;
        }


.header {
        font-family:verdana, arial, sans-serif;
        font-size: 14px;
        color: #222;
        border:1px solid #222;
        padding:5px;
        margin-bottom:10px;
        font-weight:normal;
        }



/********** CAMPAIGN **********/

#campaignsection {
	text-align: left;
	width: 100%;
	}

#campaignsection p.caption {
	position: absolute;
	top: 372px;
	left: 50%;
	margin: 0;
	margin-left: -370px;
	font-size: 0.65em;
	color: #e1dfd6;
	padding: 0;
	}
	
/********** FOOTER **********/
#footerwrap {
	position: relative;
	top: 1000px; 
	float: left;
	width: 100%;
   	background: #666666;
	padding-bottom: 15px;

	/* hack ie5/win */
	text-align: center;
   	}

#footer {
	color: #e1dfd6;
	width: 740px;
  	margin: 0 auto;
	padding: 10px 0 0 0;

	/* unhack ie5/win */
	text-align: left;
   	}
#footer ul {
	float: left;
	margin: 2px 0 10px 0;
	padding: 0;
	width: 430px;
	list-style: none;
	}
	
#footer li  {
	float: left;
	border-left: 1px solid #acacac;
	margin-left: 7px;
	padding-left: 7px;
	font-size: 0.65em;
	line-height: 1.3em;
	}
	
#footer li.first  {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
	}

#footer a, #footer a:link, #footer a:visited {
	color: #e1dfd6;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: none;
	background-color: #B0B0B8;
	}
	
#footer a:active {
	border-bottom-color: #bf0000;
	}

