/*-----------------------------------------------------*\
Ceverley Builders Cascading Style Sheet

This stylesheet defines styles and classes for the 
Ceverley Builders website at:
http://www.caverleybuilders.com

Version		1.0
Date:		9/6/08

Author: Content Is Queen Productions
http://www.contentisqueen.com
\*-----------------------------------------------------*/



/*-----------------------------------------------------*\
 * Position and Layout Classes
\*-----------------------------------------------------*/
#widthsetter	{
	width: 758px;
}

.dreamgallery {
	padding: 10px;
}
.dgtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #330000;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*Adds the margin to the main content so that IE likes it too. The old way misaligned pixels in IE*/
.paddedContent {
	margin-left: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

.clear {
	clear: both;
	}

/*-----------------------------------------------------*\
 * Default HTML tag behavior
\*-----------------------------------------------------*/

body {  

	font-family: "Times New Roman", Times, serif;
	font-size: 1em; 
	font-weight: normal; 
	color: #4a2b28;	
	background-color: #BE6F13;
	margin: 0;
  	padding: 5;
	}


hr {
	color: #660066; 
	height:1px;
	width: 100%;
	align: center;
	}
	
P  {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1em;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0.8em;
	font-weight: bold;
	color: #4a2b28;

	}

DL	{
	margin-left: 10px;
	}	
	
	
DT	{
	 font-weight: normal;
	}	
	
LI  { 
	font-family: "Times New Roman", Times, serif;
	font-style: normal; 
	font-weight: bold;
	font-size: 1.0em; 
	margin-left: 10px;
	margin-right: 5px;

	}
	
/*-----------------------------------------------------*\
 * Page Heading Classes
\*-----------------------------------------------------*/

/*Formerly known as Header*/
H1	{

	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #003300;
	text-align: left;

	
	}

/*Formerly known as HeaderSmall*/
H2 {  

	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em; 
	font-weight: bold; 
	font-style : normal;
	color: #660000;
	text-align: left;
	line-height: 2.0em;
	/*padding-left: 10px;*/

	}

/*Formerly known as HeaderSmaller*/
H3 {  

	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em; 
	font-weight: bold; 
	font-style : italic;
	color: #003300;
	text-align: left;
	/*padding-left: 10px;*/

	}


/*-----------------------------------------------------*\
 * Table and Accessibility Classes
\*-----------------------------------------------------*/

table.widthpx {
	width: 758px;
	}

table.maintable {
	width: 758px;
	/*padding: 10px;*/
	background-color: #cc9966;
	}
	
table.rightcol {
	width: 197px;
	padding: 0px;
	margin: 10px;
	background-color: #999900;
	}
	
	
td.dreamgallery
 {
	font-family: Arial;
	font-style: normal;
	color: #330000;
	font-size: 9px;
	}
	

	
/*-----------------------------------------------------*\
 * Anchor Classes
\*-----------------------------------------------------*/

A:link { 
	font-family: "Times New Roman", Times, serif;
	font-style: normal; 
	font-size: 1em; 
	color: #660000;
	}
	
	
A:visited { 
	font-family: "Times New Roman", Times, serif;
	font-style: normal; 
	font-size: 1em; 
	color: #660000;
	}
	
A:active { 
	font-family: "Times New Roman", Times, serif;
	font-style: normal; 
	font-size: 1em; 
	color: #990000;
	}
	
A:hover { 
	font-family: "Times New Roman", Times, serif;
	font-style: normal; 
	font-size: 1em; 
	color: #990000;
	}
	

	
A.whitelink:link { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 1.0em; 
	color: #FFFFFF;
	}
	
	
A.whitelink:visited { 
	font-family: Arial;  
	font-style: normal;
	font-weight: bold; 
	font-size: 1.0em; 
	color: #FFFFFF;
	}
	
A.whitelink:active { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 1.0em; 
	color: #FFFFFF;
	}
	
A.whitelink:hover { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 1.0em; 
	color: #FFFFFF;
	}



	
A.greenboxlink:link { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 1.0em; 
	color: #003300;
	}
	
	
A.greenboxlink:visited { 
	font-family: Arial;  
	font-style: normal;
	font-weight: bold; 
	font-size: 1.0em; 
	color: #003300;
	}
	
A.greenboxlink:active { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 1.0em; 
	color: #003300;
	}
	
A.greenboxlink:hover { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 1.0em; 
	color: #003300;
	}

	
	
/*-----------------------------------------------------*\
 * SPAN and Other  Misc. classes
\*-----------------------------------------------------*/

	
.LetterText { 
	font-family: Arial; 
	font-style: italic; 
	font-size: 1.0em; 
	color: #006699;
	margin-top: 0;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: .5em;
	}
	

.navtext { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.8em; 
	color: #996633;
	line-height: 2em;
	}
	
span.textrightcolumn {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #330000;
	padding: 5px;
	}
	
span.copyright { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.7em; 
	color: #FFFFFF;
	}
	
span.addresses { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.7em; 
	color: #996633;
	}

span.addressheader { 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 0.8em; 
	color: #996633;
	}
	
.footnote { 
	font-family: Arial; 
	font-style: italic; 
	font-size: 0.7em; 
	color: #990000;
	}
	
.BodyText { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 1.0em; 
	color: #000000;
	}
	
.BodyTextSmall { 
	font-family: Arial; 
	font-style: normal; 
	font-size: 0.8em; 
	color: #000000;
	}


.RedText { 
	font-family: Arial; 
	font-style: normal; 
	color: #990000;
	}
#bordertopheader {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: 4a2b28;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: 4a2b28;
	border-left-color: 4a2b28;
}
#borderright {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: 4a2b28;
}
#borderleft {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: 4a2b28;
}
#borderbottom {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: 4a2b28;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 4a2b28;
	border-left-color: 4a2b28;
}
