/* 
------------------------------------------
Kathy's Gazebo Style Sheet
------------------------------------------
*/



/* Styles the Current Link in Left Margin
-----------------------------------------------------*/
@import "currentlink.css"; 

/* HTML Elements 
-----------------------------------------------------*/

body {
	margin:0px; 
	padding:0px;
	text-align:center;
	background: #1c3866;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color:#333;
	line-height: 16px;
	padding-bottom:20px;
	}
	
#wrapper {
	width:760px;
	margin:20px auto 20px auto;
	text-align:left;
	background-color:#fff;
	}
	
a:link, a:visited, a:active {
	color: #2C3FF5;
	text-decoration: underline;
	}
	
a:visited {
	color: purple;
	text-decoration: underline;
	}
		

h1{
	font-family:verdana, arial, san-serif;
	font-size:14px;
	color:#000;
	margin:0px 0px 10px 0px;
	}
	
h2{
	font-family:verdana, arial, san-serif;
	font-size:12px;
	color:#333;
	margin:0px 0px 0px 0px;
	}
	
li{
padding:5px 0px 5px 0px;
}

ul{
margin-top:2px;
	list-style-type: square;
	margin-left:20px;
	/*list-style-image: url(../images/bullet.gif);
	vertical-align:bottom;*/
}html>body ul{margin-left:-15px;}

p{
margin-top:5px;
}
	
	
	
/* HEADER ELEMENTS
--------------------------------------------------------*/
#banner {
	width:760px;
	margin:0px;
	padding:0px;
	
	}
	
.header{
	height:50px;
	background:url(../images/header_top_bg.gif) no-repeat top;
	width:760px;
} 


.logo{
	float:left;
	margin:15px 0px 0px 5px;
	}html>body .logo{margin:15px 0px 0px 12px;}
	
.phone{
	float:right;
	margin:12px 5px 0px 0px;
	}html>body .phone{margin:12px 13px 0px 0px;}
	
.marketing_image{
display:block;
height:185px;
width:760px;
}
	
/* PRIMARY NAV ELEMENTS
----------------------------------------------*/

#primary_nav{
float:left;
width:155px;
background-color:#f3f3f3;
font-size:11px;
font-weight:bold;
}



#primary_nav a:link, #primary_nav a:visited, #primary_nav a:active{
    color:#1c3866;
    text-decoration:none;
	border-bottom:1px solid #fff;
	display:block;
	line-height:24px;
	padding-left:6px;
}

#primary_nav a:hover{
    color:#666666;
}






/* Content Elements 
-----------------------------------------------------*/	
#main_content_container {
	width:739px;
	padding-bottom:15px;
	padding-left: 8px;
	padding-right:8px;
	
	
	}
	
#main_content{
	float:left;
	width:560px;
	margin-left:20px;
	
	
	}
	
.large_img_container{
width:550px;
height:300px;
}

.small_image{

}
	
.large_image{

width:550px;
}

.app_table{
border:1px solid #ddd;

}

.app_table td{
padding:10px;

}
	

	


/* Footer Elements 
-----------------------------------------------------*/	
#footer {
	font-size: 9px;
	background:#fff url(../images/footer_btm_bg.gif) bottom no-repeat;
	border-top:2px solid #f3f3f3;
	clear:both;
	color:#666666;
	padding:3px 14px 5px 14px;
	}
	
	
#footer a:link, #footer a:visited, #footer a:active {
	color:#666666;
	text-decoration: none;
	} 

#footer a:hover {
	text-decoration: underline;
	}		
	



	
/* Misc Elements 
-----------------------------------------------------*/		
.right{
float:right;
clear:right;
}

.left{
float:left;
clear:left;
}

.spacer{
clear:both;
}
