body, div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: #ffffff;
	text-align: center;
	margin: 15px;
}
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
	font-family: Georgia;
	font-size: 14px;
	color: #000;
	line-height: 16px;
}
p, h1, h2, h3, h4, ul, ol {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
	border: none
}
a:link, a:visited {
	color: #4a6d62;
	text-decoration: underline;
}
a:hover, a:active {
	color: #aebac3;
	text-decoration: underline;
}
div.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}
#loginArea {
	width: 214px;
	height: 97px;
	padding: 13px;
	background: url(../_images/loginArea.gif) no-repeat left top;
}
#loginArea h2 {
	margin: 0px;
}
#loginAra img {
	display: block;
}
#loginArea form {
	padding: 0px;
	margin: 0px;
}
#loginArea label {
	display: block;
}
#loginArea input {
	vertical-align: top;
}
#loginArea #id {
	float: left;
	width: 127px;
}
#loginArea #loginButton {
	float: right;
	width: auto;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: #fcfbfa;
	border: 1px solid #666;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 147px;
	background: transparent url(../_images/top.jpg) right top no-repeat;
	margin-bottom: 3px;
}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */

#menu-container {
	background: #4a6d62;
	height: 25px;
	margin-bottom: 3px;
}
#menu, #menu ul {
	list-style: none;
	margin: 0;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: relative;
}
#menu li {
	border-left: 5px solid #fcfbfa;
	float: right;
	position: relative;
	letter-spacing: 1px;
}
#menu li a, #menu li a:link, #menu li a:active {
	font: bold 11px/25px Arial, Helvetica, sans-serif;
	background: #4a6d62;
	color: #FFF;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}
#menu li a {
	padding: 0 9px;
}
#menu li a:hover {
	background: #ccc;
	color: #000;
}
#menu li:hover a, #menu li.sfHover a {
	background: #b7c3bc;
	color: #FFF;
}
#menu li:hover ul a, #menu li.sfHover ul a {
	background: #b7c3bc;
	color: #FFF;
}
#menu li:hover ul a:hover, #menu li.sfHover ul a:hover {
	background: #4a6d62;
	color: #FFF;
}
#menu ul {
	background: #b7c3bc;
	list-style: none;
	width: 177px;
	position: absolute;
	top: -999em;
}
#menu li:hover ul, #menu li.sfHover ul {
	top: 25px;
}
#menu ul li {
	border: 0;
	float: none;
}
#menu ul a {
	border-bottom: 0;
	width: 159px;
	white-space: nowrap;
	color: #FFF;
}
#menu ul a:hover {
	background: #4a6d62;
	color: #000;
}

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#main-wrapper {
	background: transparent url(../_images/main.gif) 0 0 repeat-y;
}
#main {
	background: transparent url(../_images/side.gif) 0 125px no-repeat;
}

/* ----------------------------------- */
/* SIDE
/* ----------------------------------- */
#side {
	width: 240px;
	height: 586px;
	float: left;
}
#home #side {
	height: 470px;
}
#latest-news {
	margin: 20px;
}
#latest-news h2 {
	color: #074523;
	font-size: 16px;
	border-bottom: 1px solid #074523;
}
#latest-news li {
	margin-left: 15px;
	margin-bottom: 15px;
}
#latest-news h2 a:link, #latest-news h2 a:visited {
	color: #074523;
	text-decoration: none;
}
#latest-news h2 a:hover, #latest-news h2 a:active {
	color: #000;
	text-decoration: none;
}
#side li a:link, #side li a:visited {
	color: #000;
}
#side li a:hover, #side li a:active {
	color: #074523;
}

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#content {
	float: right;
	width: 700px;
}
#main-home {
	background: transparent url(../_images/content/home.jpg) right bottom no-repeat;
	height: 470px;
}
#personal #content {
	background: transparent url(../_images/content/personal.jpg) right top no-repeat;
}
#business #content {
	background: transparent url(../_images/content/business.jpg) right top no-repeat;
}
#security #content {
	background: transparent url(../_images/content/security.jpg) right top no-repeat;
}
#privacy #content {
	background: transparent url(../_images/content/privacy.jpg) right top no-repeat;
}
#investor #content {
	background: transparent url(../_images/content/investor.jpg) right top no-repeat;
}
#san-diego #content {
	background: transparent url(../_images/content/san-diego.jpg) right top no-repeat;
}
#team #content {
	background: transparent url(../_images/content/team.jpg) right top no-repeat;
}
#contact #content {
	background: transparent url(../_images/content/contact.jpg) right top no-repeat;
}
#content h1 {
	font-size: 22px;
	color: #668a74;
	font-style: italic;
	padding-top: 125px;
	margin-bottom: 30px;
}
#home #content h1 {
	padding-top: 60px;
}
#text {
	margin: 10px 40px 40px 40px;
}
#home #text {
	margin-right: 250px;
}
#home #text p {
	line-height: 20px;
}
#home #text p.tagline {
	color: #668a74;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
#text li {
	margin-left: 20px;
}

/* Profile pages */
	#profile #content {
	margin-top: 60px;
}
#profile #text {
	width: 275px;
	float: right;
	display: inline;
}
#profile #text h1 {
	padding: 0;
	margin: 0 0 10px 0;
	color: #000;
	font-size: 18px;
}
#profile p.position {
	font-size: 15px;
	color: #668a74;
}
#profile #photo {
	float: right;
}
#profile #photo img {
	width: 175px;
}
#profile #list {
	float: left;
}
#profile #list li {
	font-size: 11px;
}
a.yahoo {
	color: #0000FF;
	font-weight: bold;
}

/* News page */
.news-item {
	margin-bottom: 15px;
}
.news-item h2 {
	font-size: 16px;
}
.news-item h2, .news-item p.date {
	margin: 0;
}
.news-item p.date {
	font-style: italic;
	color: #CCC;
}
#footer {
	margin-top: 15px;
}
