/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	margin: 0;
	padding: 10px 0;
	background: #CCC url(images/bg.gif) repeat-x;
	font: 16px 'Segoe UI', Verdana, 'Helvetica Neue', Arial, Sans-serif;
	color: #000000; /*#6B6B6B; */
	text-align: center;	
}

/* links */
a, a:visited {
	color: #255270;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #63A2CB;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Segoe UI', Verdana, 'Helvetica Neue', Arial, Sans-serif;
	font-weight: bold;
	padding: 10px;		
	color: #444;
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 2.2em;
	color: #88AC0B;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p { padding: 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
li {
	margin: 10px 5px;
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
	font-weight: bold;
	color: #5E7CB8;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #fff;
    border: 1px solid #E4E4E4;
	padding: 0;
	margin: 0;
}
img.float-right {
  	margin: 10px 10px 10px 10px;  
}
img.float-left {
  	margin: 3px 15px 3px 0px;
}

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 #B8CDDC;
	background: #F5F8FA;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
	padding: 5px 7px 5px 40px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #72859C;
	border: 1px solid #B8CDDC;
	background: #F5F8FA url(images/quote.gif) no-repeat 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
	width: 97%;
}
th {
	border: 1px solid #b8cddc;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #72859C;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding: 8px;
	border: 1px solid #b8cddc;
}
/* end - table */

/* form elements */
form {
	margin: 20px 10px;
	padding: 15px 25px 25px 20px;
	border: 1px solid #B8CDDC;
	background: #F5F8FA;
}
form p {
	border-bottom: 1px solid;
	padding: 12px 0 5px 0;
	margin: 0;
	color: #72859C;
	border-bottom-color: #B8CDDC;
}
label {
	font-weight: bold;
	color: #72859C;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 

#name, #email, #website, #subject, #message {
	width: 455px;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background: #469bd2;
	border-width: 1px;
	border-style: solid;
	border-color: #4496cb #3e89b9 #3e89b9 #4496cb;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 866px;
	background: #FFF url(images/wrap.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;
	width: 866px;						
	padding: 0;/*100px 0 60px 0; 	*/
}
#header {
	position: relative;
	width: 866px;
	height: 155px;
	background: #5180b5 url(images/header.gif) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #ffffff;
	top: 52px; left: 33px;	
}
#header h1#logo-text:before {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	content: attr(title);
	color: #255270;
	top: 54px; left: 35px;	
}

#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 18px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #295b7b;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 119px; left: 240px;		
}

/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 26px 10px 8px 10px;
	background: #5180b5 url(images/top-menu.gif) repeat-x;
	font: 14px 'Segoe UI', Verdana, 'Helvetica Neue', Arial, Sans-serif;
	color: #FFF;
	
	top: 0;	right: 100px;
	height: 17px;
	width: 105px;
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 866px;
	height: 44px;
	background: #5180b5 url(images/nav.gif) no-repeat;
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 0px 0 0 0; /*5px 0 0 0;*/
	height: 44px;
	padding: 0 0 0 285px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 15px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 20px 0 5px;
	color: #FFF;
	font: bold 16px/44px 'Segoe UI', Verdana, 'Helvetica Neue', Arial, Sans-serif;
	text-decoration: none;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #ffffcc;
	text-decoration: underline;
}
#nav ul li#current {
	margin: 5px 0 0 0;
	background: transparent url(images/left-tab.gif) no-repeat;	
}
#nav ul li#current a {	
	height: 39px;
	font: bold 17px/39px 'Segoe UI', Verdana, 'Helvetica Neue', Arial, Sans-serif;
	color: #255270;
	background: transparent url(images/right-tab.gif) no-repeat right top;	
}
/* Main Column */
#main {
	float: right;
	width: 542px;
	padding: 0; 
	margin: 0 40px 0 0;
	display: inline;	
}
#main a {
	font-weight: bold;
}
#main h2 {
	font: bold 1.8em 'Segoe UI', Verdana, 'Helvetica Neue', Arial, Sans-serif;
	color: #255270; /*#51432F; */
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	/*letter-spacing: -2px;*/
	border-bottom: 1px solid #b8cddc; 	
}
#main h2 a {
	color: #255270;
	text-decoration: none;
}
#main h2 a:hover {
	color: #63A2CB;
}
#main h3 {
	font: normal 1.1em 'Segoe UI', Verdana, 'Helvetica Neue', Arial, Sans-serif;
	margin: 0px;
	padding: 3px 10px;
	color: #255270;
}
#main .desc {
	font: bold 1.0em 'Segoe UI', Tahoma, Verdana, 'Helvetica Neue', Arial, Sans-serif;
	margin: 5px;
	padding: 10px;		
}

#main ul li {
	list-style-image: url(images/bullet.gif);
}

p.productlinks { 
	text-align: right; 
	margin: 0;
	padding: 10px 15px;		
}

#bottommenu { 
	font: bold 0.9em 'Segoe UI', Tahoma, Verdana, 'Helvetica Neue', Arial, Sans-serif;
	text-align: center; 
	margin: 70px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #b8cddc; 	
}

/*---------------------------------------------
	siderbar
----------------------------------------------*/

#sidebar {
	float: left;
	width: 223px;
	padding: 0; 
	margin: 0 0 0 35px;
	display: inline;	
}
#sidebar h3 {
	color: #444;
	font: bold 1.2em 'Segoe UI', Verdana, 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	border-bottom: 1px solid #b8cddc;
	padding: 0 10px 5px 10px; 
	margin: 10px 10px 10px 7px; 
}

#sidebar h3 a {
	color: #255270;
	text-decoration: none;
}
#sidebar h3 a:hover {
	text-decoration: underline;
}

#sidebar p {
	color: #222;
	padding: 5px 7px 0px 7px;
	margin: 5px 10px;
}

/****************************************
 ***     sidebar menu                 ***
****************************************/

#sidebar .sidemenu {
	margin: 11px 10px 15px 10px; 
	padding: 0 0 15px 0;
	text-decoration: none;			
	/*font-size: 1.3em;*/
	font: bold 1.2em 'Segoe UI', Tahoma, Verdana, 'Helvetica Neue', Arial, Sans-serif;
	/*border-bottom: 1px solid #b8cddc;*/
}
#sidebar .sidemenu li {
	/*list-style: none;*/
	margin: -1px 0;
	padding: 8px 8px;
	border-top: 1px dotted #b8cddc;
	border-bottom: 1px dotted #b8cddc;
}
/*
* html body #sidebar .sidemenu li {
	height: 1%;
}
*/
#sidebar .sidemenu li a {
	text-decoration: none;
	color: #255270;
	background: none;
	font-weight: bold;
}
#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;	*/
	color: #63A2CB;
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

#sidebar .sidemenu li.level2 {
	/*list-style: none;*/
	font-size: 0.9em;
	margin: 2px 0;
	padding: 5px 0 4px 25px;
	border: none;
	background: transparent url(images/arr-bull.gif) no-repeat 2px;
}

#sidebar .sidemenu li.level2 a {
	color: #316C95;
}

#sidebar .sidemenu li.level2 a:hover {
	color: #63A2CB;
}

#sidebar .sidemenu a:hover {
	text-decoration: underline;
}

/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 220px; height: 33px;
	background: #F0F0F0 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: 170px;	
	display: inline;	
	font: 1em Verdana, '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: 866px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #CCC url(images/footer-bottom.gif) no-repeat left top;			
	font-family: 'Segoe UI', Verdana, '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; 
	text-decoration: none;
}

/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;
	color: #72859c;
	border: 1px solid #b8cddc;
	background: #f5f8fa;
}
.post-footer .date{
	margin: 0 10px 0 5px;
	padding: 7px;
	background: #F5F8FA url(images/clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments {
	margin: 0 10px 0 5px;
	padding: 7px 5px;
	background: #F5F8FA url(images/comments.gif) no-repeat 0
2px;
	padding-left: 30px;
	color: #72859C;
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;
	padding: 7px 5px;
	background: #F5F8FA url(images/doc.gif) no-repeat 0
2px;
	padding-left: 30px;
	color: #72859C;
}
.post-footer a.edit {
	margin: 0 10px 0 5px;
	padding: 7px 5px;
	background: #F5F8FA url(images/edit-doc.gif) no-repeat 0
2px;
	padding-left: 30px;
	color: #72859C;
}
.post-info {
	font-size: .95em;
	padding: 0 10px;
	margin-left: 2px;
	color: #72859C;
}
.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; 
}
	
#samplegalls {
	width: 485px;
	margin: 10px;
	padding: 15px 15px 0 15px;
	border: 1px solid #B8CDDC;
	background: #F5F8FA;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

/* 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: "."; 
}
.color-green { color: #008000; }
.color-green2 { color: #006000; }
.font-bold { font-weight: bold; }
.display-inline { display:inline; }