html {
	min-height: 101%;
}

body  {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.ITSD #container { 
	/*width: 100%;*/
	width:1000px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.ITSD #header { 
	/*background: #0088CE;*/
	background: #ffffff;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:183px;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.ITSD #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.ITSD #topMenu {
	height: 30px;
	background-color:#656669;
	font-size:90%;
}

#menuLinks a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:500;
	letter-spacing: -.07em;
}
/*
#menuLinks a:visited {
	color:#FFFFFF;
	text-decoration:none;
}*/
#menuLinks a:hover {
	color:#00CCFF;
	text-decoration:none;
}
#menuLinks a:active {
	color:#00CCFF;
	text-decoration:none;
}

/* Current Page */
#menuLinks #selected a {
	color:#00CCFF;
	text-decoration:none;
}

.ITSD #topRight {
	float: right; 
	/*width: 12em; /* since this element is floated, a width must be given */
	width:355px;
	height:130px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
}

.ITSD #topRight h3, .ITSD #topRight p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.ITSD #topLeft {
  margin: 0 13em 0 0; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
  background-color:#F1F1F2;
  height:130px;
}

.quoteText {
	color:#B3B8BE;
	font-size:120%;
	font-weight:bold;
	letter-spacing: -.05em;
}


.ITSD #rightCol {
	float: right; 
	/*width: 12em; /* since this element is floated, a width must be given */
	width:355px;
	height:280px;
	background: #0086CF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 0 0; /* top and bottom padding create visual space within this div  */
}

.ITSD #rightCol h3, .ITSD #rightCol p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.ITSD #bulletPoints li {
	color:#FFFFFF;
	margin-bottom:10px;
	font-size:110%;
	font-weight:200;
}


.ITSD #mainContent {
  /*margin: 0 13em 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
  margin: 0 355px 0 10px;
  padding: 0 20px 0 0;
  background-color:#ffffff;
}
.ITSD #mainContent h1 {
	font-size: 230%;
	margin-bottom:6px;
	padding-bottom:0px;
	
}
.ITSD #mainContent h2 {
	font-size: 95%;
	color:#808080;
	font-weight:500;
	margin-top:0px;
	margin-bottom:15px;
	line-height:20px;
}



/***** Box Styles *****/
.boxTable {
	width: 610px;
	margin-bottom:0px;
}

div.row {
	/*clear: both;*/
	padding-top: 3px;
}
div.row span.tableLeftCol {
	float: left;
	width: 300px;
	font-size:80%;
	text-align: left;
	color:#808080;
	font-weight:300;
}
div.row span.tableRightCol {
	float: right;
	width: 300px;
	font-size:80%;
	text-align: left;
	color:#808080;
	font-weight:300;
}


.ITSD #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#656669;
	height:20px;
	font-size:60%;
	color:#FFFFFF;
	padding-top:5px;
} 

.ITSD #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.ITSD #footerMenuLinks a:link {
color:#FFFFFF;
text-decoration:none;
}
.ITSD #footerMenuLinks a:visited {
color:#FFFFFF;
text-decoration:none;
}
.ITSD #footerMenuLinks a:hover {
color:#00CCFF;
text-decoration:none;
}
.ITSD #footerMenuLinks a:active {
color:#00CCFF;
text-decoration:none;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.stdLink:link {
	text-decoration:none;
	color:#0087CE;
	font-weight:bold;
}

.stdLink:visited {
	text-decoration:none;
	color:#0087CE;
	font-weight:bold;
}

.stdLink:hover {
	text-decoration:underline;
	color:#000000;
}

.stdLink:active {
	text-decoration:underline;
	color:#0087CE;
}

.blueText {
	color:#0087CE;
	font-weight:bold;
}

.siteMap:link {
font-size:90%;
color:#808080;
text-decoration:none;
margin-bottom:14px;
}
.siteMap:visited {
font-size:90%;
color:#808080;
text-decoration:none;
}
.siteMap:hover {
text-decoration:underline;
color:#000000;
}
.siteMap:active {
color:#808080;
text-decoration:none;
}

/***** Form styles *****/
#contactform {
	width: 500px;
	float:left;
	border:0px solid #000000;
	font-size:80%;
}

div.row {
	clear: both;
	padding-top: 3px;
}
div.row span.label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right:10px;
}
div.row span.formitem {
	float: right;
	width: 340px;
	text-align: left;
}
