body
{
    font-family: Helvetica;
	background-image: url('/media/images/paisly_background.gif');
}

.container_12 
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #EDE3DE;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 
{
	display:inline;
	float: left;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.container_12 .grid_12 {
	width:954px;
}

.container_12 .grid_4 {
	width:314px;
}

.container_12 .grid_8 {
	width:634px;
}

.top_banner
{
    background-color: #C2EBFD;
    font-size: 10pt;
    font-weight: bold;
	margin-top: 0px;
}

.left_top_banner
{
    float: left;
    margin: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
    
}

.right_top_banner
{
    text-align: right;
    float: right;
    margin: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.main_banner
{
    background-image: url('/media/images/latte_art_heart2.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-color: #1F0D0D;  
}

.content_banner
{
    background-color: #1F0D0D;  
}

.left_main_banner
{
    background-color: #1F0D0D;
    float: left;
}

.left_main_banner_image
{
    /**margin: 25px 25px 25px 25px;**/
}

.right_main_banner
{
    background-image: url('/media/images/latte_art_heart2.jpg');
    height: 316px;
}

.main_menu
{
    background-image: url('/media/images/main_menu_background.jpg');
    background-repeat: repeat;
    height: 40px;
    font-weight: bold;
    font-size: 10pt;
    border: 1px solid #E4D4D4;
}

.main_menu_wrapper
{
    border-left: solid 1px #E4D4D4; 
    height: 40px; 
    width: 860px; 
    margin: 0 auto;   
}

.main_menu ul
{ 
    padding: 0; 
    margin: 0 auto; 
    width: 800; 
} 

.main_menu li
{ 
    float: left; 
    list-style-type: none; 
    padding: 0; 
    margin: 0;
    position: relative;
} 

.main_menu a
{ 
    display: block; 
    width: 120px; 
    color: #666666;
    text-align: center;
    text-decoration: none;  
    padding: 0px 10px 0px 12px; 
    border-right: solid 1px #E4D4D4; 
    height:40px; 
    line-height:40px;
} 

.main_menu a:hover
{ 
    background-color: #EDE3DE;  
} 
.main_middle_content_header
{
    padding: 6px 6px 6px 6px;
    font-weight: bold;
    font-size: 11pt;
}
.main_middle_content
{
    border: solid 1px #1F0D0D;
    background-color: #FFFFFF;
    padding: 6px 6px 6px 6px;
}
.middle_content_header
{
    background-color: #1F0D0D;
    color: #E4D4D4;
    padding: 6px 6px 6px 6px;
    text-align: center;
    font-weight: bold;
    font-size: 11pt;
}

.middle_content_50perc_left
{
	width: 420px;
	float: left;
}	

.middle_content_50perc_right
{
	width: 420px;
	float: right;
}

.middle_content_picture
{
    border: solid 1px #1F0D0D;
    height: 365px;
}

.middle_content_picture img
{
    width: 312px;
    height: 365px;
}

.middle_content
{
    border: solid 1px #1F0D0D;
    background-color: #FFFFFF;
    height: 353px;
    padding: 6px 6px 6px 6px;
}

.middle_content_table
{
    border-spacing: 4px;
}

.middle_content_scroll
{
    border: solid 1px #1F0D0D;
    background-color: #FFFFFF;
    height: 353px;
    padding: 6px 6px 6px 6px;
    overflow-y: scroll; 
}

.footer_content
{
    background-color: #1F0D0D;
    color: #E4D4D4;
    vertical-align: middle;
    font-weight: bold;
    font-size: 10pt;
    height: 60px;   
    line-height: 60px;
    padding: 6px 6px 6px 6px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
================================
GALLERY GRID
================================
*/ 
.galleryGrid
{
    margin: Auto;
    text-align: center;
    width: 940px;
}

    .galleryGrid .item
    {
        width:200px;
        height: 250px;
        margin: 6px 6px 6px 6px;
        float: left;
        clear: right;
    }
        
    .galleryGrid .item.first
    {
        width:200px;
        height: 250px;
        margin: 6px 6px 6px 6px;
        float: left;
        clear: right;
    }
    
        .galleryGrid .item a
        {
            padding:0 7px 0 0;
	   margin: auto;
	   color: black;
	   decoration: none;
        }
    
        .galleryGrid .item img
        {
            display:block;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin: auto;
    width: 940px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}

    .photoGrid .item
    {
        width:200px;
        margin: 6px 6px 6px 6px;
        float: left;
        clear: right;
        text-align: center;
    }
                
    .photoGrid .item.first
    {
        width:200px;
        margin: 6px 6px 6px 6px;
        float: left;
        clear: right;
    }
    
        .photoGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
	   margin: auto;
	   color: black;
	   text-decoration: none;
        }
    
        .photoGrid .item img
        {
            display:block;
	   margin: auto;
        }
    
        .photoGrid .item span
        {
            display:block;
	   margin: auto;
        }

/*
================================
PHOTO ITEM
================================
*/ 
.photo
{
    margin: auto;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}
    
    .photo .pager
    {
        display:block;
        margin:0 0 10px 0;
    }

    .photo a.prev
    {
        background:url(../media/Assets/arrow_left.gif) no-repeat center left;
        float: left;
	   color: black;
	   text-decoration: none;
    }
    
    .photo a.next
    {
        background:url(../media/Assets/arrow_right.gif) no-repeat center right;
        float: right;
	   color: black;
	   text-decoration: none;
    }
    
    .photo .item
    {
        position:relative;
	overflow:hidden;

	display: block;
    }
    
        .photo .item span
        {
            /*display:none;   /*hide it if JS disabled and when page initially loads */*/
        
            position:absolute;
            left:0;
            bottom:0;
            
            background:url(../media/Assets/white_60_bg.png) repeat top left;
	    color:#000;
            width: 100%;
            /*width:540px;*/ /*550 - 5 - = 540px */
            padding:10px 5px 10px 5px;
        }

/*
================================
NEWS LIST
================================
*/

.newsList
{

    width: 400px;
}

    .newsList div
    {


        display:inline;
    }
    
    .newsList div.first
    {


        display:inline;
    }
    
        .newsList div span
        {
            font-weight:bold;
            font-size:11px;
        }

/* CSS if sIFR not enabled START */
.newsList div h4
{
	font-size:14px;
	line-height:1em;
}

    .newsList div h4 a
    {       
        font-weight:bold;
        color: black;
    }

.newsList a
{
        font-weight:bold;
        color: black;
}

.newsList hr
{
	border: solid 1px lightgray;
}
/* CSS if sIFR not enabled END */       


/*
================================
NEWS ITEM
================================
*/
.newsItem img
{
    margin: 6px 6px 6px;
    float: left;
}

/*
=================================
EVENT LIST SUB NAV
=================================
*/
.EventBody
{
	width: 280px;
}
.EventCalHeader
{
	padding: 2px;
	background-color: #C2EBFD;
	width: 60px;
	font: verdana;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	
}
.EventCalBody
{	
	padding: 2px;
	background-color: #F1E9E6;
	font: verdana;
	font-size: 30pt;
	font-weight: bold;
	text-align: center;
}
.EventCalText
{	
	padding: 4px;
	font: verdana;
	font-size: 12pt;
	vertical-align: top;
}
.EventListBodyText
{
	font: verdana;
	font-size: 10pt;
}
.EventCalText a
{	
	text-decoration: none;
	color: black;
}
.EventCalText a:hover
{
	text-decoration: underline;
}

/*
=================================
Menu Category List
=================================    width: 856px;    margin: auto;
*/
.menuGrid
{
    width: 856px;
    margin: auto;
display: block;
	clear: both;
}
.menuCategory
{
	width: 202px;
	float: left;
	clear: right;
	padding: 6px;
}
.menuCategoryHeader
{
	font-weight: bold;
	text-align: center;
}

.menuCategoryHeader a
{
	text-decoration: none;
	color: black;
}

.menuCategoryHeader a:hover
{
	text-decoration: underline;
}

.menuCategoryPicture
{

}

.menuCategoryPicture img
{
	border: solid 1px black;
}

/*
=================================
Menu item List
=================================
*/
.menuItemGrid
{
    width: 944px;
    margin: auto;
    clear:both;
}
.menuItem
{
	width: 460px;
	float: left;
	padding: 6px;
}
.menuItemHeader
{
	font-weight: bold;
	text-align: center;
}

.menuItemPicture
{

}

.menuItemPicture img
{
	border: solid 1px black;
}
        

================================
CONTACT STYLES
================================


.form .text
{
    width: 400px;
    margin:0 10px 0 0;
}

.form .fields
{
    width: 400px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    border: 1px solid black;
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    font-size:14px;
}
  
fieldset textarea
{

    border: 1px solid black;
    width:265px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border: 1px solid black;
    }

fieldset input.error, fieldset textarea.error
{
    border: 1px solid black;
}

    fieldset input.error:focus
    {
        border: 1px solid black;
    }

fieldset button
{
    border: 1px solid black;
    padding:0 7px 0 0;
    margin:10px 0;

}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix2:after {
    content: ".";
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */


















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
