/*  Screen style sheet for www.candlewoodwebworks.com*/



/*  general _______________________________________________________________________________*/

* {
	padding: 		0;
	margin: 		0;
}

img  {
	border:	0;
	}

body { 
	font: 			100.1% geneva, arial, helvetica, sans-serif;
	text-align: 	center;
	background: 	#BBD6E3;
	}

p { 
	font: 			90.1% geneva, arial, helvetica, sans-serif;
	text-align: 	justify;
	padding: 		10px 45px 10px 43px;
	color: 			#3B7989;
	line-height: 	1.5em;
	}
	
p.contact { 
	
	text-align: 	right;
	padding: 		10px 45px 10px 40px;
	color: 			#DB4802;
	line-height: 	1.5em;
	}
	
p.callout { 
	
	text-align: 	center;
	padding: 		10px 60px 10px 60px;
	color: 			#DB4802;
	line-height: 	1.3em;
	font-weight:	bold;
	}
	
a{
	text-decoration: underline;
	
}

a:link ,a:visited {
	color: 			#88305F;
}

a:hover {
	color: 			#DB4802;
}

h2 {
	font: 			105.1% geneva, arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 		2px 110px 8px 63px;
	color: 			#DB4802;
	border-bottom:  #DB4802 1px dotted;
	font-weight:  	bold;
}

h3 {
	font: 			90% geneva ms, arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin: 		12px 70px 0 63px;
	color: 			#88305F;
	font-weight:  	bold;
	
}

ul {
	list-style: 	none; 
	margin: 		10px 20px 10px 10px;
}

li {
	font: 			90.1% geneva, arial, helvetica, sans-serif;
	color: 			#DB4802;
	line-height: 	1.5em;
	padding-left: 	1px;
	margin: 		5px 60px 10px 80px;
	list-style: 	disc;
}

#linkList ul {
	margin: 		0;
	padding: 		0;
	list-style: 	none; 
	margin: 		10px 10px 10px 10px;
}

#linkList li {
	font: 			100% trebuchet ms, arial, helvetica, sans-serif;
	padding-left: 	1px;
	margin: 		8px 0 0 8px;
	display: 		block;
	list-style: 	none;
	background: 	#3B7989;
	
}

#linkList p {
	font: 			90.1% geneva, arial, helvetica, sans-serif;
	text-align: 	left;
	padding: 		20px 25px 10px 35px;
	color: 			#fff;
	line-height: 	1.2em;
	
	
}

#linkList p a:link, #linkList p a:visited {
	font: 			100% geneva, arial, helvetica, sans-serif;
	color: 			#FCCD5F;
		
}

#linkList p a:hover {
	color: 			#fff;
	text-decoration: underline;
}



/* grid _______________________________________________________________________________*/

#container { 
	margin: 		0 auto;
	text-align: 	left;
	width: 			900px;
	background: 	#fff  url(../images/bg.gif) repeat-y center top;
	position: 		relative;
	}

#mainContent {
	padding-left:  270px;
}

#footer {
	background: 	transparent  url(../images/footer.gif) no-repeat bottom left;
	height: 		61px;
	text-align: 	left;
	padding-left: 289px;
}

#footer p {
	font-size:75%;
	color:#fff;
}

#linkList {
	position: 		absolute;
	top: 			220px;
	left: 			95px;
	width: 			190px;
	
}





/* headers _______________________________________________________________________________*/

#pageHeader h1 { 
	background: 	transparent  url(../images/logo.jpg) no-repeat top left;
	width: 			900px;
	height: 		195px;
}
#pageHeader h1 span {
	display:		none
}



/*  Paragraph  _______________________________________________________________________________*/



#mainContent p{
	margin: 		0 60px 0px 20px;
	background-color: 	#fff;
} 




/* Images-------------------------------------------------------------- */


.leftimage {
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 6px;
	float: left;
	display: inline;
}
.rightimage {
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 6px;
	display: inline;
}



/*  links  _______________________________________________________________________________*/

#footer a{
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: 			#FCCD5F;
}
#footer a:hover {
	color: 			#fff;
	text-decoration: underline;
}

#linkList li a {
	display: 		block;
	font-weight: 	bold;
	color: 			#FCCD5F;
	text-decoration:none;
	margin-left: 	0px;
	padding-left: 	18px;
	padding-bottom: 2px;
	
}
#linkList li a:hover {
	color: 			#fff;
	text-decoration: underline;
	
}

#linkList #uberlink a:link, #linkList #uberlink a:visited,
#linkList #uberlink a:hover, #linkList #uberlink a:active {
	color: 			#fff;
	text-decoration: underline;
	
}
