/* TAG MODS */

body
{
	background:#333333;
}
div
{
	position:absolute;
	border:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a img
{
	border: none;
}
fieldset
{
	border: 2px solid #ffcc00;
	color:#ffcc00;
}
legend, label
{
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	line-height:15px;
	font-size:11px;
}
label
{
	width: 50px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block
}
table
{
	margin: 5px 5px 5px 5px;
}
form table td
{
	margin: 4px 4px 4px 4px;
	vertical-align:top;
	text-align:left;
	padding: 4px;
}
textarea
{
	height:120px;
}
input[type="text"], textarea
{
	width:250px;
}
input[type="submit"]
{
	margin: 4px 4px 4px 4px;
	border-color:#333333;
}

/* PAGE AREAS */


div#yellowBox
{
	background:#ffcc00;
	width:130px;
	height:130px;
	left:0px;
	top:0px;
}
div#companyName
{
	width:114px;
	height:98px;
	left:138px;
	top:43px;
}
div#mainMenu
{
	width:100px;
	height:130px;
	top:0px;
	left:285px;
}
td.bAlign /* td provides bottom-align in container div */
{
	width:100px;
	height:130px;
	vertical-align:bottom;
}
div#sectionMenu
{
	width:180px;
	height:230px;
	top:280px;
	left:40px;
}
div#sectionNavForward, div#sectionNavBack
{
	width:28px;
	height:21px;
}
a img
{
	width:28px;
	height:21px;
}
a#forward img
{	
	background:url(../img/arrow_forward_0.gif);
	background-repeat:no-repeat;
}
a#forward:hover img
{	
	background:url(../img/arrow_forward_1.gif);
	background-repeat:no-repeat;
}
a#backward img
{	
	background:url(../img/arrow_backward_0.gif);
	background-repeat:no-repeat;
}
a#backward:hover img
{	
	background:url(../img/arrow_backward_1.gif);
	background-repeat:no-repeat;
}
div#sectionNavForward
{
	top:245px;
	left:640px;
}
div#sectionNavBack
{
	top:245px;
	left:612px;
}
div#pageGraphic
{
	width:390px;
	height:160px;
	top:280px;
	left:280px;
}
div#pageCommentary
{
	width:390px;
	height:100px;
	top:460px;
	left:280px;
}
div#contactDetails
{
	width:390px;
	height:160px;
	top:280px;
	left:280px;
}

/* TEXT STYLES */


ul.mainMenu, ul.subMenu
{
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 17px;
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
ul.mainMenu
{
	font-size:11px;
}
ul.subMenu
{
	font-size:11px;
}
li.current
{
	color:#ffcc00;
}
span.copy
{
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	line-height:15px;
	font-size:11px;
}
/* LINK CSS */


A:link {color:#ffffff; text-decoration:none;}
A:visited {color:#ffffff; text-decoration:none;}
A:hover {color:#ffcc00; text-decoration:none;}
A:active {color:#ffcc00; text-decoration:none;}
