/**
 * @version $Id: position.css 9765 2008-04-28 08:21:02Z ircmaxell $
 * @author Smooth Fusion (Janae Allen)
 * @package Joomla
 * @subpackage Accessible-Template-Subpage
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background:#999999 url('../images/background.jpg') repeat-x;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	padding: 0px;
	text-align: center;
}

/* ################ Position ################  */
#all
{
	background: #FFFFFF;
	color: #000000;
	font-size: 0.8em;
	margin: 0 auto;
	max-width: 940px;
	padding: 0;
	text-align: left;
	position: relative;
}

#page 
{ 
        margin-top:10px;
}

#header
{
	color: #000000;
	margin: 0;
	position: relative;
	text-align: left;
	height:132px;
	width: 940px;
	background: url('../images/masthd_teaser.jpg') no-repeat;	
}

#contentarea
{
	border: solid 0px #000;
	margin: 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}


/* ###################### [SF] top signin ###################### */
#topSignin
{
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding-left:30px;
	padding-bottom: 9px;
	position:absolute;
	bottom: 0px;
	left: 0px;
	
}
#topSignin a.signInButton
{
	font-size:12px;
}

#topSignin a
{
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#topSignin a:hover
{
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#topSignin form input.submit
{
	color:#fff;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana;
	background: transparent;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	position: absolute;
}

/* ###################### [SF] top menu ###################### */
#topMenu
{
	position: absolute;
	bottom: 0px;
	left: 270px;
}
/* ###################### [SF] top banner ###################### */
/* ###################### [SF] top banner ###################### */
#topBanner
{
	position: absolute;
	bottom: 10px;
	right: 0px;
}

#teaserTop{
	width:900px;
	height:222px;
	border: solid 1px #d2e2ef;
        color: #565656;
        font-family:Verdana;
        font-size:11px;
        line-height: 19px;
}
#teaserBottom{
    width:900px;
    height:228px;
    margin-top:6px;
            font-family:Verdana;
        font-size:11px;
    position:relative;
}
#teaserBotLeft{
    position:absolute;
    width:294px;
    height:228px;
    top:0px;
    left:0px;
    border: solid 1px #d2e2ef;
    color: #4d4d4d;
    line-height:17px;
}
#teaserBotCenter{
    position:absolute;
    width:294px;
    height:228px;
    top:0px;
    left: 302px;
    border: solid 1px #d2e2ef;
    color: #4d4d4d;
    line-height:17px;
}
#teaserBotRight{
    position:absolute;
    width:294px;
    height:228px;
    top:0px;left:606px;
    border: solid 1px #d2e2ef;
    color:#4d4d4d;
}