﻿
@page
{
	size:landscape ;
}


BODY{
    margin:0px auto;
    padding:0px;
    text-align:left;
    font-family: Verdana, Trebuchet MS;
    font-size:12px;
    background-color:#ddddda;
    
}
#popup_container
{
	margin:0px auto 0px auto;
	padding-top:4px;
	padding-bottom:10px;
	
	width:600px;
	/*border-right:225px solid #ff0000; 
	border-left-width:225px; */
	background-color:#ffffff;
	border-width:1px 1px 1px 1px;
	border-color:Red;
	
    position:relative; 
    border:0px solid red;
    display:block;
}
#popup_header{
    
	width:600px;
	height:90px;
	margin:10px auto 0px auto;
	position:relative;
	top:0px;
	margin-left:auto;
	border:0px solid red;
	background-color:#ffffff;
	display:block;
}

#container{    
	margin:0px auto 0px auto;
	padding-top:10px;
	
	width:1000px;
	/*border-right:225px solid #ff0000; 
	border-left-width:225px; */
	background-image:url(/Include/_images/Default/_BG/bg.jpg);
    background-position:left top;
    background-repeat:repeat-y;	
	border-width:1px 1px 1px 1px;
	border-color:Red;
	
    position:relative; 
}
#header{
    
	width:1000px;
	height:187px;
	margin:0px auto 0px auto;
	position:relative;
	top:0px;
	
	margin-left:auto;
	border:0px solid red;	
	background-image: url(/Include/_images/Default/_BG/header.jpg); 
	background-position:0px 25px; 
	background-repeat:no-repeat;
	border:0px solid red;
}

#ticker
{
	
	width:1000px;	
	margin:0px auto 0px auto;
	position:relative;
	border:0px solid red;
	min-height:18px;
    height:auto !important;
    height:18px;
    max-height:18px;
    overflow:hidden;
    margin-left:auto;
	background-image:url(/Include/_images/Default/_BG/bg.jpg);
    background-position:left top;
    background-repeat:repeat-y;    
    
}


#slide_show_holder{    
	width:1000px;
	height:201px;
	margin:0px auto 0px auto;
	position:relative;
	top:0px;
	margin-left:auto;
	border:0px solid red;	
	background-image:url(/Include/_images/Default/_BG/bg.jpg);
    background-position:left top;
    background-repeat:repeat-y;
	border:0px solid red;
	
}
#header_image
{
	    
	width:1000px;
	height:107px;
	margin:0px auto 0px auto;
	position:relative;
	top:0px;
	margin-left:auto;
	border:0px solid red;	
	background-image:url(/Include/_images/Default/_BG/bg.jpg);
    background-position:left top;
    background-repeat:repeat-y;
	border:0px solid red;
	
}

#home_left{
    float:left;
	width:379px;
	margin-top:10px;
	margin-left:11px;
	position:relative;
	display:table;
	border:0px solid red;   
}
#home_right{
    float:right;
	width:204px;
	margin-top:10px;
	margin-left:-204px;
	position:relative;
    display:table;
    border:0px solid yellow;
}

#home_center{
    float:left;
	width:400px;
	margin-left:0px;
	margin-top:10px;
	/*background-color:#d0d0d0;*/
	position:relative;
	display:table;
	padding: 0px 0px 0px 0px;
	border:0px solid green;
	background-color:White;
}
#main
{
	
	min-width:755px;
	max-width:755px;
	width:auto! important;
	margin-top:10px;
	margin-left:0px;
	position:relative;	
	width:755px;	
}
#top-boxes,#bottom-boxes
{
	border:0px solid red;
	height:0px;
	min-height:0px;
	height:auto! important;
	min-width:755px;
	max-width:755px;
	width:auto! important;
	width:755px;
}
#left{
	
	min-width:230px;
	max-width:230px;
	width:auto! important;
	margin-top:10px;
	margin-left:0px;
	position:relative;
	border:0px solid red;
	display:block; 
	width:230px;
	
}
#right{    	
	
	
	width:auto! important;	
	margin-top:10px;	
	position:relative;   
    border:0px solid red;
    display:block; 
    min-width:215px;
	max-width:215px;	
    width:215px;
    
}
#box-center
{
	width:540px;
}
#box-right
{
	width:215px;
}
#center
{
	display:block;  	
	min-width:540px;
	max-width:540px;
	width:auto! important;	
	margin-left:0px;
	margin-top:10px;
	/*background-color:#d0d0d0;*/
	border:0px solid red;
	background-color:White;
	width:540px;
	
}


#footer_top
{
	margin:0px auto 0px auto;	
	width:1000px;
	height:14px;	
	min-height:14px;
	height:auto! important;	   
    position:relative;
	background-image:url(/Include/_images/Default/_BG/footer_top.jpg);
    background-position:left top;
    background-repeat:no-repeat;	

   
}
#footer
{
	margin:0px auto 0px auto;	
	width:1000px;	
	    
    position:relative;
	background-image:url(/Include/_images/Default/_BG/bg.jpg);
    background-position:left top;
    background-repeat:repeat-y;
}
#footer_bottom
{
	margin:0px auto 0px auto;	
	width:1000px;
	height:20px;		   
    position:relative;
	background-image:url(/Include/_images/Default/_BG/footer_bottom.jpg);
    background-position:left top;
    background-repeat:no-repeat;	
}
#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }








