@charset "UTF-8";

img {
	border: none;
}

a {
	color: #214560;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #99947F;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #214560;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #993300;
	font-weight: bold;
	font-style: normal;
}

h2 {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #993300;
	font-style: normal;
}

h3 {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #1D3D55;
	font-weight: bold;
	font-style: normal;
}


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99947F;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/BrickAlphaFinal.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	background-position: center top;
}

.noMargin {
	margin: 0;
	padding: 0;
}

.color {
	font-size: 14px;
	color: #1D3D55;
	padding: 0;
}

.yellow {
	font-size: 14px;
	color: #FF9933;
	padding: 0;
}

.yellowOnly {
	color: #FF9933;
}

.orange {
	color: #993300;
}

.bold {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/blackBgnd.png);
	background-repeat: repeat-y;
	background-position: center top;
} 

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #navBar {
	padding: 20px 0;	
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 255px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 0px 40px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 298px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 40px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #mainContentDirections {
	margin: 0 0 0 70px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 40px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #99947F;
	font-size: 12px;
	font-weight: normal;
	margin: 0.3em 0 1em 0;
}

.twoColFixLtHdr #mainContent h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #99947F;
	font-size: 12px;
	font-weight: bold;
	margin: 0.3em 0 0em 0;
}

#address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#tell {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993300;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
}

.termsPar {
	padding: 0px;
	margin: 0 0 1ex 0;
	font-size: 11px;
}

.twoColFixLtHdr #footer {
	clear: left;
	padding-top: 0;
	padding: 10px 240px 10px 40px;
} 

.twoColFixLtHdr #footer p {
	margin: 11px 0 0.25em 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse. space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999966;
}

.twoColFixLtHdr #hours {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 21px 40px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999966;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: right;
}

.twoColFixLtHdr #hours p {
	margin: 0 0 0.25em 0;
}

.twoColFixLtHdr #footer2 {
	text-align: center;
	padding: 10px 0;
	clear: both;
	background-image: url(images/blackBgnd.png);
	width: 780px;
} 

.designer {
	color: #999966;
	font-size: 11px;
	margin: 0 0 0.25em 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#formone, #formtwo, #formthree {
	padding: 15px;
}

form {
	padding: 20px 0px;
}

form div {
	margin: 0 0 0.25em 0;
	clear: none;
	
}

form div.actions {
	margin-left: 8em;
	padding-left: 1.5ex;
	padding-top: 1ex;
}

form label {
	width: 8em;
	display: block;
	float: left;
	padding-top: 1ex;
	padding-right: 1.5ex;
	text-align: left;
}

form #message {
	overflow: auto;
}

form #name, #email, #number, #message, #myname, #myemail, #friendname, #friendemail, #mymessage, #name3, #email3, #message3 {
	border: 1px dotted #214560;
	background-color: #000000;
	color: #99947F;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	width: 220px;
	padding: 0.5ex 1ex;
}

#navlinks {
margin : 0;
padding : 0 3em;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
color: #214560;
}

#navlinks li {
display : inline;
margin-right : 0.5em;
padding-right : 0.75em;
border-right : 1px solid #214560;
}

#navlinks li.last {
border-right : 0;
}

#navlinks a:hover {
color : #99947F;
}

.center {
	text-align: center;
}

#newMenu {
	margin-top: -30px;
	margin-left: 165px;
	margin-bottom: -20px;
}
