@charset "utf-8";
/* 
Simon Perkins
Constellations.co.nz
*/

/* General styles -------------------------------------- */
body {
	padding:0;
	margin:20px;
	color:#333333;
	background:#ffffff;
	font:11px arial,verdana,sans-serif;
}

table {
	background-color:#ffffff;
	width: 300px;
}
td {
/*	border-style: solid; */
	border-width: 1px;
/*	border-color: #666666; */
}
.form_table {
	background-color:#ffffff;
	width: 600px;
}
::selection {
	background: #ff3c00; /* Safari */
	}
::-moz-selection {
	background: #ff3c00; /* Firefox */
}
.stationary {
	text-decoration: none;
	padding-bottom: 1px;/* ! >= 'hover padding-bottom' */
}


/* type */
.upper {
	text-transform: uppercase;
}
.centre {
	text-align:center;
}
h1 {
	font-size: 3em;
}
.tiny {
	font-size: 9px;
}
.larger {
/*	font-size: 16px;
	padding-left: 10px; */
	font-size:1.3em;
}
#important {
	font-weight: bold;
}
#underline {
	border-bottom: .2em solid;
	border-color: #CFCFCF;
	font-style: normal;
}
.prepad {
	padding-top:.3em;
}
.postpad {
	padding-bottom:.3em;
}
.subtle {
	color:#999999;
}
#urlcell {
	background-color:#F0F0F0;
	border-style: solid;
	border-width: 1px;
	border-color: #F0F0F0;
/* 	font-weight: bold; */
}


/* interaction styles */
a:link {
	 /* unvisited link */
	text-decoration: none;
 /* color: #ff0099; */
	color: #000000;
}
a:visited {
	/* visited link */
	text-decoration: none;
	color: #646464;
}
a:hover {
	/* mouse over link */
	background-color:#666666;
	/* padding-bottom: 1px; */
	color: #ffffff;
}
a:active {
	/* selected link */
	text-decoration: none;
	color: #000000;
}
#career {
	padding:1em;
	font-size:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
}
#column_one {
	position:absolute;
	left:20px;
	width: 300px;
	padding-top:20px;
	z-index:1;
}
#column_two {
	position:absolute;
	left:330px;
	width: 300px;
	padding-top:20px;
	z-index:2;
}
#column_three {
	position:absolute;
	left:640px;
	width: 300px;
	padding-top:20px;
	z-index:3;
}
#tabular_section {
	background-color:#FFFFFF;
	padding-top:0.5em;
}
#mainBodyContainer {
	position:absolute;
	left:0px;
	padding-top:20px;
	top:0px;
	width:940px;
/*	padding-bottom: 5em; */
}
/*
#mainHeadContainer {
	padding-top:10px;
	padding-bottom:5px;
	text-align: right;
}
*/
#mainHeadContainer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}
#sitetitle {
	font-weight: bold;
	font-size: 2.5em;
	text-transform: uppercase;
}
#pathwaytitle {
	font-weight: bold;
	font-size: 1.5em;
	color: #ffffff;
}
#mainmenu {
	padding-top: 10px;
	font-size: 1.5em;
}

#form_title {
	padding: 1em;
	font-size: 14px;
	font-weight:bolder;
}
#form_label {
	padding: 1em;
	font-size: 12px;
}
#push_right
{
	float:right;
}
