* { margin: 0px; padding: 0px; }

body {
background-color:#e7e5e5;
font: 12px/120% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: #fff; 
text-align: center;	
}

#wrap {
position: relative;
width: 991px;
background: #000 url(/images/page-background.jpg) repeat-y center top;
margin: 0px auto 30px auto;
text-align: left;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }



/* --------------------  FORMATTING  -------------------- */

/* links */
a, a:visited {	
	color:#00CCFF;  /* #0099FF */
	text-decoration: none;
}
a:hover {
	color:#0099FF;
	text-decoration: underline;
}

.blue-text {
color:#5B5BFF;
}

.red-text {
color: #FF3333;
}

strong {
font-weight:bold;
}

h1 {
font-size:19px; 
margin:0px;
margin-top: 10px;
padding-bottom:7px; 
font-weight:bold;
}

h2 {
font-size:16px;
margin:0px;
padding-bottom:7px;
font-weight:bold;
}

h3 {
font-size:14px;
margin:0px;
margin-top: 10px;
padding-bottom:7px;
font-weight:bold;
}

h4 {
font-size:19px; 
margin:0px;
text-decoration:underline; 
font-weight:normal;
}

h5 {
font-size:13px;
margin:0px;
padding-bottom:10px;
font-weight:normal;
}


li {
margin-left:30px;
}

.sectionbreak {
border-bottom:#999 1px solid; 
position:relative; 
margin:10px 20px;
height:10px; 
clear:both
}

.intro-text {
margin-left:300px;
}

.intro-list {
font-weight:bold;
}

.intro-list ul {
list-style:disc;
padding-left:30px;
margin:3px 0px 15px 0px;
}

.intro-list ul li{
padding-bottom:3px;
}

.intro-list ul li span{
color:#FFFFFF;
}


/* Paragraph */
p { padding: 12px 10px;	}


blockquote {
margin: 20px 10px 25px 10px;
padding: 5px 7px 5px 40px;  	
font-weight: normal;
font-size: 17px;
line-height: 25px;
font-style: italic;
font-family: Georgia, 'Times New Roman', Times, serif;		
color:#999;	
border: 2px solid;
border-color: #131313 #363636 #363636 #131313;
background:#000033 url(/images/quote.png) no-repeat 10px 10px;
}





/* --------------------  HEADER  -------------------- */

#header {
position: relative;
width: 991px;
height: 202px;
background: #000 url(/images/header.jpg) no-repeat;	
color: #000;	
padding: 0px;	
margin: 0px;	
}

#header h1#logo-text {
position: absolute;
margin: 0; padding: 0;
text-indent: -1000px;
font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
letter-spacing: -5px;
text-decoration: none;
color:#e7e5e5; /* Set to same color as page background */

/* change the values of top and left to adjust the position of the logo*/
top: 75px; left: 55px;	
}
#header h1#slogan {
position: absolute;
margin: 0; padding: 0;
text-indent: -1000px;
font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
color:#e7e5e5; /* Set to same color as page background */
letter-spacing: -0.5px;

/* change the values of top and left to adjust the position of the slogan*/
top: 148px; left: 150px;		
}


/* --------------------  NAVIGATION  -------------------- */

#nav {
clear: both;	
padding: 0px 0px 4px 0px;	
margin-left: 32px;
width: 932px;
background: #000;
overflow: hidden;	
border-bottom:#313131 1px solid;	
}

#nav ul {
margin: 0;
padding: 0;
font: 15px Arial, Helvetica, sans-serif;
font-weight:bold;
font-variant:small-caps;
list-style-type: none;
}

#nav li {
display: inline;
margin: 0;
}

#nav li a {
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 14px; /*padding inside each tab*/
border:#666666 1px solid;
color: #8f8f8f;
background: #000000; /*background of tabs (default state)*/
}

#nav li a:hover {
background: url(/images/menu-hover3.gif) no-repeat;
color: #fff;  /* BLUE = #4f5eeb  GREEN = #4feb65   RED = #993333 */
border:#fff 1px solid;
}

#nav .active_link, #nav .active_link:hover {
background: #0a1283;
color:#fff;
text-decoration:none;
border:#0a1283 1px solid;
cursor:default;
}

/* WordPress Navigation */

#nav ul li {
display: inline;
margin: 0;
}
#nav ul li a {
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 14px; /*padding inside each tab*/
border:#666666 1px solid;
color: #8f8f8f;
background: #000000; /*background of tabs (default state)*/
}
#nav ul li a:hover, #nav ul li a:active {
background: url(/images/menu-hover3.gif) no-repeat;
color: #fff;  /* BLUE = #4f5eeb  GREEN = #4feb65   RED = #993333 */
border:#fff 1px solid;
}
#nav ul li#current, #nav ul li#current a, #nav ul li.current_page_item a, #nav ul li.current_page_parent a {
background: #0a1283;
color:#fff;
text-decoration:none;
border: #0a1283 1px solid;
cursor:default;
}




/* --------------------  CONTENT  -------------------- */

#content {
float: left;	
width: 991px;
padding: 0px;
}

#main {
float: left;	
width: 660px;						
padding: 0px 0px 0px 33px; 	
margin-top: 10px;
font:12px Verdana, Arial, Helvetica, sans-serif;
}

#content-text {
padding:0px 20px;
}

.textbox {   
background:#000000;
border:#666666 1px solid;
color:#fff;
padding:5px;
margin:15px 0px;
text-align:justify;
}

.img-border {
background: #666666;
border: 1px solid #999;
padding: 4px;
}

.img-margin {
margin: 6px;
margin-right: 10px;
border:none;
}

/* --------------------  SIDEBAR  -------------------- */

#sidebar {
float: right;	
width: 240px;						
padding: 0px 42px 0px 0px; 	
margin-top: 20px;
font:12px Verdana, Arial, Helvetica, sans-serif;
/* background-color:#181818;*/
}


/* sidebar menu */
#sidebar .widgettitle {
text-decoration: none;
color: #999999;
font: bold 16px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
text-transform: none;
letter-spacing: -0.5px;
padding: 5px 0px 1px 0px; 
border-bottom:#999999 1px solid; 	
}

#sidebar .widget_text h2, #sidebar .widget_ad_rotator h2 {
margin-bottom: 8px;	
}

#sidebar .textwidget, #sidebar .widget_ad_rotator {
padding: 0px 8px;
}

/* sidebar menu */
#sidebar .widget {
margin: 3px 10px 20px 7px; 
padding: 0;
text-decoration: none;	
}

#sidebar li {
list-style: none;
margin-left: 7px ;
padding: 8px 10px; 		
}

#sidebar ul { 
margin: 0 0 0 5px; 
padding: 0; 
}

#sidebar .widget ul li { 
border: none; 
border-bottom: 1px solid #353535;	
}

#sidebar li a span {
color:#CCCCCC;	
font-size: 11px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-style: italic;
font-weight: normal;
}

/* sidebar menu to accomodate for the templae's style of sidebar*/

#sidebar h3 {
color: #999999;
font: bold 16px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
text-transform: none;
letter-spacing: -0.5px;
padding: 5px 0px 1px 0px; 
margin: 5px 0px 0px 10px; 	
border-bottom:#999999 1px solid; 
}

#sidebar .sidemenu {
margin: 3px 10px 20px 7px; 
padding: 0;
text-decoration: none;			
}
#sidebar .sidemenu li {
list-style: none;
margin-left: 7px ;
padding: 8px 10px; 		
border-bottom: 1px solid #353535;	
}

#sidebar .sidemenu ul { 
margin: 0 0 0 5px; 
padding: 0; 
}

#sidebar .sidemenu ul li { 
border: none; 
}

#sidebar .sidemenu li a span {
color:#CCCCCC;	
font-size: 11px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-style: italic;
font-weight: normal;
	}





/* --------------------  FOOTER  -------------------- */

#footer {
clear: both;
width: 991px;
margin: 0px;
padding: 30px 0px 0px 0px;
background: #e7e5e5 url(/images/border-bottom.jpg) no-repeat left top;			
font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
color: #777;	
text-align: center;	
}

#footer .ftr-txt {
padding: 0px 70px;
font-size:9px;
}


/* --------------------  FORM ELEMENTS  -------------------- */

form {
margin: 0px 10px 0px 10px; 
padding: 15px; 
color:#000;	
border: 1px solid #353535; 
background-color:#181818;
}

form p {
border-bottom: 1px solid #353535;
padding: 10px 0 5px 0;	
margin: 0;	
color: #fff;
}

label {
font-weight: bold;
color: #fff;
}

select {
margin: 5px 0;
padding: 2px;
color: #000;
border-width: 1px;
border-style: solid;
border-color: #000 #ebebeb #ebebeb #000; 
}

option { 
padding-right: 0.5em; 
} 

input, textarea {
margin: 5px 0;
font-family:Arial, Helvetica, sans-serif;
padding: 1px;
color: #000;
border-width: 1px;
border-style: solid;
border-color: #000 #ebebeb #ebebeb #000; 
}

.input_title {
margin: 10px 0px;
width:60px;
float:left;
}

.button-contact, .buttonon-contact {
font: bold 12px Arial, Sans-serif; 
height:30px;
padding:4px;
border-width: 1px;
border-style: solid;
}

.button-contact {
background-color:#130060; /* 0000FF */
color:#F0F0F0;
border-color: #999999;
}

.buttonon-contact {
background-color:#000033;  /* 0000CC */
color:#fff;
border-color: #fff;
}

#your_name, #email, #phone, #message{
width: 380px;
}

input.button { 
font: bold 12px Arial, Sans-serif; 
height: 30px;
margin: 0;
padding: 8px; 
color: #F0F0F0;
background-color:#130060;
border-width: 1px;
border-style: solid;
border-color: #999999;
}


/* --------------------  POST ELEMENTS  -------------------- */

.post-info { padding: 3px 10px 0px 10px; margin-left: 2px; color:#999999; }
.post-header { color: #DEDEDE; margin: 20px 10px 0px 10px; border-bottom:#999999 1px solid; padding-bottom:3px; font-size:16px; }
.post-header a, .post-header a:visited { color: #DEDEDE; text-decoration:none; font-size:16px; }

.post-header-hidden {display:none;}

.addthis_container {
margin: 10px 0px 0px 30px;
}

.post_content h2, .post_content h3, .post_content h1, .post_content h4 {
margin-left:10px;
}

.tags {
	color: #999999;
	margin-left:13px;
}

.post-footer {
	padding: 8px 10px;
	margin: 5px 10px 25px 10px;	
	color:#DEDEDE;
	border: 1px solid #353535; 
	background:#181818;
}
.post-footer a {
	color:#DEDEDE;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: url(/images/clock.png) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: url(/images/comments.png) no-repeat 0 2px;
	padding-left: 30px;
	color:#DEDEDE;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: url(/images/read-more.png) no-repeat 0 2px;
	padding-left: 36px;
	color:#DEDEDE;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: url(/images/edit-doc.png) no-repeat 0 2px;
	padding-left: 30px;
	color:#DEDEDE;
}

.post-footer .addthis_bottom_bar {
margin-left:10px;
}

/* --------------------  COMMENT ELEMENTS  -------------------- */
.comments {
margin-top: 45px;
}

.comments ol {
	margin-left: 20px;
}

ol.commentlist {
	margin: 3px 10px 20px 10px;
	padding: 0;
	border-style: solid;	
	border-color:#353535;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #353535; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;s
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background:#181818; 
}

#respond {
margin: 45px 10px 0px 15px;
}

#commentform {
margin: 0px 10px 0px 10px;
}



/* --------------------  ISSUES LISTING  -------------------- */
#issuestreated {
width:100%;
margin:30px 0px;
border:#666666 1px solid;
}

#issuestreated h1 {
text-align:center;
font-variant:small-caps;
padding: 5px 0px;
color:#FF3333;
border-bottom:#999 1px solid; 
margin:5px 20px 5px 20px;
padding-bottom:10px;
}

#issuestreated li {
color:#FF3333;
}

#issuestreated li span {
color:#fff;
}


#issuestreated .issues {
position: relative; 
width:33%;
float:left;
font-size:12px;
margin:10px 0px;
}

#issuestreated .issues h2 {
text-align:center;
padding:0px 5px 8px 5px;
font-size:13px;
font-weight:bold;
font-variant:small-caps;
color:#FF3333;
}

#issuestreated .sectionbreak {
border-bottom:#999 1px solid; 
position:relative; 
margin:10px 20px;
height:10px; 
clear:both
}

#policies_procedures {
text-align:justify;
}

#policies_procedures h3 {
padding:0px;
}

#readiness_test li {
margin-top:5px;
margin-bottom:5px;
}


/* --------------------  SEMINARS PAGE  -------------------- */

.seminar-schedule {
background-color:#4c4c4c; /* #4d4d5a; */
border: #444 2px solid;
width:610px;
}

.seminar-schedule td {
padding:4px 4px; 
background-color: #181818;
color:#fff;
border: #6C6C6C 1px solid;
text-align:left;
}

.seminar-schedule .schedule-bottom-row td, .seminar-schedule .schedule-header-row td {
background-color: #130060;
color:#fff;
text-align:center;
font-variant:small-caps;
font-weight:bold;
font-size:13px;
}


