html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

a:link {
	text-decoration:underline;
	background:transparent none repeat scroll 0%;
}

a:visited 
{
	text-decoration: underline;
	color: red; 
}

a:hover {
	text-decoration:none;
	color: red;
}


/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
body {
	margin: 0;
	padding: 0 386px;
	text-align: center;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:76%;
	background-image:url(Images/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#FCFCFF;
	color:#666666;
}
#aspnetForm
{
	background-color:#FCFCFF;
	}
h1, h2, h3, h5, h6 {color:#333399;}

h4 
{
	color:#0066CC
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin:0;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:100%;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;	
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
p  {
    margin: 1em 0;
    line-height:1.4;
}

.breadcrumb 
{
	/* color: #7595C6; */
	font-size: 1em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-color: transparent;
	float: left;
	/*margin: 0.5em 0em 0em 0.5em;*/
	margin: 6px 0px 0px 1px;
	/*padding: 02.em 1.5em 0.2em 0.5em;	*/
	font-weight: normal;
}
/*.imgbreadcrumb { padding: 0.2em 0.5em 0.1em 0.1em; }*/
.abreadcrumb { /*padding: 0em 0.6em 0em 0.3em;*/ padding: 0px 6px 0px 3px; }
.breadcrumbCurrentNode { /*padding: 0em 0em 0em 0.5em;*/ padding: 0px 6px 0px 3px;}

/* CSS values added to help with the migration from the old DEVBUZZ site. */
.normalheading 
{
	margin: 1em 0;
	line-height:1.4;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:100%;
	font-style: normal;
	font-variant:normal;
	font-weight: bold;
}
.smallheading 
{
	margin: 1em 0;
	line-height:1.4;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:50%;
	font-style: normal;
	font-variant:normal;
	font-weight: bold;
}
.normalfont 
{
	margin: 1em 0;
	line-height:1.4;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:100%;
	font-style:normal;
	font-variant:normal;
	font-weight: normal;
}
.smallfont 
{
	margin: 1em 0;
	line-height:1.4;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: smaller;
	font-style:normal;
	font-variant:normal;
	font-weight: normal;
}
.codefont {
	margin: 1em 0;
	line-height:1.4;
	font-family: Courier New;
	font-size:100%;
	font-style:normal;
	font-variant:normal;
	font-weight: normal;
	color: black ;
	background-color: #DEDEDE;
}
/* CSS values added to help with the migration from the old DEVBUZZ site. */
#sizer {
	width: 58%;
	max-width: 325px;
	/*max-width: 192px;*/
	margin: 10px auto 0 auto;
	padding: 0;
}
#expander {
	position: relative;
	min-width: 772px; /* Critical Safari fix! */
	margin: 0 -386px 0 -386px;
	background: #FCFCFF;
	/* background-image:url(Images/column_bg.gif);
	background-repeat:repeat-y;
	background-position:top right; */
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	border-bottom:1px solid #FFFFFF; /* main background column color #EBE4DE*/
	text-align:left;
	background-repeat:repeat-y;
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}

#leftcolumn{
	float:left;
	width:200px;
	/* width:152px; */
	margin-right:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#FCFCFF;
	font-size: 1em;
}
	
html>body #leftcolumn{margin-right:0;}

#leftcolumn div h3, #rightcolumn div h3
{
	background: transparent url(Images/bulletr.gif) no-repeat scroll right center;
	border:0pt none;
	clear:right;
	color:#99ACCA;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
/*	font-size-adjust:none;
	font-stretch:normal;*/
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:1em;
	line-height:normal;
	margin:0pt;
	padding:2px 1.5em 4px 0.5em;
	position:absolute;
	right:-1px;
	top:-0.8em;
	}

#leftcoltop{
	height:30px;
	background-color:#FCFCFF;	
	/* background-image:url(Images/leftcoltop.gif);
	background-position:bottom right;
	background-repeat:no-repeat; */
}

#loginbox {
    min-height:124px;	
	margin:2px;
	padding:5px 0.5em;
	border:1px solid #493221;
	background-color:#FFFFFF;
	background-image:url(Images/colgradient_short.jpg);
	background-repeat:repeat-x;
	color:#6D584D;
}

* html #loginbox {height:124px;}

#loginbox h4 {margin:0;}

#leftbarcontainer {
	margin: 2px 0px 5px;
	padding:0em 0.5em; /* 1) controls the gap between the top of the LHS column and the 1st item */
	border:1px solid #CAD6E8;
	background-color:#FCFCFF;
	position: relative;
}

#subnav {
	padding-bottom:1em;
	overflow:hidden;
}

#subnav a {}

#subnav a:hover {text-decoration:underline;}

.leftbaritem {padding: 0.25em 0.5em;} /* 2) controls the gap between the top of the LHS column and the 1st item */

div #SideNav 
{
	margin: 15px 6px 6px 10px;
}

div #SideNav ul 
{
	border-bottom:1px solid #C0D0E0;
	font-size:85%;
	font-weight:bold;
	margin:5px 0pt 10px 1px;
	padding:0pt 0pt 10px 1px;
}

div #SideNav li
{
	margin:0pt 5px 5px 14px;
	padding:0pt;
	line-height:150%;
	}

div #SideNav ul li
{
	list-style-image: url(Images/Icons/bullet_yellow_2tone.gif);
}

div #SideNav ul li:hover 
{
	list-style-image: url(Images/Icons/bullet_yellow_2tone.gif);
}

.structural-label 
{
	left:-99999px;
	position:absolute;
}

dl {margin-top:10px;}

dl.storymeta {
	margin:0.5em 0pt;
	overflow:hidden;}

.storymeta dt {
left:-9999px;
position:absolute;
-x-system-font:none;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:100%;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:1.4em;
padding:1px 1ex 1px 0pt;
}

.storymeta dd 
{
float:left;
margin:0pt;
-x-system-font:none;
border-right:1px solid #808080;
color:#808080;
font-family:Verdana,Helvetica,sans-serif;
font-size:10px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-right:1ex;
padding:1px 1ex 1px 0pt;
}

.storymeta dd.comments {border-right:medium none;}

#featureswrapper {
	position:relative;
	z-index: 1; 
	float: left; }
	
#features {
	position:relative;
	z-index: 1; 
	float: left; }

#featuredarticle {
	margin: 10px 0px 0px 0px;
	position: relative; 
	width: 53%; 
	min-height: 430px;
	z-index: 1; 
	float: left;
	/*border:1px solid #C0D0E0;*/ }

#featureddev {
	position: relative; 
	width: 43%; 
	height: 460px; 
	z-index: 1; 
	float: right;
	/*border:1px solid #C0D0E0;*/ }

#featureddev img {
	float: none;
	margin: 0.5em 1em 0.5em 0em;
	display:inline; }

#featuredpost {
	margin: 10px 0px 0px 0px;
	position: relative; 
	width: 51%; 
	min-height: 230px;
	z-index: 1; 
	float: left; 
	/*border: 1px solid #C0D0E0;*/ }

#featuredpost .blurb {
	color:#666666;
	font-size: 1em;
	margin: 0em 0.5em;
	line-height:150%; }

#articles {
	float:left;
	position: relative;
	/*border:1px solid black;*/
	padding: 0em 0.5em;
	width: auto;
	z-index: 1; }

#featuredarticle .header {
	overflow:hidden;
	min-height:95px;
	padding-left:120px; }

#featuredpost .header {
	overflow:hidden;
	min-height:95px;
	padding-left:120px; }

#featuredarticle .featureimg {
	height:430px;
	margin:0px 10px 10px 10px;
	width:330px; }

#featuredpost .featureimg {
	height:100px;
	margin:0px 10px 10px 10px;
	width:100px; }

.featureimg {
	left:0pt;
	position:absolute;
	top:0pt; }

#featuredarticle img {
	float:none;
	margin:0pt;
	display:inline;
	border:0px none #FFFFFF; }

#featuredpost img {
	float:none;
	margin:0pt;
	display:inline;
	border:0px none #FFFFFF; }

#featuredarticle .blurb {
	color:#666666;
	font-size: 1em;
	margin: 1em 0em 0.5em 1em;
	line-height:150%; }

#featuredpost .blurb {
	color:#666666;
	font-size: 1em;
	margin: 1em 0em 0.5em 1em;
	line-height:150%; }

#whatshot {
float:left;
margin-left: -270px;
margin-right: -25px;
margin-top: 0px;
padding:0pt 15px 0pt 10px;
right:250px;
top:0pt;
width:254px;
}

#whatshot ol {
list-style-image:url(images/icons/bullet.png);
margin:0pt;
padding:0pt 0pt 0pt 20px;
}

#whatshot ol li.blog, ol li.blog {
list-style-image:url(images/icons/blog-icon.jpg);
}
#whatshot li {
line-height:1.4;
margin:0.6em 0pt;
}

/* Defining the leftbarbox1 - Outer Div */
.smallinsidebox
{
	background: transparent url(images/boxes/leftbarbox1.png) no-repeat scroll left top;
	margin:2px 0px 5px;
	padding:0em 0.5em;
	border: 1px solid #CAD6E8;
	background-color: #FCFCFF;
	position:relative;
}

.smallinsideboxContent {border-bottom: 1px solid #CAD6E8;}

.smallinsidebox img 
{
	float: right;
	margin-top: 4px;
}

.smallinsidebox h4 
{
	color: #FFFFFF;
	margin-left: 2px;
}

.smallinsideboxTitle
{
	font-size: 11px; 
	color: #FF6600; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding-bottom: 2px;
}

.smallinsideboxText
{
	color: #666666;
	text-decoration: none;
	font-size: 1em; 
	margin-top: 12px;
	margin-bottom: 10px;
	padding-right: 10px;
}


/* for the inside of simple boxes when there are no bulleted items e.g. contacts, testimonials etc */
.simpleboxcontent
{
	font-size:100%;
	color:#333333;
	font-weight:normal;
	padding:0pt 0pt 10px 1px;
}

/* Defining the leftbarbox1 - Outer Div */
.colbox,.leftbarbox1,.leftbarbox2,.leftbarbox3,.leftbarbox4,
.leftbarbox5,.leftbarbox6,.leftbarbox7,.leftbarbox8
{
	background: transparent url(images/boxes/leftbarbox1.png) no-repeat scroll left top;
	width:163px;
	margin:2px 0px 5px;
	padding:0em 0.5em;
	border: 1px solid #CAD6E8;
	background-color: #FCFCFF;
	position:relative;
}

/* Defining the leftbarbox1 - Inner Div */
.leftbarboxContent,.leftbarbox1Content,.leftbarbox2Content,.leftbarbox3Content,
.leftbarbox4Content,.leftbarbox5Content,.leftbarbox5Content,.leftbarbox7Content,.leftbarbox8Content
{
	margin: 5px 0px 5px;
	padding: 0px; 
	border-bottom:1px solid #CAD6E8;
}
.simpleBoxListItem
{
	background-image: url(images/boxes/arrow_submain_inactive.png);
	background-position: center left; 
	background-repeat: no-repeat;
	margin: 5px 0px 5px 2px;
	padding: 1px 0px 1px 20px; 
}
.simpleBoxListItemRSS
{
	background-image: url(images/boxes/bullet_yellow_2tone.gif);
	background-position: center left; 
	background-repeat: no-repeat;
	font-size: 85%;
	margin: 5px 0px 5px 2px;
	padding: 1px 0px 1px 20px; 
}
.simpleBoxListItem a {color: #000000; text-decoration: none;}
.simpleBoxListItem a:hover {text-decoration: underline;}
.leftbarbox h4, .leftbarbox1 h4, .leftbarbox2 h4, .leftbarbox3 h4, .leftbarbox4 h4, .leftbarbox7 h4
{margin: 7px 0px 0px 2px;}

/* Extra content below the list */
.boxextra
{
	margin:0pt 0px 5px 4px;
	padding:0pt;
	font-size:.8em;
}
/*
 leftbarbox1 > colboxlightblue
 leftbarbox2 > colboxgold
 leftbarbox3 > colboxyellow
 leftbarbox4 > colboxdarkblue
 leftbarbox7 > colboxgreen
 rightbarbox1 > colboxlightblue
 rightbarbox5 > colboxorange
 rightbarbox6 > colboxgreen
 rightbarbox7 > colboxyellow
*/

/* leftbarbox overrides go here  */
.leftbarbox1 {border:1px solid #4A8AC9; background: transparent url(images/boxes/leftbarbox1.png) no-repeat scroll left top;}
.leftbarbox1Content {border-bottom: 1px solid #4A8AC9;}
.leftbarbox1 h4 {color: #FFFFFF;}

.leftbarbox2 {border:1px solid #5DCAF0; background: transparent url(images/boxes/leftbarbox2.png) no-repeat scroll left top;}
.leftbarbox2Content {border-bottom: 1px solid #5DCAF0;}
.leftbarbox2 h4 {color: #333333;}

.leftbarbox3 {border:1px solid #FFCC00; background: transparent url(images/boxes/leftbarbox3.png) no-repeat scroll left top;}
.leftbarbox3Content {border-bottom: 1px solid #FFCC00;}
.leftbarbox3 h4 {color: #333333;}

.leftbarbox4 {border:1px solid #4A8AC9; background: transparent url(images/boxes/leftbarbox4.png) no-repeat scroll left top;}
.leftbarbox4Content {border-bottom: 1px solid #4A8AC9;}
.leftbarbox4 h4 {color: #FFFFFF;}

.leftbarbox5 {border:1px solid #FEB913; background: transparent url(images/boxes/leftbarbox5.png) no-repeat scroll left top;}
.leftbarbox5Content {border-bottom: 1px solid #FEB913;}
.leftbarbox5 h4 {color: #FFFFFF;}

.leftbarbox6 {border:1px solid #339933; background: transparent url(images/boxes/leftbarbox6.png) no-repeat scroll left top;}
.leftbarbox6Content {border-bottom: 1px solid #339933;}
.leftbarbox6 h4 {color: #FFFFFF;}

.leftbarbox7 {border:1px solid #C71C1A; background: transparent url(images/boxes/leftbarbox7.png) no-repeat scroll left top;}
.leftbarbox7Content {border-bottom: 1px solid #C71C1A;}
.leftbarbox7 h4 {color: #FFFFFF;}

.leftbarbox8 {border:1px solid #E68200; background: transparent url(images/boxes/leftbarbox8.png) no-repeat scroll left top;}
.leftbarbox8Content {border-bottom: 1px solid #E68200;}
.leftbarbox8 h4 {color: #FFFFFF;}

/* Defining the rightbarbox1 - Outer Div */
.rightbarbox1,.rightbarbox5,.rightbarbox6, .rightbarbox7
{
	background: transparent url(images/boxes/leftbarbox1.png) no-repeat scroll left top;
	width:163px;
	margin:2px 0px 5px;
	padding:0em 0.5em;
	border: 1px solid #CAD6E8;
	background-color: #FCFCFF;
	position:relative;
}

/* Defining the rightbarbox1 - Inner Div */
.rightbarbox1Content,.rightbarbox5Content,.rightbarbox6Content,.rightbarbox7Content
{
	margin: 2px 0px 5px;
	padding: 0px; 
	border-bottom:1px solid #CAD6E8;
}
.rightbarbox1 h4,.rightbarbox5 h4,.rightbarbox6 h4,.rightbarbox7 h4
{margin: 7px 0px 0px 2px;}

/* rightbarbox overrides go here  */
.rightbarbox1 {border:1px solid #4A8AC9; background: transparent url(images/boxes/leftbarbox1.png) no-repeat scroll left top;}
.rightbarbox1Content {border-bottom: 1px solid #4A8AC9;}
.rightbarbox1 h4 {color: #FFFFFF;}

.rightbarbox5 {border:1px solid #FEB913; background: transparent url(images/boxes/leftbarbox5.png) no-repeat scroll left top;}
.rightbarbox5Content {border-bottom: 1px solid #FEB913;}
.rightbarbox5 h4 {color: #333333;}

.rightbarbox6 {border:1px solid #339933; background: transparent url(images/boxes/leftbarbox6.png) no-repeat scroll left top;}
.rightbarbox6Content {border-bottom: 1px solid #339933;}
.rightbarbox6 h4 {color: #FFFFFF;}

.rightbarbox7 {border:1px solid #FFCC00; background: transparent url(images/boxes/leftbarbox3.png) no-repeat scroll left top;}
.rightbarbox7Content {border-bottom: 1px solid #FFCC00;}
.rightbarbox7 h4 {color: #333333;}

.contactus {
	background-image:url(images/icons/contact_us.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 4px 0px 0px 2px;
	height: 27px;
	width: auto; }

.contactus h4 {
	padding: 2px 0px 0px 0px; 
	margin: 0px; }
	
.bytechnology {
	background-image:url(images/icons/bytechnology.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 4px 0px 0px 2px;
	height: 27px;
	width: auto; }

.bytechnology h4 {
	padding: 2px 0px 0px 0px; 
	margin: 0px; }
	
.winmobilefn {
	background-image:url(images/icons/devexpertise.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 4px 0px 0px 2px;
	height: 27px;
	width: auto; }

.winmobilefn2 {
	background-image:url(images/icons/devexpertise2.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 4px 0px 0px 2px;
	height: 27px;
	width: auto; }
	
.winmobilefn h4, .winmobilefn2 h4 {
	padding: 2px 0px 0px 0px; 
	margin: 0px; }
	
.customsw {
	background-image:url(images/icons/customsw.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 4px 0px 0px 2px;
	height: 27px;
	width: auto; }

.customsw h4 {
	padding: 2px 0px 0px 0px; 
	margin: 0px; }

.dbt {
	background-image:url(images/icons/dbt27.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 4px 0px 0px 2px;
	height: 27px;
	width: auto; }

.dbt h4 {
	padding: 2px 0px 0px 0px; 
	margin: 0px; }	

.winmolimitations {
	background-image:url(images/icons/winmolimitations.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 4px 0px 0px 2px;
	height: 27px;
	width: auto; }

.winmolimitations h4 {
	padding: 2px 0px 0px 0px; 
	margin: 0px; }	

.casestudy {
	background-image:url(images/icons/casestudy.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 4px 0px 0px 2px;
	height: 27px;
	width: auto; }

.casestudy h4, .casestudy2 h4 {
	padding: 2px 0px 0px 0px; 
	margin: 0px; }	

.casestudy2 {
	background-image:url(images/icons/casestudy2.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 4px 0px 0px 2px;
	height: 27px;
	width: auto; }

.ourclients {
	background-image:url(images/icons/ourclients.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 4px 0px 0px 2px;
	height: 27px;
	width: auto; }

.ourclients h4 {
	padding: 2px 0px 0px 0px; 
	margin: 0px; }

.devbuzznews {
	background-image:url(images/icons/devbuzznews.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 4px 0px 0px 2px;
	height: 27px;
	width: auto; }

.devbuzznews h4 {
	padding: 2px 0px 0px 0px; 
	margin: 0px; }
	
.download27 {
	background-image:url(images/icons/download27.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:auto; }

.download27blurb {
	padding: 0px 0px 0px 32px;
	height: auto;
	width: auto; }

.rss27 {
	background-image:url(images/icons/rss27.png);
	background-repeat:no-repeat;
	background-position: left center;
	width:auto; }

.rss27blurb {
	padding: 0px 0px 0px 32px;
	height: auto;
	width: auto; }
			
/* leftbarboxMain - Main type of box - with full rollover look */
.leftbarboxMainHeadingTitle
{
	font-size: 11px; 
	color: #FF6600; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding-bottom: 2px;
}
.leftbarboxMainHeading 
{
	background-image: URL(images/boxes/arrow_grey.gif); 
	background-position: bottom right; 
	background-repeat: no-repeat;
	margin: 4px 1px 4px 1px; 
	padding: 4px 1px 4px 1px; 
}
.leftbarboxMainHeadingOn 
{
	background-image: URL(images/boxes/arrow_orange.gif); 
	background-position: bottom right; 
	background-repeat: no-repeat; 
	background-color: #F6F6F6; 
	cursor: pointer; cursor: hand;
	margin: 4px 1px 4px 1px; 
	padding: 4px 1px 4px 1px; 
}
a.leftbarboxMainTextOn {}
a.leftbarboxMainTextOn:hover {text-decoration: none;}
.leftbarboxMainText
{
	color: #666666;
	text-decoration: none;
	font-size: 10px; 
	padding-right: 20px;
}

/* leftbarbox - with ListHeading and ListItems */
.wrapListHeading 
{
	font-size: 10px; 
	color: #FF6600; 
	font-weight: bold; 
	text-transform: uppercase;
	margin: 5px 0px 10px 2px; 
	padding: 1px 0px 1px 2px;
}
a.ListHeading 
{
	background-image: URL(images/boxes/arrow_main_inactive.png); 
	background-position: center left; 
	background-repeat: no-repeat;
	font-size: 10px; 
	color: #FF6600; 
	font-weight: bold; 
	text-transform: uppercase; 
	/* margin: 4px 0px 4px 8px; */	
	padding: 4px 0px 4px 25px; 
}
a.ListHeadingOn 
{
	background-image: URL(images/boxes/arrow_main_active.png); 
	background-position: center left; 
	background-repeat: no-repeat; 
	font-size: 10px; 
	color: #444444; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding: 4px 0px 4px 25px; 
	cursor: pointer; cursor: hand;
}
a.ListHeadingOn:hover 
{
	background-image: URL(images/boxes/arrow_main_active.png); 
	background-position: center left; 
	background-repeat: no-repeat; 
	font-size: 10px; 
	color: #444444; 
	font-weight: bold; 
	text-transform: uppercase; 
	text-decoration: none; 
	padding: 4px 0px 4px 25px; 
	cursor: pointer; cursor: hand;
}

.ListItem
{
	background-image: url(images/boxes/arrow_submain_inactive.png);
	background-position: center left; 
	background-repeat: no-repeat;
	margin: 5px 0px 5px 10px;
	padding: 1px 0px 1px 20px; 
}
.ListItem a {color: #000000; text-decoration: none;}
.ListItem a:hover {text-decoration: underline;}




#rightcolumn{
	float:right;
	width:200px;
	/* width:152px; */
	margin-left:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color: #FCFCFF; /* main background column color #EBE4DE*/
	font-size:1em;
}
html>body #rightcolumn{margin-left:0;}

#rightcoltop{	
	height:30px;
	/*padding:0 1em;*/
	text-align:right;
	color:#336666;
	background-color:#FCFCFF;
	/* background-image:url(Images/rightcoltop.gif);
	background-position:bottom left;
	background-repeat:no-repeat; */
}

#rightcoltop a {color:#563821;}

#rightcoltoplinks {
	position:relative;
	right:10px;
	top:5px;
}

#loginbox .txtBox {
    border:1px solid #64493E;
    background-color:#FFFFFF;
    font-size:1em;
}

#rightbarcontainer {
	margin:2px;
	padding: 0em 0.5em; /* 1) controls the gap between the top of the RHS column and the 1st item */
	border:1px solid #CAD6E8;
	background-color:#FCFCFF;
	position: relative;
	/* background-color:#FFFFFF;
	background-image:url(Images/rightbarcontainer_bg.gif);
	background-repeat:no-repeat; */
}

.rightbaritem{
	padding: 0.25em 0.5em;
	/* padding: 1.5em 0em 0em 0.5em; */
}

.rightbarnews {
	padding:0em 0.5em; /* 2) controls the gap between the top of the RHS column and the 1st item */
	/* background-image:url(Images/rightbarheader.gif);
	background-repeat:no-repeat; */
}


#centercolumn{
	height:1%;
	margin:0;
	/*background-image:url(Images/centercolrightcorner.gif); 
	background-repeat:no-repeat;
	background-position:top right;*/
}
/* added for the MasterPageNoLeftCol.master*/
#centercolumnnoleftcol{
	height:1%;
	margin:0;
	/*background-repeat:no-repeat;
	background-position:top right;*/
}
/* added for the MasterPageNoRightCol.master*/
#centercolumnnorightcol{
	height:1%;
	margin:0;
	/*background-repeat:no-repeat;
	background-position:top right;*/
}
html>body #centercolumn {
	height:auto;
	margin-left:200px;
	/*margin-left:152px;*/
	margin-right:200px;
	/*margin-right:152px;*/
}
/* added for the MasterPageNoLeftCol.master*/
html>body #centercolumnnoleftcol {
	height:auto;
	margin-left:0px;
	margin-right:200px;
	/*margin-right:152px;*/
}
/* added for the MasterPageNoRightCol.master*/
html>body #centercolumnnorightcol {
	height:auto;
	margin-left:200px;
	margin-right:0px;
}
#centercoltop{
	height:30px;
	/* background-image:url(Images/centercolleftcorner.gif);  */
	background-repeat:no-repeat;
}

html>body #centercoltop {height:30px;}

#header {
  padding:0px 0 0 0px;
	background-color:#FFFFFF;
	background-image:none;
	/* font-size:0.9em; */
	border: 1px solid #CAD6E8;
	height:165px;
	}

#headertop {
	position:relative;
	height:130px;
	background-color:#FFFFFF;
}

#headernav {	
	height:30px;
	background-color:transparent;
	font-size:1em;
	background-image: url(images/bg_nav4.gif);
	background-repeat:repeat-x repeat-y;
	background-position:bottom left;	
}

html>body #headernav {height:30px;}

#logosection {
	position:relative;
	height:125px;
	width:325px;
	padding:9px 0px 0px 20px;
	border:0px solid #493221;
  background-color:#FFFFFF;
	/*background-image:url(Images/logo_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;*/
}

#adzone1 
{
	float: left;
	position:absolute;
	height:60px;
	left:350px;
	top:15px;
	border:0px;
  background-color:#FFFFFF;
	/*background-image:url(Images/logo_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;*/
}
#adzone2a 
{
	position:relative;
	height:125px;
	left:25px;
	top:15px;
	border:0px;
}
#adzone3 
{
	position:relative;
	height:670px;
	left:25px;
	top:40px;
	border:0px;
}
#adzone4 
{
	position:relative;
	height:150px;
	left:-1px;
	top:5px;
	border:0px;
}
#adzone5 
{
	position:relative;
	height:125px;
	left:28px;
	top:20px;
	border:0px;
}
#searchbox 
{
	/*background-image:url(images/icons/search32.png);
	background-repeat: no-repeat;
	background-position:top left;*/
	background:transparent;
	float: left;
	position: absolute;
	height: auto;
	left: 400px;
	top: 85px;
	border: 0px;
  font-family: sans-serif;
	margin: 0pt;
	padding: 0em 0pt 0pt 0pt;
	/* font-family:sans-serif;
	margin:0pt;
	padding: 0em 0pt 0pt;
	position:absolute;
	right:0pt;
	top:1em;
	float:right;
	height: 100px; */
}

#maincontent 
{
	margin: 2px;
	padding: 0.5em 0.5em;
	border:1px solid #CAD6E8;
	background-image:url(Images/maincontent_bg.gif);
	background-repeat: repeat-y;
	background-position:top right;
}

#maincontent ul, #maincontent ol
{
	padding: 0em 0em .3em 2em;
}

#maincontent .teaser {
	margin:-0.7em 0 0 0;
	color:#7595C6;
}
#maincontent .articlelistteaser {
	margin: 0 0.4em 0 0;
	color:#7595C6;
	/* height: 125px; div clear takes care of this */
}
#maincontent .articlelistteaser img {
	float: left;
	margin: 0em 1em 1em 0.8em;
}

#maincontent .articlelistteaser {
	margin: 0 0.4em 0 0;
	color:#7595C6;
	/* height: 125px; div clear takes care of this */
}

#contentlist
{
	width:100%;float:left
}

#maincontent .contentitem {
	margin: 0 0.4em 0 0;
	color:#7595C6;
	/* height: 125px; div clear takes care of this */
}

.contentitemclr {
  clear:left;
  margin: 1em 0pt;
  background-color: #7595C6;
  height: 0px;
  overflow: hidden;
}

#articlelist
{
	width:100%;float:left
}
.articlelistclr {
  clear:left;
  margin: 1em 0pt;
  background-color: #7595C6;
  height: 1px;
  overflow: hidden;
}

#maincontent #datapager
{
	margin: 10px 0 10px;
}

#maincontent h2:before{content: url(Images/Icons/icon_small.gif);}
#maincontent #featuredpost h2:before{content: none;margin-right: 5px;}
#maincontent #featuredarticle h2:before{content: none;margin-right: 5px;}

/*
#maincontent #featuredpost h2:before{content: url(Images/Icons/h2post.png);margin-right: 5px;}
#maincontent #featuredarticle h2:before{content: url(Images/Icons/h2article.png);margin-right: 5px;}
*/

#maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #EEA2CD;
	color:#333399;
}

#maincontent legend {background-color:#FFFFFF;}

* html #maincontent legend {padding:0.5em;}

#maincontent label {line-height:2em;} 

#maincontent .txtBox {
    border:1px solid #DDD1C4;
    font-size:1em;
    background-color:#F5F2EF;
}

html>body #maincontent .txtBox {font-size:1.2em;}

#maincontent .txtBox:focus {background-color:#FFFFFF;}   
    
#maincontent caption {
    text-align:left; 
    font-weight:bold;
}

#maincontent table tr td {padding: 0.2em 0.5em;} 

div #maincontent ul li
{
	list-style-image: url(Images/Icons/bullet_yellow_2tone.gif);
}

.button {
    border:1px solid #C0D0E0;
    color:#666666;
    background-color:#CAD6E8;
    font-size: medium;
} 

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
div.readmore {
	text-align:right;
	margin: 10px 0px 10px;
}
#footer {
    margin:2px;
    padding:0.5em;
    font-size:smaller;
}

#footer a {padding:0 0.5em;}

div #twitterupdates 
{
	margin: 0px 2px 0px 5px;
}

div #twitterupdates ul 
{
	font-size:90%;
	/*border-bottom:1px solid #C0D0E0;
	font-weight:bold;
	margin:5px 0pt 10px 1px;
	padding:0pt 0pt 10px 1px;*/
}

div #twitterupdates li
{
	margin:0pt 5px 5px 14px;
	padding:0pt;
	line-height:150%;
	}

div #twitterupdates ul li
{
	list-style-image: url(Images/Icons/bullet_yellow_2tone.gif);
}

/* CSS STYLES FOR BOX WITH ROUNDED CORNERS */
/* ORANGE BOX BEG */
.bl
{
	background: url(images/boxes/1bl.gif) 0 100% no-repeat #e68200; 
	width: 175px;
	border-bottom:1px solid #FCFCFF;
	margin: 7px 0px 5px 0px;
	color: White;
}

.br {background: url(images/boxes/1br.gif) 100% 100% no-repeat}
.tl {background: url(images/boxes/1tl.gif) 0 0 no-repeat}
.tr {background: url(images/boxes/1tr.gif) 100% 0 no-repeat; padding:10px}
.clrbox {font-size: 1px; height: 1px}

.tr a:link {color:white;text-decoration:underline;}
.tr a:visited {color:white;text-decoration: underline;}
.tr a:hover {color:white;text-decoration:none;}
/* ORANGE BOX FIN */

/* BLUE BOX BEG */
.bl_blue
{
	background: url(images/boxes/bl_blue.png) 0 100% no-repeat #4582CB; 
	width: 175px;
	border-bottom:0px solid #4582CB;
	margin: 7px 0px 5px 0px;
	color: White;
}

.br_blue {background: url(images/boxes/br_blue.png) 100% 100% no-repeat}
.tl_blue {background: url(images/boxes/tl_blue.png) 0 0 no-repeat}
.tr_blue {background: url(images/boxes/tr_blue.png) 100% 0 no-repeat; padding:10px}

.tr_blue a:link {color:white;text-decoration:underline;}
.tr_blue a:visited {color:white;text-decoration: underline;}
.tr_blue a:hover {color:white;text-decoration:none;}
/* BLUE BOX FIN */


@media print {	
	body {
		margin:0;
		padding:0;
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}
	#sizer {
		margin:0;
		width:auto !important;
	}
	#expander {
		margin:0 !important;
		background: none;
	}	
	#wrapper {
		border-bottom-style:none;
		background:none;
	}	
	a {
		color:#666666; 
		text-decoration:underline;
	}
	
		#logosection {
		margin:0; 
		border:none;
		height:auto;
		background:none;
	}
	
	/*If the logo is a transparent gif it will look rather unsightly on paper, so you can turn 
		it off here. */
	#logosection img {display:none;}

	#leftcolumn, #rightcolumn, #maincontent h2:before {display:none;}	
	
	#centercolumn {
		width:100%;
		margin:0 !important;
		background:none;
	}
	/* added for the MasterPageNoLeftCol.master*/
	#centercolumnnoleftcol {
		width:100%;
		margin:0 !important;
		background:none;
	}
	/* added for the MasterPageNoRightCol.master*/
	#centercolumnnorightcol {
		width:100%;
		margin:0 !important;
		background:none;
	}
	#centercoltop {
		height:auto;
		background:none;
	}

	#header {
		margin:0; 
		border:none;
		height:auto;
		background:none;
	}

	/*If the logo is a transparent gif it will look rather unsightly on paper, so you can turn 
		it off here. */

	#header img {display:none;}
	
	#headertop {
		position:static; 
		height:auto;
	}	

	#maincontent {
		margin:0; 
		border:none;
		background:transparent;
	}
	
	#maincontent .teaser {font-style:italic;}
	
	#maincontent fieldset {border:none;}
	
	#maincontent .txtBox {background:none;}
}