body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}

body#home {
	background-color: #636363;
	margin: 0px;
	padding: 0px;
	padding-top: 50px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}

body#popup {
	background-color: #cccccc;
}

em {
	color: #ce6e18;
}

a:link, a:visited {
	color: #ce6e18;
	text-decoration: none;
}

a:hover, a:active {
	color: #666666;
}

a.alt:link, a.alt:visited {
	color: #ffffff;
	text-decoration: underline;
}

a.alt:hover, a.alt:active {
	color: #333333;
}

p {
	margin-top: 0;
}

img {
	border: none;
}

img.right {
	float: right;
	margin: 0px 0px 15px 15px;
}

.page-header {
	margin: 0px 0px 15px 15px;
}

h1 {
	font-size: 32px;
	font-weight: normal;
	color: #ce6e18;
	margin: 0;
}

h2 {
	font-size: 13px;
	color: #484747;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}

form {
	margin: 0;
}

form input, textarea, select {
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
}

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}

.show {
	display: inline;
}

.show-block {
	display: block;
}

#homepage {
	width: 759px;
	height: 559px;
	overflow: hidden;
	margin: 0 auto;
	background-image: url('../media/images/bg-homepage-box.png');
	background-repeat: no-repeat;
}

#homepage #images {
	width: 679px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 40px;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-image: url('../media/images/bg-header.gif');
	background-repeat: repeat-x;
}

#page {
	margin: 0 auto;
	width: 850px;
	overflow: hidden;
}

#header {
	width: 100%;
	overflow: hidden;
	background-color: #ce6e18;
	padding-top: 3px;
}

#header-left {
	float: left;
	padding-left: 10px;
}

#header-right {
	float: right;
}

#quick-nav {
	background-image: url('../media/images/insideBgNav.gif');
	background-repeat: no-repeat;
	width: 259px;
	height: 88px;
	text-align: right;
	margin-top: 10px;
	padding-top: 17px;
}

#header-right #quick-nav a {
	display: block;
	margin: 0px 20px 5px 0px;
}

.inside-quick-nav1 {
	margin: 12px 25px 8px 0px;
}

.inside-quick-nav2 {
	margin: 0px 25px 8px 0px;
}

.inside-quick-nav3 {
	margin: 0px 25px 8px 0px;
}

#homepage #bottom {
	width: 678px;
	overflow: hidden;
	margin: 0px 40px 0px 40px;
	background-image: url('../media/images/bg-nav.gif');
	background-repeat: repeat-x;
}

#homepage #bottom #content {
	clear: none;
	float: left;
	width: 619px;
	height: 100px;
	background-image: url('../media/images/homeGradient.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

#homepage #bottom #content #copy {
	width: 300px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	padding: 20px 0px 0px 20px;
}

#homepage #bottom #content #quick-nav {
	background-image: none;
	height: auto;
	padding: 10px 10px 0px 0px;
}

#homepage #bottom #content #quick-nav a {
	display: block;
}

#homepage #nav {
	height: 38px;
	width: auto;
	overflow: hidden;
	text-align: center;
	border-left: 1px solid #404040;
	margin-left: 50px;
}

#homepage #nav a {
	height: 38px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding: 5px 5px 0px 5px;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #404040;
	width: 75px;
}

#homepage #nav a.singleline {
	line-height: 38px;
	padding-top: 0;
}

#homepage #nav a:link, #homepage #nav a:visited {}

#homepage #nav a:hover, #homepage #nav a:active {
	background-color: #404040;
}

#nav {
	width: auto;
	overflow: hidden;
	text-align: center;
	height: 43px;
	border-left: 1px solid #404040;
}

#nav a {
	width: 80px;
	height: 43px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding: 8px 20px 0px 20px;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #404040;
}

#nav a.singleline {
	line-height: 43px;
	padding-top: 0;
}

#nav a:link, #nav a:visited {}

#nav a:hover, #nav a:active {
	background-color: #404040;
}

#nav a#active-primary:link,
#nav a#active-primary:visited {
	background-color: #333333;
	color: #cccccc;
}

#page-body {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}

#page-content {
	float: left;
	width: 850px;
	overflow: hidden;
	margin-top: 20px;
}

#footnotes {
	clear: both;
	margin-top: 50px;
	width: 635px;
	float: right;
}

#footnotes #notice {
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

#footnotes #copyright {
	margin-top: 40px;
	color: #999999;
	font-size: 10px;
}

#footnotes #social-networking {
	font-size: 11px;
	color: #666666;
	float: right;
	text-align: right;
	margin-top: 35px;
}

body#home #footer {
	width: 650px;
	height: auto;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	margin: 0 auto;
	background-image: none;
}

body#home #footer a:hover, body#home #footer a:active {
	color: #333333;
}

body#home #footer #notice {
	padding-bottom: 20px;
	line-height: 20px;
}

#footer {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
	background-image: url('../media/images/bg-footer.gif');
	background-repeat: repeat-x;
}

#footer img {
	margin-top: 5px;
}

#authMessage, #flashMessage {
	width: auto;
	overflow: hidden;
	background-color: #666666;
	background-image: url('../media/images/bg-public.png');
	border-left: 10px solid #cc0000;
	padding: 10px;
	margin: 0px 0px 15px 0px;
}

.message {
	color: #ffffff;
	font-size: 14px;
}

#page-content form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#page-content form fieldset div {
	margin-bottom: 5px;
}

#page-content form fieldset div label {
	display: block;
	width: 75px;
	float: left;
	text-align: right;
	margin-right: 5px;
}

#page-content form fieldset div input {
	width: 175px;
}

#page-content form fieldset div select {
	width: 180px;
}

#page-content form fieldset div textarea {
	width: 350px;
	height: 100px;
}

#page-content form div.submit {
	padding-left: 80px;
}

#page-content form fieldset div input.datepicker-button {
	width: auto;
}

#page-content #login-help {
	padding-left: 80px;
	font-size: 12px;
	line-height: 18px;
}

div.error-message {
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
}

table.view {
	border-collapse: collapse;
	width: 100%;
}

table.view tr td {
	padding: 5px;
	background-color: #ffffff;	
}

table.view tr.altrow td {
	padding: 5px;
	background-color: #efefef;	
}

table.view th {
	text-align: left;
	color: #ffffff;
	padding: 5px;
	background-color: #999999;
}

#paginator {
	width: auto;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 12px;
}

#paginator-controls a {
	text-decoration: none;
}

#short-page {
	margin: 25px 0px 100px 0px;
}

#form-content form {
	margin-bottom: 35px;
}

#form-content form fieldset div.error-message {
	padding-left: 105px;
}

#form-content form fieldset legend {
	font-size: 22px;
	margin-bottom: 15px;
	color: #ff0000;
}

#form-content form fieldset div label {
	font-size: 11px;
	font-weight: bold;
	width: 100px;
}

#form-content form div.submit {
	padding-left: 103px;
}

#form-content form div.submit input {
	width: auto;
}

#webpage div.content-block h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#cms {
	width: 100%;
	overflow: hidden;
}

#cms #subnav {
	float: left;
	width: 185px;
	overflow: hidden;
	margin-right: 15px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
}

#cms #subnav a:link, #cms #subnav a:visited {
	color: #777777;
	text-decoration: none;
}

#cms #subnav a:active, #cms #subnav a:hover {
	color: #999999;
}

#cms #subnav a.highlight {
	color: #000000;
}

#cms #content {
	float: left;
	width: 635px;
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
	padding-top: 5px;
}

#cms ul.normal {
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
	list-style-type: disc;
}

#cms ul {
	margin: 0;
	padding: 0;		
	list-style-type: none;
}

#cms ul li {
}

#cms p {	
}

#cms div.show p {
	margin-bottom: 0;
}

#cms div.branch {
	clear: both;
}

#cms div.title {
	color: #ce6e18;
	margin: 0px 0px 10px 0px;
}

#cms div.branch div.title-collapsible {
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #efefef;
}

#cms div.branch div.title-collapsible a {
	text-decoration: none;
}

#cms div.cms-content {	
}

#worried-articles div.show p {
	margin-bottom: 10px;
}

#worried-articles ul.normal {
	margin-bottom: 10px;
}

div.note {
	font-size: 11px;
	font-style: italic;
	padding: 10px;
}

#page-content #contact-form {
	width: 600px;
	overflow: hidden;
}

#page-content #contact-form fieldset {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border: 1px solid #cccccc;
}

#page-content #contact-form fieldset legend {
	font-size: 14px;
	margin: 5px;
	padding: 5px;
	color: #ff0000;
}

#page-content #contact-form fieldset div {
	margin: 0px 10px 1px 10px;
	padding: 5px;
	background-color: #efefef;
}

#page-content #contact-form fieldset div label {
	width: 125px;
}

#page-content #contact-form fieldset div input {
	width: 300px;
}

div.indent {
	margin: 0px 0px 10px 20px;
	line-height: 18px;
}

#articles div {
	background-color: #efefef;
	padding: 8px;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	margin-bottom: 5px;
}

#articles div a {
	font-size: 14px;
}

.video {
	float: left;
	width: 50%;
	overflow: hidden;
	margin-bottom: 35px;
	font-size: 11px;
	color: #000000;
}

#popup-wrapper {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url('../media/images/bg-silver-gradient.png');
	background-repeat: repeat-x;
	background-color: #cccccc;
}

#popup-wrapper #content {
	padding: 25px;
	text-align: center;
	width: auto;
	overflow: hidden;
}

#heading-subpage {
	width: auto;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: -15px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}

#heading-subpage h1,
#heading-subpage h2 {
	width: auto;
	display: inline;
}

#heading-subpage h1 {
	font-size: 22px;
	margin-right: 10px;
}

#heading-subpage h2 {
}

img#logo-cogmed {
	margin-top: 30px;
}

img#logo-cogmed-home {
	margin-top: 10px;
}

#newsletter-signup {
	width: auto;
	overflow: hidden;
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 30px;
	border-bottom: 2px solid #cccccc;
}

#newsletter-signup p.footnote {
	margin-bottom: 0;
	font-size: 10px;
}

.delicious-posts { margin: 1em; border: 2px solid #ddd; padding: 0.9em; width: 90%; font-family: sans-serif; }
.delicious-post { border-top: 1px solid #eee; padding: 0.25em; font-size: 100% }
.delicious-odd { background-color: #f8f8f8 }
.delicious-posts a:hover { text-decoration: underline }

img#book-home-promo {
	position: absolute;
	margin: 255px 0px 0px 608px;	
}
