@import url(reset.css); 

body {
	background: #f8f8f8 url(images/bg.gif) repeat-x; 
	background-color: #e4ebee; 
}

body, input, textarea, table {
	font-family: Georgia, "Times New Roman", Times; 
	font-size: 14px;
	color: #2f4248; 
}

#masthead,
#content,
#footer {
	padding-right: 20px;
	padding-left: 20px;
}

.container {
	position: relative;
	width: 85%;
	min-width: 800px;
	max-width: 1200px;
	margin: 0 auto;
}

	body.wide_video .container {
		max-width: 1280px;
	}


#masthead {
	background: none;
	height: 210px; 
}

	#logo {
                position: absolute; 
                left: 0;
		top: 44px; 
		background: url(images/logo.gif); 
		width: 179px;
		height: 25px; 
                text-indent: -9999px; 
	}

	#title {
		font-size: 37px; 	
		font-family: Georgia, "Times New Roman", Times, serif; 
		color: #003051; 
		position: absolute;
		top: 155px; 
                left: 0;

	}

	#bgtitle {
		margin: 0;
		position: absolute; 
		top: 62px; 
		left: 0; 
		font-size: 162px; 
		color: #fff; 
		color: rgba(255, 255, 255, 0.2);
	}

	#topnav {
                position: absolute;

		right: 250px; 
		top: 3px;
	}

		#topnav li {
			padding: 0;
			list-style: none;
                        display: inline;
		}

			#topnav a,
			#sidebar ul.nav a,
			#breadcrumb a,
			a.nav {
				font-family: "Helvetica Neue", Arial, sans-serif; 
				font-size: 11px; 
				font-weight: bold; 
				text-transform: uppercase; 
				color: #a7e5f9; 
			}

			#topnav a {
				display: block;
				float: left; 
				margin: 0 0 0 1px;
				padding: 48px 10px 20px 10px;
			}

			#topnav a:hover,
			#topnav a.on {
				color: #fff; 
				background: url(images/topnav_a_bg.gif) top left repeat-x; 
			}

	#breadcrumb {
		position: absolute; 
		left: 0; 
		top: 97px; 
	}
		#breadcrumb li {
			color: #5197ae; 
			font-size: 11px; 
                        display: inline;
                        padding: 0 2px 0 0;

		}
			#breadcrumb a {
				color: #005f7d; 
				padding: 0 2px 0 0;
			}
			#breadcrumb a:hover {
				text-decoration: underline; 
			}

	#search_form {
	}
		#search_query {
			position: absolute; 
			top: 7px;
			right: 0; 
			width: 222px; 
			padding: 2px 5px;
			height: 17px; 
			border: none;
		}
		#search_submit {
			border: none;
			background: url(images/btn-search.png) top left no-repeat; 
			width: 27px;
			height: 21px;
			text-indent: -9999px; 
			position: absolute; 
			top: 7px;
			right: 0; 
		}
			#search_submit:hover {
				background-position: center left; 
			}
			#search_submit:focus {
				background-position: bottom left; 
			}

	#masthead #photo {
		position: absolute;
		top: 34px;
		right: 0; 
	}


.container {
	min-width: 920px; 
}
	body.page5803 .container,
	body.wide_video .container {
		min-width: 1100px; 
	}

#content {
	background: #f8f8f8; 
	font-size: 14px; 
	line-height: 1.7em; 
	color: #333; 
	padding-top: 0;
	padding-bottom: 4em;
	min-height: 900px; 
	
}
	#content p,
	#content ul,
	#content ol,
	#content table {
		margin: 1em 0 1.5em 0;
	}
	#content a {
		color: #f00076; 
	}
		#content a:hover {
			background-color: #f00076; 
			color: #fff; 
			text-decoration: none; 
		}

	#content em {
		font-style: italic;
	}

	#content strong {
		font-family: "Helvetica Neue", Arial, sans-serif; 
		font-weight: bold; 
		color: #555; 
	}

	#content h2 {
		color: #006fbb; 
		font-size: 23px; 
		margin-bottom: 0.5em; 
	}

	#content h3 {
		color: #690033; 
		font-size: 18px; 
		border-bottom: 1px dotted #ccc; 
		margin-bottom: -0.5em; 
		padding-bottom: 0.25em; 
	}

	#content h4 {
		font-size: 1em; 
		font-weight: bold; 
		text-transform: uppercase; 
	}

	#content h2,
	#content h3,
	#content h4 {
		margin-top: 1.5em; 
		line-height: 1.3em;
	}

	#content h2 + h3 {
		margin-top: 0;
	}

	#content h3 + ul,
	#content h3 + ol {
		margin-top: 1.5em; 
	}

	#content ol li {
		margin: 0 0 0 3em; 
	}

	#content ul li {
		margin: 0 0 0 3em;
		display: list-item; 
		list-style: disc; 
	}

	#content ol li {
		margin: 0 0 0 3em; 
		display: list-item;
		list-style: decimal;
	}

	#content ul.nav {
	}

		#content ul.nav li {
			display: block;
			list-style: none; 
			margin: 0;
			border-bottom: 1px dotted #ccc; 
		}
			#content ul.nav li a {
				font-family: "Helvetica Neue", Arial, sans-serif; 
				font-weight: bold; 
				margin: 0;
			}

			#content ul.nav li p {
				margin: 1em 0;
			}

	#content .highlight {
		padding: 0.5em;
		border: none;
		background: #fff; 
		border-left: 4px solid #ccc; 
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc; 
		border-right: 1px dotted #ccc;
		
	}
		#content .highlight ul,
		#content .highlight ol {
			margin: 0; 
		}

		#content .highlight pre li {
			list-style: none; 
			margin: 0; 
			background: #fff; 
		}

		#content p + .highlight {
			margin-top: -1em; 
		}

		#content h3 + .highlight {
			margin-top: 9px; 
			border-top: none; 
		}

	#content .disclaimer {
		font-size: 11px;
		line-height: 17px; 
		color: #777; 
		font-family: Arial;
	}


	#content code {
		display: block;
		font-family: Courier, monospace; 
		background: #ffffee; 
		font-size: 13px; 
		color: #000; 
		padding: 0.5em 0.75em; 
	}


#editpage {
	position: absolute;
	top: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
	#editpage:hover {
		background: #ffffcc;
		color: #000; 
	}

#sidebar {
	position: relative; 
	/*top: -202px; */
	float: right;
	width: 232px; 
	min-height: 200px; 
	padding-bottom: 2em; 
}
	#sidebar h3 {
		/*
		padding-top: 1em;
		margin-top: 0;
		*/
		border: none; 
		color: #006fbb; 
		font-size: 16px; 
	}
		#sidebar h3 + ul.nav {
			margin-top: 1em; 
		}

	#sidebar #photo {
		display: block;
	}

	#sidebar ul.nav {
		margin: 0 0 1em 0;
	}
		#sidebar ul.nav li {
			margin: 0; 
			border: none; 
		}

		#sidebar ul.nav a {
			display: block;
			padding: 8px 10px 8px 15px; 
			color: #005f7d; 
			background: #d5e5eb; 
			border-top: 1px solid #fff; 
		}
			#sidebar ul.nav a:hover,
			#sidebar ul.nav a.on {
				background: #db1174; 
				color: #fff;
				text-decoration: none; 
			}

	#sidebar a img {
		border: none; 
	}


	#video_button {
		display: block;
		margin: 1px 0; 
	}
		#video_button img {
			display: block;
		}

	#sidebar .sidebar_item {
		padding: 0 5px 0 14px;
		margin: 2em 0;
		border-left: 1px dotted #ccc;
	}
		#sidebar .sidebar_item h3 {
			padding-top: 0;
		}

	#notify_form {
		margin: 0 0 2em 0;
	}
		#content #notify_form h3,
		#content #notify_form p {
			margin: 0;
		}
		#content #submit_notify {
			display: block;
			margin-top: 5px; 
		}

		#notify_email {
			width: 190px;
			border: none;
			padding: 2px 4px; 
			border: 1px solid #ccc;
			margin-bottom: 5px; 
		}

	#twitter_updates {
	}
		#twitter_updates h3 {
			padding-left: 28px;
			background: url(images/twitter_bird.png) center left no-repeat; 
			position: relative;
			left: -29px;
			
		}

		#sidebar ul.MarkupTwitterFeed {
			margin-top: 0; 
			margin-bottom: -0.5em; 
		}

			#sidebar ul.MarkupTwitterFeed li,
			#sidebar .sponsor p {
				color: #555; 
				list-style: none;
				display: block;
				margin: 0.5em 0 0.5em 0;
				padding-bottom: 0.5em; 
				font-family: "Helvetica Neue", Arial, sans-serif;
				font-size: 12px; 
				line-height: 19px; 
			}
				#sidebar ul.MarkupTwitterFeed li span.date {
					font-family: Georgia; 
					font-size: 11px; 
					color: #777; 
				}

			#sidebar ul.MarkupTwitterFeed + p {
				margin-top: 0; 
			}

			p.follow_link {
				font-family: "Helvetica Neue", Arial, sans-serif;
				font-size: 12px; 
			}


	#btn_demo {
		position: absolute;
		top: 120px;
		width: 179px;
		height: 85px; 
		background: url(images/btn-demo.png) top left no-repeat; 
		z-index: 20; 
		right: 0; 
		text-indent: -9999px; 
	}
		#btn_demo:hover {
			background-position: bottom left; 
		}

		#body_demo #btn_demo {
			display: none; 
		}

#bodycopy {
	/*
	width: 77%; 
	padding-right: 3%; 
	*/
	padding-right: 265px; 
	padding-top: 1px; 
	margin-top: 0;
	
}
	#bodycopy strong {
		color: #444; 
	}

	#content #bodycopy > h2:first-child {
		margin-top: 1em; 
	}
	#bodycopy .video {
		margin: 1em 0;
		/*
		background: #000;
		padding: 3px; 
		padding-bottom: 3px; 
		*/
		border: 5px solid #000;
		width: 640px; 
	}
		#bodycopy .video object {
			display: block;
		}
	#bodycopy table {
		width: 100%; 
		background: #fff; 
		font-family: "Helvetica Neue", Arial, sans-serif; 
		font-size: 13px; 
		line-height: 20px; 
	}
		#bodycopy table tr td {
			padding: 5px 10px; 
			border-bottom: 1px dotted #ccc; 
			vertical-align: top; 
		}
		#bodycopy table tr td:first-child {
			font-weight: bold; 	
			padding-right: 15px; 
			font-family: "Courier New", Courier, monospace; 
			width: 40%; 
		}

		#bodycopy table tr:hover {
			background: #ffffdd; 
		}

		#bodycopy h3 + table {
			margin-top: 0.75em; 
		}

#footer {
	clear: both; 
	border: none;
	font-size: 11px; 
	padding: 2em 0;
	margin: 0;
	text-align: center; 
}
	#footer p,
	#footer a {
		color: #85aaba; 
	}
	#footer p {
		margin: 0;
	}
	#footer a {
		text-decoration: underline; 
	}
	#footer a:hover {
		color: #db1174; 
	}

#content .CommentList {
        margin: 1em 0 0 0;
}

        #content .CommentListItem {
                list-style: none;
                margin: 0;
                border-left: 5px solid #ddd;
                border-top: 1px dotted #ccc;
                padding: 1em 0 1px 1em;
                background: #fff;

        }
                #content .CommentListItem p {
                        margin-top: 0;
                }
                #content .CommentHeader,
                #CommentForm label {
                        margin: 0;
                        font-weight: bold;
                        font-size: 11px;
                        text-transform: uppercase;
                        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                        color: #3786bc;
                }
                #content .CommentText {
                        color: #666;
                }

#CommentForm { }

        #CommentForm h2 {
                margin-bottom: 0;
                border: none;
        }

        #CommentForm label {
                display: block;
                color: #f00076;
                color: #999;
        }

        #CommentForm p {
                margin: 0.5em 0;
        }

        .CommentForm_cite,
        .CommentForm_email {
                float: left;
        }
                .CommentForm_cite input,
                .CommentForm_email input {
                        width: 200px;
                        margin-right: 1em;
                }

        .CommentForm_text {
		clear: left; 
        }
                .CommentForm_text textarea {
                        padding: 2px;
                        width: 75%;
                        height: 100px;
                }

        #CommentForm .error {
                background: #a30000;
                color: #fff;
                padding: 0.25em 0.5em;
        }
        #CommentForm .success {
                font-weight: bold;
        }


#content .MarkupPagerNav {
        clear: left;
        margin: 1em 0;
        padding-bottom: 2em;
        font-family: Arial, sans-serif;
}
        #content .MarkupPagerNav li {
                display: inline;
                list-style: none;
                margin: 0;
        }
        #content .MarkupPagerNav li a,
        #content .MarkupPagerNav li.MarkupPagerNavSeparator {
                display: block;
                float: left;
                padding: 2px 9px;
                color: #fff;
                background: #2f4248;
                margin-right: 3px;
                font-size: 10px;
                font-weight: bold;
                text-transform: uppercase;
        }
        #content .MarkupPagerNav li.MarkupPagerNavOn a,
        #content .MarkupPagerNav li a:hover {
                color: #fff;
                background: #db1174;
                text-decoration: none;
        }
        #content .MarkupPagerNav li.MarkupPagerNavSeparator {
                display: inline;
                color: #777;
                background: #d2e4ea;
                padding-left: 3px;
                padding-right: 3px;
        }

span.ProCache {
	display: none; 
}

body.ProCache span.ProCache {
	display: inline;
}

