/*
CSS Document	
Name: HoLIS website Main CSS
Date: NOV 2010
Description: CSS - code is poetry
Version: 1.0
Author: BEI Consulting
*/


/***** Global *****/

/* --- Body --- */

body, html {
	background-image: url('../images/bluebg2.gif');
	background-repeat: repeat-x;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 960px;
	background-color: transparent;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#headerbox {
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.6);
	border: 4px solid #ffffff;
	background-color:#ffffff;
  	-moz-box-shadow: 0 0 3px 3px #acacac;
  	-webkit-box-shadow: 0 0 3px 3px #acacac;
	padding: 0;
	height: 227px;
	width: 952px;
	behavior: url(../scripts/PIE.htc);
}

#breadcrumbbox {
	background-color:#4f4f4f;
	height: 18px;
	width: 953px;
	font: 7.5pt Verdana;
	text-align: right;
	text-color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	padding-top: 3pt;
}

#navbar {
	background-image: url('../images/navbg.jpg');
	vertical-align: middle;
	height: 54px;
	width: 952px;
	padding: 0;
	margin: 0;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#navsearch {
	posision: absolute;
	background-color: transparent;
	padding: 0 0 0 750px;
	margin: -40px;
}

#main {
	position: relative;
	text-align: left;
	width: 953px;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#leftcolumn {
	float: left;
	background-color: transparent;	
	width: 700px;
	padding: 0 10px 10px 35px;
	margin-top: 0;
	margin-right; 20px;
	text-align: left;
}

#rightcolumn {
	float: right;
	background-color: transparent;	
	padding: 10px 10px 10px 10px;
	margin: 20px;
	text-align: right;
}

#footer1 {
	clear: both;
	position: relative;
	background-color: #d1d1d1;	
	height: 20px;
	width: 910px;
	padding: 12px 7px 7px 35px;
	text-align: left;
	font: .57em Verdana;
	line-height: 1.1;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#footer2 {
	position: relative;
	background-color: #efefef;	
	height: 50px;
	width: 910px;
	padding: 12px 7px 7px 35px;
	text-align: left;
	font: .57em Verdana;
	line-height: 1.1;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#content p {
	font: .8em Verdana;
	line-height: 1.2;
	text-align: justify;

}

#contentline {	
	border-bottom: 1pt dotted #cccccc;
}

.rimage {	
	float: right;
	margin-left: 20px;
	padding: 4px;
	border:4px solid #efefef;

}

#announcement {
	background-color: transparent;	
	font: 1em Georgia;
	line-height: 1.1;
	padding: 10px 10px 10px 0px;
	text-align: left;

}

/* --- Headings --- */
h1 {
	font: 1.58em Georgia;
	color: #000000;
	line-height: 0.5;
	margin-bottom: 0;
}	

h2 {font-size: 1.571em;}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {
	font: 1.27em Georgia;
	color: #0350a5;
	line-height: .5;
	margin-bottom: 1px;

}



h5 {
	font: 1.05em Georgia;
	color: #000000;
	line-height: .5;
	margin-top: 1px;
	margin-bottom: 4px;
}

h6 {
	font: 1em Georgia;
	color: #434343;
	line-height: .5;
	margin-bottom: 0;
}

h2, h3, h4, h5 {
	font: Georgia;
	font-weight: 400;
	color: #000000;
	line-height: 1.0;
	margin-bottom: 0;
}

/* --- Anchors --- */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #003cff;
	padding: 0 1px;
	text-decoration: none;
}
a:hover, a:active {
	background-color: transparent;
	color: #727272;
	text-decoration: none;
}


/* --- Fonts --- */


@font-face {
  font-family: Georgia;
  src: url('Georgia.ttf');
}
.my_CSS3_class {
  font-family: Georgia;
  font-size: 3.2em;
  text-shadow: 3px 3px 7px #111;

@font-face {
  font-family: Verdana;
  src: url('Verdana.ttf');
}

/* --- Lists --- */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
	font: .8em Verdana;
	line-height: 1.4;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
	font: .8em Verdana;
	line-height: 1.4;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* --- Quotes --- */
blockquote {font-style: italic;}
cite {}

q {}

/* --- Tables 
table {margin: .5em auto 1.5em auto; width: 98%;}

	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}

	tbody .alt td {}
	tbody .alt th {}

	/* Tfoot */
	tfoot th {}
	tfoot td {}
--- */