/* CSS Document */
/* Cindy Site */


/* Reset all HTML */
@import url('reset.css');

/* General */
a {color:#897bb4;text-decoration:none;}
a:hover {color:#897bb4;text-decoration:underline;}
b, strong {font-weight:bold;}
i, em {font-style:italic;}
p {margin-bottom:1em;}
div.clearall {height:0px;margin-top:-1px;clear:both;}

/* INTERIOR: Architectural Regions */
body#int {margin:0;padding:0;background:#d0c3b2 url(assets/skin/CindyWebPaperBg.jpg) repeat top center;}
body#int #wrapper {width:1000px;margin:0 auto;background: url(assets/skin/bg-wrapper.jpg) repeat-y top left;}

/* INTERIOR: Header Regions */
body#int #header {width:1000px;height:107px;background: url(assets/skin/bg-header.jpg) no-repeat top left;}
body#int #header #navtools {
	width:175px;
	height:87px;
	padding:10px 25px 10px 0;
	float:right;
	overflow:hidden;
	text-align:right;
	color:#897bb4;
	font:14px/1.3em normal;
	font-style:italic;
	text-transform:uppercase;
	font-weight:bold;
	font-family: "Hoefler Text", "Times New Roman", Times, serif;
}
body#int #header #navtools a {color:#897bb4;text-decoration:none;letter-spacing:1px;}
body#int #header #navtools a:hover {color:#6c6c6f;text-decoration:none;}

body#int #flashnavs {width:1000px;height:58px;}
body#int #flashside {width:254px;height:609px;float:left;}
body#int #flashmain {width:746px;height:609px;float:right;}
body#int #main {width:1000px;background: url(assets/skin/bg-main.jpg) no-repeat top left;}
body#int #main #primarycontent {width:625px;padding-right:95px;float:right;color:#666666;font:16px/1.3em normal 'Times New Roman', Times, serif;font-style:italic;}
body#int #main #primarycontent h1 {color:#897bb4;font:25px/1.3em normal 'Times New Roman', Times, serif;font-style:normal;letter-spacing:2px;text-transform:uppercase;font-weight:normal;} 
body#int #main #primarycontent h2 {
	margin-bottom:20px;
	color:#7c9989;
	font:24px/1.3em normal 'Times New Roman', Times, serif;
	font-style:italic;
	letter-spacing:2px;
	font-weight: normal;
}
body#int #main #secondarycontent {width:280px;margin-top:40px;float:left;}
body#int #main #secondarycontent .sidequote {
	width:170px;
	padding:0 40px 0 50px;
	text-align:center;
	color:#7c9989;
	font:18px/1.3em normal Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	font-weight:normal;
	letter-spacing:1px;
	margin-top: 15px;
}

body#int #main #secondarycontent .sidetitle {
	width:170px;
	padding:0 40px 0 50px;
	text-align:center;
	color:#7c9989;
	color:#897bb4;
	font:normal 13px/1.3em normal 'Times New Roman', Times, serif;
	letter-spacing:4px;
	margin: 5px;
}

body#int #main #secondarycontent .sidecaption {
	width:130px;
	padding:25 55px 0 65px;
	text-align:center;
	color:#897bb4;
	font:normal 13px/1.3em normal 'Times New Roman', Times, serif;
	letter-spacing:4px;
	margin: 5px;
}

body#int #footer {width:1000px;height:92px;margin:0;padding:0;background: url(assets/skin/bg-footer.jpg) no-repeat top left;}

.Phone {
	font-family: Georgia, "Times New Roman", Times, serif, "Hoefler Text";
	color: #6c6c6f;
}

/* Specific Sections */

div#copyright {
	margin:60px 0 40px 0;
	text-align:center;
	color: #AB98B3;
	font-size: 100%;
}

div#copyright a {
	color: #AB98B3;
	text-decoration: none;
}

div#copyright a:hover {
	text-decoration: underline;
	color: #8E8096;
}

div#copyright2 {
	margin:60px 0 40px 0;
	text-align:center;
	color: #AB98B3;
	font-size: 90%;
}

div#copyright2 a {
	color: #AB98B3;
	text-decoration: none;
}

div#copyright2 a:hover {
	text-decoration: underline;
	color: #8E8096;
	
}
