/***********************************************
* ACHIEVE ENGINEERING INC.
* global.css / stefan.sobering@gmail.com
***********************************************/

/***********************************************
* FIXES & RESETS
***********************************************/

*{ margin: 0; padding: 0; outline: none; }

html, body, div#wrapper{ height: 100%; }

body > div#wrapper{ height: auto; min-height: 100%; }

div#wrapper, html, body{ padding-bottom: 102px; }

div#footer{ position: relative; margin-top: -102px; }

/***********************************************
* DESIGN & LAYOUT
***********************************************/

body{ margin: 0; padding: 0; background: #f2f2f2; }

div#header{
	width: 100%; height: 172px;
	text-align: center;
	position: fixed; top: 0; left: 0;
	z-index: 1;
	background: url(../img/headerbg.png) repeat-x top left;
}
	div#header h1 a, div#header h1 a:hover{
		display: block;
		width: 1099px; height: 172px;
		text-align: center;
		z-index: 2;
		text-indent: -9999px;
		margin: 0 auto;
		background: url(../img/header.png) no-repeat top center;
	}
	
div#wrapper{
	margin: 172px auto 0 auto;
	width: 720px;
}

div#billboard{
	width: 720px; height: 189px;
	text-align: center;
	background: url(../img/billboard.png) no-repeat top center;
}
	div#billboard h2{ display: none; }
	
div.hr{
	width: 720px; height: 26px;
	margin: 10px 0;
	background: url(../img/hr.png) no-repeat top center;
}

div.content-floats{ float: left; }

div#main-content{
	width: 496px;
	padding: 0 24px 0 0;
	background: url(../img/divider.png) no-repeat top right;
}

div.warning{
	margin: 0 0 15px 0; padding: 10px;
	border-bottom: 1px solid #d2c277;
	background: #f7e8a1 url(../img/warningbg.png) repeat-y top left;
}
	div.warning p{ margin: 0; font-size: 12px; }

div#side-content{
	width: 200px;
}

div#footer{
	clear: both;
	width: 100%; height: 102px;
	background: url(../img/footerbg.png) repeat-x top left;
}
	div#footer p{
		color: #fff;
		font-size: 12px;
		position: relative; top: 42px;
	}
	
	div#footer-wrapper{ 
		margin: 0 auto; 
		width: 720px;
	}
		div#footer-wrapper img{
			float: left;
			position: relative; top: 33px;
			margin: 0 10px 0 0;
		}

/***********************************************
* LISTS (1.0 Navigation, 2.0 Basic Lists
***********************************************/

/* 1.0 Navigation */
ul#navigation-list{
	list-style: none;
}
	ul#navigation-list li a, ul#navigation-list li a:visited{
		display: block;
		width: 182px; height: 36px;
		background: url(../img/buttonoff.png) no-repeat top center;
		line-height: 36px;
		text-align: center;
		margin: 0 0 5px 0;
		color: #333;
		text-decoration: none;
	}
	ul#navigation-list li a:hover, ul#navigation-list li a:active, ul#navigation-list li#active a{
		background: url(../img/buttonon.png) no-repeat top center;
		color: #fff;
		text-decoration: none;
	}

/* 2.0 Basic Lists */
ul{
	list-style-image: url(../img/bullet.png);
	line-height: 25px;
	font-size: 14px;
	color: #666;
	margin: 20px;
}
	
/***********************************************
* TYPOGRAPHY
***********************************************/

body{ font-family: Helvetica, Arial, sans-serif; color: #333; }

p{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0 0 15px 0;
}

/***********************************************
* TEXT/IMAGE REPLACEMENT TITLES
***********************************************/

h2#welcome{ 
	width: 149px; height: 23px;
	display: block;
	text-indent: -9999px;
	background: url(../img/h2welcome.png) no-repeat top left;
}

h2#experience{
	width: 300px; height: 28px;
	display: block;
	text-indent: -9999px;
	background: url(../img/h2experience.png) no-repeat top left;
}

h2#typical{
	width: 263px; height: 28px;
	display: block;
	text-indent: -9999px;
	background: url(../img/h2typical.png) no-repeat top left;
}

h2#contact{
	width: 186px; height: 23px;
	display: block;
	text-indent: -9999px;
	background: url(../img/h2contact.png) no-repeat top left;
}

/***********************************************
* IMAGES WITHIN TEXT
***********************************************/

.imgright, .imgleft{
	padding: 2px;
	border: 1px solid #727272;
}

.imgright{ margin: 0 0 10px 10px; float: right; }

.imgleft{ margin: 0 10px 10px 0; float: left; }

/***********************************************
* LINKS & SPECIAL LINKS
***********************************************/

a#stefanjames, a#stefanjames:visited{
	display: block;
	width: 70px; height: 34px;
	text-indent: -9999px;
	border: 0;
	margin: 0 auto;
	position: relative; left: 10px;
	background: url(../img/stefanjamesoff.png) no-repeat top center;
}
a#stefanjames:hover{
	text-indent: -9999px;
	background: url(../img/stefanjameson.png) no-repeat top center;
}

a, a:visited{
	color: #333;
	text-decoration: underline;
	background: transparent;
	display: inline;
}
a:hover, a:active{
	color: #2564ad;
	text-decoration: none;
}

/***********************************************
* ACCORDION
***********************************************/

h3.toggler{
	padding: 8px;
	font-size: 14px;
	background: #e0e0e0;
	margin: 0;
	border-bottom: 1px solid #b9b9b9;
}
h3.active{
	padding: 8px;
	font-size: 14px;
	background: #2564ad;
	margin: 0;
	border-bottom: 1px solid #234774;
}
	div#accordion a h3.active{ color: #fff; }

div#accordion{ margin: 0 0 20px 0; }
	div#accordion a{ text-decoration: none; }

div.block{
	background: #e9e9e9 url(../img/blockbg.png) repeat-x bottom left;
	border-bottom: 1px solid #fff;
}
	div.block p{
		padding: 10px;
		font-size: 12px;
		margin: 0;
		line-height: 25px;
	}
	div.block ul{
		font-size: 12px;
		margin-left: 50px;
	}

/***********************************************
* THE FORM
***********************************************/

div#message{
	color: #5c5c56;
	width: 430px;
	padding: 0 0 30px 0;
	float: left;
}
	#message .row label{ font-size: 12px; }
	#message .row{ margin: 9px 0 0 0; }
	#message .row label em{ font-style: normal; padding-left: 3px; color: #aaa; }

div.left_textinput {
  width: 200px;
  margin: 0 30px 0 0;
  float: left;
}

div.right_textinput {
  width: 200px;
  float: left;
}

div#message div.textinput{
	background: url(../img/formbg.png) 0 0 no-repeat;
	height: 26px;
	margin: 3px 0 0 0;
}

div#message input{
    background: none;
    width: 188px;
    height: 21px;
    padding: 5px 6px 0 6px;
    border: none;
}

div#message div.textarea{
	background: url(../img/formbgmessage.png) 0 0 no-repeat;
    height: 95px;
    margin: 3px 0 0 0;
}

div#message textarea{
    background: none;
    width: 418px;
    height: 83px;
    margin: 5px 6px 5px 6px;
    border: none;
}

div#message button{
    background: url(../img/submitoff.png) 0 0 no-repeat;
    height: 30px;
    width: 100px;
    margin: 16px 0 0 0;
    float: right;
}

button span{ display: none; }

button{ border: 0; }
 
div#message button:hover{ background: url(../img/submiton.png) 0 0 no-repeat; }