/**Used to manage the styling of the CSS front page aapaf.ascx**/

#container
{
	width:950px;
	margin:0 auto;
	padding :0 auto;
	text-align :center;	
}


#contentWrap
{
	display :table ;
	text-align :left;
	width :800px;
	margin :0 auto;
	border: none;
	background: #000000 url("images/homepage-content-bg.jpg") top left no-repeat;
}

#contentCenter
{
	padding: 15px;
	color :#ffffff;
	background:#252b29 url("images/homepage-center-bg.jpg") top left no-repeat;	
	min-height: 700px;
	width: 369px;
}

#contentCenter .ContentPane img
{
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#fontpage_layout {
	margin-top: 5px;
	table-layout: fixed;
	width: 800px;
}

#fontpage_layout td{
	vertical-align: top;
}

#contentLeftHigher
{
    background: url(images/contentLeftBack.gif) bottom left no-repeat;
	height:auto !important;
	min-height:410px;
	height:410px;
	padding: 10px 0px 50px 15px;
	overflow: hidden;
	width: 185px;
}

#contentRightHigher
{
    background: url(images/contentRightBack.gif) bottom right no-repeat;
	height:auto !important;
	min-height:410px;
	height:410px;
	padding: 10px 0px 30px 15px;
	overflow: hidden;
	width: 186px;
}

#contentLeftLower
{
	color: Black;
	background: #b4d5ce;
	overflow: hidden;
}

#contentRightLower
{
	color: Black;
	padding-left: 10px;
	background: #b4d5ce;
	overflow: hidden;
}



#latestNews div, a:link
{
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	margin-top:10px;
	text-align:left;
	text-decoration:none;
	width:160px;
}

#latestNews a:hover
{
	color:#7D9BE3;
	
}

#latestNews .date
{
	color:#008080;
	font-family:"Arial Bold";
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:11px;
	margin-bottom:12px;
	margin-top:8px;	
}

#latestEvents div
{
	display :table;
	background-color :#104241;
	margin-top:5px;
	padding-top:5px;
	padding-left:8px;
	padding-right:5px;
	color:#2BB5B1;
    font-family:Tahoma;
    font-size:11px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:17px;
    text-align:left;
    margin-right: 10px;
    height:auto !important;
	min-height:60px;
	height:60px;
}

#latestEvents a
{
	text-decoration:none;
	display:block;
	line-height:17px;
}


/** Footer Styling **/

#footerWrap
{
    background-image:url(images/footer.gif);
    background-repeat:repeat-x;
    background-color:#9ac8be;
	width :100%;
	display :table;	
	bottom:0px;	
	text-align:center;
	margin-top: -1px;
}

 #footer
{
    background-image:url(images/footerBack.gif);
    background-repeat:no-repeat;
    background-position:center top;
	width:700px;
	height:145px;
	padding-top :80px;
	padding-left: 125px;
	padding-right: 125px; 
	text-align:center;
    margin:0 auto;
}

#footer ul {
	display: block;
	clear: both;
	width: auto;
	margin: 0 auto;
	overflow: hidden;
}


#footer ul li {
	list-style: none;	
	float: left;	
	padding-left: 10px;
}

#footer li a {
	color:#004848;
	font-family:Tahoma;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:11px;
	margin:0;
	text-align:center;
	text-decoration:none;
}


.module-heading
{
	color:#2BB5B1;
	font-family:Arial;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:16px;
	text-align:left;	
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.more
{
	float:left;
	color:#008b8b;
	text-decoration:none;
	margin-top: 10px;
	padding-left:20px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position:0px;
}

a.more 
{
	color:#008b8b;
}


iframe {
	border: none;
}

#contentLeftLower .LoginPanel {
	margin: 0px;
	padding-top: 30px;
	background: url("images/txtLogin.gif") top left no-repeat;
	font-family:Tahoma, Verdana, sans-serif;
}

#contentCenter .LoginPanel{
	margin: 0px;
}
#contentCenter .LoginPanel label{
	color: #FFFFFF;
}


#contentLeftLower a.CommandButton:link,
#contentLeftLower a.CommandButton:visited{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin: 0;
}

#contentLeftLower a.CommandButton:hover{
	text-decoration: underline;
}

#contentCenter a:link,
#contentCenter a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

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

#contentCenter .LoginPanel img {
	padding-left: 0px;
}

.LoginPanel img {
	vertical-align: middle;
}

.LoginPanel input.NormalTextBox {
	border: none;
	background: url("images/front-login-input-bg.gif") top left repeat-x;
	height: 28px;
	font-size: 20px;
}
