/* greg01 css
released under creative commons attribution license - please keep the 'designed by' link in the footer */

html, body {
	height: 100%;
	margin: 0;
	font-family: "BaaBookHmkBold", "Symphony", Arial, Comic Sans MS, Helvetica, sans-serif;
}

#container {
	min-height: 100%;
	position: relative;
}

* html #container {
	height: 100%;
}

/* header stuff */

#header {
	background: url(../_images/header.jpg) center;
	width: 100%;
	height: 123px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #376E88;
}

#header h2, #header h3, #header h4 {
	width: 800px;
	margin: 0px auto;
	font-weight: bold;
	color: #FFFFFF;
}

#header h2 {
	margin-top: -10px;
	font-size:  28pt;
}

#header h3 {
	padding-top: 45px;
	font-size: 18pt;
}

#header h4 {
	margin-top: -12px;
	font-size:  12pt;
}


#header a {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover {
	color: #4891B5;
}

/* header-h stuff */

#header-h {
	background: url(../_images/header-2.jpg) repeat;
	width: 100%;
	height: 62px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #376E88;
}

#header-h h2, #header-h h4 {
	width: 800px;
	margin: 0px auto 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#header-h h2 {
	padding-top: 10px;
	font-size:  25pt;
}

#header-h h4 {
	margin-top: -20px;
	font-size: 12pt;
}

#header-h a {
	color: #FFFFFF;
	text-decoration: none;
}

#header-h a:hover {
	color: #4891B5;
}

/* horizontal menu */

#menu-h {
	background: url(../_images/menu_h.jpg) #FFF;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

#menu-h ul {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu-h li {
	float: right;
}

#menu-h a {
	background: transparent;
	display: block;
	float: right;
	margin: 0 auto;
	padding: 8px 4px 4px 8px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#menu-h a:hover {
	background: transparent;
	color: #66CCFF;
}

#menu-h .active {
	color: #66CCFF;
	text-decoration: none;
}

/* main content container */

#main {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 0;
	line-height: 1.4m;
}

#main h1 {
	border-bottom: none;
	width: 100%;
	color: #550055;
}

#main h2, #main h3, #main h4 {
	border-bottom: 3px solid #66CCFF;
	width: 100%;
	color: #550055;
}

/* main content */

#content {
	width: 570px;
	float: left;
	margin-right: 40px;
	margin-bottom: 80px;
	color: #000000;
}

#content p {
	font-size: 11pt;
	line-height: 1.2em;
}

#content blockquote {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	border-left: 1px solid #333399;
	padding: 0 2px 0 2px;
}

#content ul {
	font-size: 11pt;
	list-style-type: none;
}

#content ol {
	font-size: 11pt;
	list-style-type: none;
}

#content a {
	color: #333399;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content p.intro {
	font-style: italic;
	font-size: 11pt;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
	line-height: 1.2em;
}

#content img {
	padding: 3px;
	border: none;
}

#content table {
	font-size: 10pt;
	padding: 2px;
	border: none;
}

#content table, #content tr, #content td {
	border-collapse:collapse;
}

#content .border {
	border: 2px solid;
	border-color: #66CCFF;
}

#content .noborder {
	border: 0px;
}

/* right menu */

#menu-v {
	width: 190px;
	float: left;
	color: #333399;
	margin-bottom: 80px;
}

#menu-v ul {
	font-size: 11pt;
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-v a {
	width: 160px;
	border-bottom: 1px solid #66CCFF;
	display: block;
	text-decoration: none;
	color: #333399;
}

#menu-v a:hover {
	background: #eef;
}

#menu-v .active {
	background: #eef;
}

#menu-v a.link {
	text-decoration: none;
	border: 0;
	display: inline;
}

#menu-v a:hover.link {
	text-decoration: none;
	border: 0;
	display: inline;
}

#menu-v script .link {
	text-decoration: none;
	border: 0;
	display: inline;
}

#menu-v script:hover.link {
	text-decoration: none;
	border: 0;
	display: inline;
}

#menu-v p {
	font-size: 10pt;
	line-height: 1.2em;
}

#menu-v img {
	border: 0;
}

/* footer */

#footer {
	background: #550055;
	height: 50px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 8px;
	width: 100%;
	position: relative;
	margin-top: -65px;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: 9pt;
	margin: 0;
}

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

#footer a:hover {
	text-decoration: underline;
}

/* misc */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

/* PPGS info */

html, body.ppgs {
	height: 100%;
	margin: 0;
	font-family: "Franklin Gothic Book", Arial, Comic Sans MS, Helvetica, sans-serif;
}

#header-ppgs {
	background: url(../societies/_images/ppgs-header.jpg) center;
	background-repeat: no-repeat;
	background-color: #92E5F2 ;
	height: 285px;
	margin: 0;
	padding: 0;
}

#header-ppgs h3, #header-ppgs h4 {
	width: 760px;
	margin: 0 auto;
	font-weight: bold;
	color: #663300;
}

#header-ppgs h3 {
	padding-top: 50px;
	font-size:  30pt;
}

#header-ppgs h4 {
	margin-top: -6px;
	font-size: 14pt;
}

#header-ppgs a {
	color: #663300;
	text-decoration: none;
}

#header-ppgs a:hover {
	color: #F6C9CC;
}

