* { margin: 0; padding: 0; }

.hide { display: none; }

.flagged { outline: 5px solid red; }

.clear {
border:0 none;
clear:both;
height:0;
visibility:hidden;
}

html {
	text-align: center;
	}

body {
	background: #ebebeb;
	color: #000;
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	}
	
.container {
	width: 838px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
	
.fleft {
	float: left;
	width: 50%;
}

em, q {
	font-weight: bold;
	font-style: normal;
	}

code {
	font-family: monospace;
	}

a { outline: none; color: #003f8c; }
	
a img { border: 0; }

	
/* The navbar */

#subhead {
	margin: 40px auto 20px;
	text-align: center;
	font-size: 20px;
	width: 80%;
}
	
#subhead p {
	text-transform: lowercase;
	color: #133855;	
	}
	
#subhead em {
	font-weight: normal;
	font-style: italic;
	}
	
#subhead p.tagline {
	color: #0B6E97;
	font-size: 24px;
	}

#subhead #logo {
	float: left; 
	padding-left: 40px; 
	padding-right: 20px;
}

#subhead #pagetitle {
	float: left;
}

#frame, #frame div.button, #contentFrame, .section { height: 70em; }

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 838px;
	position: relative;
	}
	
#frame div.button {
	position: absolute;
	top: 40%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#contentFrame {
	width: 750px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	background: #fff url(content_pane-gradient.gif) bottom repeat-x;
	overflow: hidden;
	}

#content {
	width: 5250px;
	}
	
.section {
	width: 710px;
	margin: 20px;
	float: left;
	}
	
.section h2, .section h3 {
	color: #072453;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 5px;
	}
	
.section h3 {
	color: #000;
	}
	
.section p, .section li {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
	}

.section li strong {
	font-size: 19px;
	font-weight: normal;
	}

.section img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
#new-pane p, #new-pane li {
	}

ul.new_features {
	list-style: none;
	margin: 10px 0;
	}
	
li.new_feature {
	display: block;
	list-style: none;
	padding-left: 40px;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 32px;
	}

div#linking {
	width: 80%;
	margin: 40px auto;
}

ul.links {
	list-style: none;
	margin: 10px 0;
}

ul.links li {
	margin: 2px;
}

/* Footer */

div#footer {
	width: 750px;
	margin: 0 auto 20px auto;
	color: #666;
	font-size: 14px;
	background: #ebebeb;
	}
	
#coda-get_help #footer {
	background: #ebebeb;
	}
	
#footer p#legal {
	margin: 10px auto 0 auto;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	}
	
#footer p#disclaimer {
	font-size: 12px;
	color: #333;
	text-align: center;
	}

fieldset {
	border: 0;
	}
	
legend {
	display: none;
	}

