
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #6CA8D8 url(../images/bg.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}
.center { text-align:center;}
/* links */
a, a:visited {	
	color: #3a80c7;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #1b3a73;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 2.5em;
	color: #88AC0B;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}
.iconz_mic { 	
	padding: 6px 0 4px 5px;
	background: url(../images/microphone.png) no-repeat 0 4px;
	padding-left: 30px;
}
.iconz_globe { 	
	padding: 6px 0 4px 5px;
	background:  url(../images/Globe-Connected.png) no-repeat 0 4px;
	padding-left: 30px;
}
.iconz_speaker { 	
	padding: 20px 0 0 5px;
	background:  url(../images/speaker.png) no-repeat 5px 5px;
	padding-left: 30px;
}
.iconz_pdf { 	
	padding: 20px 0 0 5px;
	background: url(../images/pdf.png) no-repeat 5px 8px;
	padding-left: 35px;
}

.iconz_small-pdf { 	
	padding: 20px 0 0 15px;
	background: url(../images/xsmall-pdf.png) no-repeat 5px 15px;
	padding-left: 35px;
}

.iconz_doc{ 	
	padding: 20px 0 0 5px;
	background: url(../images/doc.png) no-repeat 5px 8px;
	padding-left: 35px;
}

.iconz_ppt{ 	
	padding: 20px 0 0 5px;
	background: url(../images/ppt.png) no-repeat 5px 8px;
	padding-left: 35px;
}

.iconz_gallery { 	
	padding: 35px 0 0 5px;
	background: url(../images/gallery.png) no-repeat 5px 8px;
	padding-left: 60px;
}
.iconz_audio { 	
	padding: 35px 0 0 5px;
	background: url(../images/audio.png) no-repeat 5px 8px;
	padding-left: 60px;
}
.iconz_video { 	
	padding: 35px 0 0 5px;
	background: url(../images/camera.png) no-repeat 5px 8px;
	padding-left: 60px;
}
.iconz_archive { 	
	padding: 15px 0 0 5px;
	background: url(../images/archive.png) no-repeat 5px 8px;
	padding-left: 40px;
}
.iconz_pdf a { background:none;}
/* Paragraph */
p { padding: 12px 10px;	}
.reviews { 
color: #3A80C7;
font-style:italic;
display: block;
margin:-10px 0 10px 10px;
}
/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
/*img {
   background: #FAFAFA;
   border: 1px solid #E4E4E4;
   padding: 8px;
}*/

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 0 10px 10px 0px;
	border:none;
}
img.order { border:none; margin: 0 20px 0 0; }
code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 5px 10px 0 10px;	
	padding: 5px 5px 0;
   font-weight: normal;
	font-size: 17px;
	line-height: 1.2em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 /*url(../images/quote.gif)*/ no-repeat 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	
/* end - table */

/*Forms*/
fieldset {
	padding:10px;
	color:#999;
}
#rightCol form {
	padding:8px;
	display:block;
	clear:both;
}
label {
	font-size:.9em;
}
input, textarea, select {
	width:90%;
	font-size: 11px;
	padding:5px;
	color:#666;
	clear:both;
	display:block;
}
* html input, textarea, select {
	width:90%;
}
input:focus, textarea:focus, select:focus {
	border-color:#8D939B;
}

.formCol1 {
	float:left;
	clear:both;
	width:182px;
	padding:4px 0px;
}
.formCol2 {
	float:right;
	width:182px;
	padding:4px 0px;
}
.formRow {
	clear:both;
	width:374px;
	padding:4px 0px;
}
.submit-button {
	font-weight:bold;
	color:#FFF;
	background:#8ABAE0;
	border-color:#8ABAE0;
	cursor:pointer;
	width:100px;
	margin-top:10px;
}

.formDesc {
	margin:0;
	font-size:.8em;
	padding:1px;
	display:inline;
	color:#666;
	width:auto;
}
.error {
	border-color:#E9516B;
	background-color: yellow;
}
.errorMsg {
	font-size:.9em;
	margin:0;
	color:#333;
	font-weight:bold;
}
.errorMsg span {
	color:#E9516B;
}
input.choose {
	width:auto;
	vertical-align:middle;
	border-width:0px;
}
label.choose {
	vertical-align:middle;
}
#sendButton {
	width:auto;
	height:auto;
	border:none;
	float:right;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 950px;
	background: #FFF url(../images/wrap.gif) repeat-y center top;
	margin: 40px auto 30px auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 25px 0 60px 0; 	
}
#header {
	position: relative;
	width: 950px;
	height: 245px;
	background: #4b8bb8 url(../images/header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 56px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	color: #2c4566;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 18px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #2c4566;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 138px; left: 150px;		
}

/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #3a80c7 url(../images/top-menu.gif) repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	
	top: 0;	right: 200px
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#nav {
	clear: both;	
	padding: 0;
	margin: 0;
	width: 952px;
	height: 51px;
	background: #3A80C7 url(../images/nav.gif) no-repeat;		
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #3a67b4;	
}
#nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}

/* Main Column */
#main {
	float: left;
	width: 535px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;	
}
#main h2 {
	font: bold 1.3em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #51432F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;	
	border-bottom: 1px solid #3a80c7; 	
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}

#sidebar {
	float: right;
	width: 295px;
	padding: 0; 
	margin: 11px 35px 0 0;
	display: inline;	
	background-color: #e4edf3;
	border: 2px solid #f5f5f5;
}
#sidebar h3 {
	color: #666; 
	font: bold 1.5em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #0b698e;	
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px;
	padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #d3d2d2;	
}
#sidebar .sidemenu li.last { border:none;} 
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #eea32e;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url(../images/qsearch.gif) no-repeat;		
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	width: 912px;
	margin: 0;
	padding: 0 0 0 20px;
	background: #6ca8d8 url(../images/footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer p {
	padding:10px 0;
}
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;	
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
	text-align:right;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #e8a038; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.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;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


