/*-------------------------------------------------
 Imported Styles
-------------------------------------------------*/
@import url("base.css");



/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/

/* template Wedding Form illustration */
#titleAreaWF {
clear:left;
	margin: 0;
	padding: 0;
	background: #fff url(bg_banner_image.jpg) top no-repeat;
	height: 114px;
	/*border-top: 2px solid #999;*/
}

body
	{
	margin: 0;
	padding: 0;
	background: #757A63 url(bg-texture.jpg);
	text-align: center;
	font: small/1.6em lucida sans unicode, verdana, arial, sans-serif;
	color: #666;
	
}
	
/* Normal links */
a:link, a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

a:hover, a:visited:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
	/* Body links */
a.bodylink:link, a.bodylink:visited {
	color: #E98B13;
	text-decoration: none;
	font-weight: bold;
	border-bottom-style : dashed;
	border-bottom-color : #E98B13;
	border-bottom-width : 1px;
}

a.bodylink:hover, a.bodylink:visited:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
	/* global nav */
#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}

#nav a:hover, #nav a:visited:hover {
	color: #000;
	text-decoration: none;
	font-weight:normal;
	}
	
		/* footer*/
#footer a:link, #footer a:visited {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover, #footer a:visited:hover {
	color: #000;
	text-decoration: none;
	font-weight:normal;
	}
	
		
		/* sub navigation*/
a.subnav:link, a.subnav:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	
	}

a.subnav:hover, a.subnav:visited:hover {
	color: #000;
	text-decoration: none;
	font-weight:normal;
	
	}
	
/* navigation 'on' states*/
#nav a.on:link, #nav a.on:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	
	}

a.on:hover, a.on:visited:hover {
	color: #000;
	text-decoration: none;
	font-weight:normal;
	
	}

/* Image border */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent;
	}


/*-------------------------------------------------
HEADING TEXT ELEMENTS
-------------------------------------------------*/

h1 {
	font-size: 48px;
	font-weight: normal;
	color: #000;
	}

h2 {
	margin: 30px 0 20px 0;
	padding: 10px 0 0 0;
	font-size: 30px;
	font-family: lucida sans unicode, arial, helvetica, sans-serif;
	border-top: 4px solid #dedede;
	height: 50px;
  	height/* */:/**/36px;
  	height: /**/36px;
	font-weight: normal;
	color: #c90;
	}

h3 {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 25px;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;
	}

h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	}

h5 {	
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 80%;
	font-weight: normal;
	color: #666;
	}

h6 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #c30;
	}

p {
	margin: 0 0 1.0em 0;
	font-size: 12px;
	line-height: 1.5em;
	}

p.first {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 16px;
	color: #999;
	}

li {
	list-style: square;
	font-size:12px;
	}


/*-------------------------------------------------
MISCELLANEOUS
-------------------------------------------------*/

select {
	font: 12px lucida sans unicode, verdana, arial, sans-serif;
	background-color: #efefef;
	}
	
input, textarea{
background-color: #DCDDD8;
border: 1px solid #E98B13;
font: 12px lucida sans unicode, verdana, arial, sans-serif;
}

input.button{
background-color: #E98B13; 
border-bottom: 1px solid #AD680F;
border-top: 1px solid #ECC95D;
border-left: 1px solid #AD680F;
color:#fff;

}

div.break {
	clear:both;
	height: 1px;
	overflow: hidden;
	}
	
img { border: none; }
hr { display: none; }

table, td, tr {
	padding : 0;
	margin : 0;
}