/*/////////////////////////////////////////////////////////////////////////////////////////

CREATE RPC
jackappleby.com

/////////////////////////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	}

body {
	margin: 0;
	text-align: left;
	font-size: 62.5%;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #354464;
	background: #1D2250;
	background: white;
	padding: 0 20px;
	}

a {
	color: #354464;
	text-decoration: underline;
	}
	
a:hover, a:focus {
	text-decoration: none;
	}

/*//////////////////////// HEADERS / PARAGRAPHS / LISTS ///////////////////////////*/

h1, h2, h3 {
	margin: 0 0 20px 0;
	font-size: 2.3em;
	font-weight: normal;
	}
	
h1 {
	border-bottom: 1px dotted #A1005D;
	}
	
h2 {
	font-size: 1.6em;
	}
	
h3 {
	font-size: 1.5em;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 5px;
	}

.section h3 {
	border: none;
	}
	
p {
	margin: 20px 0;
	line-height: 1.5em;
	font-size: 1.2em;
	text-align: justify;
	}
	
p a, li a {
	text-decoration: underline;
	}
	
h2 + p, h2 + ul, h3 + ul {
	margin-top: -1.3em;
	}
	
h2 + p.normal {
	margin: 20px 0;
	}
	
table p {
	font-weight: 1em;
	margin: 0;
	}
	
ul, ol {
	margin: 10px 0 15px 14px;
	padding: 0;
	font-size: 1.5em;
	list-style-type: disc;
	}
	
li {
	line-height: 1.5em;
	font-size: 0.8em;
	padding: 6px;
	text-align: justify;
	}
	
ul ul {
	font-size: 1em;
	}
	
ul.underlined li {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 5px;
	}
ul.shaded, ol.shaded, .shaded {
	padding: 20px 20px 20px 40px;
	margin: 0 0 15px 0;
	background: #F4F4F4;
	}
.shaded.text {
	padding: 20px;
	}

hr {
	border: none;
	height: 1px;
	width: 100%;
	background: #A1005D;
	}

.clear {
	clear: both;
	}
#mainContent .center {
	margin: 0 auto;
	float: none;
	}
	
table {
	margin: 0 0 20px 0;
	border: 1px solid #A1005D;
	}
	
table td {
	font-size: 1.3em;
	padding: 5px;
	border: 1px solid #A1005D;
	}
	
table th {
	padding: 5px;
	}
	
table td.colTitle, table th.colTitle {
	color: white;
	font-size: 1.5em;
	background: #7F7F7F;
	font-weight: bold;
	}

table.results {
	border-collapse:collapse;
	}
	
th a {
	font-size: 1.3em;
	}

tr.oddStripe {
	background: #eee;
	}

td.mainfieldsbg {
	background: #eee;
	padding: 10px;
	}
	
table.standard {
	font-size: 0.8em;
	}
	
/*/////////////////////////////// STRUCTURE ////////////////////////////////////////*/

#container {
	max-width: 970px;
	min-width: 700px;
	background: white;
	margin: 20px auto;
	border: 10px solid white;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#header {
	background: #A1005D url(../images/header.jpg) no-repeat top right;
	height: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
#header .container {
	padding: 20px 20px 0 20px;
	}
	
#header .container h1 {
	background: url(../images/logo.gif) top left no-repeat;
	margin: 0;
	height: 100px;
	width: 470px;
	text-indent: -1000px;
	border: none;
	}
	
#header .container h1 a {
	display: block;
	height: 100%;
	overflow: hidden;
	}
	
#header .container p.strap {
	margin: 0;
	color: white;
	font-size: 2.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 0 1px #333;
	}
	
/*/////////////////////////////// MAIN NAV ////////////////////////////////////////*/

ul#topNav {
	clear: both;
	float: left;
	margin: -34px 0 0 20px;
	display: inline;
	padding: 0;
	list-style-type: none;
	}
	
ul#topNav li {
	float: left;
	font-size: 1em;
	margin-right: 5px;
	padding: 0;
	background: #cccccc;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	}
	
ul#topNav li a {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 6px 9px;
	color: #354464;
	text-decoration: none;
	}
	
ul#topNav li a:hover, ul#topNav li a:focus, ul#topNav li.active {
	background: white;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	}
	
/*////////////////////////////// CONTENT LAYOUT //////////////////////////////////*/
	
#wrapper {
	padding: 20px;
	}

#mainContentContainer {
	float:left;
	margin-right: -300px;
	width:100%;
	}
	
#mainContent {
	margin-right: 280px;
	}
	
#mainContentContainer .right {
	margin-left: 200px;
	margin-right: 0;
	}

#mainContent img, #mainContentContainer img {
	clear: right;
	float: right;
	margin: 0 0 20px 20px;
	}
	
#mainContent img.left, #mainContentContainer img.left {
	float: none;
	margin: 0;
	}
	
#mainContent img.noShadow, #mainContentContainer img.noShadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none; 
	}

#mainContent .captionedImage {
	float: right;
	clear: right;
	margin: 0 0 10px 20px;
	}

#mainContent .captionedImage img {
	float: none;
	margin: 0 0 10px 0;
	}
	
#mainContent .captionedImage p {
	font-size: 1.1em;
	margin: 0;
	}
	
#partners .showHideChunk {
	margin-left: 120px;
	min-height: 70px;
	}
	
#partners .showHideChunk .partnersImage {
	width: 120px;
	float: left;
	clear: left;
	margin-left: -120px;
	}
	
#mainContentContainer .partnersImage img {
	float: none;
	margin: 0;
	}
	
#mainContentContainer .leftImg img {
	float: none;
	margin: 0;
	}
	
.half {
	float: left;
	width: 330px;
	height: 220px;
	margin: 0 30px 30px 0;
	}
	
	
#sideBar {
	float: right;
	width: 250px;
	margin: 10px 0 0 0;
	}
#sideBar img {
	margin: 20px 0 20px 0;
	}
#sideBar h2 {
	font-weight: bold;
	}
#sideBar li {
	text-align: left;
	}
	
#mainContentContainer .leftSidebar {
	float: left;
	width: 180px;
	margin: 0;
	}
	
ul#sideNav {
	margin: 0 0 50px 0;
	list-style-type: none;
	}	
		
ul#sideNav li {
	border-bottom: 1px dotted #A1005D;
	padding: 0;
	text-align: left;
	}	
	
ul#sideNav li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	}
	
ul#sideNav li a:hover, ul#sideNav li a.active {
	background: #eee;
	}
	
ul#sideNav ul {
	margin: 0;
	list-style-type: none;
	}
ul#sideNav ul li {
	font-size: 12px;
	}
ul#sideNav ul li a {
	font-weight: normal;
	}	
ul#sideNav ul li a {
	padding: 5px 5px 5px 20px;
	}
	
#footer {
	clear: both;
	background: #A1005D;
	height: 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
	}
	
#footer p, #footer a {
	color: white;
	}
	
#footer ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	color: white;
	}
	
#footer ul li {
	display: inline;
	padding: 0;
	}
	
/*/////////////////////////////// CONTENT ////////////////////////////////////////*/

a.readMore {
	clear: right;
	display: block;
	margin: 1.5em 0 0 0;
	padding: 0.5em;
	background: #F7F7F7 url(../images/readMoreArrow.gif) no-repeat 99% 50%;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
a.readMore:hover {
	background: #eee url(../images/readMoreArrow.gif) no-repeat 99% 50%;
	}

.homepageBox {
	width: 16%;
	height: 100px;
	float: left;
	position: relative;
	background: #A1005D;
	margin: 0 1em 7em 0;
	padding: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 0 1px 10px #000;
	-webkit-box-shadow: inset 0 1px 10px #000; 
	}
	
.homepageBox:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none; 
	}
	
/*.homepageBox.last {
	margin: 0 1em 7em 0;
	}
*/	
.homepageBox p {
	text-align: center;
	margin: 0;
	}
	
.homepageBox p a {
	display: block;
	padding: 5.2em 0 0 0;
	font-size: 1.9em;
	line-height: 1em;
	text-shadow: 0 0 2px white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	}
	
.homepageBox p a:hover {

	}
	
.homepageBox.image1 {
	background: url(../images/boxes/image1.jpg) center top no-repeat;
	}
	
.homepageBox.image2 {
	background: url(../images/boxes/image2.jpg) center top no-repeat;
	}
	
.homepageBox.image3 {
	background: url(../images/boxes/image3.jpg) center top no-repeat;
	}

.homepageBox.image4 {
	background: url(../images/boxes/image4.jpg) center bottom no-repeat;
	}
	
.homepageBox.image5 {
	background: url(../images/boxes/image5.jpg) center bottom no-repeat;
	}

.showHideChunk {
	clear: right;
	}

.showHideChunk .description, .showHideChunk .description2, .hidden {
	padding: 0 0 0 20px;
	border-left: 10px solid #A1005D;
	}
	
.section {
	clear: right;
	}

.showHideChunk .description ul li {
	padding: 5px;
	}
	
#mainContentContainer img.pdfLink {
	float: none;
	margin: 0 5px 0 0;
	-moz-box-shadow: none;
	vertical-align: middle;
	}
	
.movie {
	float: left;
	margin: 0 20px 20px 0;
	}
	
.noTopMargin {
	margin-top: 0;
	}
	
.clearNone {
	clear: none;
	}
	
#mainContentContainer .middle {
	float: none;
	margin: 0 30px 10px 30px;
	}
    
body.imgFloatNone #mainContent img, body.imgFloatNone  #mainContentContainer img {
    float: none;
    margin: 0
    }
	
body.imgFloatNone #mainContent img {
	float: none;
	margin: 0 0 20px 0;
	}