/*
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;
}
*/

/* '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:Arial, Helvetica, sans-serif;
	font-size:76%;
	background-image:url(Images/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#333333;
}

h1, h2, h3, h4, h5, h6 {color:#E6673A;}

/*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-weight: bold;
}
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: 2em 0;
    line-height:1.4;
}
a {
	text-decoration:underline;
	color:#CC3300;
}

a:hover {text-decoration:none;}

#sizer {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 58%;
	max-width: 192px;
}
#expander {
	min-width: 772px; /* Critical Safari fix! */
	position: relative;
	margin: 0 -386px 0 -386px;
	background-color:transparent;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	text-align:left;
	background-color:#FFFFFF;
} 

/* 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:152px;
	margin-right:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#FFFFFF;
	font-size:0.9em;
}

html>body #leftcolumn{margin-right:0;}

#leftcoltop
{
    height: 25px;
    border-bottom: 15px solid #FFFFFF;
    background-color: #1B3D6B;
    padding-top: 20px;
}

#leftbarcontainer {
	padding:4em 0.5em;
	background-color:#FFFFFF;
}
#subnav {
	padding-bottom:1em;
	overflow:hidden;
}

#subnav a {}

#subnav a:hover {text-decoration:underline;}

.leftbaritem {padding:2em 0.5em;}

#rightcolumn{
	float:right;
	width:152px;	
	margin-left:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#FFFFFF;
/*	background-image:url(Images/rightcol_bg.jpg);
	background-position:0 40px;
	background-repeat:no-repeat;*/
	font-size:0.9em;
}

html>body #rightcolumn{margin-left:0;}

#rightcoltop{	
	height:20px;
	padding:0 1em 5px;
	border-bottom:15px solid #FFFFFF;
	text-align:right;
	color:#FFFFFF;
	background-color:#1B3D6B;
}

#rightcoltop a {color:#FFFFFF;}

#searchbox {
	position:relative;	
	height:50px;
	padding:5px 0.5em;
	background-color:transparent;
}
#searchbox div {
    position:absolute; 
    bottom:0.5em; 
    text-align:right;
}
#rightbarcontainer {
	padding:4em 0.5em;
	background-color:transparent;
}

.rightbaritem{padding:2em 0.5em;}

#centercolumn{
	height:1%;
	margin:0;
	background-color:#FFFFFF;
/*	background-image:url(Images/centercol_bg.jpg); 
	background-repeat:no-repeat;
	background-position:100% 40px;
*/
}
html>body #centercolumn {
	height:auto;
	margin-left:152px;
	margin-right:152px;
}
#centercoltop{
	height:21px;	
	background-color:#1B3D6B;
}

html>body #centercoltop {height:22px;}

#mainnav
{
    height: 18px;
    background-color: #1B3D6B;
    font-size: 1em;
    background-image: url(Images/mainnav_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
}

#mainnav a {color:#FFFFFF;}

#mainnav a:hover{	}

#mainnav table {text-align:right;}

#mainnav .item {
	padding:1px 1em;
	border-top:3px solid #1B3D6B;
	font-weight:bold;
	color:#1B3D6B;
}

html>body #mainnav .item {padding:1px 0.5em;}

#mainnav .hover 
{
	border-bottom:3px solid #FFFFFF;
	color:#FFFFFF;
	background-color:#1B3D6B;
}

#mainnav .selected {
	border-top:3px solid #FFFFFF;
	color:#FFFFFF;
	background-color:#1B3D6B;
}
#header {
	position:relative;
/*	height:140px;*/
	background-color:transparent;
}
#maincontent
{
    background-color: transparent;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 4em;
}
#maincontent .teaser {
	margin:-0.7em 0;
	color:#28578D;
}

/* 12/20/09 - This was removed to correct the context menus for the webparts
#maincontent table tr td {padding: 0.2em 0.5em;}
*/

#maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #000000;
}

#maincontent legend {
	color:#E6673A;
	background-color:#FFFFFF;
	}

* html #maincontent legend {padding:0.5em;}

#maincontent caption {
    text-align:left; 
    font-weight:bold;
}

html>body #maincontent .txtBox{font-size:1.2em;}

#maincontent .txtBox {background-color:#F4F7FA;}
    
#maincontent .txtBox:focus {background-color:#FFFFFF;}

.txtBox {
    border: 1px solid #1B3D6B;
    font-size:1em;
    background-color:#FFFFFF;
}
.button {
    border:1px solid #1B3D6B;
    color:#FFFFFF;
    background-color:#CC3300;
    font-size:smaller;
}    
.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;
}
#footer{
    margin:2px;
    padding:0.5em;
    font-size:smaller;
}

#footer a {padding:0 0.5em;}

div.InfoPanel
{
    border-right: lightgrey 1px outset;
    border-top: lightgrey 1px outset;
    border-left: lightgrey 1px outset;
    border-bottom: lightgrey 1px outset;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    list-style-type: circle;
    margin-bottom: 5px;
}

div.InfoPanel h3
{
    color: #ffffff;
    background-color: #ff9900;
}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:10pt;
		line-height:12pt;
		background:#FFFFFF !important;
	}
	#sizer {
		margin:0;
		width:auto !important;
	}
	#expander {
		margin:0 !important;
		background:none;
	}	
	#wrapper {
		border:none;
		background:none;
	}	
	a {
		color:#666666; 
		text-decoration:underline;
	}

	#leftcolumn, #rightcolumn, #maincontent h2:before {display:none;}	
	
	#centercolumn {
		width:100%;
		margin:0 !important;
		background:none;
	}
	#centercoltop {
		height:auto;
		background:none;
	}
	#header {
		margin:0; 
		border:none;
		height:auto;
		background:none;
	}	
	
	/*Turn off the transparent gif logo as it looks rather unsightly on paper. */
	#header img {display:none;}
	
	#maincontent {
		margin:0; 
		border:none;
		background:none;
	}
	
	#maincontent .teaser {font-style:italic;}
	
	#maincontent fieldset {border:none;}
	
	#maincontent .txtBox {background:none;}
}

.ValidationSummary
{
    background-position: 5px;
    border: 2px solid red;
    color: red;
    margin: 5px 0px;
    padding: 15px;
    background: #fff url(../../Images/warning.gif) no-repeat 5px 50%;
}

.ValidationSummary ul
{
    margin: 0;
    padding: 0;
    margin-left: 80px;
    list-style: square;
    color: #FF0000;
}

.ValidationSummaryWarning
{
    background-position: 5px;
    border: 2px solid #000080;
    color: blue;
    margin: 5px 0px;
    padding: 15px;
    background: #fff url(../../Images/Caution.gif) no-repeat 5px 50%;
}

.ValidationSummaryWarning ul
{
    margin: 0;
    padding: 0;
    margin-left: 80px;
    list-style: square;
    color: #000080;
}
