/* CSS style for landing page */

#landing_wrapper 
{
	background-image:url(../Images/template/landing_page_horizontal_gradient.png);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	position:relative;
	height:383px;
	width:960px;
}

#nav_gradient 
{
	background-image:url(../Images/template/nav_gradient.png);
	background-repeat:repeat-x;
	width:100%;  
	overflow:hidden; /* < IE6 height fix */
}

#slide_show_container {
	float:right;
        width:577px;
	height:383px;
        position:relative;
}
#slide_show {
        width:577px;
	height:383px;
        overflow:hidden;
        position:relative;
}

#slide_show_container #main_image_horizontal_gradient
{
	background-image:url(/Images/template/main_image_gradient.png);
	background-repeat:repeat-y;
	background-color:transparent;
	position:absolute;
	width:100px;
	height:100%;
        z-index:5;

}

#slide_show_container #main_image_vertical_gradient
{
	background-image:url(/Images/template/nav_gradient.png);
	background-repeat:repeat-x;
	background-color:transparent;
	position:absolute;
	width:577px;
	height:20px;
        z-index:6;
}

#slide_show .easy_slides_caption {
    width:477px;
    height:35px;
    padding: 10px 0 0 100px;
}

.easy_slides_container {
    overflow:hidden;
    position:relative;
	border:1px solid #FF0;
}
.easy_slides_img1, .easy_slides_img2{
    display:none;
    top:0;
    position:absolute;
}

.easy_slides_img1 {
    z-index:2;
}

.easy_slides_img2 {
    z-index:1;
}

.easy_slides_caption {
    position:absolute;
    bottom:0;
    background-image:url(/Images/template/main_image_caption_main_gradient.png);
    background-color:transparent;
    display:none;
    z-index:3;
    color:#fff;
    font-family:sans-serif;
    font-size:13px;
	font-weight:bold;
}

#left_panel 
{
	float:left;
	width:345px;
	margin-top:40px;
	margin-left:30px;
	display:inline;
}

#left_panel #search_heading {
	color:#782131;
	margin-bottom:10px;
}

#left_panel #input_wrapper {
	width:100%;
	float:left;
	color:#000000;
	font-size:1.0em;
	font-weight:bold;
}

#left_panel #input_wrapper label {
	width:100%;
}

#left_panel #input_wrapper select {
	width:100%;
	margin-bottom:15px;
}

#left_panel #input_wrapper p {
	margin-top:15px;
	font-size:1.0em;
}

.search_button 
{
	background-image:url("../images/template/ButtonSearch.png"); 
	background-repeat:no-repeat;
	cursor:pointer;
}

#news_wrapper 
{
	width:100%;
	border-top:1px solid #BF7F8B;
	float:left;
	background-color:#f4d3d9;
}

#news_wrapper #news_item_left 
{
	float:left;
	width:191px;
}

#news_wrapper #news_item_left img 
{
	width:191px;
}

#news_wrapper .news_item_middle
{
	float:left;
	width:191px;
	border-left:1px solid #BF7F8B;
}

#news_wrapper .news_item_middle img
{
	width:191px;
}

#news_wrapper #news_item_right 
{
	float:left;
	width:191px;
	border-left:1px solid #BF7F8B;
	
}

#news_wrapper #news_item_right img
{
	width:191px;
	height:73px;
}

.news_heading 
{
	width:191px;
	background-color:#b93e55;
	padding-top:5px;
	padding-bottom:5px;
}

.news_heading p
{
	line-height:2.0em;
	padding:0px;
	margin:0px;
	padding-left:10px;
	color:White;	
}

.news_heading a
{
	/*line-height:2.0em;*/
	padding-top:0px;
	margin:0px;
	padding-left:10px;
	color:White;
	text-align:left;	
}

.news_image 
{
	width:190px;
	height:73px;
	border-top:1px solid #BF7F8B;
	background-color:White;
}

.news_caption 
{
	border-top:1px solid #BF7F8B;
	background-color:#f4d3d9;
	width:190px;
	min-height:113px;
}

.news_caption p
{
	padding:10px;
	margin:0px;
}

.news_caption p a 
{
	color:Black;
}