/**** :.:.:.:.:.:.====RESET: DO NOT EDIT====:.:.:.:.:.:. *****/
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0;	border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none; background: #ffff00;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;border-spacing: 0;}




/**** :.:.:.:.:.:.STYLE BELOW:.:.:.:.:.:. *****/




html{min-height:101%;font-size:62.5%; /*  DEFAULTS FONT SIZE TO 10PX, USE EM FOR HERE ON OUT, IT'S BASIC MATH. */ }

body
{
	background: #484038 url("images/bg.gif") top repeat-x;
	color:#333;
	font-family: Arial, Helvetica, Sans-Serif !important;
	margin: 0 auto;     /* Centers website */
	text-align: center; /* Centers website IE FIX */
	font-size: 1.60em;   /* Defaults to 14px, 1.4em = 14px.*/
	line-height:100%;
}

h1,h2,h3,h4,h5,h6, span.Head {
	font-weight:normal;
	color: #0099ff;
	line-height:1em;
	margin:0 0 10px;
}

h1, span.Head{ font-size:1.8em; }
h2{ font-size: 1.6em; }
h3{ font-size: 1.5em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1.2em; }
h6{ font-size: 1em; display:inline;}

span.Head 
{ display:block;}

p 
{ color:#333; line-height:1.5em; margin-bottom: 20px;}

a, a:link, a:visited, a:hover, a:active
{ color: #3d1400; font-weight:bold; }

a:hover
{ color:#702400; text-decoration:underline; }

a:active 
{ color:#FF0000; }

ul, ol 
{ list-style-position: inside; margin-left:20px; color:#333; margin-bottom: 20px; }

ul li
{ list-style-type:disc; line-height:1em;}

ol li 
{ line-height:1em;}

hr 
{ width:80%; height:1px; background:#ddd; border-top:1px solid #ddd; color:#ddd; }

#wrapper 
{ text-align:center; margin:0 auto; width:986px; }

#wrapper_inner 
{ float:left; text-align:left;width:986px; background: url("images/bg_tile.png") repeat-y;}

#container_top 
{ height:42px; width:986px; background: url("images/head.jpg") no-repeat; float:left;}

#container_bottom
{ height:65px; width:986px; background: url("images/foot.jpg") no-repeat;  float:left;}

#container 
{ width:960px; background: #fff; margin:0 13px; float:left; }

#container_inner
{ margin: 0 10px; }

#masthead
{ float:left; width:940px; }

#logo 
{ float:left; width:142px; overflow:visible; margin-right:10px;}

#banner
{ float:left; width:788px; height: 141px; } 

#menu 
{ float:left; width:788px; height:42px; padding-top:10px;}

#left 
{
	width:142px; float:left; margin-right:10px; font-size:0.9em;
}

#content 
{
	width:788px; float:left;
}

#footer
{
	margin: 10px 20px 0;
	text-align:center;
}
#footer a, #footer span
{
	font-size:11px;
	font-family: Arial, Helvetica, Sans-Serif !important;
	text-transform:none;
	font-style:normal;
	color: #fff;
}

#footer_info 
{ float:left; }

#hoknik 
{ float:right; display: inline;	text-align:right; }

.inner
{ margin:0 10px; }


/* ********** Pane Style ************** */

.BannerPane
{ width:788px; height: 141px; }

.ContentPane, .BottomPane
{ background: #fff; float:left; clear:both; }

.LeftPane40, .LeftPane60, .LeftPane30, 
.MiddlePane30
{ float:left; }

.RightPane30, .RightPane40, .RightPane60
{ float:right; }

.LeftPane40, .RightPane40 
{ width:40%; }

.LeftPane60, .RightPane60 
{ width:60%; }

.LeftPane30, .MiddlePane30, .RightPane30 
{ width:33% }

.PaneInner {
	margin:2px 15px 0;
	width:auto;
}

.FullPane
{ margin: 2px 5px 0; }

.Section
{ margin-bottom:10px; }




/* MENU STYLES */

.MainMenu_MenuContainer {
	background-color: #fff
	color: #333;
	padding-right: 5px; padding-left: 5px; /* you can give Space in the main menu by this */
}

.MainMenu_MenuItemSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-color:#0099ff;
	text-transform: capitalize;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #333;
	background-color:#0099ff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px none;
	text-transform: capitalize;
}
.MainMenu_MenuItemAct {
	cursor: pointer;
	cursor: hand;
	color: #333;
	background-color:#0099ff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.MainMenu_MenuIcon {
	text-align: center;
	border: 0px solid #59657F; 	/* by this you easily hide icon effect on bg, just because of IE */
	width: 14px; 	/* give space from left side in the submenu */
	
}
.submenuitemselected{
	color:#333333;
	font-size:12px;
	font-weight: normal;
	padding-left: 1px;
	padding-right: 20px;
	Margin:0px;
	background:#0099ff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

/* Submenu display Positioning... */
.MainMenu_SubMenu {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	border: 1px solid #E4E4E4;
}

.MainMenu_MenuBreak {
	background-color: transparent;
	height: 0px;

}

.MainMenu_MenuArrow {
	font-family: Arial, Helvetica, sans-serif;
	border: 0px solid #59657F; 

}

/* Menu actually height from that submenu display... */
.MainMenu_MenuBar { 
	cursor: hand;
}

.MainMenu_MenuItem TD {	padding:0;	margin:0;}

.MainMenu_MenuItem TD {padding:0; margin:0; }
.MainMenu_MenuItem TD DIV {background-position:right top;  background-repeat: no-repeat; padding:0; margin:-9px 0 -25px 0; _margin:-14px 0;}
.MainMenu_MenuItem TD DIV DIV {background-position:left top; background-repeat: no-repeat; padding:0 4px 0 7px; margin:-4px 0 -30px 0; _margin:-14px 0;}
.MainMenu_MenuItem TD DIV DIV DIV{background-position:top;   background-repeat:repeat-x;height:25px; padding: 10px 10px 0px 10px; line-height:4px; margin:0; color:#333333;}             

.MainMenu_MenuSelected TD { padding:0; margin:0; }
.MainMenu_MenuSelected TD DIV { background-position:right top; background-repeat: no-repeat; padding:0; margin:-8px 0 -30px 0; _margin:-14px 0;}
.MainMenu_MenuSelected TD DIV DIV{  background-position:left top;  background-color: #0099ff;     background-repeat: no-repeat; padding:0 4px 0 7px; margin:-4px 0 -30px 0; _margin:-14px 0;}
.MainMenu_MenuSelected TD DIV DIV DIV{ background-position:top;  background-repeat:repeat-x; height:25px; padding: 10px 10px 0px 10px; line-height:4px; margin:0; color:#333333;}

.MainMenu_MenuSelectedRoot TD {padding:0px; margin:0;}
.MainMenu_MenuSelectedRoot TD DIV { background-position:right top; font:inherit; background-repeat: no-repeat; padding:0; margin:-8px 0 -30px 0; _margin:-14px 0; }
.MainMenu_MenuSelectedRoot TD DIV DIV{ background-position:left top; font:inherit;  background-color: #0099ff;   background-repeat: no-repeat; padding:0 4px 0 7px; margin:-4px 0 -30px 0; _margin:-14px 0; }
.MainMenu_MenuSelectedRoot TD DIV DIV DIV{ background-position: center top; font:inherit; background-repeat:repeat-x; height:25px;  padding: 10px 10px 0px 10px; line-height:4px; margin:0; color:#333333;}




/* ********** Container Style ************** */
.Head, .SubHead, .SubSubHead, .Normal{font: inherit !important;}
.Head, .SubHead{font-weight:bold !important;}

/* ********** Control Panel Style ************** */
.ControlPanel{ background-color:#fff !important; color: #000 !important;border:#ADADAD solid; border-width:2px; width:960px;margin:10px 0;}
.ControlPanel IMG{ margin:15px 5px 0px; }
.ControlPanel .SubHead{ color:#000 !important; font-weight:bold; }
.ControlPanel input{ background:#fff; color:#000; font-weight:bold; padding-left:4px; }
.ControlPanel select{ background:#fff; color:#333;}
.ControlPanel A.CommandButton{ text-decoration:none;}
.ControlPanel A.CommandButton:link,.ControlPanel A.CommandButton:visited,.ControlPanel A.CommandButton:active{}
.ControlPanelA.CommandButton:hover{text-decoration:underline;}
.CommandButton,a.CommandButton:link,a.CommandButton:visited,a.CommandButton:hover,a.CommandButton:active{ text-decoration:none;}
a.CommandButton:hover{}

/* ********** Search Style ************** */
#SearchContainer input{color:#f2f3ef; width: 150px; height: 15px; background-color: #808080;}
.search,a.search:link,a.search:visited,a.search:active{ text-decoration:none;font-weight:normal;}
a.search:hover{ text-decoration:none;font-weight:bold;}
#dnn_dnnSEARCH_txtSearch{width: 165px;height:25px;border: 0 none;background-color: transparent;text-align: left;padding-top: 7px 0 0 13px;}

/* ********** Buttons Style ************** */
.StandardButton {color: #ffffff;font-weight: normal;background-color: #2b5bb8; height: 30px;width: 80px;}

/* ********** Login Style ************** */
.login,a.login:link,a.login:visited,a.login:hover,a.login:active{text-decoration:none;background:url(images/arrow1.jpg) left center no-repeat;}
a.login:hover{text-decoration:underline;}
/* ********** User Style ************** */
.user,a.user:link,a.user:visited,a.user:hover,a.user:active{text-decoration:none;background:url(images/arrow2.jpg) left center no-repeat;}
a.user:hover{text-decoration:underline;}
/* ********** Date Style ************** */
.date,a.date:link,a.date:visited,a.date:hover,a.date:active{background: url(images/calendar_icon.png) center no-repeat;height:18px;}
a.date:hover{}
/* ********** Footer Style ************** */
.footer,a.footer:link,a.footer:visited,a.footer:hover,a.footer:active{text-decoration:none;font-style: italic;}
a.footer:hover{border-bottom:1px dotted;}
/* ********** Privacy/Terms Style ************** */
.terms,a.terms:link,a.terms:visited,a.terms:hover,a.terms:active{text-decoration:none;}
a.terms:hover{border-bottom:1px dotted;}
/* ********** Links Style ************** */
.links,a.links:link,a.links:visited,a.links:hover,a.links:active{text-decoration:none;background:url(images/arrow.jpg) left center no-repeat;}
a.links:hover{}
/* ********** Breadcrumb Style ************** */
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:visited,a.Breadcrumb:hover,a.Breadcrumb:active{text-decoration:none;}
a.Breadcrumb:hover{}

.WhiteTEXT{	color: #ffffff;}
.clear { clear:both; }
.logo { padding:10px; overflow:visible;}
.left { float:left;}
.right { float:right;}
#dnn_space { height:15px;}

