/* Gough Square Chambers CSS Document */

* { font-size: 100%; }
html { 
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	}
	
body { 
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #484848;
	text-align: justify;
	background: url(../images/bg.gif) repeat-x;
	}
	
img { border: 0px; }

a:link, a:visited, a:active {
	text-decoration: none;
	color: #5b5b97;
	}
	
a:hover {
	text-decoration: underline;
	color: #5252a1;
	}

#container {
	background: url(../images/top-banner.gif) no-repeat 0 0;
	margin: 0 auto;
	width: 990px;
	padding: 0px 0px 10px 0px;
	}
	
#logo {
	float: left;
	text-indent: -10000px;
	margin: 8px 0px 0px 32px;
	padding: 0px;
	line-height: 5px;
	width: 124px;
	height: 140px;
}

#top-links {
          float: left;
          width: 800px;
          margin: 15px 0px 0px 0px;
          padding: 0px;
          text-align: right;
          font-size: 1.05em;
          }
          
#top-links li {
          display: inline;
          margin: 0px;
          padding: 0px 10px 0px 0px;
          }

#top-links li a {
          color: #c4c4fc;
          text-decoration: none;
}

#top-links li a:hover {
          color: #fff;
          text-decoration: underline;
}
	
#contacts {
	float:left;
	width: 800px;
	margin: 50px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 1.05em;
	color: #fff;
	}
	
#contacts li {
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	}

#contacts li a {
	color: #c4c4fc;
	text-decoration: none;
}

#contacts li a:hover {
	color: #fff;
	text-decoration: underline;
}

#content {
	 clear: both;
	 margin: 15px 0px 0px 0px;
	 padding: 0px 32px 0px 32px;
}

#left-column {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	width: 206px;
}
	
#left-column li {
	list-style: none;
	display: block;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 0px -40px;
	border-bottom: 1px dotted #a8a8a8;
}
	
#left-column li a {
	font-weight: bold;
	font-size: 1.3em;
}

#left-column li a:hover {
	text-decoration: none;
}

#right-column {
	float: left;
	width: 687px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	border-left: 1px dotted #a8a8a8;
}

#footer {
	background: url(../images/base-bg.gif) no-repeat 0 0;
	clear: both;
	width: 924px;
	height: 125px;
	padding: 10px 40px 10px 32px;
	text-align: center;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

#footer2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 890px;
	}
	
h1 {
	font-weight: bold;
	font-size: 1.4em;
	padding: 5px 0px 10px 0px;
	color: #484848;
	border-bottom: 3px solid #a0a0cb;
}
	
h2 {
	font-weight: bold;
	font-size: 1.4em;
	padding: 5px 0px 10px 0px;
	color: #484848;
	border-bottom: 3px solid #a0a0cb;
}

span.header {
	font-weight: bold;
	font-size: 1.4em;
	padding: 5px 0px 10px 0px;
	color: #484848;
	border-bottom: 3px solid #a0a0cb;
	margin-bottom: 10px;
	display: block;
}

span.subheader {
	clear: left;
	font-weight: bold;
	font-size: 1.1em;
	color: #464665;
	margin-bottom: 0px;
	display: block;
}

h3 {
	clear: left;
	font-weight: bold;
	font-size: 1.1em;
	color: #464665;
	margin-bottom: 0px;
}

.align-right {
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

/* misc classes for styles within content */


/* highlights a quote by putting a blue box around */
.quote {
	padding: 15px;
	background-color: #ddddf5;
	width: 410px;
}

/* aligns and image to the right and text runs around */
.right-align-image {
	float: right;
	padding: 0px 0px 10px 20px;
}

/* aligns and image to the left and text runs around */
.left-align-image {
	float: left;
	padding: 0px 20px 20px 0px;
}

/* formats member names into a grid */


.member li {
	list-style: none;
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	width: 120px;
}

.download {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 32px;
	height: 32px;	
}

.download-text {
	width: 400px;	
}

/* formats download icons into a grid */
.download-grid {
	float: left;
	margin: 0px 20px 20px 0px;
	width: 125px;
	text-align: center;
}

.download-grid-icon {
padding-bottom: 5px;
}

.bluebold {
	font-weight: bold;
	font-size: 1.1em;
	color: #000090;
	margin-bottom: 0px;
}