@charset "utf-8";
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;
	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 */
	color: #000;
	background-color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;	/* this overrides the text-align: center on the body element. */
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFF;
} 
.twoColFixRtHdr #container {
	border: 2px solid #0F3;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
}
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 294px;
	background-color: #DDDDDD;
} 

<!--	background-image: url(../images/architect-master_02.gif);


.twoColFixRtHdr #header h1{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #F1C24E;
	text-align:right;
	padding: 12px;
}

.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
	color: #6F0;
} 
.twoColFixRtHdr #footer p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #00F;
}
.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;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: square;
	display: inline;
right: 0px;
bottom: 0px;
border-color:#F90;
	
}
#navigation li {
	display: inline;
}

#navigation li a:link, #navigation li a:visited {
			background: #8c7e62;
			padding: .2em .8em;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			font-weight: bold;
			color: #fff;
			text-decoration:none;
			line-height: 1.2em;
			margin-right: .2em;
}

#navigation li a:hover {
	color:#FFF;
	background:#B89E92;
}

#navigation li a.current, #navigation li a.current:hover, #navigation li a.current:active {
	color: #78320E;
	cursor:default;
	background-color: #CF9;
}

#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	text-transform: none;
	text-align: justify;
	float: none;
}
#mainContent p strong {
	color: #03F;
	font-weight: bolder;
	text-transform: capitalize;
	text-align: right;
	letter-spacing: 0.1px;
}
#processOf {
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	background-color: #EDEBEC;
}

#mainContent #processOf1 {
	clear: none;
	float: right;
}
#mainContent #processOf2 {
	clear: none;
	float: left;
	margin: 0px;
}

#mainContent #processOf3 {
	clear: none;
	float: right;
}

#mainContent #processOf5 {
	clear: none;
	float: right;
}
#mainContent #processOf4 {
	background-color: #EDEBEC;
	padding-left: 10px;
	padding-right: 10px;
}

#footer a {
	color: #3F0;
	font-size: 70%;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}

/* When the mouse hovers over a link in the footer, it will appear with a slightly different brownish yellow text compared to the main menu and the text will not be underlined. */

#footer a:hover {
	color: #FF0;
	text-decoration: none;
}

#copy {
	display: inline;
	color: #FFF;
	font-size: 70%;
}

#header div h1 ,h2{
	color:#FFF;
	padding: 0px 0px 0px 100px;
	margin: 0px;
}
#callnow {
	text-align: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	float: left;
}
#container #adsense {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
