/*temporarily hide home search. Change margin: 0 10px; to margin:0; on _home-menu.css line 6 (ul#nav li) after search is live */
.hide-me { display:none;}

/* Resets */
* { margin: 0; padding: 0; }
ol,ul { list-style:none; }
a { outline: none; text-decoration: none; }
a:hover { text-decoration: none; }

/* General */
body { font-size:62.5%; font-family: Arial, Helvetica, Tahoma, sans-serif; background:#065786;}
h1.welcome { display: none; }

.right {float:right;}
.left {float:left;}
.clear {clear:both;}

/* Main Containers  */
#main-hm { background:#fff; width:989px; margin:25px auto; overflow:auto; padding-bottom:20px;}

/* Header & Logo  */
#header{ height:171px; width:959px; background: transparent url(../_img/_home/header-bg.jpg) no-repeat; margin:15px;}
h1#logo { text-indent: -9999px; background: transparent url(../_img/_home/ChangePoint.jpg) no-repeat left top; display: block; width: 140px; height: 45px; position: relative; left: 18px; top: 9px; }
h1#logo a {  background: transparent url(../_img/_home/ChangePoint.jpg) no-repeat left top; display: block; width: 140px; height: 45px; margin:0;}
h1#logo a:hover { background: transparent url(../_img/_home/ChangePoint.jpg) no-repeat -140px top; width: 140px; height: 45px; }

/* Navigation - See _home-menu.css */


/* Search */
#search { height: 27px; float: right; margin:15px 35px 15px 0; }
#search input { float: left; font-size: 1.3em; color: #86898B; width: 180px; padding: 4px 5px; border: 1px solid #cad148; background-color: #fff; }
#search input:focus { color: #065786;	border: 1px solid #6998c9; }
#search_go{ text-indent: -9999px; display: block; float: left; margin: 0 0 0 6px; width: 29px; height: 28px; background: url(../_img/_home/search.gif) no-repeat; }
#search_go:hover { background: transparent url(../_img/_home/search.gif) no-repeat -29px; }

/* Left Column */
#left-col{ width:624px; float:left; padding-left:15px; text-align:left;}
#left-col p {font-size:1.4em; line-height:1.6em; color:#86898B; padding:20px 0 0;}
#left-col a {color: #1569a7; text-decoration:underline;}
#left-col a:hover {color: #c9d136;}
#left-col h3 {font-size:2.4em; color:#86898B; margin-top:20px;}
#left-col hr { height:0; margin:10px 0; border-color: #86898B; border-style:solid; border-width:1px 0 0; clear:both; }

/* Right Column */
#right-col-top{ background: transparent url(../_img/_home/right-col-btm.jpg) no-repeat center bottom; width:320px; float:left; margin:0 0 15px 15px; padding-bottom:189px;}
#right-col { background:#71a3d1 url(../_img/_home/right-col-top.gif) no-repeat center top; padding-bottom:15px;}
#right-col h2{ font-size:2em; color:#fff; padding:12px 0 8px 15px;}
#right-col p{ font-size:1.4em; line-height:1.4em; color:#fff; padding:8px 15px;}
#right-col p a { color:#fff;text-decoration:underline;}
#right-col p a:hover { color: #065786;}
#right-col hr { width:290px;  height:0; margin:10px 0 10px 15px; border-color: #fff; border-style:solid; border-width:1px 0 0; clear:both; }
#starting-point { display: block; width: 290px; background: transparent url(../_img/_home/starting-point.jpg) no-repeat top center; padding:8px; }
#starting-point h2 a {display:block; width:281px; height:65px; text-indent: -9999px; }
#starting-point p { padding:2px 0 0 8px;}

/* Footer */
#footer-hm { width:989px; margin:0 auto; height:50px;}
#footer-hm p { float:left; font-size:1.4em; color:#fff; }
#footer-hm ul { float:right; list-style:none; font-size:1.4em; color:#fff;}
#footer-hm ul li { display:inline; }
#footer-hm ul li a { float:left; color:#fff; text-decoration:none; padding: 0; margin:0 10px;}
#footer-hm ul li a:hover { color:#c9d136;}

