﻿body 
{
    background-color:white;
    text-align:center;    
    font-family:Arial;
    font-size:12px;
    color:black;
}

h1
{
    color:White;
    font-size:20px;

}

h2
{
	color:White;
	font-size:16px;

}

a
{
    color:Navy;    
}

img
{
    border:0px;
}

ul
{
    margin-left:-40px;
}

li
{
   list-style-type:none;
   margin-left:0px;
}


#main
{
    background-color:#cec9c5;
    background-image:url(../_images/footprint-bkgd.gif);
    background-repeat:no-repeat;
    width:1024px;
    min-height:767px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    text-align:left;
}

#top_bar
{
    width:1024px;
    height:107px;
    margin:10px 0px 10px 15px;
    background-image:url(../_images/top_header.gif);
    background-repeat:no-repeat;
}

#top_bar #intro
{
    width:163px;
    height:56px;
    position:relative;
    left:270px;
    top:8px;
}

#top_menu
{
    position:relative;
    width:692px;
    height:37px;
    left:300px;
    top:14px;   
}

#top_menu .cell
{
    float:left;
}

#content
{
    clear:both;
    width:995px;
    min-height:498px;
    overflow:hidden;
    margin-left:15px;
}

#content .lhs
{
    float:left;
    width:195px;
    height:auto;
    overflow:hidden;
}


#content .lhs li
{
    height:33px;
}


#content .lhs .bottom
{
    margin-top:28px;
}

#content .lhs .bottom .lhs
{
    width:164px;
    height:260px;
    float:left;
}

#content .lhs .bottom .rhs
{
    width:53px;
    height:260px;
    background-image:url(../_images/lhs_menu_back.gif);
}

#content .rhs
{
    float:left;

}

#content .rhs .homepage
{
    background-image:url(../_images/homepage_content_back.gif);
    background-repeat:no-repeat;
    width:800px;
    height:498px;
}

#content .rhs .homepage .box1
{
    width:142px;
    height:216px;
    position:relative;
    top:12px;
    left:12px;
    overflow:hidden;
}

#content .rhs .homepage .box2
{
    width:161px;
    height:209px;
    position:relative;
    top:-205px;
    left:625px;
    overflow:hidden;
}

#content .rhs .homepage .box3
{
    width:626px;
    height:146px;
    position:relative;
    top:-155px;
    left:148px;
    overflow:hidden;
}

#content .rhs .homepage .box4
{
    width:163px;
    height:211px;
    position:relative;
    top:-371px;
    left:465px;
    overflow:hidden;
}

#content .rhs .newsbox
{
}

#content .newsbox_page2
{
    background-image:url(../_images/news_back_2.gif);
    width:144px;
    height:142px;   
    overflow:hidden;
    padding:10px 10px 10px 10px;       
    margin-bottom:8px;
}



#content .newsbox_homepage
{
    width:126px;
    height:217px;
    top:-582px;
    left:666px;
    position:relative;    
    overflow:hidden;
    
}



#content .newsbox h1, #content .newsbox h1 a
{
    color:#825d39;
}

#content .newsbox li
{
    height:auto;
    overflow:hidden;
    margin-bottom:10px;
}

#content .newsbox h1 a
{
    text-decoration:none;    
}

#content .rhs .centre_column
{
    float:left;

}

#content .rhs .page2RHS
{
    margin-left:10px;
    float:left;
}

#footer
{
    margin:20px 0px 0px 15px;
    clear:both;
    text-align:center;
}

#page2
{
    width:790px;
    height:auto;
    overflow:hidden;
    background-color:#adb47e;
}

#page2 #top
{
    background-image: url(../_images/page2_top.gif);
    width:790px;    
    height:17px;    
}

#page2 #center
{
    background-image:url(../_images/page2_back.gif);
    width:790px;
    height:auto;
    min-height:400px;
    overflow:hidden;
    background-repeat:repeat-y;
    padding-left:10px;
    padding-right:10px;
}


#page2 #bottom
{
    background-image:url(../_images/page2_bottom.gif);
    width:790px;
    height:16px;
}

/* --- LISTS --- */

.lpress
{
	border: 1px black solid;
	background-color:white;
	width:595px;
	height:auto;
	overflow:hidden;
	padding:5px 5px 5px 5px;
	margin-bottom:5px;
	clear:both;
	font-size:12px;
}

.lpress .date
{
	width:80px;
	float:left;
	margin-right:15px;
}

.lpress .title
{
	width:350px;
	float:left;
	margin-right:15px;
}

.lpress .type
{
	float:left;
}

div.press span
{
	display:block;
	line-height:14pt;
	font-size:10pt;
	margin-top:10px;
}

div.press span.title
{
	margin-top:0;
	line-height:15pt;
	font-size:12pt;
	font-weight:bold;
}

div.press
{
	font-size:10pt;
	width:590px;
}

div.press div.text a
{
	color:#008CE8;	
	font-weight:bold;
}

div.press div.text a:hover
{
	color:#286A95;	
}


div.content
{
    width:97%;
	text-align:justify;
}

div.content li
{
	list-style-type:disc;
}

div.content ul
{
	 margin-left:0px;
}

div.content table
{
}

div.content td
{
	vertical-align:top;
}

div.content .booklets td
{
	text-align:center;
}

div.alert
{
    color:Red;
    background-color:Yellow;
    font-weight:bold;
    font-size:14px;
    border:1px black solid;
    width:500px;
    height:20px;
    padding:5px 5px 5px 5px;
}

a.sulware
{
    color:Black;
    text-decoration:none;
    font-size:10px;
}

.sitemap ul
{
   list-style-type:square;
   margin-left:0px;	
}

.buttons
{
    width:514px;
    height:48px;
    margin:-143px 0px 0px 149px;
}

.buttons .btn_newuser
{
    width:145px;
    height:48px;
    float:left;
}

.buttons .btn_memberlogin
{
    margin-left:140px;
    width:110px;
    height:48px;
    float:left;

}

.buttons .btn_employerlogin
{
    margin-left:10px;
    width:108px;
    height:48px;
    float:left;

}
