/* CSS Document */

/* BODY STYLES */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#pageCase {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	border: 1px solid #999999;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* HEADER STYLES */

#headerCase {
	background: url(../images/background-gradient.gif) right top repeat-y;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#logo {
	float: left;
	height: 65px;
	padding-left: 5px;
	padding-top: 10px;
	width: 248px;
}

#utilityBar {
	background: url(../images/corner.gif) left top no-repeat;
	background-color: #310063;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	height: 21px;
	padding-top: 3px;
	padding-left: 30px;
	margin-left: 247px;
	width: 370px;
}

#utilityBar img {
	padding-right: 4px;
}

#utilityBar a {
	color: #FFFFFF;
}

#utilityBar a:link {
	color: #FFFFFF;
}

#utilityBar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*
#utilityBar li {
	display: inline;
}

#utilityBar li#contacticon {
	background: url(../images/icon-contact.jpg) left top no-repeat;
	width: 100px;
}

#utilityBar li a {
	color: #FFFFFF;
}
*/

#primaryMessage {
	float: left;
	padding-left: 0px;
	padding-top: 15px;
	width: 640px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#primaryMessage h1 {
	color: #310063;
	font-size: 20px;
	text-align: center;
}

/* MAIN STYLES */

#mainCase {
	background: url(../images/background-main.gif) left top repeat-y;
	border-top: 1px solid #999999;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}



#sidebar {
	background-color: #FEE7C7;
	float: left;
	text-align: center;
	width: 206px;
}

#main {
	float: left;
	width: 694px;
}

#navigation {
	background-color: #310063;
	border-bottom: 1px solid #FFFFFF;
	height: 21px;
	padding-top: 4px;
}

ul#nav {
	/*padding-left: 15px;*/
	padding-left: 10px;
}

#nav li {
	display: inline;
	/*padding-right: 50px;*/
	padding-right: 30px;
}

#nav li a {
	color: #FFFFFF;
	font-weight: bold;
}

#nav li a:link {
	color: #FFFFFF;
	font-weight: bold;
}

#nav li a:hover {
	text-decoration: none;
}
#pageHeader {
	background-color: #D6EBBE;
	padding-top: 2px;
	height: 58px;
}

#pageHeaderBackground {
	background: url(../images/background-swoosh.jpg) right top no-repeat;
	height: 58px;
}

#pageHeaderBackground h2 {
	color: #83945A;
	font-size: 18px;
	padding: 30px 0px 10px 15px
}

#cookieTrail {
	border-bottom: 1px dashed #83945A;
	font-size: 11px;
	height: 18px;
	padding-left: 16px;
	padding-top: 3px;
	width: 678px;
}

#cookieTrail li {
	background: url(../images/chevron-right.gif) left top no-repeat;
	background-position: 0px 50%;
	color: #333333;
	display: inline;
	padding-left: 8px;
	
}

li#first {
	background: none;
	padding-left: 0px;
}

#cookieTrail li a {
	color: #FF4500;
}

#cookieTrail li a:link {
	color: #FF4500;
}

#cookieTrail li a:hover {
	text-decoration: none;
}

#mainContent {
	padding: 15px;
}

#mainContent h3 {
	font-size: 18px;
	color: #FF0000;
}

#mainContent h4 {
	font-size: 16px;
	color: #83945A;
}

#mainContent li {
	list-style-type: disc;
	margin-left: 15px;
	padding-bottom: 5px;
}

#mainContent ol li {
	list-style-type: decimal;
	margin-left: 15px;
	padding-bottom: 5px;
}

html fieldset {
	position: relative;
	margin-top: 0px !important;
	margin-top: 10px;
	padding-top: 7px;
	margin-bottom: 10px;
}

html legend {
	position:absolute;
	top: -12px;
	left: 5px;
}

fieldset {
	border: 1px solid #999999;
	background-color: #FFFFCC;
	font-size: 11px;
	padding: 10px 10px 10px 15px;
}

fieldset p {
	padding-bottom: 5px;
}

legend {
	background-color: #EFEFEF;
	border: 1px solid #999999;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
}

.roleTable {
	width: 500px;
}

.roleTable th {
	background-color: #D6EBBE;
	border-bottom: 1px #666666 solid;
	border-top: 1px #666666 solid;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 5px;
	
}

.roleTable td {
	background-color: #FEE7C7;
	border-bottom: 1px #666666 solid;
	font-weight: bold;
	font-size: 11px;
	padding: 7px 5px;
}

.detailedGuideTable {
	width: 440px;
}

.detailedGuideTable th {
	background-color: #D6EBBE;
	border-bottom: 1px #666666 solid;
	border-top: 1px #666666 solid;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
	
}

.detailedGuideTable td {
	background-color: #FEE7C7;
	border-bottom: 1px #666666 solid;
	font-weight: bold;
	padding: 7px 5px;
}

.rateTable {
	width: 440px;
}

.rateTable th {
	background-color: #D6EBBE;
	border-bottom: 1px #666666 solid;
	border-top: 1px #666666 solid;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
	
}

.rateTable td {
	background-color: #FEE7C7;
	border-bottom: 1px #666666 solid;
	font-weight: bold;
	padding: 7px 5px;
}

.rate {
  text-align: right;
}

.number {
  text-align: right;
}

#sideNavigation {
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 5px;
	text-align: left;
	width: 170px;
}

#sideNavigation ul {
	font-size: 12px;
}

#sideNavigation li#first {
	border-top: 1px #666666 solid;
}

#sideNavigation li.active {
	border-bottom: none;
}

#sideNavigation  a {
	color: #FF0000;
}

#sideNavigation  a:link {
	color: #FF0000;
}

#sideNavigation li.active a {
	color: #FF0000;
}

#sideNavigation li.active a:link {
	color: #FF0000;
}

#sideNavigation li {
	padding: 5px 3px;
}

#sideNavigation a {
	text-decoration: none;
}

#sideNavigation a:link {
	text-decoration: none;
}

#sideNavigation a:hover {
	text-decoration: underline;
}

#subSideNavigation li {
	border-top: none;
	font-size: 11px;
	margin-left: 10px;
	margin-top: none;
	padding-bottom: 0px;
	width: auto;
}

#sideResources {
	background-color: #D6EBBE;
	font-size: 11px;
	padding: 5px;
	margin-left: 15px;
	margin-top: 30px;
	text-align: left;
	width: 160px;
}

#sideResources li#title {
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	padding-bottom: 5px;
}

#sideResources li {
	list-style-type: disc;
	padding-bottom: 5px;
	margin-left: 15px;
}

#sideResources a {
	color: #FF4500;
}

#sideResources a:link {
	color: #FF4500;
}

#sideResources a:hover {
	text-decoration: none;
}

/* FOOTER STYLES */

#footer {
	border-bottom: 1px dashed #83945A;
	border-top: 1px dashed #83945A;
	font-size: 11px;
	height: 32px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 18px;
	text-align: center;
	width: 674px;
}

#footer li {
	border-right: 1px solid #999999;
	display: inline;
	padding: 0px 5px;
}

#footer li a {
	color: #FF4500;
}

#footer li a:link {
	color: #FF4500;
}

#footer li a:hover {
	text-decoration: none;
}


li#last {
	border-right: none;
}

#copyright {
	font-size: 11px;
	padding-bottom: 5px;
	padding-top: 20px;
	text-align: center;
}
.thirdlevel{
	color:#FF0000;
}
