/* Start of CMSMS style sheet 'HS - Layout: Top menu + 1 column' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}

img {
	border: 0;
}
/*default link styles*/

a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;

}

a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #000 url(images/hs/bg02.jpg) repeat;
}
div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
	max-width:70em;
	min-width: 60em;
/* now that width is set this centers wrapper */
	margin: 0 auto;
	background: #000 url(images/hs/bg02.jpg) repeat;
}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
/* adjust according your image size */
	height: 141px;
	margin: 0;
	padding: 10px 0 10px 10px;
	/* you can set your own image here, will go behind h1 a image */
	background: #000 url(images/hs/headerbg.png) repeat-y right top;
/* border just the bottom */
	border-bottom: 1px solid #D9E2E6;
}
div#header h1 a {
/* you can set your own image here */
	background: url(images/hs/HS_LogoLong.jpg) no-repeat left top;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 141px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(images/hs/HS_LogoLong.jpg) no-repeat left top;
}
div#header h2 {
/* this is where the site name is */
        display: none;
}

div#header img#slogan {
        position: absolute;
        margin-top: 97px;
}

div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */
	background: url(uploads/ngrey/mainrtup.gif) no-repeat right bottom;
}

div#content {
/* some air above and under menu and content */
	margin: 1.5em auto 2em 0;
	padding: 0.8em 0 0 0;
        background: #fefefe none;
}

div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
	padding: 30px;
/* you can set your own image here */
	background: url(uploads/ngrey/rtup.gif) no-repeat right bottom;
}

div#setfees {
   margin-left: 25px;
   margin-right: 25px;
}

.rightcol {
  float: right;
  width: 48%;
}

.rightcol p, .rightcol h3 {
   padding: 5px;
}

.leftcol {
  float: left;
  width: 48%;
}

.leftcol p, .leftcol h3 {
   padding: 5px;
}


/********  FOOTER STYLES *******/

#footer { 
 width: auto;
 border: 1px solid #ccc;
 background: #000 url(images/hs/headerbg.png) repeat-y right;
 margin: 0;
 padding: 5px 5px 5px 15px;
}

#footer p {
	color: #83b015;
        font-size: 90%;
        margin: 0; padding: 0;
}

#footer img {
	padding: 5px 10px 0px 0px;
}

div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #83b015;
}

#footer table {
  padding-bottom: 20px;
}

/********  FOOTER MENU STYLES *******/

#footer ul {
   list-style: none;
}

#footer li {
   display: block;
   float: left;
   list-style: none;
   padding: 0px 15px 10px 0px;
}

#footer li a {
   color: #ffd633;
   text-decoration: none;
}

#footer li a:hover {
   color: #83b015;
   text-decoration: underline;
}

#footer li.currentpage {
   color: #83b015;
   font-weight: bold;
}


/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;

	border-bottom: 1px dotted #4d8500;
	margin: 1em;
        clear: left;
}

/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
/* HIDDEN FROM VIEW */
        display: none;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
/* HIDDEN FROM VIEW */
        display: none;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	font-weight: bold;
        font-size: 1.8em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #690;
	padding: 8px 0 8px 0;
}
div#content h3 {
        font-size: 140%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #83b015;
	padding: 0 0 5px 0;
	margin: 6px 0;
}
div#content h4 {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #360;
	padding: 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */


/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}

p.highlight {
        font-size: larger;
        padding: 0 0 0 6px;
        border-left: 6px solid #e0c200;
}

strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}


/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 1em;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}


ul.servicebox {
   margin-left: 3em;
}


/* END LISTS */

/* ~~~~~~ PORTFOLIO STYLES ~~~~~~~~ */

.imgdisplay {
   height: 280px;
   width: 98%;
   font-weight: bold;
}

.imgdisplay img {
   float: left;
   margin-right: 20px;
}

.imgdisplay p {
   padding-top: 100px;
}

div.divider {
   margin: 15px 10px; 
   height: 2px; 
   background-color: #e0c200;
   border-bottom: 1px solid #669900;
}

/* ~~~~~~ Why Page Styles ~~~~~~ */

#reasonswhy td {
   vertical-align: top;
   text-align: left;
   padding-right: 10px;
}

#reasonswhy td ul {
   margin-left: -10px;
}

#reasonswhy td li {
   padding: 3px 5px 7px 0px;
}

#reasonswhy span.em {
   font-weight: bold;
}

/* ~~~~~~ Hosting Page Styles ~~~~~~ */

.ppbutton {
  float: right;
  margin-top: -150px;
  margin-right: 50%;
  padding: 10px;
  border: 1px solid #690;
}

.ppbutton p {
  font-weight: bold;
}

.ppbutton form {
  text-align: center;
}

h3 img, h4 img {
   vertical-align: middle;
  padding-right: 20px;
  padding-bottom: 15px;
}

/* End of 'HS - Layout: Top menu + 1 column' */

