/* 
	BEGIN STANDARD UA DEFINITIONS FOR HTML 4.0 - Source W3.ORG 
*/
ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
BODY            { padding: 8px; line-height: 1.33 }
H1              { font-size: 2em; margin: .67em 0 }
H2              { font-size: 1.5em; margin: .83em 0 }
H3              { font-size: 1.17em; margin: 1em 0 }
H4, P,
BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU            { margin: 1.33em 0 }
H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
H6              { font-size: .67em; margin: 2.33em 0 }
H1, H2, H3, H4,
H5, H6, B,
STRONG          { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }
OL, UL, DIR,
MENU, DD        { margin-left: 40px }
OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }
/* 
	END STANDARD UA DEFINITIONS FOR HTML 4.0 - Source W3.ORG 
*/


/* commented backslash hack for ie5mac \*/ 
html, body{ height:90%; } 
/* end hack */



body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  margin: 20px 0;
  padding: 0;
  background-color: #ffffff;
  min-height: 760px; /* mozilla */
  min-width: 420px; /* mozilla */
  width: 100%;
  background-image: url(images/1x1trans.gif);
  background-repeat: repeat-y;
  background-position: left top;
}
img {
	border: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 8px;
}
br {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color:#333333;
	margin-top: 0.25em;
	margin-bottom: .5em;
	padding: 0px;
	letter-spacing: 0.05em;
}


#container {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 660px;
}

#navigation {
	float: right;
	width: 115px;
	clear: right;
}
#main {
	float: left;
	clear: left;
	width: 540px;
}
#head {
	clear: both;
}
#logo {
	height: 25px;
}
#pageheading {
	padding-left: 100px;
	float: left;
	margin-top: 10px;
}

#content {
	padding-right: 30px;
	clear: both;
	padding-top: 20px;
	padding-left: 50px;
}

#navigation ul.locator {
	list-style-type: none;
	padding: 0px;
	font-size: 0.850em;
	line-height: normal; 
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:10px
}
#navigation ul.locator li {
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
}

/* menu */
#navigation ul.menu {
	list-style-type: none;
	margin: 20px 0px;
	padding: 0px;
	font-size: 0.825em;
	line-height: normal;
	color: #336699;
}
#navigation ul.menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: normal;
}

#navigation ul a {
	text-decoration: none;
	color: #336699;
}
#navigation ul a:hover {
	text-decoration: none;
	color: #336699;
	font-weight: bolder;
}
#navigation ul a.selected {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}


/* sub-menu (list within menu list) */
#navigation ul.menu li.submenu {
	border-bottom-style: none;
}

#navigation ul.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul.menu ul li {
	margin-left: 1.5em;
}

#content h1 {
	color: #336699;
	font-size: 0.9em;
	margin-top: 2em;
}

/* this automatically adds dots to left-hand side */
#content .leftdots {
	background-image: url(images/dots_336699.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -50px;
	padding-left: 50px;
}

#content p {
	font-size: 0.9em;
	line-height: normal;
}

/* channel colours */
.c_architecture {
	color:#cc6699;
}
.c_communication {
	color:#336699;
}
.c_folio {
	color:#9999cc;
}
.c_urbandesign {
	color:#cc6699;
}
.c_vision {
	color:#ff99cc;
}
.c_sign {
	color:#00cc00;
}

#navigation ul.locator li.c_architecture a {
	color:#cc6699;
	font-weight: bold;
}
#navigation ul.locator li.c_communication a {
	color:#336699;
	font-weight: bold;
}
#navigation ul.locator li.c_folio a {
	color:#9999cc;
	font-weight: bold;
}
#navigation ul.locator li.c_urbandesign a {
	color:#cc6699;
	font-weight: bold;
}
#navigation ul.locator li.c_vision a {
	color:#ff99cc;
	font-weight: bold;
}
#navigation ul.locator li.c_sign a {
	color:#00cc00;
	font-weight: bold;
}
#navigation ul.locator li.c_architecture a:hover {
 text-decoration: none;
 color: #000000;
 font-weight: bold;
}
#navigation ul.locator li.c_communication a:hover {
 text-decoration: none;
 color: #000000;
 font-weight: bold;
}
#navigation ul.locator li.c_folio a:hover {
 text-decoration: none;
 color: #000000;
 font-weight: bold;
}
#navigation ul.locator li.c_urbandesign a:hover {
 text-decoration: none;
 color: #000000;
 font-weight: bold;
}
#navigation ul.locator li.c_vision a:hover {
 text-decoration: none;
 color: #000000;
 font-weight: bold;
}
#navigation ul.locator li.c_sign a:hover {
 text-decoration: none;
 color: #000000;
 font-weight: bold;
}
