BODY
{
	margin: 0;
	padding: 0;
	background-color:#bebebe;
	background-image:url(/content/images/backgrounds/mainBG.gif);
	background-position:top;
	background-repeat:repeat-x;
}

DIV#wrapper
{
	margin: 0 auto;
	padding: 0 7px 0 7px;
	width: 985px;
	/*height: 159px;*/
	/*background-image: url(/content/blog/images/blog_fade_bg.gif);*/
	background-image: url(/content/images/backgrounds/wrapperBgHome.png);
	background-repeat: repeat-y;
}

DIV#nav_container
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 985px;
	height: 159px;
}

DIV#nav_logo
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 651px;
	height: 91px;
	top: 0;
	left: 0;
	background-image: url(/content/blog/images/blog_logo.jpg);
	background-repeat: no-repeat;
}

DIV#nav_login
{
	position: absolute;
	margin: 0;
	padding: 26px 0 0 0;
	width: 334px;
	height: 65px;
	top: 0px;
	left: 651px;
	background-image: url(/content/blog/images/blog_login.jpg);
	background-repeat: no-repeat;
	background-color: #151515;
}

DIV#nav_menu
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 985px;
	height: 35px;
	top: 91px;
	left: 0px;
	background: #151515 url(/content/blog/images/nav_slice.jpg) left top repeat-x;
}

DIV#nav_menu UL
{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}

DIV#nav_menu UL LI
{
	margin:0;
	padding:0;
	display:inline;
	float:left;	
}

DIV#nav_breadcrumb
{
	position: absolute;
	margin: 0;
	padding: 10px 0 0 12px;
	width: 973px;
	height: 23px;
	top: 126px;
	left: 0px;
	background-color: #151515;
	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
	text-align: left;
}

DIV#nav_empty_grey
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 128px;
	height: 68px;
	top: 91px;
	left: 857px;
	background-color: #c0c0c0;
}

DIV#blog_main
{
	float: left;
	margin: 0;
	padding: 0;
	width: 985px;
	background-image: url(/content/blog/images/blog_main_bg.jpg);
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
}

DIV#blog_main1
{
	float: left;
	margin: 0;
	padding: 39px 0 0 0;
	width: 985px;
	background-image: url(/content/blog/images/head_slice.jpg);
	background-repeat: repeat-x;
	background-color: #f9f9f9;
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
}

DIV#blog_left
{
	float: left;
	margin: 0;
	padding: 0;
	width: 210px;
	background-color: #535353;
}

DIV#blog_centre
{
	float: left;
	margin: 0;
	padding: 0;
	width: 647px;
}

DIV#blog_right
{
	float: left;
	margin: 0;
	padding: 0;
	width: 128px;
}

DIV#blog_entry_title
{
	margin: 0;
	padding: 10px 10px 10px 10px;
	width: 627px;
	height: 56px;
	background-image: url(/content/blog/images/blog_title_fade.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
}

DIV#blog_entry_title A
{
	color: #fff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

DIV#blog_entry_title_meta
{
	color: #c1c1c1;
	font-family: Verdana;
	font-size: 8pt;
}

DIV#blog_entry_title_meta A
{
	color: #c1c1c1;
	text_decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}

DIV#blog_entry_title_meta A:hover
{
	color: #c1c1c1;
	text_decoration: underline;
	font-family: Verdana;
	font-size: 8pt;
}

DIV#blog_entry_title A:hover
{
	color: #fff;
	text-decoration: underline;
}

DIV#blog_entry_body
{
	margin: 0;
	padding: 10px 10px 10px 10px;
	width: 627px;
	color: #000000;
}

DIV#search_main
{
	width: 190px;
	height: 62px;
	margin: 0;
	padding: 0px 10px 0px 10px;
	background-color: #a5a5a5;
}

.button
{
	width: 181px;
	height: 17px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	background-image: url(/content/blog/images/blog_input_bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 8pt;
	border: 0px;
}

/* ----------------------------------------- LOGIN FORM */

DIV.loginForm
{
	float:left;
	width:334px;
	/*background-image:url(/content/images/backgrounds/formBG.gif);*/
	/*background-repeat:no-repeat;*/
	height:57px;
	padding-top:10px;
	background-color: #1b1b1b;
}

DIV.loginForm FIELDSET
{
	border:0;
	margin:0;
	padding:0 0 0 11px;
	float:left;
	display:inline;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
}

DIV.loginForm FIELDSET A
{
	color:#FFFFFF;
	text-decoration:none;
}

DIV.loginForm FIELDSET A:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

DIV.loginForm FIELDSET .groupFields INPUT
{
	background-image:url(/content/images/backgrounds/inputFields.gif);
	background-repeat:no-repeat;
	border:0;
	width:115px;
	height:17px;
	padding-left:5px;
}

FORM
{
	margin:0px;
	padding:0px;
}

FIELDSET
{
	border:0;
	margin:0;
	padding:0;
	float:left;
}

INPUT, SELECT, OPTION, TEXTAREA
{
	color:#333333;
}

DIV.left
{
	float:left;
}

DIV.forgotPassword
{
	float:left; 
	width:200px; 
	text-align:right;
}

DIV.groupForgotPassword
{
	float:left; 
	clear:left; 
	width:323px; 
	padding-top:10px;
}

DIV.groupFields
{
	float:left;
	width:120px;
	margin-right:10px;
	display:inline;
}

DIV.groupFields INPUT
{
	width:120px;
	padding:0;
	margin:3px 0 0 0;
}

/* --------------------------------------- FOOTER */

UL#utilNav LI A
{
	text-decoration:none;
}
UL#utilNav LI A:hover
{
	text-decoration:underline;
}

DIV#footer
{
	background-color: #1b1b1b;
	height: 17px;
	width: 973px;
	clear: both;
	padding: 6px 0 0 12px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 8pt;
}

DIV#footer UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

DIV#footer UL LI
{
	color:#999999;
	display:inline;
	margin-right:3px;
	font-size:1em;
}

DIV#footer UL LI A
{
	color:#999999;
}

DIV#footer UL LI A:hover
{
	text-decoration:underline;
}

DIV#copyright
{
	margin: 0 auto;
	width: 985px;
	padding: 7px 7px 0px 7px;
	color: #333333;
	margin-bottom: 0.5em;
	text-align: left;
	font-family: Verdana;
	font-size: 90%;
	background-image: url(/content/images/backgrounds/footershadow.gif);
	background-repeat: no-repeat;
	background-attachment: top;
}

.right_panel
{
	margin: 0 10px 0 17px;
	width: 190px;
	background: url(/content/blog/images/panel_bg.jpg) left top repeat-y;
}

.left_panel
{
	margin: 0 16px 0 21px;
	width: 190px;
	background: url(/content/blog/images/panel_bg.jpg) left top repeat-y;
}