 /* @override http://www.curlypaws.com/styles/rev.css */

/* Initial stuff
=================== */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5%/1.6 helvetica, sans-serif;
	background-color: #d4d4d4;
}

h1 {
	font-size: 2.4em;
	font-weight: normal;
	font-family: "john-doe-1","john-doe-2";
}

h2 {
	font-size: 2.0em;
	font-weight: normal;
	font-family: "john-doe-1","john-doe-2";
}

h3 {
	font-size: 1.0em;
	color: #991111;
	font-weight: bold;
	padding-top: 10px;
	margin-right: 10px;
	background-color: #eeeeee;
	font-family: "john-doe-1","john-doe-2";
}

h4 {
	font-size: 1.0em;
	font-weight: normal;
	padding-bottom: 5px;
	font-family: "john-doe-1","john-doe-2";
}

p, li {
	font-size: 1.25em;
}

h1, h2, p {
	margin: 1em 0;
}

#branding h1 {
	margin: 0;
}

#wrapper {
	background-color: #fff;
}

#branding {
	height: 50px;
	background-color: #b0b0b0;
	padding: 20px;
}

#mainNav {
	list-style: none;
	background-color: #eee;
}

#footer {
	background-color: #b0b0b0;
	padding: 1px 20px;
}

/* Core technique 
=================== */

body {
	text-align: center;
	min-width: 980px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#content {
	width: 740px;
	float: right;
}

#mainNav {
	width: 240px;
	float: left;
}

#footer {
	clear: both;
}


/* Add some padding 
=================== */

#mainNav {
	padding-top: 20px;
	padding-bottom: 20px;
}

#mainNav * {
	padding-left: 20px;
	padding-right: 20px;
}

#mainNav * * {
	padding-left: 0px;
	padding-right: 0px;
}

#content * {
	padding-right: 0px;
	padding-left: 5px;
}

#content p * {
	padding-right: 10px;
	padding-left: 0px;
}

/* Box styles 
=================== */

#boxout {
	line-height: 1.9em;
	font-style: italic;
	font-family: "ff-nuvo-web-pro-1","ff-nuvo-web-pro-2", serif;
	color: #444444;
	background-color: #a7cece;
	padding: 25px;
	margin: 30px;
	width: 500px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

/* List styles 
=================== */

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

ul a {
	display: block;
	width: 200px;
	height: 39px;
	line-height: 39px;
	color: #000;
	text-decoration: none;
	background: #94b8e9 url(../images/pixy-rollover.gif) no-repeat left bottom;
	text-indent: 50px;
}

li.home a {
	height: 40px;
	line-height: 40px;
}


ul a:hover, .selected a {
	background-position: right bottom;
	color: #fff;
}

#home #mainNav .home a {
	background-position: right bottom;
	color: #fff;
	cursor: default;
}

/* Table styles
=================== */

table {
	margin-right: 40px;
	margin-left: 10px;
	border:  thin solid black;
	caption-side: bottom;
	border-collapse: collapse;
	max-width: 700px;
}

thead {
	background: #ccc url(../images/bar.gif) repeat-x left center;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

thead tr:hover {
	background-color: transparent;
	color:  inherit;
}

th {
	text-align: left;
	color: black;
}

td, th {
	border: thin dotted gray;
	max-width: 680px;
}

tr:hover {
	background-color: #3d80df;
}

.odd {
	background-color: #bfede3;
}

col {
	border-right: 1px solid #ccc;
}

col#valueCol {
	border:  none;
}

caption {
	font-style: italic;
	padding-top: 8px;
}

/* Other styles 
=================== */

#small {
	font-size: x-small;
}

/* css3 - has background if external */
a.has-background-if-external[href^="http"], a.has-background-if-external[href^="https"]
{background: url(../images/externalLink.gif) 100% 0 no-repeat; color: #ff0066;}
a.has-background-if-external:hover {color: #0c7fce;}