/*** Reset styling ***/
form, table, td, tr, button, br, img
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
body 
{ 
	font-family: verdana, tahoma, sans;
	background-color:#014;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
span
{
	min-height:1px;
}
input.text, textarea, select
{
	font-size:12px;
	padding:1px 1px 1px 1px;
    border-top:1px solid #777;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ddd;
    background-color:#fff;
}
.ensureClear
{
	clear:both;
}

/**** Styling ****/
#subo
{
	background: url(pattern.gif);
	padding-top:8px;
	padding-bottom:8px;
	margin-left:auto;
	margin-right:auto;

	width:950px;	
}

#container
{
	margin-top:2px;
	margin-bottom:2px;
	margin-left:auto;
	margin-right:auto;	

	border-top:2px solid #014;
	border-bottom:2px solid #014;

	padding:5px 25px 5px 25px;

	width:850px;
	background-color:#FFF;
}

/* TopPane: */
#topPane #bigTop
{
	position:relative;
	border-bottom:4px solid #F60;
	margin-top:2px;
	margin-bottom:10px;
}
#topPane #logo
{
	padding-bottom:3px;
}
#topPane #logo img
{
	width:449px;
	height:100px;
}

#topPane #strapLine
{
	position:absolute;
	width:460px;
	bottom:0px;
	right:0px;
	padding-bottom:2px;
}

#topPane #strapLine #decor
{
	background-color:#F60;
	width:320px;
	height:4px;
	margin-right:0px;
	margin-left:auto;
}

#topPane #strapLine #text
{
	font-style:italic;
	color:#D40;
	padding-top:1px;
	text-align:right;
	font-size:15px;
}

#topPane #search
{
	border-top:2px solid #014;
	border-bottom:2px solid #014;
	position:absolute;
	right:0px;
	top:0px;
	text-align:center;
	width:280px;
	font-size:12px;
	padding:8px 10px 8px 10px;
	margin-bottom:10px;
	background: url(pattern.gif);
}
#topPane #search .content
{
	padding:5px 5px 5px 5px;
	background-color:#FFF;
	color:#014;
}

#topPane #menuContainer
{
	background: url(pattern.gif);
	padding-left:60px;
	padding-right:60px;

	margin-top:1px;
	margin-bottom:2px;

	border-top:2px solid #014;
	border-bottom:2px solid #014;
}

#topPane #menu
{
	background-color:#FFF;
	color:#014;

	font-weight:bold;
	font-style:italic;

	padding-top:2px;
	padding-bottom:3px;
	font-size:14px;
}

#menu a:link, #menu a:visited, #menu a:active
{
	text-decoration:none;
	color:#014;
}
#menu .sel a:link, #menu .sel a:visited, #menu .sel a:active
{
	text-decoration:underline;
	color:#D40;
}

#menu a:hover
{
	text-decoration:underline;
}

#topPane #menu .item
{
	display:inline; /* IE 6 Float fix hack */
	float:left;
	cursor:pointer;
	border-left:1px solid #014;
	border-right:1px solid #014;
	padding-left:7px;
	padding-right:7px;
}

/*#topPane #menu a.item.sel
{
	text-decoration:underline;
	color:#D40;
}*/

/* Content */
#surround
{
	border-bottom:4px solid #014;
	padding-bottom:4px;
}

#surround .headlineContainer
{
	background:url(pattern.gif);
	
	border-top:2px solid #014;
	border-bottom:2px solid #014;
	margin-top:8px;
}

#surround .headline
{
	background:#FFF url(flash/noFlash.jpg) no-repeat top left;
	
	margin-left:auto;
	margin-right:auto;

	height:270px;	/*TEMP?*/
	width:750px;
}

#surround .multicolumn
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:680px;

	border-top:2px solid #014;
	border-bottom:2px solid #014;
	margin-top:8px;
	margin-bottom:12px;

	background:#FFF url(tablePattern.gif) top left repeat;
}
#surround .column	/* Single-width column */
{
	display:inline; /* IE 6 Float fix hack */
	background-color:#FFF;
	float:left;
	width:200px;
	padding:5px 10px 12px 10px;
	margin-left:5px;
}
#surround .columnTwo	/* Double-width column */
{
	display:inline; /* IE 6 Float fix hack */
	background-color:#FFF;
	float:left;
	width:425px;
	padding:5px 10px 40px 10px;
	margin-left:5px;
}
#surround .columnThree /* Triple-width column */
{
	display:inline; /* IE 6 Float fix hack */
	background-color:#FFF;
	float:left;
	width:650px;
	padding:5px 10px 12px 10px;
	margin-left:5px;
}


/* Baseline */
#baselineContainer
{
	border-top:1px solid #014;
	/*background:url(pattern2.gif);*/
	margin-top:2px;
}

#baseline
{
	background-color:#FFF;

	margin-left:auto;
	margin-right:auto;

	text-align:center;
	color:#014;
	font-size:10px;	
}



/**** Content styling ****/

#surround div.heading
{
	text-align:center;
	border-left:2px solid #F60;
	border-bottom:2px solid #F60;

	color:#F60;
	padding-top:3px;
	font-size:15px;
	padding-bottom:2px;
	margin-bottom:7px;
}

/* Fake links: */
#surround div.ex
{
	cursor:pointer;
	text-decoration:underline;
	color:#FFF;
	background-color:#F60;
	padding: 0px 4px 1px 4px;
	text-align:center;
	font-size:10px;
	margin-left:auto;
	margin-top:-9px;
	width:60px;
}

#surround div.inlineImage
{
	display:inline; /* IE 6 Float fix hack */
	float:right;
	padding:4px 10px 4px 4px;
}

#surround div.content
{
	padding:4px 6px 10px 10px;
	font-size:12px;
}

#surround div.slogan
{
	padding:8px 6px 10px 10px;

	font-style:italic;
	color:#F60;
	text-align:right;
	font-size:14px;
}

#surround ul
{
	padding-left:16px;
	margin-left:0px;
}

#surround li
{
	color:#333;
	padding-bottom:3px;
}

#surround div.inset
{
	padding-top:4px;
	padding-left:20px;
}

.bold
{
	font-weight:bold;
}

#surround td
{
	vertical-align:top;
	padding-bottom:5px;
	border-collapse:collapse;
}

.commentField
{
	width:300px;
}