/*---------------------------------------------*/
/* Silver Street Architects Website styles     */
/*---------------------------------------------*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	background: url(images/bg-solid.gif) repeat;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, san-serif;
	color: #000000;
}

a:link {
	color: #772307;
}

a:visited {
	color: #B5954A;
}

a:hover {
	color: #772307;
}

p {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
	font-size: 13px;
}

h6 {
}

ul{
}

li {
}
td {
	vertical-align: top;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#left {
}

#middle {
	background: url(images/bg-repeat.gif) repeat-x;
	height: 605px;
}
#main-bg {
	background: url(images/bg-silver-street-architects.gif) no-repeat;
	height: 605px;
}

#right {
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************* Home styles **************/
#home-content-top {
	text-align: right;
	padding-right: 5px;
}

#home-architect-nav {
	margin: 29px 0px 0px 0px;
}

/************* #top-nav styles **************/
#top-nav {
	margin: 43px 19px 23px 38px;
}

/************* #images-left styles **************/
#images-left img {
	margin: 0px 19px 15px 38px;
}

/************* Universal styles **************/
.maroon {
	color: #772307;
}
.small {
	font-size: 10px;
}

/************* Footer styles **************/
#footer {
	font-size: 10px;
	color: #666666;
	margin: 10px 0px 6px 15px;
}
#copyright {
	float: left;
}
#credit {
	float: right;
	text-align: right;
	font-size: 9px;
}

#footer-nav {
	font-size: 10px;
	color: #666666;
}
