/*#############################################################
Name: Deep Red
Date: 2006-08-28
Description: A two-column layout with a touch of red.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bgbody.gif) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}

img {
  border: 0;
}

div a {
	cursor: pointer;
	text-decoration: none;
}

h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 680px;
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 420px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 254px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}

#header, .link_projects, .lbl, .link_updates a {
	border-bottom: 6px solid rgb(250,250,250);
}

div.link_projects a:hover, div.link_updates a:hover, div.footer div.left a:hover {
	background: rgb(100,156,155);
	color:  rgb(250,250,250);
}

/* logo */
#header {
	background: url(../images/primeaux_associates.gif) no-repeat;
	height: 180px;
}
#header h1 {
	margin: 0;
	padding: 124px 0 0 0;
	font: bold 10pt Tahoma,Verdana,sans-serif;
	text-align:center;
}

/* main navigation */
.link_menu {
	background: rgb(58,231,196);
}

.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
	color: rgb(70,70,70);
}

.link_menu a:hover {
  background: rgb(100,156,155);
	color: rgb(200,200,200);
}

.link_menu li {
  list-style: none;
}

/* projects */
.lbl {
	background: #222 url(../images/bglbl.gif) repeat-x;
	clear: both;
	text-align: center;
}

.link_projects a {
	display: block;
	height: 40px;
	text-align: center;
	color: #FFF;
	padding-top: 12px;
	width: 254px;
	font-size: 14pt;
	font-family: sans-serif;
  text-align: center;
}

a.g1 {

}

a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
	background: #222 url(../images/grdnt_gray.gif) repeat-x;
}

.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}

.link_updates a {
	clear: right;
	display: block;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}

.link_updates a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
}

.content a {
	color: rgb(200,0,0);
	text-decoration: underline;
}

.content p {
	margin: 4px 0 10px 0;
}

.content .descr {
	color: #666;
	margin-bottom: 6px;
}

.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}

.content h1 {
  font: 14pt bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}

.resources  {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}

.project-profiles h1 {
  font-size: 10pt;
  font-weight: bold;
}