/***********************************************/
/* main.css                                    */
/* Use with the Brukenet.com site              */
/***********************************************/
@charset "utf-8";
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#333;
	margin: 0px;
	padding: 0px;
	background-color:#024770;
}

/******* hyperlink and anchor tag styles *******/

a:link{
	color:#00F;
	text-decoration: none;
}
a:visited{
	color:#39F;
	text-decoration: none;
}
a:hover{
	color:#0C0;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 140% Arial,sans-serif;
	color: #0873B9;
	margin: 0px;
	padding: 0px;
}
h2{
	font: bold 120% Arial,sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}
h3{
	font: bold 110% Arial,sans-serif;
	color: #a80000;
	margin: 0px;
	padding: 0px;
}
h4{
	font: bold 105% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h5{
	font: bold 102% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h6{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

/*************** list tag styles ***************/

ul{
	list-style-type: square;
}
ul ul{
	list-style-type: disc;
}
ul ul ul{
	list-style-type: none;
}

/********* form and related tag styles *********/

form{
	margin: 0;
	padding: 0;
}
label{
	font: bold 1em Arial,sans-serif;
	color: #334d55;
}				
input{
	font-family: Arial,sans-serif;
}

/********* rounded corners on main container ***/

.bl {
	background: url(bl.png) 0 100% no-repeat;
	width:960px;
	margin:0 auto;
	margin-bottom:10px;
	background-color:#FFF;
} 
.br {
	background: url(br.png) 100% 100% no-repeat
} 
.tl {
	background: url(tl.png) 0 0 no-repeat
} 
.tr {
	background: url(tr.png) 100% 0 no-repeat;
	padding-top:5px;
} 
.clear {
	font-size: 1px; height: 1px
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	width:960px
	background-color:#FFF;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	width:960px;
	margin:0 auto;
	
}

#pageNav{
	float: left;
	width:180px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 10px;
	border-left: 1px solid #ccd2d2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	font: bold 250% Arial,sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	padding: 0px;
	height: 120px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
margin-bottom:30px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	color: #000000;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 110% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.scroller {
	float: right;
	padding: 0px 0px 0px 10px;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #000000;
	background-color:#CCC;
	margin: 0px;
	padding: 0px;
}

#siteInfo img{
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #A80000;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/******************** demo **********************/

#demo1 a{
	color: #F00;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border: thin groove #00F;
	cursor: crosshair;
}

#demo1 a:hover{
	text-decoration: underline blink;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #0F0;
	background-color: #FF6;
	border: thin dotted #0F6;
}

/********************* lists ********************/

ol { counter-reset: item;  }
li { display: block }
ol li {margin-top:6px;}
ol li:before { content: counters(item, ".") " "; counter-increment: item }

/********************* end **********************/

