/* CSS Document */
/* 	CaterOurParty www.caterourparty.com/caterourwedding
	Copyright (c)2005 CaterOurParty
	Site Design: Nathan Selikoff, www.nathanselikoff.com
colors used:
light blue: #b7d4fe;
medium blue: #65758c;
medium dark blue: #142e55;
dark blue: #172155;
gray: #979797;
*/

body {
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0px;
	padding:20px 0px;
}

#frame {
	width:760px;
	height:775px;
	margin:0px auto;
}

#footer {
	width:760px;
	margin:0px auto;
	text-align:center;
	padding-top:15px;
}

#nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px 0px 10px 29px;
}

#nav a {
	color:#000;
}

#nav a:hover {
	background:#dddddd;
}

#nav ul{ 
	margin:	0px;
	padding: 0px;
	display: inline;
	list-style:none;
	padding-left:138px;
}

#nav ul li{
	display: inline;
	margin:	0px 20px 0px 0px;
	padding: 0px;
	list-style:none;
	font-weight:bold;
}

#main {
	border:1px solid #979797;
	background:url(weddingcouple_bg.jpg) no-repeat left bottom;
	height:730px;
}

#main:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

#content_left {
	width:412px;
	padding:0px 12px 0px 30px;
	float:left;
}

#content_right {
	width:255px;
	padding:119px 37px 0px 12px;
	float:left;
}

#pricequoteresponse {
	width:300px;
	margin:100px auto;
	padding:25px 25px 25px 40px;
	border:1px solid #b7d4fe;
	text-align:center;
}

/*#content_right_menu {
	overflow:scroll;
	width:255px;
	height:655px;
	padding:119px 37px 0px 12px;
	float:left;
}*/

h1 {
	font-size:48px;
	font-weight:normal;
	color:#b7d4fe;
	margin:10px 0px;
}

h2 {
	font-size:16px;
	font-weight:normal;
	color:#65758c;
	margin:20px 0px 12px 0px;
}

h3 {
	position:relative;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

h5 {
	text-align:center;
}

h5 a {
	font-size:12px;
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #979797;
}

h5 a:hover {
	border-bottom:1px solid #979797;
}

p {
	line-height:1.5em;
	color:#172155;
	margin:15px 0px;
}

ul {
	line-height:1.5em;
}

#main a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #979797;
}

#main a:hover {
	border-bottom:1px solid #979797;
}

.whitebg {
	background:#fff;
}

/*workaround for IE/Firefox differences in interpreting margins of paragraphs within divs*/
div > p:first-child {margin-top:0;}

div#content_right a {border:0px; cursor: default;}
div#content_right a:hover {border:0px; text-decoration:underline;}
div#content_right a span {display:none;}
div#content_right a:hover span {
	display: block;
	position: absolute; top:3px; left:-180px; width: 160px;
	padding: 5px; 
	margin: 0px;
	color: #172155; 
	background: #b7d4fe;
	font: 10px Verdana, sans-serif; 
	text-align: left;
	text-decoration:none;
}