﻿


/* Greenville Health System Brand Style */
/* Created by Jason Pleakis */

/*   Primary Green: #3eb049 */
/* Secondary Green: #005C40 */
/*            Gray: #666; */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Use Google Font Open Sans instead of Whitney */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);



/* Universal Selectors */

.clear { clear: both; }
.graytext { color: #666; }
.blacktext { color: #000; }
.midweight { font-weight: 400; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

body { font-family: 'Open Sans', sans-serif; margin: 0px; padding: 0px; font-size: 12px; border-top: 3px solid #3EB049; font-weight: 400; color: #333; }
a img { border: none; }

a { text-decoration: underline; color: inherit; }
a:hover { text-decoration: underline; color: inherit; }

h1, h2, h3, h4, h5, h6 { font-weight: 300; }

h1 { font-size: 36px; margin: 16px 0; line-height: 38px; }
h2 { font-size: 32px; margin: 16px 0; line-height: 34px; }
h3 { font-size: 28px; margin: 16px 0; line-height: 30px; }
h4 { font-size: 22px; margin: 16px 0; line-height: 24px; }
h5 { font-size: 18px; margin: 16px 0; line-height: 20px; font-weight: 600; }
h6 { font-size: 16px; margin: 16px 0; line-height: 18px; font-weight: 600; }




hr { border: none; color: #666; background-color: #666; height: 1px; margin-top: 20px; margin-bottom: 20px; overflow: hidden;}

pre { margin-bottom: 20px; margin-top: 10px; border: 1px dashed gray; padding: 20px; font-size: 12px; }


p { padding-bottom: 12px; line-height: 20px; font-size: 12px; }

li { list-style-type: disc; margin-left: 30px; }
ul { margin-bottom: 30px; }
ol { margin-bottom: 30px; }
ol li { list-style-type: decimal; margin-left: 30px; }

strong,
.strong { font-weight: 600; }
small,
.small { font-size: 70%; }

blockquote { margin-left: 20px; padding: 20px; border-left: 1px solid #ccc; color: #666; }
blockquote p { font-style: italic; }
blockquote cite { font-weight: 600; font-style: normal;  }


/* Header Selectors */
#header { width: 960px; margin-left: auto; margin-right: auto; margin-top: 30px; margin-bottom: 0px; }
#logo { width: 240px; height: 60px; float: left; border: none; }
#property-double { font-weight: 300; height: 52px; font-size: 20px; line-height: 22px; padding-top: 8px; padding-left: 20px; margin-left: 20px; border-left: 1px solid #666; float: left; }
#property-single { font-weight: 300; height: 42px; font-size: 20px; line-height: 22px; padding-top: 18px; padding-left: 20px; margin-left: 20px; border-left: 1px solid #666; float: left; }
#search-container {  float: right; padding-top: 10px; text-align: right; }
#search-menu { font-size: 10px; margin-bottom: 5px; }
#search-menu a { text-decoration: none; color: #666;; }
#search-menu a:hover { color: #000; text-decoration: underline; }
#search-box { width: 200px; }

#main-nav-container { background-color: #3eb049; margin-top: 20px; margin-bottom: 0px;  }
#main-nav { margin-bottom: 0px; color: #fff; font-weight: 400; font-size: 14px; padding: 12px; padding-left: 20px; text-shadow: 1px 1px 2px rgba(0, 92, 64, 0.5); }
#main-nav li { display: inline; list-style-type: none; padding-right: 28px; margin-left: 0px; position: relative; }
#main-nav li a { text-decoration: none; color: #fff; }
#main-nav li a:hover { text-decoration: underline; }




/* FUN */
body { font-size: 16px; }
input { font-size: 12px; }
label { white-space: nowrap; }

#header { width: 90%; height: 60px; }
#wrapper { width: 90%; margin: 0px auto; clear: both; }

#boxtable { width: 70%; margin-top:20px; border: none; border-collapse: collapse; }
#welcomebox { width:50%; }
#loginbox { width: 50%; }
.logintextbox { width: 100%; }