@charset "utf-8";
/* CSS Document */
<style type="text/css">
<!--
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: #565756;
}

#container { width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background: #FFFFFF; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#565756; margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ text-align: left; /* this overrides the text-align: center on the body element. */ }

#header { background-image:url(images/logo1.jpg); background-position:left; background-repeat:no-repeat; padding:0; width:990px; height:105px; margin:0 auto;/* 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. */ }

#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 */ }

.nudgeRight { margin-right:15px; }

#hRightFloat { width:40%; float:right; height:95px; text-align:right; padding:10px 0 0 0; margin-right:20px; }

#headerNav { padding:15px 0 0 0; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#5d5858; }

#headerNav ul { margin:0; padding:0; }

#headerNav li { display:inline; margin:0 0 0 5px; list-style-type:none; }

#headerNav a:link, #headerNav a:visited { color:#565756; text-decoration:none; }

#headerNav a:hover { color:#ababab; }

#centerNav { height:76px; background-image:url(images/navBg.jpg); background-repeat:repeat-x; padding-top:5px; }

#centerNavIndex { height:323px; background-image:url(images/centerFocusBg.jpg); background-repeat:repeat-x; padding-top:5px; }

#centerFocusImg { background-image:url(images/centerfocus.jpg); background-position:center top; height:310px; }

#topLeftNav { width:990px; margin:0 auto; text-align:left; }

#topLeftNav ul { margin:0; padding:0; }

#topLeftNav li { display:inline; margin:0 15px 0 0; list-style-type:none; color:#fff; }

#topLeftNav a:link, #topLeftNav a:visited { color:#fff; text-decoration:none; }

#topLeftNav a:hover { color:#ababab; }

#topLeftNavIndex { width:990px; margin:0 auto; text-align:left; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#5d5858; background-image:url(images/centerfocus.jpg); background-position:center 100%; background-repeat:no-repeat; height:315px; }

#topLeftNavIndex ul { padding:5px 0 0 15px; margin:0; }

#topLeftNavIndex li { display:inline; margin:0 8px 0 0; list-style-type:none; color:#333; }

#topLeftNavIndex a:link, #topLeftNavIndex a:visited{color:#565756; text-decoration:none;}

#topLeftNavIndex a:hover{color:#ababab;}

#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; }

#mainContent h1 { color:#5d5858; font-size:30px; font-weight:normal; }

#mainContent h2 { color:#333; }

#footer { font-family:Verdana, Geneva, sans-serif; font-size:12px; text-align:left; height:250px; padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ background:#000; margin-top:30px; color:#fff; }

#footer ul { margin:0; padding:0; }

#footer li { color:#fff; list-style-type:none; display:inline; margin-right:8px; }

#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 */ }

#footer a:link, #footer a:visited{color:#fff; text-decoration:none;}

#footer a:hover{color:#ababab;}

#footerCenter { margin:0 auto; width:980px; padding-top:20px; }

.design { color:5d5858; font-size:30px; font-weight:normal; margin-top:5px; }

.designFloatLeft { float:left; width:256px; margin:0 35px 0 0; }

.inputBox { background-color:#999; border:0; height:21px; padding-top:5px; }

.submitBtn { background-color:#F00; color:#fff; border:0; height:27px; }

.inputSubmit { height:30px; font-size:20px; color:#fff; border:1px solid #000; font-size:14px; background-color:#333;}

.clearBoth { height:0; clear:both; }

.fontSize18 { font-size:18px; font-weight:bold; }

.fontSize16 { font-size:16px; font-weight:bold; }

.fontSize14 { font-size:14px; font-weight:bold; }

.fontSizeRed14 { font-size:14px; color:#9F0000; }

.fontSizeBlue18 { font-size:18px; color:#618FDB; letter-spacing:-1px; }

.fontSizeBlue24 { font-size:24px; color:#618FDB; font-family:Verdana, Geneva, sans-serif; }

.fontSizeBlue14 { font-size:14px; color:#618FDB; }

