/* ravdev.css */
body {
	margin:0px;
	padding:20px 0px 20px 0px;
    font-family: Arial, Helvetica, sans-serif;;
	text-align:center;/* begin IE centering hack */
}

#designSpace {
	text-align:left;/* end IE centering hack */
	margin-left:auto;
	margin-right:auto;
	width:717px;
	position:relative;
}

a {
	color:black;
}

h1 {
	font-size: 28px;
	line-height: 1em;
	letter-spacing: .05em;
	color:#668;
}

h2 {
	font-size: 14px;
	line-height: 1em;
	color:#335;
}

.navLinks a {
	font-size:10px;
	background-color:transparent;
	padding-left:3px;
	padding-right:3px;
	text-decoration: none;
}

.navLinks a:hover {
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-color:#eef;
}

#pageHeader {
	text-align:left;
	padding:0px;
	position: relative;
}

#pageHeader img {
	float: left;
}

#pageHeader .navLinks {
	border: 0px solid blue;
	position: absolute;
	right: 0px;
	top: 74px;
	z-index: 1;
	text-align: right;
	font-size:10px;
	padding-top:1px;
	padding-bottom:1px;
}

#headerImg {
	float: left;
	margin-top: 10px;
	border:0px solid black;
}

#mainContent.blueRightBG {
	background-image: url(images/bgblue165.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#mainContent a:hover {
	background-color:#bbe; 
}

#oneColumn {
	padding: 20px 40px 20px 40px;
	font-size:12px;
	line-height: 22px;
	text-align: left;
}

.caption {
	text-align: justify;
	font-size: 11px;
	letter-spacing: .075em;
	line-height: 1em;
}

#colLeft {
	float:left;
	width:136px;
}

#colLeftContent {
	padding-top:20px;
}

#colCenter {
	margin-left:136px;
	margin-right:165px;
}

#colCenterContent {
	text-align:left;
	padding:10px;
	font-size:12px;
	line-height:22px;
}

#colRight {
	float:right;
	width:165px;
}

#colRightContent {
	font-size:12px;
	color:white;
	text-align:left;
	padding:10px;
}

#colRightContent a {
	color:#9ff;
	background-color:transparent;
	text-decoration:none;
}

#colRightContent a:hover {
	border-top:1px solid white;
	border-bottom:1px solid white;
}

/* begin photoGallery and companyProfile specific */

#photoGallery #colLeft,
#companyProfile #colLeft {
	width:190px;
}

#photoGallery #colCenter,
#companyProfile #colCenter {
	margin-left:190px;
	margin-right:100px;
}

#photoGallery #colRight,
#companyProfile #colRight {
	width:100px;
}

#photoGallery #colLeftContent,
#companyProfile #colLeftContent {
	padding-top:40px;
	padding-left: 15px;
	font-size: 10px;
	line-height: 2em;
}

#photoGallery #colLeftContent .projLinks a,
#companyProfile #colLeftContent .profileLinks a
 {
	color:black;
}

#photoGallery #colCenterContent,
#companyProfile #colCenterContent {
	text-align:left;
	padding:20px 10px 10px 10px;
	font-size:13px;
	line-height:1.5em;
}

#photoGallery #colCenterContent table {
	margin-left: 20px;
	font-size:13px;
	line-height:1.5em;
}

#photoGallery tr.grey {
	background-color: #ccf;
}

#photoGallery td.width120 {
	width:120px;
	height: 1px;
}

#photoGallery td.width75 {
	width:75px;
	height: 1px;
}

#photoGallery td.width150 {
	width:150px;
	height: 1px;
}

#photoGallery #colCenterContent .bold {
	font-weight: bold;
}

#photoGallery #colCenterContent .left {
	text-align:left;
}

#photoGallery #colCenterContent .center {
	text-align:center;
}

#photoGallery #colCenterContent .right {
	text-align:right;
}

#photoGallery #colRightContent  img {
	clear: right;
	float: right;
	margin-top:20px;
}

/* end photoGallery and companyProfile specific */

#sitemapLists ul {
	list-style: none;
	font-size: 11px;
	line-height: 1.75em;
	letter-spacing: .05em
}

#sitemapLists ul a {
	color:#333366;
	font-weight: bold;
}

#sitemapLists ul ul a {
	color:#000000;
	font-weight: normal;
}

.right {
	text-align: right;
}

tr.grey {
	background-color: #ccf;
}

td.width100 {
	width:100px;
	height: 1px;
}

td.width150 {
	width:150px;
	height: 1px;
}

td.width200 {
	width:200px;
	height: 1px;
}

#pageFooter {
	border-top:1px solid #00789B;
	background-color:white;
}

#pageFooter .navLinks {
	font-size:10px;
	line-height:20px;
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
}

div.clearBoth {
	clear:both;
}
