/* STANDARD RULES */
* { /* Zero out all Padding and Margins - for Consitency */
   padding:0;
   margin:0;
}

a img,:link img,:visited img {
	border:none
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	padding: 0;	
}

h1 {
	font-size: 218%;
}

h2 {
	font-size: 164%;
	margin-bottom: 12px;
}

h3 {
	font-size: 145%;
	margin-bottom: 10px;
}

h4 {
	font-size: 118%;
	margin-bottom: 5px;
}

p {
	padding: 0 5px 0 5px;
	margin-bottom:1em;
}

a{
}

a:visited{

}

a:hover{
	text-decoration:none;
}

a:active{

}

/* LAYOUT */
body{
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(/i/gui_bg.jpg);
	text-align:center;
}

#wrapper{
	width:760px;
	position:relative;
	margin:0 auto;
	text-align:left;
	background:#F9E000 url(gui_wrapper_bg.jpg) bottom left no-repeat;
}

#header{
	height:127px;
	position:relative;
	background: #ffffff url(gui_header_bg.jpg) no-repeat;
}

.navigation ul{
	list-style:none;
}

.navigation ul li{
	float:left;
}

#content{
	padding: 30px 45px 50px 45px;
	position:relative;
	clear:left;
}

#footer{
	height:16px;
	background: #ffffff url(gui_footer_bg.jpg) no-repeat;
	position:relative;
	clear:both;
}

#contact_its{
	position:relative;
	text-align:right;
	width:745px;
	margin:0 auto;
	padding-right:15px;
}

#contact_its a{
	color:#063D7D;
	text-decoration:none;
}
#contact_its a:hover{
	text-decoration:underline;
}

/* HEADER */
/* Linked Image Replacement Header */
h1{
	padding:0;
}

h1 a{
	height:101px;
	width:359px;
	display:block;
	position:absolute;
	left: 31px;
	top:14px;
	background: #transparent;
	text-indent:-9999px;
	text-decoration:none;
}

h1 a:hover{
	text-decoration:none;
}

/* TOP NAV */
#topnav{
	position:relative;
	height:34px;
	background:url(gui_nav_bg.jpg) no-repeat;
}

/* Standard Nav Links */
#mainmenu{
	position:absolute;
	top:12px;
}
#mainmenu a{
	font-weight:bold;
	padding:0 27px;
	text-decoration:none;
	border-left:1px solid #000;
	color:#000000;
}
#mainmenu .first a{
	border:none;
}

#mainmenu a:visited{
	text-decoration:none;
}

#mainmenu a:hover{
	text-decoration:underline;
}

#mainmenu a:active{

}

/* Current Page Nav Link */
#mainmenu a.currentpage{
	font-weight:bold;	
}

#mainmenu a.currentpage:visited{

}

#mainmenu a.currentpage:hover{

}

#mainmenu a.currentpage:active{

}

/* STANDARD CONTENT STYLES */
#content ul, #content ol{
	margin:10px 0;
}
#content ul li, #content ol li{
	margin:0 0 1em 30px;
}
img.floatright{
	border:1px solid #000;
	margin: 0 0 15px 15px;
	float:right;
}
img.floatleft{
	border:1px solid #000;	
	margin:0 15px 15px 0;
	float:left;
}
/* Standard FORM Table */
#formTable {
	border-collapse:separate;
    border-spacing:0px;
	padding:0;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	color:#000;
}
/* FORM Table Caption - Required Text */
#formTable caption{
	text-align:left;
	font-weight:bold;
	padding-bottom:1px;
	border-top:1px solid #FF0000;
	border-left:1px solid #FF0000;
	border-right:1px solid #FF0000;
}
/* FORM Table Header & Footer Rows */
#formTable thead th, #formTable tfoot td{
	background-color:#E00094;
	color:#fff;
	text-align:left;
	padding:2px 3px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
#formTable thead th a:link, #formTable thead th a:visited, #formTable tfoot td a:link, #formTable tfoot td a:visited{
	color:#FFFFFF;
}

/* FORM Table Body Headers - TD Titles */
#formTable tbody th{
	background:#EFEFEF;
	padding:1px 0;
	text-align:right;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	white-space:nowrap;
	padding:2px 3px;
	}

#formTable tbody th.h{
	background-color:#FFFFFF;
	color:#FFFFFF;
	text-align:left;
	}

#formTable tbody th.l, #formTable tbody td.l{
	text-align:left;
	}

#formTable tbody th.c, #formTable tbody td.c{
	text-align:center;
	}
	
/* FORM Standard Table Cell */
#formTable td{
	background-color:#FFFFFF;
	padding:2px 3px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
/* FORM Hilight for Notes Cell */
#formTable td.notes{
	background-color:#FFFF99;
	text-align:center;
}
/* FORM Hilight for Required */
#formTable .required{
	border:1px solid #FF0000;
}
#formTable select.required{
	color:#FF0000;
}
/* FORM Footer Alignment */
#formTable tfoot td{
	text-align:right;
}
/* FORM Form Elements */
#formTable select, option, input{
	font-size:small;
}
#formTable.acenter td, #formTable.acenter th {
	text-align:center;
}
/* FORM List Table Alignment */
#formTable.list td, #formTable.list th {
	text-align:center;
}
/* FORM List Table Coloured Row */
.listcolouredrow{
	background:#ddd;
}
/* FORM List Table Hover Row */
.listrowhover{
	background-color:#FFFFD9;
}
/* FORM Table Normal Links */
#formTable a:link, #formTable a:visited{
color:#015B37;
}
/* FORM Table Hovered Links */
#formTable a:hover{
text-decoration:none;
}
/* FORM List Table Coloured Row Links */
#formTable.list .listcolouredrow a:link, #formTable.list .listcolouredrow a:visited{
color:#0066FF;
}
/* FORM List Table Coloured Row Hover Links  */
#formTable.list .listcolouredrow a:hover{
color:#00FF66;
}
/* FORM List Table Hover Row Links */
#formTable.list .listrowhover a:link, #formTable.list .listrowhover a:visited{
color:#FF9900;
}
/* FORM Hovered Hover Row Hover */
#formTable.list .listrowhover a:hover{
color:#FF00FF;
}