/* 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:400px;*/
	width:960px;
}

#nav_gradient 
{
	background-image:url(../Images/template/nav_gradient.png);
	background-repeat:repeat-x;
	width:100%;  
	overflow:hidden; /* < IE6 height fix */
	height:100%;
}

#slide_show_container {
	float:right;
        width:577px;
	height:100%;
        position:relative;
}
#slide_show {
        width:577px;
	height:100%;
        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;
	padding-top:50px;
	padding-left:30px;
	display:inline;
	height:100%;
}

#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 {
	padding:0px;
	margin:0px;
	margin-bottom:1em;
	font-size:1.0em;
}

#left_panel #input_wrapper hr {
	
}

#right_panel {
	float:left;
	width:550px;
	overflow:hidden;
	padding-left:33px;
	padding-top:20px;
	height:100%;
}

p.facebook {
	background-image:url(/Images/logos/f_logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

p.facebook a {
	display:block;
	padding-left:20px;
}

.search_button 
{
	border:2px solid;
	background-color:#F9F9F9;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-bottom-color:#999999;	
	border-right-color:#999999;
	font-weight:bold;
	padding:3px;
	cursor:pointer;
}

#news_wrapper 
{
	width:100%;
	border-top:1px solid #BF7F8B;
	float:left;
	background-color:#f4d3d9;
	height:300px; /* Change this according to length of text on post caption */
}

#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;
	height:100%; 
}

#news_wrapper .news_item_middle img
{
	width:191px;
}

#news_wrapper #news_item_right 
{
	float:left;
	width:191px;
	border-left:1px solid #BF7F8B;
	height:100%; /* Change this according to length of text on post caption */
	
}

#news_wrapper #news_item_right img
{
	width:191px;
	height:73px;
}

.news_heading 
{
	width:181px;
	background-color:#b93e55;
	padding:5px;
	height:43px;
}

.news_heading p
{
	padding:0px;
	margin:0px;
	color:White;	
	font-weight:bold;
}

.news_heading a
{
	padding-top:0px;
	margin:0px;
	color:White;
	text-align:left;	
	font-weight:bold;
	display:block;
}

.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:115px;
}

.news_caption p
{
	padding:10px;
	margin:0px;
}

.news_caption p a 
{
	color:Black;
	display:block;
}

.news_caption p a .news_date
{
	color:#666666;
	font-size:smaller;
}
