html,body
{
	height:		100%;
}

body
{
	margin: 	0px;
	padding:	0px;
	background: #a3bfc7 url(../../img/layout/bg_page.jpg) repeat-x;
}

.container
{
	/* height:		100%; */
}

.header
{
	height:		85px;
	margin-left:-5px;
	float:		left;
}
.header img
{
	margin:		0px;
	_margin:	0px 0px 0px 5px;
	padding:	0px;
	border:		0px;
}
.bgall
{
	background: url(../../img/layout/bg_all.gif) repeat-y;
	background-position: 0px 800px;
}

.brd
{
	border:		1px solid green;
}
/* ********************** NAV ****************************  */
.nav
{
	background: #eeeee6 url(../../img/layout/bg_nav.gif) no-repeat top left;
	width:		163px;
	min-height:		550px;
}

.navtop
{
	background: url(../../img/layout/bg_t-lft.gif) no-repeat top right;
	height:		38px;
	width:		163px;
}

.navbot
{
	background: url(../../img/layout/bg_b-lft.gif) no-repeat top left;
	height:		10px;
	width:		163px;
}
/* ********************** CONTENT ****************************  */
.content
{
	padding:	2px 25px 10px 25px;
	min-height:	636px;
	_height:	636px;
}

.cfugbg
{
	margin:		0px 0px 0px -13px;
	background: url(../../img/layout/bg_content.gif) repeat-y 3px 0px;

}

.contentend
{
	padding:	0px;
	height:		10px;
}
/* ********************** SIDEBAR ****************************  */
.sidebartop
{
	background: url(../../img/layout/bg_t-rgt.gif) no-repeat top left;
	height:		38px;
	width:		271px;
}

.searchbox
{
	background: url(../../img/layout/bg_search2.gif) no-repeat top left;
	height:		90px;
	width:		271px;
}

.sidebar
{
	background: #eeeee6 url(../../img/layout/bg_sidebar.gif) no-repeat top left;
	width:		271px;
	height:		480px;
}

.sidebarbot
{
	background: url(../../img/layout/bg_b-rgt.gif) no-repeat top left;
	height:		10px;
	width:		271px;
}
/* ********************** TYPOGRAPHY ****************************  */
.nav h3
{
	font-size:		12px;
	font-weight:	bold;
	color:			#2c7183;
	text-transform:	uppercase;
	border-bottom:	1px #2c7183 dotted;
	padding:		20px 0px 2px 10px;
	margin:			0px 10px 2px 10px;
}
.nav ul
{
	margin: 		0px 0px 0px 0px;
	padding: 		0px;
}
.nav ul li
{
	list-style: 	none;
	padding:		0px 0px 0px 10px;
	margin:			0px 10px 0px 10px;
	font-weight:	bold;
}

.nav ul li.current
{
	list-style: 	none;
	padding:		0px 0px 0px 20px;
	margin:			0px 10px 0px 0px;
	font-weight:	bold;
	background:		url(../../img/layout/but_active.gif) no-repeat 6px 3px;
	_background:		url(../../img/layout/but_active.gif) no-repeat 6px 4px;
}

.nav ul li a,
.nav ul li a:link,
.nav ul li a:visited,
.nav ul li a:active
{
	color:			#000;
	text-decoration:none;
}
.nav ul li a:hover
{
	color:			#000;
	text-decoration:underline;
}

/* --------------------------- */
.toplinks
{
	padding:		67px 0px 0px 0px;
	margin-left:	30px;
	color:			#abc6cd;
	font-size:		11px;
}
.toplinks a,
.toplinks a:link,
.toplinks a:visited,
.toplinks a:active
{
	color:			#abc6cd;
	text-decoration:none;
}
.toplinks a:hover
{
	color:			#eeeee6;
	text-decoration:underline;
}
/* --------------------------- */
.content h1
{
	font-family:	Verdana, Helvetica, Arial, sans-serif;
	font-size:		22px;
	font-weight:	normal;
	color:			#2c7183;
	padding:		26px 0px 0px 0px;
}
.content h1.first
{
	padding:		8px 0px 0px 0px;
}
.content h2
{
	font-family:	Verdana, Helvetica, Arial, sans-serif;
	font-size:		18px;
	font-weight:	normal;
	color:			#2c7183;
	padding:		26px 0px 0px 0px;
}


.content p
{
	font-size:		12px;
	font-weight:	normal;
	color:			#000;
	margin:			0px 0px 7px 0px;
	padding:		0px 0px 0px 0px;
}
/* --------------------------- */
.ads
{
	padding:		20px 0px 0px 0px;
	text-align:		center;
}
/* --------------------------- */
.copyright
{
	text-align:		center;
	font-size:		11px;
	font-weight:	normal;
	color:			#555;
}
.copyright a,
.copyright a:link,
.copyright a:visited,
.copyright a:active
{
	color:			#555;
}
.copyright a:hover
{
	color:			#eeeee6;
}
/* ********************** OVERLAY ****************************  */
.container.overlay
{
	width:		507px;
}
.cfugbg_overlay
{
	margin:		0px 0px 0px 0px;
	background: url(../../img/layout/bg_content.gif) repeat-y 3px 0px;
}
/* ********************** FORMS ****************************  */
form
{
	margin:			0px;
	padding:		0px;
	width:			310px;
}
fieldset
{
	margin:			10px auto;
	padding:		2px 8px 2px 8px;
	border:			1px solid #2c7183;
	width:			450px;;
}
legend
{
	margin:			0px;
	padding:		0px;
	color:			#2c7183;
	text-transform:	uppercase;
}
label
{
	display:		block;
	margin:			0px;
	padding-top:	2px;
	color:			#2c7183;
	font-size:		11px;
	font-weight:	bold;
	border-top:		1px dotted #2c7183;
	width:			100%;
}
label.first
{
	border:			0px;
}
input.text
{
	margin:			0px 5px 5px 0px;
	padding:		3px 5px;
	border:			0px;
	background:		#f3f3ee;
	font-size:		14px;
}

form ul
{
	margin:			0px;
	padding:		0px;
	list-style-type:none;
}
form li
{
	margin:			0px;
	padding:		0px;
	/* border-bottom:	1px dotted #2c7183; */
}
form li.last
{
	border:			0px;
}
input.inputsmall
{
	width:			50px;
}
input.inputmedium
{
	width:			185px;
}
input.inputlarge
{
	width:			250px;
}
/* ********************** LOGIN FORMS ****************************  */
.searchbox h2
{
	margin:			0px;
	padding:		5px 0px 2px 10px;
	font-size:		12px;
	font-weight:	bold;
	color:			#2c7183;
	text-transform: uppercase;
}
.searchbox form
{
	margin:			0px;
	padding:		0px 0px 0px 10px;
	width:			270px;
}
.searchbox input
{
	font-size:		10px;
}
.searchbox input.text2
{
	margin:			0px 0px 2px 0px;
	width:			150px;
}
.searchbox input.text2:focus
{
	border:			2px solid #2C7183;
}

.searchbox .forgotten
{
	margin:			0px;
	padding:		0px 0px 2px 10px;
	font-size:		10px;
}
.error
{
	font-weight: bold;
	color: red;
}

