/*************************************************************
The Clinton Group screen style sheet

Written by Richard Leland
http://leland.nu/
*************************************************************/

/*************************************************************
General site wide styles
*************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
    background-color: #ededed;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
}

p,td,th {
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

a {
	color: #00475c;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h2,h3,h4 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 2.1em;
	letter-spacing: -0.005em;
	color: #000;
}

h3 {
	font-size: 1.8em;
	letter-spacing: -0.005em;
	color: #000;
}

h4 {
	font-size: 1.6em;
	color: #00475c;
	margin-top: 2em;
	margin-bottom: 1.25em;
}

h4.first { margin-top: 0; }

h5 {
	font-size: 1.1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 10px;
	background-color: #f2f2f2;
}

blockquote p {
	margin-bottom: 0.25em;
}

cite {
	text-align: right;
	font-style: italic;
}

a img { border: 0; }

img.photo {
	padding: 10px;
	background: #f4f4f4 url(http://media.theclintongroup.net/images/bg_photo.gif) repeat-x;
	border-right: 1px solid #bfbfbf;
	border-bottom: 2px solid #bfbfbf;
}

img.left { margin: 0 20px 20px 0;}
img.right { margin: 0 0 20px 20px;}

.hide { display: none; }

.show { display: block; }

.success { color: #006600; }

.error { color: #990000; }

.left { float: left; }

.right { float: right; }

.nomargin {	margin: 0; }

p.pdf,
p.pdf img {
    vertical-align: middle;
}

div#wrapper {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	min-height: 420px;
}

div#header,
ul#navigation {
	margin: 0 auto;
	width: 700px;
}

/*************************************************************
Header styles
*************************************************************/

div#header {
	overflow: hidden;
	height: 150px;
}

div#header h1 {
	background: transparent url(http://media.theclintongroup.net/images/bg_header.jpg) no-repeat;
	width: 700px;
	height: 150px;
}

div#header h1 span {
	display: none;
}

/*************************************************************
Navigation styles
*************************************************************/

ul#navigation {
	overflow: hidden;
	padding: 0;
	list-style: none;
	height: 30px;
	width: 780px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
}

ul#navigation li {
	float: left;
	margin: 5px 0;
	padding: 0 2px;
	border-right: 1px solid #d1d1d1;
}

ul#navigation li.last { border: none; }

ul#navigation li a {
	display: block;
	padding: 4px 8px;
}

ul#navigation li a:hover {
	background-color: #00667c;
	color: #fff;
	text-decoration: none;
}

ul#navigation li a span {
	display: none;
}

ul#navigation li.in {
    margin: 0;
    background-color: #efefef;
    border-right: none;
}

ul#navigation li.in a {
	padding: 9px 10px;
}

ul#navigation li.in a:hover {
    color: #00475c;
    background-color: transparent;
}

/*************************************************************
Content styles
*************************************************************/

div#content {
	float: left;
	margin: 30px 40px;
	background: transparent url(http://media.theclintongroup.net/images/bg_content.gif) repeat-y;
	min-height: 330px;
	height: auto !important;
	height: 330px;
}

div#content p.subhead {
	font-size: 1.1em;
	color: #999;
}

div#content p.buttons {
	clear: both;
}

div#content p.buttons img {
	margin-right: 2px;
}

div#content_left p,
div#content_right p,
div#content_left li {
	line-height: 1.8em;
}

div#content h5 {
	line-height: 1.6em;
}

/*************************************************************
Left Content styles
*************************************************************/

div#content_left {
	float: left;
	margin-right: 20px;
	width: 430px;
}

div#content_left h2 a,
div#content_left h3 a {
	color: #000;
	text-decoration: none;
}

div#content_left h2 a:hover,
div#content_left h3 a:hover {
	color: #00475c;
	text-decoration: none;
}

div#content_left h2.nosubhead {
	margin-bottom: 1em;
}

div#content_left h3 {
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	background: transparent url(http://media.theclintongroup.net/images/divider_hor_left.gif) no-repeat top;
}

div#content_left h3.no_divider {
	margin-top: 0;
	background: none;
}

div#content_left ul,
div#content_left ol {
	margin: 0 30px 1.5em;
}

div#content_left li {
	margin-bottom: 0.5em;
}

/* fix some inheritance issues */
div#content_left li li,
div#content_left ul li,
div#content_left ol li {
	font-size: 1.1em;
}

div#content_left ul.pretty,
div#content_left ul.application {
	margin: 1em 0 1.5em 0;
	border-top: 1px solid #ccc;
	list-style: none;
}

div#content_left ul.pretty li,
div#content_left ul.application li {
	margin: 0;
	line-height: 1em;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

div#content_left ul.pretty li a,
div#content_left ul.application li  {
	display: block;
	padding: 10px 5px 10px 20px;
	background: transparent url(http://media.theclintongroup.net/images/icon_arrow.gif) no-repeat 2px 1.25em;
}

div#content_left ul.pretty li a:hover {
	text-decoration: none;
	background-color: #f8f8f8;
}

div#content_left div.pagination {
	float: left;
	margin-top: 0.5em;
	margin-bottom: 0;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	/*background-color: #f2f2f2;*/
}

div#content_left div.pagination p {
	margin: 0;
}

/*************************************************************
Right Content styles
*************************************************************/

div#content_right {
	float: right;
	margin-left: 20px;
	width: 230px;
}

div#content_right h5 {
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

div#content_right p.subhead {
	margin-bottom: 0;
}

div#content_right ul {
	margin-bottom: 1.5em;
	border-top: 1px solid #ccc;
	list-style: none;
}

div#content_right ul li {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

div#content_right ul li.current {
	padding: 10px 5px 10px 20px;
	font-weight: normal;
	color: #666;
	background: transparent url(http://media.theclintongroup.net/images/icon_arrow_in.gif) no-repeat 2px 1.25em;
}

div#content_right ul li a {
	display: block;
	padding: 10px 5px 10px 20px;
	background: transparent url(http://media.theclintongroup.net/images/icon_arrow.gif) no-repeat 2px 1.25em;
}

div#content_right ul li a:hover {
	text-decoration: none;
	background-color: #f8f8f8;
}

/*************************************************************
Footer styles
*************************************************************/

div#footer {
	clear: both;
	padding: 15px 0;
	background-color: #ededed;
	font-size: 1em;
	color: #000;
	width: 100%;
}

div#footer * {
	vertical-align: middle;
}

/*************************************************************
Grey background styles
*************************************************************/

div#backer {
	background: #fff url(http://media.theclintongroup.net/images/bg_body.gif) repeat-x;
	width: 100%;
}
