/**
 * @author Archa Sung <archa@fryewiles.com>
 * @version 0.1.0 20080606 AS
 */
 
 


body {
	
}

#header-container {
	background: #e6e6e6 url(/resources/images/layout/header-bg.gif) repeat-x;
	
	
}

#header {
	width: 975px;
	position: relative;
	
	
}

#logo {
	float: left;
	margin: 10px 25px;
}
 
.license-number {
	text-align: right;
	margin: 0;
	font-size: .8em;
	position: absolute;
	top: 70px;
	left: 240px;
}

#page-container {
	margin: 0;
	background: url(/resources/images/layout/body-bg.gif) repeat-x #e6e6e6;
}

#content-wrapper {
	padding: 0;
}

#content-container {
	width: 925px;
}

.column-right {
	float: right;
	width: 460px;
}

.column-left {
	float: left;
	width: 460px;
}

/*---------------------<menu>-----------------------*/

#menu-container {
	background: #c5c5c5 url(/resources/images/layout/menu-bg.gif) repeat-x;
	
}

#menu {
	font-size: 1.1em;
	padding-top: 5px;
	text-transform: uppercase;
	
	padding-bottom: 5px;
	width: 975px;
	text-align: left;
	
}


#menu ul{
	margin: 0px;
	width: 100%
}

#menu ul li {
	display: inline;
	border-right: solid 1px #dddddd;
	border-left: solid 1px #888888;
	padding: 5px 30px 4px 39px;
	margin: 0px;
	
}




#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #4c4c4c;
}

#menu ul .response {
	color: #4c4c4c;
}


/* ------------------- Small Top Menu --------*/


#small-menu {
	float: right;
	margin: 70px 0px 0px 0px;
}

#small-menu ul {

}

#small-menu ul li {
	display: inline;
	border-left: solid 1px #aaa;
	padding: 0px 10px;
	
}



#small-menu ul li a {
	color: #4c4c4c;
}

#small-menu ul li a:hover {
	color:#264989;
}




#small-menu ul .response {
	font-weight: bold;
}


/* ------------------- Sub-Menu --------*/

#sub-menu {
	margin-top: 3px;
}

#sub-menu ul {
	background-color: #e0e0e0;
	display: inline;
	padding: 5px;
	border-top: 0px;
	
	
}

#sub-menu ul li {
	display: inline;
	padding: 0px 10px;
}


.distinction {
	margin-left: 45px;
}

.building {
	margin-left: 229px;
}

.restoring {
	margin-left: 422px;
}

#sub-menu ul .response {
	font-weight: bold;
}





/* ------------------- Footer --------*/

#footer {
	background: #002766;
	border-top: solid #1A3F7B 16px;
	padding: 25px 30px;
	color:#59749F;
}



#footer ul li {
	list-style: none;
	display: inline;
	padding: 0px 10px;
	border-right: 1px solid #59749F;

}

#footer a {
	color:#59749F;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

.tagline {
	font-size: 2.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #59749F;
}


