/*
==================================================
Mirian Clancy.com Styles
==================================================
*/


/* Body Attributes
-------------------------------------------------- */


body {
	color: #324447;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #F4E9CD url(images/bgPattern.gif) top center repeat-y;
	}

body#contentBg {
	/*background-color: cyan;*/
	text-align: left;
	background: none;
	}

p {
	/*font-size: 12px;*/
	line-height: 14px;
	padding: 0px 0px 0px 0px;
	margin-bottom:10px;
	margin-top:0px;
	/*background-color: #ff0000;*/
	}


/* Class Attributes
-------------------------------------------------- */

h1 {
	font-size: 16px;
	/*line-height: 22px;*/
	text-decoration: none;
	font-weight: none;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	padding-bottom: 7px;
	margin-top:0px;
	/*background-color: #ff0000;*/
	/*font-style: italic;*/
	}

h2 {
	font-size: 11px;
	/*line-height: 16px;*/
	text-decoration: none;
	font-weight: none;
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
	padding-bottom: 5px;
	margin-top:0px;
	/*background-color: #B5AD8D;*/
	}

.quote {
	/*line-height: 16px;*/
	font-weight: bold;
	font-style: italic;
	/*background-color: #B5AD8D;*/
	}

.notes {
	font-size: 10px;
	color: #999999;
	/*line-height: 16px;*/
	font-weight: none;
	font-style: none;
	/*background-color: #B5AD8D;*/
	/*xmargin-bottom:10px;*/
	}

.SmImg{
	/*float: left;*/
	padding-bottom: 7px;
	}

.contactField1 {
	width: 230px;
	margin-bottom:5px;
	}

.contactField2 {
	width: 230px;
	height: 115px;
	margin-bottom:5px;
	}

.contactField1Error {
	width: 230px;
	margin-bottom:5px;
	background-color: #dd0000;
	}

.contactField3 {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 230px;
	margin-bottom:5px;
	}

.contactField3Error {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 230px;
	margin-bottom:5px;
	background-color: #dd0000;
	}

.errorMsg {
	color: #ff0000;
	}

input.button {
	font: 11px/14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #324447;
	}

input {
	border-right: #6C7564 1px solid;
	border-top: #6C7564 1px solid;
	background: #FFFFFF;
	font: 11px/14px Georgia, "Times New Roman", Times, serif;
	border-left: #6C7564 1px solid;
	color: #324447;
	/*border-botton: #6C7564 1px solid;*/
	}

form {
	display: inline
	}



/* Link Attributes
-------------------------------------------------- */

a {
	text-decoration: underline;
	color: #324447;
	}

a:hover {
	text-decoration: underline;
	}

a.mainNav {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #324447;
	}

a.mainNav:hover {
	text-decoration: underline;
	}


/* Layer Attributes
-------------------------------------------------- */

div#bgHolder {
	text-align: left;
	margin: 0 auto;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	/*background: url(images/graphic1Lrg.jpg) top left no-repeat;*/
	position: relative;
	width: 807px;
	height: 497px;
	/*background-color:cyan;*/
	}

	div#bgHolder img 	{
		float: left;
		}

div#mainNavBg {
	position: absolute;
	top: 5px;
	left: 255px;
	width:246px;
	/*text-align: left;*/
	/*padding:10px 10px 30px 10px;*/
	/*margin: 5px -15px -20px 255px;*/
	z-index: 4;
	/*background-color:red;*/
	}

	div#mainNav1 {
		position: absolute;
		top: 15px;
		left: 270px;
		width:250px;
		text-align: left;
		/*padding:10px 10px 30px 10px;*/
		/*margin: 5px -15px -15px 260px;*/
		z-index: 10;
		/*background-color:cyan;*/
		}

div#content_Bg {
	position: absolute;
	top: 40px;
	left: 245px;
	width:372px;
	text-align:left;
	/*margin: 40px -15px -15px 245px;*/
	z-index: 5;
	/*background-color:cyan;*/
	}

	div#iframe_Container {
		position: absolute;
		top: 65px;
		left: 270px;
		/*width:320px;*/
		text-align:left;
		/*margin: 65px 500px 5px 270px;*/
		z-index: 10;
		/*background-color:#BBCEDD;*/
		}

	div#content {
		position: absolute;
		width: 295px;
		text-align:left;
		margin: 0px 0px 0px 0px;
		/*background-color: cyan;*/
		}

div#radio {
	position: absolute;
	top: 180px;
	left: 20px;
	width:200px;
	/*padding:10px 10px 30px 10px;*/
	/*margin: 180px 0px 0px 15px;*/
	z-index: 10;
	background-color: #E4B192;
	}


