@charset "UTF-8";
body {
	background-color: #040b33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/PTR-TrainingBKG2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.ptr  #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000033;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.ptr  #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #040B33;
	background-image: url(../images/logos/PTRlogo10x150.png);
	background-repeat: no-repeat;
	background-position: top;
} 
.ptr  #header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.ptr  #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.ptr #mainsection {
	margin: 0px;
	padding: 0;
	overflow: hidden;
}
.ptr #mainfront {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.ptr #container #mainsection #mainfront #leftfront {
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 700px;
}
.ptr #mainfront #testimonials {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0;
	height: 200px;
}
.ptr  #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.ptr  #footer {
	background:#DDDDDD;
	height: 100px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: -20px;
} 
.ptr  #footer  p {
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.ptr #footer a:link {
	margin: 0;
	color: #003399;
	padding: 0px;
}
.ptr #footer a:hover {
	margin: 0;
	color: #125846;
	padding: 0px;
	text-decoration: underline;
}
.ptr #footer a:visited {
	margin: 0;
	color: #003399;
	padding: 0px;
}
.ptr          #header #menu     {
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.ptr    #header    #menu td, th{
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4DB3CF;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ptr #header #menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
}
.ptr    #header    #menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	text-decoration: none;
}
.ptr    #header    #menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 12px;
	color: #040B33;
	padding-left: 5px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #4DB3CF;
	padding-right: 5px;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000033;
}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrtpad {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000033;
}

a {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

form {
	padding-right: 20px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	background-color: #125846;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #050F48;
}
.subtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #050F48;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #050F48;
	color: #DCDCDC;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #619646;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #0B2052;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.sidebarHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #0B2052;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.1em;
	color: #040B33;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #CCCCCC;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #CCCCCC;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #333399;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #619646;
	color: #040B33;
	font-weight: bolder;
	font-size: medium;
	padding-top: 2px;
	padding-bottom: 2px;
}
.dingbat1a {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #619646;
	color: #040B33;
	font-weight: bolder;
	font-size: medium;
	padding-top: 0px;
	padding-bottom: 0px;
	font-style: italic;
	text-align: left;
	padding-left: 70px;
	padding-right: 0px;
}
.dingbat1b {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #619646;
	color: #040B33;
	font-weight: bolder;
	font-size: 24px;
	padding-bottom: 3px;
	font-style: normal;
	text-align: center;
	padding-left: 80px;
	padding-top: 0px;
	padding-right: 0px;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.ptr   #header   #mlink  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	font-weight: bolder;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-decoration: none;
}
.ptr   #header   #mlink  a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	font-weight: bolder;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-decoration: none;
}
.ptr  #header  #mlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 12px;
	color: #040B33;
	padding-left: 5px;
	font-weight: bolder;
	padding-top: 8px;
	padding-bottom: 5px;
	background-color: #4DB3CF;
	padding-right: 5px;
	text-decoration: none;
}
.ptr    #headlogo    a   {
	text-decoration: none;
	padding: 0px;
}
.ptr    #headlogo    a:link   {
	text-decoration: none;
	padding: 0px;
}
.ptr     #headlogo     a:hover    {
	text-decoration: none;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #211864;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #211864;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #211864;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #125846;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #125846;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #125846;
}
#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none; 
	line-height: 1px;
}
#nav a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#3f3f3f;
	text-decoration: none;
}

#nav a:hover {
	background-color: #eaeae6; 
}

#nav li {
	float: left;
}
#nav  .topLevel, #nav  .topLevel {
	line-height: 14px;
	padding: 5px 15px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#nav .topLevelSelected {
	background-color: #eaeae6;
}
#nav .topLevelSelected:hover {

}
#sidebar {
	width: 220px;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background-color: #78A0C7;
	margin-top: -10px;
}
#sidebartop {
	width: 220px;
	background-color: #79A1C8;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 1px;
}
#sidebarNav {
	padding-top: 10px;
	margin-top: -20px;
}
#sidebarNav, #sidebarNav ul {
	list-style: none; 
	line-height: 1px;
}
#sidebarNav ul {
	padding: 0 25px 0 20px;
	margin: 0;
}
#sidebarNav li {
	padding: 10px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B2052;
}
#sidebarNav li:hover {
	background-color: #FFFFFF;
}
#sidebarNav a {
	font-size: 12px;
	font-weight: bold;
	color:#091948;
	text-decoration: none;
	text-transform: none;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebarNav a:hover {
	background-color: #FFFFFF;
}
.searchbox {
	color: #CCCCCC;
	background-color: #125846;
	border: thin inset #8CC63F;
}
.searchbox:link {
	color: #CCCCCC;
	background-color: #125846;
	border: thin inset #8CC63F;
}
.searchbox:hover {
	color: #125846;
	background-color: #999999;
	border: thin inset #FFFFFF;
}
#sidebarbottom {
	width: 220px;
	background-color: #DFDFDF;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #040B33;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #040B33;
}
.subtitle_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #050F48;
	margin-right: 10px;
	margin-left: 10px;
}
.textsytle {
	color: #091948;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {
	color: #091948;
}
.style5 {
	color: #040B33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.subtitlequote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #007A00;
}
.kss-front {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #8CC63F;
	background-color: #0B2052;
	text-align: left;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.ptr #clientlogin1{
	width: 237px;
	background-color: #79A1C8;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	text-indent: 0px;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ptr #facebookbox {
	background-color: #050F48;
	text-align: center;
	height: 96px;
	display: inline-block;
	vertical-align: top;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #619646;
	border-bottom-color: #619646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-position: center;
	padding: 0px;
	width: 216px;
}
#sidebar #sidebartop #clientlogin2 {
	padding-left: 8px;
}

