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.png);
	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 */
}

.headerTable {
	float:right;
}
.headerTable td {
color:#FFFFFF;
font-size:1.2em;
font-weight:bold;
}
.headerTable td a:link {
color:#FFFFFF;
font-size:1.1em;
font-weight:bold;
text-decoration:none;
}
.headerTable td a:visited {
color:#FFFFFF;
text-decoration:none;
}

.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;
}

/* News */
.news_content {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
}
.news_content a:link {
color:#0087CE;
text-decoration:none;
}
.news_content a:visited {
color:#0087CE;
text-decoration:none;
}
.news_content a:hover {
color:#014365;
text-decoration:underline;
}

/* Text Link Buttons */
.btn {
 display: inline-block;
 /*background: url('../../../images/btn.bg.png') repeat-x 0px 0px;*/
 padding:4px 6px 4px 6px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 border:1px solid rgba(0,0,0,0.5);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 text-decoration:none;
}
.btn:visited {
 text-decoration:none;
}

.btn:hover {
 text-decoration:none;
 cursor:pointer;
}

.btnsml {
 display: inline-block;
 /*background: url('../../../images/btn.bg.png') repeat-x 0px 0px;*/
 padding:3px 3px 3px 3px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:bold;
 border:1px solid rgba(0,0,0,0.4);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 /*behavior: url('resources/thirdparty/border-radius.htc');*/
 text-decoration:none;
}
.btnsml:visited {
 text-decoration:none;
}
.btnsml:hover {
 text-decoration:none;
 cursor:pointer;
}
/* COLOR VARIATIONS */
.blue {background-color: #008FD0; color: #ffffff; text-decoration:none; border:1px solid #666666;}
.blue:visited {background-color: #008FD0; color: #ffffff; text-decoration:none;}
.blue:hover {background-color: #BDD7F0; color: #000000; text-decoration:none;}

.grey {background-color: #C0C0C0; color: #000000; text-decoration:none; border:1px solid #666666;}
.grey:visited {background-color: #C0C0C0; color: #000000; text-decoration:none;}
.grey:hover{background-color: #404040; color: #ffffff; text-decoration:none;}

.green {background-color: #36A836; color: #000000; text-decoration:none; border:1px solid #666666;}
.green:visited {background-color: #36A836; color: #000000; text-decoration:none;}
.green:hover{background-color: #008000; color:#ffffff; text-decoration:none;}

.red {background-color: #FF0000; color: #000000; text-decoration:none; border:1px solid #666666;}
.red:visited {background-color: #FF0000; color: #000000; text-decoration:none;}
.red:hover {background-color: #800000; color: #ffffff; text-decoration:none;}

.orange {background-color: #FF6600; color: #000000; text-decoration:none; border:1px solid #666666;}
.orange:visited {background-color: #FF6600; color: #000000; text-decoration:none;}
.orange:hover {background-color: #C95101; color: #ffffff; text-decoration:none;}

.black {background-color: #000000; color: #ffffff; text-decoration:none; border:1px solid #999999;}
.black:visited {background-color: #000000; color: #ffffff; text-decoration:none;}
.black:hover {background-color: #666666; color: #ffffff; text-decoration:none;}

/* Social Icons */
div#social {
	margin: 60px auto 50px auto;
	text-align: center;
}

div#social ul#menusocial {
    margin: 5px 0px;
    list-style: none;
    display: inline-block;
}
    
div#social ul#menusocial li {
    padding: 0px;
    float: left;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    width: 48px;
    height: 48px;
}

div#social ul#menusocial li a {
    position: absolute;
}

div#social ul#menusocial li img {
    position: absolute;
    width: 48px;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0 8px 0 0;
    border: none;
    overflow: hidden;
}

.news_content .newsLink a {
color:#0087CE;
text-decoration:none;
}
.news_content .newsLink a:visited {
color:#0087CE;
text-decoration:none;
}
.news_content .newsLink a:hover {
color:#014365;
text-decoration:underline;
}
