@charset "UTF-8";
body  {
	background: #FFF;
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFE7C1; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #DDD;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#telephonebox {
	height: 75px;
	width: 482px;
	font-size: 175%;
	background-color: #152755;
	color: #FFFFFF;
	margin-top: 5px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#telephonebox p {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#telephonebox p.text {
	display: block;
	padding: 0 0 10px 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 78%;
}
#header {
	background-image: url(images/header.jpg);
	height: 173px;
	width: 1024px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -2500px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 493px; /* padding keeps the content of the div away from the edges */
	background-color: #FFE7C1;
	margin-right: 40px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#navbar {
	width: 1024;
	height: 38px;
}

#navbar ul {
	display: block;
	list-style-type: none;
	height: 38px;
	vertical-align: middle;
	background-color: #486493;
	color: #FFF;
	font-size: 120%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#navbar   a {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 7px;
	padding-right: 23px;
	padding-bottom: 8px;
	padding-left: 23px;
	margin: 0px;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
}
#navbar  a:hover {
	background-color: #111C43;
}
#mainContent {
	padding: 9px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 402px;
	margin-top: 20px;
	margin-right: 220px;
	margin-bottom: 20px;
	margin-left: 50px;
	background-color: #F9F9FB;
	border: 1px solid #989898;
	font-size: 90%;
	color: #000000;
} 
#mainContent img {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#mainContent p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#mainContent a {
	color: #152755;
}
a:link {
	color: #003366;
	font-size: .9em;
}
#sidebar2 #rightpanelcontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
#mainContent h1 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #152755;
}
#mainContent h2 {
	font-size: 36px;
	padding: 0px;
	font-weight: normal;
	color: #152755;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	background-color: #486493;
	height: 89px;
	padding-top: 22px;
	padding-right: 50px;
	padding-left: 50px;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: normal;
	line-height: 120%;
	clear: both;
} 
#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 */
}
#footer a {
	color: #99CCFF;
	text-decoration: none;
}
.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;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#flashmovie {
	margin-top: 15px;
}
#container #mainContent table {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
}
#sidebar2content {
	float: right; /* since this element is floated, a width must be given */
	width: 493px; /* padding keeps the content of the div away from the edges */
	background-color: #F9F9FB;
	margin-right: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
	border: 1px solid #989898;
	margin-bottom: 20px;
}
#sidebar2content img {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#sidebar2content imgp {
	color: #FFFFFF;
}
#sidebar2content  p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	font-size: .9em;
}
#sidebar2content h3 {
	font-weight: bold;
	margin: 10px;
	color: #152755;
}
#sidebar2pictures {
	float: right; /* since this element is floated, a width must be given */
	width: 493px; /* padding keeps the content of the div away from the edges */
	background-color: #F9F9FB;
	margin-right: 40px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
	border: 1px solid #989898;
	margin-bottom: 20px;
}
#mainContent h3 {
	font-weight: normal;
	color: #152755;
	font-size: 1.4em;
	margin-bottom: 5px;
}
#sidebar2contentnew {
	float: right; /* since this element is floated, a width must be given */
	width: 493px; /* padding keeps the content of the div away from the edges */
	background-color: #F9F9FB;
	margin-right: 40px;
	margin-left: 20px;
	border: 1px solid #989898;
	margin-bottom: 20px;
	font-size: 90%;
	padding: 9px;
}
#sidebar2contentorange {
	float: right; /* since this element is floated, a width must be given */
	width: 493px; /* padding keeps the content of the div away from the edges */
	background-color: #FFE7C1;
	margin-right: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
	border: 0px solid #989898;
	margin-bottom: 20px;
}
#sidebar2content-what2do {
	float: right; /* since this element is floated, a width must be given */
	width: 493px; /* padding keeps the content of the div away from the edges */
	background-color: #476493;
	margin-right: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
	border: 1px solid #989898;
	margin-bottom: 20px;
}
#sidebar2content-what2do p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	font-size: 0.9em;
	color: #FFFFFF;
}
#sidebar2content-what2do h3 {
	font-weight: bold;
	margin: 10px;
	color: #FFFFFF;
}
#what2doimg {
	margin: 0px 200px 10px 10px;
	float: left;
	width: 300px;
	clear: right;
	background-color: #476493;
	padding: 10px;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #476493;
}
#what2doimg .caption {
	padding-top: 5px;
}
#sidebar2content a {
	color: #152755;
}
