/* ------------------- DEFAULT CSS ------------------- */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(../images/background.gif);
	background-repeat:repeat-y;
	background-position: center 25%;
	background-color: #BFD4E2; 
	}

h3 {
	font-weight: bold;
	font-size: 14px; /* -- new -- */
	color: #BA483B;
	}

.intextemph {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style:italic;
	line-height: 16px;
	color: #E18B4C;
	}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(../images/background.gif);
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
    left: 0px;  
    top: 0px;
	}

img {
	border: 0px;
	}

#logo {
	position: absolute;
	left: 90px;
	top: 32px;
	width: 106px;
	height: 32px;
	}

#tagline {
	position: absolute;
	left: 213px; 
	top: 8px; /* was 32 with tagline */
	width: 450px; /* was 309 with tagline */
	height: 110px;
	}
	
#horizontalrule {
	position: absolute;
	left: 207px;
	top: 153px;
	}

	

/* ------------------- HEADER ------------------- */


#header {
	position: absolute;
	left:786px;
	top: 18px;
	width: 140px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	text-align:right;
	color: #454545;
	}


/* ------------------- BOXES ------------------- */


#boxes {
	position: absolute;
	left: 30px;
	top: 154px;
	width: 177px;
	height: 460px;
	}


/* -- left -- */

#left {
	width: 158px;
	padding: 61px 19px 0px 0px;
	text-align: right;
	}

a.leftmenu:link, a.leftmenu:visited {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 10px;
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
	color: #EDF4F8;
	}

a.leftmenu:hover {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 10px;
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
	color: #E18B4C;
	}

.leftsub {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 9px;
	line-height: 20px;
	text-transform: none;
	color: #CBC150;
	}

a.leftsub:link, a.leftsub:visited {
	text-decoration: none;
	color: #CBC150
	}
	
a.leftsub:hover {
	text-decoration: none;
	color: #28827F;
	}	

a.leftsub:active {
	text-decoration: none;
	color: #28827F;
	}



/* -- right -- */

#righthome {
	width: 220px;
	padding: 12px 8px 0px 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 20px;
	color: #525252;
	}

#righthome p {
	padding-bottom: 5px;
	}

#righthome h2 {
	color: #E18B4C;
	}
	
#righthome a:link, #righthome a:visited {
	color: #28827F;
	text-decoration: none;
	}	

#righthome a:hover {
	color: #E18B4C;
	text-decoration: none;
	}


#rightsub {
	width: 220px;
	padding: 49px 8px 0px 12px;
	}

#rightsub {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px; /* -- was 12px -- */
	line-height: 14px; /* -- was 16px -- */
	color: #BA483B;
	}
	
#rightsub a:link, #rightsub a:visited {
	text-decoration: none;
	color: #28827F;
	}
	
#rightsub a:hover {
	text-decoration: none;
	color: #BA483B;
	}


/* ------------------- CONTENT ------------------- */

#content {
	position: absolute;
	left: 224px;
	top: 167px;
	width: 450px;
	z-index: 100;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 18px; /* -- was 20px -- */
	color: #525252;
	}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #28827F;
	}

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

.contentpagetitle, #content h2 { /*name might change, depends on joomla*/
	font-weight: bold;
	font-size: 16px; /* -- new -- */
	color: #28827F;
	}


/* ------------------- TABLE INSIDE CONTENT ------------------- */

.tableincontent {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #525252;
	}

a.tableincontent:link, a.tableincontent:visited {
	text-decoration: none;
	color: #28827F;
	}

a.tableincontent:hover {
	text-decoration: none;
	color: #E18B4C;
	}



/* ------------------- SEARCH ------------------- */

#search {
	position: absolute;
	left: 700px;
	top: 108px;
	width: 232px; /* -- maybe remove later? -- */
	}


/* ------------------- ADMIN LOGIN ------------------- */

#adminlogin {
	position: absolute;
	left: 700px;
	top: 644px;
	width: 232px; /* -- maybe remove later? -- */
	}

/* ------------------- FOOTER ------------------- */

#footer {
	position: absolute;
	left: 30px;
	top: 628px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 8px;
	color: #454545;
	}

