/* CSS Document */
 
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e5ebf7;
	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: #333333;
}
#container {
	width: 100%;  /* this will create a container 100% of the browser width */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
}
#secondRowINT {
	background: #ffffff;
	background-image:url(../images/int-BG.jpg);
	background-repeat:repeat-x;
	height: 255px;
	padding: 0px 0px 0px 0px;  
	margin:0;
}
#secondRowINT P {
	padding: 0px 0px 0px 0px;  
	margin:0;
}
#mainPhotos {
	padding: 0px 0px 0px 0px;  
	margin: 0;
	width: 917px;
}
#header {
	padding: 0px 0px 0px 27px;  /* 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. */
	margin: 0;
	width: 917px;
	text-align: left;
	background: #ffffff;
}
#headSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 655px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 27px 0px 0px;
	text-align: right;
	font-size: small;
	color: #6f8fd3;
	font-weight:normal;
}
#headSidebar a:link, #headSidebar a:visited {
	color: #6f8fd3;
	text-decoration:none;
	font-weight:normal;
}
#headSidebar a:active, #headSidebar a:hover {
	color: #660000;
	text-decoration:none;
	font-weight:normal;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	margin:0;
}
#Content {
	padding: 0px;  
	margin: 0;
	background: #ffffff;
	width: 870px;
	text-align:left;
}
#hpRightCol {
	margin: 0 0 0 265px;
	padding: 1px 0 0 0;
}
#hpLeftCol {
	width:255px; 
	float:left; 
	margin: 0px 0 0 0; 
	padding: 20px 0 0 0;
	color:#999999;
}
#hpLeftCol P { 
	padding:0px 0px 0px 10px;
	margin:5px 0 10px 0;
	font-size:.8em;
	background-image:url(../images/hp-3blocks.gif);
	background-repeat:no-repeat;
}
#hpLeftCol a:link, #hpLeftCol a:visited, #hpLeftCol a:hover, #hpLeftCol a:visited { 
	font-weight: normal;
}

#footer { 
	padding: 10px 0 15px 0; 
	background-color:#e5ebf7;
	background-image:url(../images/bg-footer.gif);
	background-repeat:repeat-x;
	font-size: small;
	color: #999999;
} 
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration:none;
	font-size: small;
	font-weight:normal;
}
#footer a:active, #footer a:hover {
	color: #660000;
	text-decoration:none;
	font-size: small;
	font-weight:normal;
}
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
}
.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;
}
/* FORM elements */
input, textarea, select {
color: #033bb2;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #033bb2;
text-indent: 0px; 
background-color: #ffffff;
padding: 2px 
}

input.button {
color: #ffffff;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
border: 2px solid #c0cfdd;
border-style: outset;
padding: 4px;
background-color:#1e66fe;
}

/* The checkbox/radio alternative to matches the page background color */
input.clear {
color: #ffffff;
border: 0px;
background-color: #ffffff;
padding: 0px;
}
