﻿body {
	background: #DFDFDF url('images/body-top.jpg') repeat-x left top;
	margin: 12px 0 10px 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 11pt;
	color: #000000;
}
h6 {
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight {
	float: right;
	margin: 0px 0px 0px 10px;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
th {
	color: #601794;
	background: #FFFFFF url('images/tableHd.jpg') repeat-x scroll -15px 0;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}

td {
	background: #FFFFFF;
	border-bottom: 1px solid #222;
	color: #000000;
	border-bottom-style: none;
}

code, blockquote {
	display: block;
	border-left: 5px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #ddd;
	border: none;
}
blockquote {
	border-left: 5px solid #333;
	border-left-color: #000080;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #909090;
	height: 1%;
}

p {
	padding: 0px;
	line-height: 14pt;
	margin-bottom: 10px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	margin-top: 0px;
}

a {
	color: #00349A;
}

a:hover {
	color: #AA1D01;
}

a:focus {
	outline: none;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ddd;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #999;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form input.formbutton {
	border: none;
	background: #FFFFFF url(images/navbg-green.jpg) repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform p {
	margin: 5px 0;
}

form.searchform input.s {
	border: 1px solid #ccc;
}

span.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}

h1 {
	padding: 0px;
	margin: 0px;
	color: #36AB8A;
	font-size: 20pt;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
h2 {
	color: #E97980;
	font-size: 24px;
	letter-spacing: -1px;
	padding: 0 0;
	margin: 0;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
h3 {
	padding: 0px;
	color: #008000;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin-top: 0px;
}
h4 {
	padding: 0px;
	margin: 0px;
	font-size: 14pt;
	color: #009999;
}
h5 {
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	color: #012F8D;
	text-decoration: underline;
}
ul, ol {
	margin: 0 0 5px 15px;
}
li {
	padding-bottom: 5px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	text-indent: 0px;
}

li ol {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

}

li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
	text-indent: 5px;
}


#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #FFFFFF;
}
#header {
	padding: 50px 20px 50px 245px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url('images/Inspiration.png');
	background-repeat: no-repeat;
}
#header h1 a {
	color: #601794;
	font-size: 36px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
	text-transform: none;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
#header h2 {
	color: #000000;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14pt;
	text-transform: none;
	letter-spacing: 0;
}

#nav {
	background: #fff url('images/navbg.jpg') repeat-x scroll left top;
	height: 60px;
	width: 930px;
	padding-left: 0px;
	margin-left: 15px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 50px;
}

#nav ul li {
	float: left;
	display: block;
	padding:0;
}

#nav ul li a {
	color: #333;
	display: block;
	font-size: 17px;
	padding: 16px;
	border-top: 2px solid #999;
	text-decoration: none;
	border-left: 1px solid #DFDFDF;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

#nav ul li:first-child a {
	border-left: none; 
}

#nav ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

#nav ul li.selected  {
	background: #333 url('images/navbg-over.jpg') repeat-x scroll top left;
}
div#nav ul li.selected a {
	background: transparent url('images/navbg-selected.jpg') no-repeat scroll bottom center;
	color: #fff;
	border-top-color: #616161;
}

div#nav ul li.selected a:hover {
	text-decoration: none;
	background: transparent url('images/navbg-selected.jpg') no-repeat scroll bottom center;
}

#nav ul li.red a { border-top-color: #CC2200; }
#nav ul li.orange a { border-top-color: #F09930; }
#nav ul li.blue a { border-top-color: #003CB3; }
#nav ul li.pink a { border-top-color: #CC00AA; }
#nav ul li.green a { border-top-color: #008000; }

#nav ul li.red a:hover { background: #CC2200 url('images/navbg-red.jpg'); }
#nav ul li.orange a:hover { background: #EE8D18 url('images/navbg-orange.jpg'); }
#nav ul li.blue a:hover { background: #003CB3 url('images/navbg-blue.jpg'); }
#nav ul li.pink a:hover { background: #CC00AA url('images/navbg-pink.jpg'); }
#nav ul li.green a:hover { background: #008000 url('images/navbg-green.jpg'); }

#body {
	background: transparent none repeat-y scroll 0 0;
	margin: 0px auto 0;
	padding: 15px;
	width: 930px;
}
#content {
	float: left;
	width: 630px;
	margin: 0;
}
.sidebar {
	width: 280px;
	padding: 0;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
	background: #dfdfdf;
	border-bottom: 1px solid #999;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 6px 7px;
	margin: 0;
	line-height: 12pt;
	color: #000000;
}
.sidebar li ul li a {
	font-weight: normal;
	color: #000000;
}

.sidebar li ul.blocklist li {
	padding: 0;
	display: inline;
}

.sidebar li ul.blocklist li a {
	display: block;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
}

.sidebar li ul.blocklist li a:hover {
	background-color: #ccc;
	color: #333;
}

.sidebar li ul li a:hover {
	color: #3C73AA;
}

.sidebar h4 {
	background: #333 none repeat-x scroll -15px 0;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 12px;
	border-bottom: 2px solid #000;
	text-transform: uppercase;
}

.sidebar h4.red {
	background: #AF1950 none;
	border-bottom-color: #701300;
}
.sidebar h4.orange { background: #EE8D18 url('images/navbg-orange.jpg'); border-bottom-color: #A86615; }
.sidebar h4.blue  {
	background: #009999 none;
	border-bottom-color: #001B52;
}
.sidebar h4.pink { background: #CC00AA url('images/navbg-pink.jpg'); border-bottom-color: #750062; }
.sidebar h4.green { background: #008000 url('images/navbg-green.jpg'); border-bottom-color: #003301; }

.clear {
	clear: both;
}

#footer {
	width: 960px;
	margin:0 auto;
}

.footer-content {
	background: #D9D9D9;
	padding: 20px 5px;
	border-top: 2px solid #ccc;
}

#footer p {
	text-align: center;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#footer p a {
	color: #333;
	font-weight: bold;
}
.BoxHeadRed {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #AF1950;
	background-image: url('images/tableHd.jpg');
	background-repeat: repeat-x;
	background-position: top;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #AF1950;
	text-indent: 8px;
	line-height: 24pt;
}
.BoxHeadBlue {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#009999;
	background-image: url('images/tableHd.jpg');
	background-repeat: repeat-x;
	background-position: top;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #009999;
	text-indent: 8px;
	line-height: 24pt;
}
.BoxHeadGreen {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #007400;
	background-image: url('images/tableHd.jpg');
	background-repeat: repeat-x;
	background-position: top;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #007400;
	text-indent: 8px;
	line-height: 24pt;
}
.BoxHeadOrange {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E28C25;
	background-image: url('images/tableHd.jpg');
	background-repeat: repeat-x;
	background-position: top;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #E28C25;
	text-indent: 8px;
	line-height: 24pt;
}
.BoxHeadPink {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B20092;
	background-image: url('images/tableHd.jpg');
	background-repeat: repeat-x;
	background-position: top;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #B20092;
	text-indent: 8px;
	line-height: 24pt;
}
img.floatLeftPad {
	float: none;
	margin: 14px;
}
img.floatCenter {
	float: none;
	margin: 4px;
}
