/* @override 
	http://patrickkirsch.com/css/style.css
*/

/* code left in human readable format for the benefit of potential employers :) */
 
@import url("ie6.css"); /* some hacks */

* {	margin: 0; padding: 0; } /* reset everything */

/* ----------------- containment -----------------------*/

html {
	background: #333 url(../images/bg.jpg) fixed -8px 140px;
}

body {
	color: #ffffff;
	text-align: center; /* for IE */
	background: url(../images/masthead.jpg) repeat-x fixed;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 100.1%; /* for Opera */
}

#wrapper {
	width: 860px;
	overflow: hidden; /* prevent collapse */
	margin: 0 auto;
}

#container {
	width: 781px;
	margin: 0 auto;
	text-align: left; 
	overflow: hidden; /* prevent collapse */
}

/* -----------------Header-----------------------*/

#logo {
	float:left;
	width: 430px;
	height: 177px;
}

#logo h1 a {
	text-indent: -9999px;
	width: 430px;
	height: 200px;
	display: block;
	background: url(../images/logo.png) no-repeat;
}

/* -----------------Nav bar-----------------------*/

#nav {
	float: left;
	width: 390px;
	height: 177px;
	position: relative;
}

/*hide and unhide current page indicator dependant on #nav current class*/
#current_indicator_home.current,
#current_indicator_print.current,
#current_indicator_web.current,
#current_indicator_create.current,
#current_indicator_contact.current {
	background: url(../images/current_indicator.gif) no-repeat;
}

#current_indicator_home {
	background: url(../images/current_indicator.gif) no-repeat 300px;
	position: absolute;
	height: 107px;
	width: 261px;
	left: -223px;
	top: 0px;
}

#current_indicator_print {
	background: url(../images/current_indicator.gif) no-repeat 300px;
	position: absolute;
	height: 107px;
	width: 261px;
	left: -134px;
	top: -25px;
}

#current_indicator_web {
	background: url(../images/current_indicator.gif) no-repeat 300px;
	position: absolute;
	height: 107px;
	width: 261px;
	left: -44px;
	top: -49px;
}

#current_indicator_create {
	background: url(../images/current_indicator.gif) no-repeat 300px;
	position: absolute;
	height: 107px;
	width: 261px;
	left: -39px;
	top: -57px;
}

#current_indicator_contact {
	background: url(../images/current_indicator.gif) no-repeat 300px;
	position: absolute;
	height: 107px;
	width: 261px;
	left: 24px;
	top: -85px;
}

#nav ol {
	list-style: none;
}

#nav ol li {
	text-indent: -9999px;
}

#home_link a {
	background: url(../images/home_link.gif) no-repeat center top;
	height: 61px;
	width: 76px;
	position: absolute;
	left: 34px;
	top: 83px;
}

#home_link a:hover, #home_link a:active, #home_link a:focus {
	background: url(../images/home_link.gif) no-repeat center -56px;
}

#home_link a.current {
	background: url(../images/home_link.gif) no-repeat center top;
	cursor: default;
}

#print_link a {
	background: url(../images/print_link.gif) no-repeat center top;
	height: 58px;
	width: 59px;
	position: absolute;
	left: 130px;
	top: 62px;
}

#print_link a:hover, #print_link a:active, #print_link a:focus {
	background: url(../images/print_link.gif) no-repeat center -56px;
}

#print_link a.current {
	background: url(../images/print_link.gif) no-repeat center top;
	cursor: default;
}

#web_link a {
	background: url(../images/web_link.gif) no-repeat center top;
	position: absolute;
	height: 44px;
	width: 57px;
	left: 219px;
	top: 41px;
}

#web_link a:hover, #web_link a:active, #web_link a:focus {
	background: url(../images/web_link.gif) no-repeat center -56px;
}

#web_link a.current {
	background: url(../images/web_link.gif) no-repeat center top;
	cursor: default;
}

#create_link a {
	background: url(../images/create_link.gif) no-repeat center top;
	position: absolute;
	height: 51px;
	width: 78px;
	left: 226px;
	top: 37px;
}

#create_link a:hover, #create_link a:active, #create_link a:focus {
	background: url(../images/create_link.gif) no-repeat center -56px;
}

#create_link a.current {
	background: url(../images/create_link.gif) no-repeat center top;
	cursor: default;
}

#contact_link a {
	background: url(../images/contact_link.gif) no-repeat center top;
	position: absolute;
	height: 55px;
	width: 93px;
	left: 290px;
	top: 6px;
}

#contact_link a:hover, #contact_link a:active, #contact_link a:focus {
	background: url(../images/contact_link.gif) no-repeat center -56px;
}

#contact_link a.current {
	background: url(../images/contact_link.gif) no-repeat center top;
	cursor: default;
}

/* -----------------Sidebar-----------------------*/

#sidebar {
	float: left;
	width: 231px;
}

#sidebar #body_text h2 {
	text-indent: -9999px;
	float: right;
}

#sidebar #body_text h3 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFF;
}

#sidebar #body_text {
	font-size: 0.8em;
}

#sidebar ul, #sidebar ol {
	list-style: none;
}

#sidebar li {
	padding-bottom: 0.5em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-top: .5em;
	line-height: 1.3;
}

#sidebar li.sub {
	padding-bottom: 0;
	padding-top: 0.5em;
	line-height: 1;
	font-size: larger;
	font-weight: bold;
	color: #FC0;
}

#sidebar li.last {
	border-bottom-style: none;
}

#side_head{
	background: url(../images/personal_head.png) no-repeat;
	height: 134px;
}

/* ----- accordion panels ------ */

#sidebar #summary {
	background: url(../images/midtrans.png);
	padding-left: 0.8em;
	color: #FFF;
	padding-right: 0.8em;
}

#sidebar #macWindows {
	background: url(../images/lighttrans.png);
	padding-left: 0.8em;
	color: #000;
	padding-right: .8em;
}

#sidebar #objective {
	background: url(../images/midtrans.png);
	padding-left: 0.8em;
	color: #FFF;
	padding-right: .8em;
}

#sidebar #education {
	padding-left: 0.8em;
	color: #FFF;
	background: url(../images/midtrans.png);
	padding-right: 0.8em;
}

#sidebar #map {
	padding-left: 0.8em;
	color: #FFF;
	background: url(../images/midtrans.png);
	padding-right: .8em;
}

#map img {
	border: 3px solid #FC0;
	margin-top: 5px;
}

#sidebar #references {
	padding-left: 0.8em;
	color: #000;
	background: url(../images/lighttrans.png);
	padding-right: 0.8em;
}

#references b {
	color: #FC0;
}

/*-----special pages-----*/

#contact #side_head, #mailsuccess #side_head {
	background: url(../images/enquiry.png) no-repeat;
	height: 134px;
}

#contact #sidejoin, #mailsuccess #sidejoin {
	background: url(../images/enquiry_join.png) no-repeat;
	height: 38px;
}

#hwkss #side_head {
	background: url(../images/print_side_head.png) no-repeat;
	height: 134px;
}

#hwkss #sidejoin {
	position: absolute;
	height: 480px;
	width: 640px;
	top: 175px;
}

#apc #side_head {
	background: url(../images/magazine_head.png) no-repeat;
	height: 134px;
}

#apc #sidejoin {
	background: url(../images/magazine_join.png) no-repeat;
	height: 38px;
}

#apc #thumbs {
	color: #000;
	background-image: url(../images/lighttrans.png);
	margin-top: 0;
}

#apc #body_text img {
	padding: 5px;
	margin-left: 2px;
	cursor: pointer;
	border: none;
}

#apc #body_text p {
	color: #FFF;
	background-image: none;
	padding-left: 12px;
	padding-right: 12px;
}

#side_toe {
	background: url(../images/side_toe.png) no-repeat;
	height: 42px;
	margin-bottom: 10px;
}

#gap {
	background: url(../images/gap.png) no-repeat;
	width: 19px;
	height: 134px;
	float: left;
}
/*---------------------------big content area-------------------------*/
 
#mainContent {
	width: 530px;
	float: left;
	margin-bottom: 20px;
}

#main_head h2 {
	text-indent: -9999px;
	float: right;
}

a:link#prev, a:visited#prev {
	background: url(../images/prev_hover.png) no-repeat 0px -134px;
	display: block;
	height: 134px;
	width: 110px;
	float: left;
}

a:hover#prev, a:active#prev, a:focus#prev {
	background: url(../images/prev_hover.png) no-repeat 0px 0px;
	cursor: pointer;
}

#contact #prev, #mailsuccess #prev {
	background: url(../images/print_L_head.png) no-repeat 0 -48px;
	height: 40px;
	width: 140px;
	float: left;
}

#home #career_head_upper {
	background: url(../images/career_head.png) no-repeat;
	height: 134px;
	width: 310px;
	float: left;
}

#print #career_head_upper {
	background: url(../images/print_head.png) no-repeat;
	height: 134px;
	width: 310px;
	float: left;
}

#client {
	width: 400px;
	padding-left: 10px;
	font-size: .9em;
	height: 175px;
}

#web #career_head_upper {
	background: url(../images/web_head.png) no-repeat;
	height: 134px;
	width: 310px;
	float: left;
}

#create #career_head_upper {
	background: url(../images/print_C_head.png) no-repeat;
	height: 134px;
	width: 244px;
	float: left;
}

#contact #career_head_upper, #mailsuccess #career_head_upper{
	background: url(../images/print_C_head.png) no-repeat 0 -48px;
	height: 40px;
	width: 244px;
	float: left;
}

a:link#next, a:visited#next {
	background: url(../images/next_hover.png) no-repeat 0px -134px;
	display: block;
	height: 134px;
	width: 110px;
	float: right;
}

a:hover#next, a:active#next, a:focus#next {
	background: url(../images/next_hover.png) no-repeat right 0px;
	cursor: pointer;
}


#contact #next, #mailsuccess #next {
	background: url(../images/print_R_head.png) no-repeat 0 -48px;
	height: 40px;
	width: 146px;
	display: inline;
	float: left;
}


#apc #next {
	background: url(../images/print_R_head.png) no-repeat ;
	height: 86px;
	width: 146px;
	display: inline;
	float: left;
}

#apc #career_head_upper {
	background: url(../images/print_C_head.png) no-repeat;
	height: 86px;
	width: 244px;
	float: left;
}

#apc #prev {
	background: url(../images/print_L_head.png) no-repeat;
	height: 86px;
	width: 140px;
	float: left;
}

#body_text p {
	color: #000;
	background-image: url(../images/lighttrans.png);
	padding-left: 12px;
	padding-right: 12px;
}

#references p { background-image: none; font-size: smaller;}

#main_body {
	clear: both;
	background: url(../images/darktrans.png);
}

#main_text {
	position: relative;
	padding-right: 12px;
	padding-left: 16px;
	clear: both;
	min-height: 450px;
}

#print #caption h3 {
	width: 100%;
}

#caption {
	width: 23em;
}

#main_text h3 {
	color: #FC0;
	border-bottom: 1px dotted #fff;
	font-size: 1.25em;
	text-transform: lowercase;
	border-color: #fc0;
	width: 324px;
	line-height: 1.5;
	font-variant: small-caps;
	letter-spacing: .15em;
}

#main_text h4 {
	margin-top: 0.5em;
	color: #333;
	text-transform: lowercase;
	background: #FC0;
	padding-left: .5em;
	line-height: 1.2;
	letter-spacing: .2em;
	font-variant: small-caps;
}

#main_text li {
	list-style-type: none;
	background: url(../images/y_arrow.gif) no-repeat;
	padding-left: 24px;
	margin-left: -24px;
	text-align: left;
	margin-top: 5px;
	font-size: 0.8em;
	line-height: 1.3;
}

#main_text a:link, #main_text a:visited, #sidebar a:link, #sidebar a:visited {
	color: #fc0;
	text-decoration: none;
}

#main_text a:hover, #sidebar a:hover { text-decoration: underline;}

#main_text img {
	margin-bottom: 10px;
	margin-left: -94px;
	float: right;
}

#apc #main_text img {
	padding-top: 10px;
	float: left;
	clear: both;
	margin: 0px 0 0px 80px;
}

#job008, #job007, #job006, #job005, #job004, #job003, #job002, #job001 {
	width: 100%;
}

#movie {
	width: 500px;
	overflow: auto;
	text-align: center;
	margin-top: 1em;
}
#style_guide #main_text p, #web #main_text p{
	font-size: 0.9em;
	padding-bottom: 8px;
	line-height: 1.3;
}

#style_gude #main_text img, #web #main_text img {
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	float: right;
}

#main_toe {
	background: url(../images/mainbottom.png) no-repeat;
	height: 43px;
	margin-bottom: 0;
}

/* ----------------------------------form styles---------------------- */
form#contact {
	width: 500px;
	margin: 0 auto;
	line-height: 1.5;
}

fieldset {
	background: #333;
	border: none;
	padding-bottom: .5em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	line-height: 2.5;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

legend {
	background-color: #333;
	margin-left: .5em;
	color: #fc0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: .9;
	padding: .2em .75em;
	letter-spacing: .1em;
	text-transform: lowercase;
}

fieldset input.text {
	width: 252px;
	height: 18px;
}

fieldset input:hover, textarea:hover {
	border-color: #Fc0;
}

fieldset input:active, textarea:active {
	border-color: #fc0;
}

fieldset input:focus, textarea:focus {
	background-color: #fedab0;
}

#moreinfo label span {
	width: auto;
}

fieldset textarea {
	width: 475px;
}

label {
	display: block;
}

label.checkbox span {
	float: none;
}

label.checkbox {
	display: inline;
}

label span {
	float: left;
	width: 33%;
	text-align: right;
	margin-right: 16px;
}

form div {
	background: #333;
	padding: 10px 20px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

form div input {
	font-size: 85%;
	text-align: center;
	margin-right: 4px;
}

div#bustype {
	border-style: none;
	text-align: left;
	width: 296px;
	margin-right: auto;
	margin-left: auto;
}

#businesstype p {
	margin-bottom: -16px;
	font-size: .80em;
}

input#attachment {
	background-color: silver;
	margin-left: 0;
	width: 300px;
}

/* -----------------Footer-----------------------*/

#footer {
	background: url(../images/footer.png) no-repeat right top;
	margin-top: 18px;
	color: #000;
	font-size: 0.8em;
	padding-top: 6px;
	padding-left: 20px;
	width: 510px;
	float: right;
	position: absolute; }

#footer ul {
	list-style: none;
	float: right;
	margin-top: -20px;
	margin-right: 20px; margin-bottom: 5px;} 

#footer ul li {
	display: inline;
}

#footer ol {
	list-style-type: none; margin-bottom: 13px; text-align: center;}

#footer ol li {
	display: inline; margin-right: 49px;}

#footer a { text-transform: lowercase; color: white;}
#footer a:link, #footer a:visited { text-decoration: none;}
#footer a:hover, #footer a:active { text-decoration: underline;}



#hwkss #footer
{ display: none;}

/* ---------------------Classes------------------- */
.darktolight {
	background: url(../images/darkToLight.png) no-repeat;
	height: 50px;
}

.lighttodark {
	background: url(../images/lightToDark.png) no-repeat;
	height: 50px;
}

.hidden {
	display: none;
}

.nothidden {
	visibility: visible;
}

.overview {
	font-size: 1.2em;
	line-height: 1.7;
}

.pubName {
	font-style: italic;
}

.clear, br {
	clear: both;
}

.smallright {
	font-size: 0.75em;
	text-align: right;
}

hr {
	clear: both;
	margin-bottom: 15px;
}
