
/* CSS Document */



/* Import main breakdown template */
@import url("wedding_main.css");

/* Style individual elements */

a {
	color: #14327B;	
}

div.policy_price a{
	color: #ffffff;
	text-decoration:none
}

div#main_menu {
		background-image: url(../image/wedding_bg_menu_blue.jpg);
		background-repeat: no-repeat;
}

span.policy_top {
	background-image: url(../image/bg_policy_top_8style1.png);
	display: block;
	width: 180px;
	height: 10px;
	background-color: #9cd3e7;	
	background-repeat: no-repeat;
}

div.policy_header {
	background-color: #9cd3e7;
}

div.policy_price {
	padding: 7px;
	background-color: #6c96a6;
	color: #FFFFFF;
	font-weight: normal;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.policy_price h2 {
	font-weight: normal;
}

div.policy_footer {
	padding-top: 10px;
	clear: both;
	padding-left: 5px;
	margin-bottom: 15px;
	background-image: url(../image/bg_policy_bottom_8style1.png);
	background-repeat: no-repeat;
	height: 60px;
}

div#footer {
	background-color: #1c56ba;
	clear: both;
	width: 775px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: .7em;
	text-align: center;
}

span#footer_top {
	display: block;
	background-image: url(../image/bg_footer_top_blue.png);
	background-repeat: no-repeat;
	height: 10px;
	background-color: #14327B;
	width: 775px;	
}			

span#footer_bottom {
	display: block;
	background-image: url(../image/bg_footer_bottom_blue.png);
	background-repeat: no-repeat;
	height: 12px;
	background-color: #3191de;
	width: 775px;	
}

div#footer a {
	color: #FFFFFF;
}

/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
color:   #14327B;
font-size: 20px;
font-weight: bold;
margin-bottom: 18px
}
 
h3 {
	color: #14327B;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

h5 {	
	margin-bottom: 12px;
	font-size: 18px;
	color:#114E8A;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
 	
/**** View Page ****/
li {
    font-size: 12px;
	color:#14327B;
	line-height: 130%;
	font-style: normal;

}	

/**** sub page ****/

table.libra tr th, table.libra tr td {
    padding: 3px 3px;    
}

table.libra thead{
    background-color:#14327B;
    color: #fff;
    font-size: 11px;
}

table.libra tr.prices {
    background:#EBEBEB;
    font-size: 12px;
    text-align: left;
}

table.libra .a_left{
	text-align: left;
}				