div#layout_1column { background:url(../images/background.gif) repeat; }
div#layout_2column { background:url(../images/background.gif) repeat; }

div#layout_2column div#maincontent { background-color:#FFFFFF; }

/************************* Header *********************************/

#banner
{
	position:relative;
	width: 940px;
	height:200px;
	margin: 0px;
	padding: 0px;
	background:url(../images/banner.jpg) 0 0 no-repeat;
}
#banner h1 { text-indent:-9999px; }
#search a
{
	position:absolute;
	display:block;
	left:788px;
	top:0px;
	width:150px;
	height:59px;
	text-indent:-9999px;
	background:url(../images/titles/search.gif) 0 0 no-repeat;
}

/************************* Left Bar *********************************/

#menu
{
	position:relative;
	overflow:hidden;
	width:180px;
	height:auto;
}
#menu_top
{
	position:relative;
	overflow:hidden;
	width:180px;
	height:25px;
	background:url(../images/leftmenu/leftmenu_top.gif) 0 0 no-repeat;
}
#menu_center
{
	position:relative;
	padding:1px 15px 25px 10px;
	width:auto;
	height:auto;
	background:url(../images/leftmenu/leftmenu_center.gif) 0 0 repeat-y;
}
#menu_center h3, #menu_center h4 { padding-left:10px; }

#menu_center a:link, #menu_center a:visited
{
	color:#67686a;
	padding-left:10px;
	text-decoration:none;
	display:block;
}
#menu_center a.selected { font-weight:bold; }
#menu_center a:hover {
	color:#67686a;
	background:url(../images/cross.gif) no-repeat 0 0;
	text-decoration:none;
}
#menu_nav
{
	list-style:none;
	padding:0px;
	margin:0px;
}
#menu_bottom
{
	position:relative;
	overflow:hidden;
	width:180px;
	height:46px;
	background:url(../images/leftmenu/leftmenu_bottom.gif) 0 0 no-repeat;
}
#menu_center ul#menu_nav li.dottedline
{
	margin-right:10px;
	margin-top:10px;
	padding:10px 0px 0px 0px;
	border-top:2px dashed #c7da99;
}
#menu_center ul#menu_nav li a.backbutton { font-weight:bold; color:#b52269; }

/**************************** Content Settings ****************************/

div#content
{
	position:relative;
	width:100%;
	height:auto;
	z-index:0;
}
#breadcrumbs
{
	padding:0px;
	color:#939598;
}
#breadcrumbs .currentpage { color:#b52269 }
#breadcrumbs a { color:#939598 }

div#title h2 { margin-top:10px; }

/**************************** Green Border Box ****************************/

.greenborder_box
{
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
}
.greenborder_padding
{
	position:relative;
	padding:0px;
}
.greenborder_top
{
	position:relative;
	overflow:hidden;
	width:100%;
	height:10px;
}
.greenborder_topleft
{
	position:absolute;
	width:10px;
	height:10px;
	left:0px;
	background:url(../images/textarea/greenborder_topleft.gif) 0 0 no-repeat;
}
.greenborder_topcentre
{
	position:relative;
	margin:0px 10px;
	width:auto;
	height:10px;
	background:url(../images/textarea/greenborder_top.gif) repeat-x;
}
.greenborder_topright
{
	position:absolute;
	width:10px;
	height:10px;
	right:0px;
	background:url(../images/textarea/greenborder_topright.gif) 0 0 no-repeat;
}
.greenborder_wrapper
{
	position:relative;
	height:auto;
	background:url(../images/textarea/greenborder_left.gif) left repeat-y;
	padding-left:10px;
	background-color:#FFFFFF;
}
.greenborder_content
{
	position:relative;
	height:auto;
	background:url(../images/textarea/greenborder_right.gif) right repeat-y;
	background-color:#FFFFFF;
	padding:10px;
}
.greenborder_bottom
{
	position:relative;
	overflow:hidden;
	width:100%;
	height:10px;
}
.greenborder_bottomleft
{
	position:absolute;
	width:10px;
	height:10px;
	left:0px;
	background:url(../images/textarea/greenborder_bottomleft.gif) 0 0 no-repeat;
}
.greenborder_bottomcentre
{
	position:relative;
	margin:0px 10px;
	width:auto;
	height:10px;
	background:url(../images/textarea/greenborder_bottom.gif) repeat-x;
}
.greenborder_bottomright
{
	position:absolute;
	width:10px;
	height:10px;
	right:0px;
	background:url(../images/textarea/greenborder_bottomright.gif) 0 0 no-repeat;
}

/************************* Footer *********************************/

#footer
{
	background:url(../images/footer_bg.gif) 0 0 no-repeat;
}
#footer_links { padding:10px; font-weight:bold;float:left; }
#footer_links a { color:#ba1e63; }

#fatfrog a {
	margin:5px;
	width:110px;
	height:25px;
	display: block;
	float:right;
	background: url(/images/fflogo.gif) 0 0  no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
}

/*********************** Page Navigation **********************/

div.pagenavigation				/* page navigation */
{
	margin-bottom:10px
}


/******************** Default Contact Page ********************/

div.contactwarningmsg p			/* contact error message */
{
	color:#FF0000;
}
form#contactform				/* contact form */
{
}
div.contactthankyou p			/* thankyou text */
{
}
