
/* Global attributes
 *
 */

body
{
	margin-top:0;
	margin-left:5%;
	margin-right:5%;
	padding:0 0%;
	background:#ffe;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 0.9em;
	min-width:700px;
	
}

h1
{
	/*border:1px solid #666666; */
	padding:2px;
	margin:2px;
	font-size:0.8em;
	color:#333333;
	background-color:#fcc917;
}

h2
{
	font-size: 1em; /* 0.7em; */
	width: 90%;
	color:#333333;
	margin-top: 1.5em;
	margin-left:2px;
	margin-right:2px;
	margin-bottom: 0.4em;
	background-color:transparent;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	padding:2px;
}

h2:first-child
{
	margin-top: 5px;
	padding-top: 0px;
}


h3
{
	color:#222;
	background-color: #ffe;
	font-size:1.2em;
	font-family:Arial Black,Verdana,sans-serif;
	font-weight: normal;
	margin-left:5px;
	margin-bottom:0.4em;
	margin-top:0em;
}


p, ol
{
	font-size:0.8em;
	background-color:inherit;
	color:#333333;
	text-align: left;
	margin: 1em 5px 0px 5px;
}

ul
{
	padding: 0px 10px 5px 25px;
}

ul li
{
	margin: 0px 0px 0.8em 0px;
	list-style-type: square;
	font-size: 0.8em;
	padding: 0px;
}

ol li
{
	margin: 0px 0px 0.8em 0px;
}

p.category
{
	color:#666666;
}

p.category b
{
/*	text-decoration:bold;*/
	color:#000000
}

/* Home page elements */

#homePageIntro
{
	border:1px solid #ccc;	
	background: #E9F2FA url(../images/browns_logo_watermark.png) no-repeat bottom right;
	padding: 0px 0px 150px 0px;
	margin: 0px;
}

#homePageIntro ul
{
	margin: 0px 20px 20px 0px;
	border: 0px solid #ccc;
	padding: 0px;
	
	
}

#homePageIntro li
{
	width: 70%;
	margin: 0px 10px 20px 10px;
	padding: 10px 10px 10px 50px;
	list-style: none;
	background: #ffe url(../images/bullet.png) no-repeat 10px 10px;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 1.1em;
	color: #707EEC;
	
	-moz-border-radius:8px;
    -webkit-border-radius:8px;	
	border-radius:8px;
}

#homePageIntro h2
{
	/* text-shadow: #aaa 2px 0.2em 3px; */
	background-color: transparent;
	font-size: 1.1em;
	color: #707EEC;
	font-weight: normal;
	clear: none;
	display: inline;
	border: 0px;
}

#homePageIntro h3
{
	font-family:Arial,Verdana,sans-serif;
	border: 1px solid #ccc;
	text-decoration: none;
	font-style: italic;
	background-color: #FEF7EE;
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
	margin: 20px;
	padding: 8px;
	text-align: justify;
}

#homePageIntro a:link,
#homePageIntro a:visited,
#homePageIntro a:active,
#homePageIntro a:focus
{
	text-decoration: none;
	outline: 0px;
	color: #707EEC;
}

#homePageIntro a:hover h2
{
	display:inline;
	text-decoration: underline;
	outline: 0px;
}

#homePageIntro img
{
	border: 0px;
	margin: 5px;
	float: right;
}


/* Page Global Attributes
 *
 */

#pageMiddle
{
	margin-left:0.3em;
	margin-right:0.3em;
	margin-bottom:1em;
	float:left;
	width:68%;
	display:block;
	background-color:inherit;
}

.pageIntroHeadingContactsRight,
.pageIntroHeadingContacts,
.pageIntroHeading
{
	border:1px #ccc solid;
	margin-bottom:30px;
	background-color:#E9F2FA;
	padding-bottom:1em;
}



.pageIntroHeadingContactsRight h1,
.pageIntroHeadingContacts h1,
.pageIntroHeading h1
{
	color:#fff;
	background: #3963A5 url(../images/BannerTileBackground.gif) repeat-x;
	height:2em;
	padding:5px 0px 0px 6px;
}

.pageIntroHeading
{
	clear:both;
}

.pageIntroHeading td
{
	width: 50%;
	vertical-align: top;
}


.pageIntroHeading p 
{
	margin: 10px;
}

.pageIntroHeadingContacts
{	
	width:49%;
	float:left;	
}

.pageIntroHeadingContactsRight
{
	width:49%;
	float:right;
}

.pageItem
{
	padding-bottom:1em;
	margin-top:1em;
	width:100%;
}

.pageItem h2
{
	clear:right;
}

/* allow a whole pageItem to be clicked on */

.pageItem a:link,
.pageItem a:visited,
.pageItem a:hover,
.pageItem a:active,
.pageItem a:focus
{
	text-decoration: none;
	color: inherit;
	outline: 0;
}

.pageItem a img
{
	border:0;
}
.pageItem p
{
	padding-left:0.5em;
	padding-right:0.5em;
	clear:left;
}

.pageItem img
{
	float:left;
	margin-right:0.5em;
	margin-top:0;
	margin-bottom:0.5em;
	clear:none;
}

.pageItemTitle
{
	clear:both;
}

a.linkLearnMore:link,
a.linkLearnMore:visited,	
a.advancedLink:link,
a.advancedLink:visited
{
	color:#3366CC;
	font-size:1em;
	text-decoration:none;
}

a.linkLearnMore:hover
{
	text-decoration:underline;
}

img.pdfimg
{
	vertical-align: middle;
	margin:0px 5px 0px 0px;
	border:0px;
}

p.linkPara
{
	padding:0em;
	clear:none;
}

a.advancedLink:link,
a.advancedLink:visited
{
	margin-top:1px;
	padding-bottom:1em;
	float:left;
	clear:both;
	margin-left:5px;
}	

#pageIntro
{
	background-color:#E9F2FA;
	/* background-color: #E9F9F3; green */
	padding:8px;
	padding-bottom:1.5em;
	border:1px solid #ccc;	
	border-top:1px solid #ccc;
	clear:both;
	margin-bottom: 10px;
/*	background-image:;
	background-position:center top;
	background-repeat: no-repeat;
	*/
	
}

#pageIntro img
{
	margin: 0px 10px 0px 10px;
}

html>body #foo
{
	height: auto; /* for not-IE */;
}
	
#pageIntro p
{
	color:#333333;
}

#contactDiv
{
	background-color:#FFFFFF;
	padding:5px;
	padding-bottom:10px;
	border:1px #EDECC5 solid;
	border-top:3px solid #fcc917;
	margin-bottom:5px;
	background-position:center top;
	background-repeat: no-repeat;
	clear:both;
}

a.contactClass:link,
a.contactClass:visited
{
	text-decoration:none;
	color:#000000;
	font-weight: bold;
}

/**************************************************	
 *       Banner Starts here	************************
 **************************************************
 **************************************************/

#main
{
	width:100%;
	background-color:#000;
	
	clear:both;
	display:block;
	white-space:nowrap;
	height:78px;
}

#logoimage
{
  	background-color:#000;
	width:254px;
	float:right;
	white-space:nowrap;
	display:block;
}

#brownsimage
{
  	float:right;
	white-space:nowrap;
	display:block;
}

#rightnav a img, #logoimage a img, #brownsimage a img
{
	border:0;
	white-space:nowrap;
	display:block;
}
	
#lowerBar
{
	white-space: nowrap;
	text-align: center;
	background-color: #444;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom:1em;
	clear:both;
}

#lowerBar ul
{
	list-style:none;
	margin: 0px;
	padding: 10px 0px 10px 5px;
}

#lowerBar li
{
	display:inline;
}

#lowerBar a:link, #lowerBar a:visited
{
	white-space:nowrap;
  	text-decoration:none;
	color: #fff;
	font-size: 1em;
	margin: 1px;
	padding: 0.4em 0.8em 0.4em 0.8em;
	background-color: #999;
	border: 1px solid #ddd;
	
	background-image: url(../images/header_dark_orange_small.gif);
	background-repeat: repeat-x;
	
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

#lowerBar a:hover
{
	background-color: #fcc917;
	color:#dd3;
	
	background-image: url(../images/header_dark_orange_small.gif);
	background-repeat: repeat-x;
}

#lowerBar a.tab_active
{
	background-color: #fcc917;
	color:#000;
	
	background-image: url(../images/header_orange_small.gif);
	background-repeat: repeat-x;
}


#rightnav
{
	background-color:#000000;
	float:left;
	text-align: right;
	white-space:nowrap; 	
}
	
.searchForm
{
	font-size: 0.6em;
	margin-top: 1px;
	margin-left:0.5px;
/*	background-color:white;*/
	color:#000000;
}


#searchID
{
	margin:20px 5px 0px 2px;
	padding:0px;
	clear:both;
	display:block;
}

#searchID form
{
	margin: 0px;
	padding: 0px;
}

#searchID .searchClass	/* input box */
{
	border: 1px solid #FC4925;		/* colour same as button below */
}

#bannerlinkID
{
	clear:both;
}

.searchClass, .searchClassBox
{
	font-size: 0.6em;
	background-color:#000000;
	color:#FFFFFF;
	background-color:#FFFFFF;
	color:#000000;
	padding-top:3px;
}

.searchClass
{
	width:100%;
}

.nav li
{
	border:solid #000000 1px;
}

/*************************************************/
/*** DROP SHADOW LINK START*******************/
/*************************************************/

a.homeLinkPart,
a.homeLink
{
	color: #333333;
	text-decoration: none;
	background-color : transparent;
	display:block;
	margin:0.1em;
}

a.homeLinkPart
{
	color:red;
	display:inline;
}

a.homeLink:hover
{
	color: black;
}

a.homeLinkPart:hover
{
	text-decoration:underline;
}

#navLeft ul,
#resourcesCol ul
{
	list-style:none;
	margin : 2px 2px 20px 2px;
	padding:0;
}

#navLeft li, 
#resourcesCol li
{
	list-style:none;
	border:1px solid #ddd;
	padding:2px;
	margin: 5px 0px 0px 0px;
	margin-top:5px;
	background-color:#E9F9F3;
	font-size:0.6em;
}

#navLeft li:hover, 
#resourcesCol li:hover
{
	background-color: #AFF3D9;
}

h4
{
	font-size:0.6em;
	cursor:pointer;
	margin: 2px;
	padding: 1px 1px 1px 5px;
	color: #333333;
	background-color:#E9F9F3;
	border: 1px solid #CCCCCC;
	border-left: 1px solid #333333;
	font-weight:normal;
}

h5		/* not used? */
{
	font-size:1.6em;
	margin:0em;
	padding: 0em;
	color:#0000FF;
	border: 0.1em solid #CCCCCC;
	/* font-weight: normal; */
}

#MAINSDATA, #DNROSE, #CUSTOM, #EASYBOX, #SECURITYTOKENS, #internet, #microsoft, #networks, #security, #UKGovernment, #UKHealth
{
	display:none;
}

#MAINSDATA li, #DNROSE li, #CUSTOM li, #EASYBOX li, #SECURITYTOKENS li, #internet li, #microsoft li, #networks li, #security li, #UKGovernment li, #UKHealth li
{
	margin-left:0.5em;
	padding: 0 0 0 22px;
	background: transparent url(../images/adobe_reader_icon_small.gif) no-repeat 4px 4px;
	min-height: 24px;
	/* border-left:1px solid #666666; */
}

.clearer
{
	height:1px;
	clear: both;
}

ul.bulletstyle
{
	list-style-type: disc;
}

li.bullet
{
	color:#333333;
	border:0;
	background:none;
	margin-left:2em;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:1em;
	clear:left;
	font-size:0.8em;
}

.blur
{
	background-color: #eee; /*shadow color*/
	color: inherit;
	margin-left: 6px;
	margin-top: 2px;
}

/*drop shadow*/
.shadow
{
	clear:both;
	position: relative;
	bottom: 6px;
	right: 6px;
	background-color: #999; /*shadow color*/
	color: inherit;
}

.leftFloatImg
{
	float:left;
	margin:0px 0.6em 0.6em 0px;
	border:1px solid #ccc;
	padding: 0px;
}

.eventregistercol1
{
	width:25%;
	clear:left;
	float:left;
	padding-bottom:1em;
	font-size:0.8em;
	color:#333333;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
}

.eventregistercol2
{
	display: block;
	width: 50%;
	float:left;
	vertical-align: middle;
	margin-bottom:1em;
	font-size:0.8em;
	color:#333333;
	text-align: left;
	margin-right: 5px;
	margin-left: 2px;
}

.enlargeStar
{
	font-size: 140%;
	vertical-align:middle;
	line-height:5px;
	overflow:hidden;
}

.formError
{
	color:#CC0000;
	font-size:0.8em
}

.imageCaption
{
	text-align: center;
	font-size: 0.7em;
	font-style: italic;
	margin: 5px 0px 20px 0px;
}

/* Product container and navigation */


#productBar
{
	text-align: left;
	background-color: #aaa;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	clear:both;
}

#productBar ul
{
	list-style:none;
	margin: 0px;
	padding: 15px 0px 3px 5px;
	border: 0px;
	border-bottom: 10px solid #EEB300;
}

#productBar li
{
	display:inline;
}

#productBar a:link, #productBar a:visited
{
	white-space:nowrap;
  	text-decoration:none;
	color: #fff;
	font-size: 1em;
	margin: 0px;
	padding: 0.4em 0.8em 0.4em 0.8em;
	background-color: #999;
	border: 1px solid #fff;
	border-bottom: 0px;
	outline: 0;
	
	background-image: url(../images/header_dark_orange_small.gif);
	background-repeat: repeat-x;
}

#productBar a:hover
{
	background-color: #fcc917;
	color:#dd3;
	
	background-image: url(../images/header_dark_orange_small.gif);
	background-repeat: repeat-x;
}

#productBar a.tab_active
{
	background-color: #fcc917;
	color:#000;
	
	background-image: url(../images/header_orange_small.gif);
	background-repeat: repeat-x;
}

#productHolder
{
	border: 3px solid #aaa;
	border-top: none;
	margin: 0px;
	padding: 0px;
	background-color: #E9F2FA;
}

#productInfo
{
	margin: 1em 0.5em 0em 0.5em;
	min-height: 300px;
	padding: 0px;
}

#subPage1, #subPage2, #subPage3, #subPage4
{
	padding: 0px 0px 25px 0px;
}

#subPage2, #subPage3, #subPage4
{
	display: block;
}

/* used to pad out smaller sub pages to avoid some page scroll */

.subPagePadding
{
	margin-bottom:100px;
}

