/* Import CSS Reset File */
@import url("reset.css"); 

/* ----------------------- GENERAL LAYOUT -----------------------*/

/* Heading */
h1, h2, h3, h4, h5, h6{
	font-weight: 400;
	color:#555555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1{
	font-size:36px; 
	line-height:32px; 
	margin-bottom:14px;
}
h2{
	font-size:30px; 
	line-height:26px; 
	margin-bottom:14px;
}
h3{
	font-size:22px; 
	margin-bottom:12px;
}
h4{
	font-size:16px; 
	line-height:16px; 
	margin-bottom:10px;
}
h5{
	font-size:14px; 
	margin-bottom: 12px; 
	padding:0px;
}
h6{
	font-size:12px; 
	margin-bottom: 12px; 
	padding:0px;
	letter-spacing: 1px;
}
/* links */
a,a:link,a:visited {
  color:#2a92bd;
  text-decoration:none;
}
a:hover{
  color:#666666;
  text-decoration: underline;
}
a img, img {
  border:none
}

/* paragraphs,blockquote,code */
p {
  margin-bottom:15px;
}
blockquote {
  margin: 0 0 20px 0;
  color: #9a9a9a;
  background: url(../images/blockquote.jpg) repeat;
  border-left: 4px solid #dadada;
  font-size: 12px;
  padding: 5px 10px;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0;
}
code {
  background: #fafafa;
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  color: #858585;
  margin-bottom: 10px;
  border: 1px dotted #eaeaea; 
  clear: both;   
}
pre{ 
  clear: both; 
  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; 
  background: url(../images/pre_bg.gif) repeat; 
  border: 1px solid #d3d3d3;
  padding: 18px 20px 15px 20px;
  line-height: 19px;
  overflow:auto;
  overflow-Y: hidden;
  color: #555;
  margin: 0 0 20px 0;
}
ol {
  margin: 20px 0 20px 25px;
  list-style-type: decimal;
}
ol li {
  font-size: 12px;
  margin: 2px 0; 
  padding-bottom: 3px;
} 
/* Star List */
.starlist {
  margin-bottom: 10px;
}
.starlist li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 22px;  
  background: url(../images/star.png) 0 2px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
/* Arrow List */
.arrowlist {
  margin-bottom: 10px;
}
.arrowlist li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 22px;  
  background: url(../images/arrow.png) 0 4px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
/* Check List */
.checklist {
  margin-bottom: 10px;
}
.checklist li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 25px;  
  background: url(../images/tick.png) 0 4px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
/* Check List */
.bulletlist {
  margin-bottom: 10px;
}
.bulletlist  li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 20px;  
  background: url(../images/bullet.png) 0 5px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
/* Item List */
.itemlist {
  margin-bottom: 10px;
}
.itemlist  li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 20px;  
  background: url(../images/item.png) 0 5px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
/* Dropcap */
.dropcap{
	background:transparent url(../images/big-bullet.png) no-repeat scroll -1px -1px;
	color:#ffffff;
	float:left;
	font-size:24px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:10px;
	padding-top:5px;
	text-align:center;
	width:41px;
}
/* Pullquotes */

.pullquote_right,.pullquote_left{
	color:#9F9F9F;
	float:right;
  font-size: 14px;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:0 10px;
	width:33%;
  font-style: italic; 
  background: url(../images/quote.png) top left no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.pullquote_left{
  border-left: none;
	float:left;
	margin-left:0px;
	margin-right:10px;
  
}
/* Clear Floated Elements */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Images Alignment &amp; Styling */
.alignleft {
  float: left;
  margin: 5px 15px 0 0;
}
.alignright {
  float: right;
  margin: 5px  0 5px 15px;
}
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
  display: block; 
}
.imgbox {
  padding: 4px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.imgbox2 {
  padding: 3px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.divider {
  background: url(../images/divider.jpg) bottom repeat-x;
  padding: 5px 0;
  margin: 0 0 20px 0;
  display: block;
}
.spacer {
  margin-bottom: 20px;
  float: left;
}
/* Custom Message Styling */
.info {
  margin: 15px 0;
  font-size: 14px;
  color: #246EA7;
  padding: 15px 12px 15px 47px;
  background: #DFECF7 url(../images/info.png) .5em .4em no-repeat;
  border: 1px solid #A7CEEC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;  
} 
.error {
  margin: 15px 0;
  font-size: 14px;
  color: #C92036;  
  padding: 15px 12px 15px 47px;
  background: #FAE1E1 url(../images/error.png) .5em .4em no-repeat;
  border: 1px solid #EDA8A8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;   
} 
.warning {
  margin: 15px 0;
  font-size: 14px;
  color: #E08820;  
  padding: 15px 12px 15px 47px;
  background: #FDF4D7 url(../images/warning.png) .5em .4em no-repeat;
  border: 1px solid #E8C779;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;    
} 
.success, 
.success-message{
  margin: 15px 0;
  font-size: 14px;
  color: #84AF22;  
  padding: 15px 12px 15px 47px;
  background: #E6F2D2 url(../images/ok.png)  .5em .4em no-repeat;
  border: 1px solid #96C24A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;    
} 
/*  Highlight Styles */

.highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}	
.highlight-dark{padding:1px 4px;background-color:#6a6a6a;color:#fff;}
.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}	
.highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}	


/* Columns */
.col_12 {
  width: 460px; 
  display: inline;
  float: left;
  margin-right: 20px;
}
.col_13 {
  width: 300px; 
  display: inline;
  float: left;
  margin-right: 20px;  
  margin-right: 20px;
}
.col_23 {
  width: 620px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.col_14 {
  width: 220px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.col_34 {
  width: 700px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.last {
  float: right;
  margin-right: 0;
}

#logo {
  float: left;
  width: 280px;
  margin-left: 15px;
  position: absolute;
  margin-top: 10px;
  z-index: 100;
}

/* ----------------------- FEATURES BOX -----------------------*/
.featureslist,
.featureslist-4col,
.quotebox {
  padding: 15px 20px 15px 20px;
  background: url(../images/bg-featureslist.jpg) bottom center repeat-x;  
  height: 65px;
  margin: 0 auto;
  width: 946px;
}
.quotebox {
  height: 88px;
  padding: 10px 20px 12px 20px;
}
.featureslist li {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.featureslist-4col li {
  float: left;
  width: 220px;
  margin-right: 20px;
}
.featureslist li.last,
.featureslist-4col li.last {
  float: right;
  margin-right: 0;
}
.featureslist li h4,
.featureslist-4col li h4  {
  margin-bottom: 5px;
}
.featureslist li h4 a,
.featureslist-4col li h4 a {
  color: #444444;
}
.featureslist li img,
.featureslist-4col li img {
  margin-bottom: 15px;
}
.featureslist li p,
.featureslist-4col li p {
  color: #787878;
}
/* ----------------------- PAGE HEADING -----------------------*/
.pageheading {
  width: 986px;
  height: 162px; 
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-top: 4px solid #1b4d92;
}
#page-title {
  padding:10px 20px;
  background: url(../images/headerbar.jpg) top center repeat-x;  
  height: 23px;
  margin: 0 auto;
  width: 946px;
}
#page-title h4 {
  margin-top: 0;
  text-shadow: #ffffff 1px 1px;
}
.breadcrumbs {
  display: block;
  text-align: right;
}
.breadcrumbs span.current {
  color: #9a9a9a;
}
/* ----------------------- HOMEPAGE CONTENT -----------------------*/
.quotetext {
  display: block;
  margin-bottom: 0;
}
.quotetext h3 {
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.quotetext h4 {
  line-height: 22px;
  margin: 0;
  color: #666666;
  display: block;
  text-align: center;
}
img.speaker {
  float: right;
  margin-right: 20px;
  margin-left: 30px;
}
.homepage-content {
  margin: 18px 0 0 0;
}
.homepage-content p {
}
.image-box1 {
  background: url(../images/bg-box1.png) top center no-repeat;
  width:300px;
  height: 166px;
  margin-bottom: 5px;
}
.image-box1 img {
  margin: 8px 7px;
  border: 1px solid #fafafa;
}
.image-box2 {
  background: url(../images/bg-box2.png) top center no-repeat;
  width:220px;
  height: 124px;
  margin-bottom: 5px;
}
.image-box2 img {
  margin: 7px 7px;
  border: 1px solid #fafafa;
}
.homepage-box h4,
.homepage-box-last h4 {
  margin-bottom: 8px;
}
.homepage-box p  {
}
.clients {
  margin: 0;
  padding: 0;
}
.clients li {
  margin: 0 12px;
  padding: 0;
  float: left;
}
.welcome {
}
/* Content */
.content {
  margin: 20px 0 0 0;
}
.content-box,
.content-box-last {
  width: 340px;
  float: left;
  margin-right: 20px;
}
.content-box h4,
.content-box-last h4 {
  color: #666666;
}

.content-box-last {
  float: right;
  margin-right: 0;
}
.small-box {
  background: url(../images/small-box.png) top center no-repeat;
  width:93px;
  height: 97px;
  margin-bottom: 30px;
  float: left;
  margin-right: 15px;
}
.small-box img {
  margin: 6px;
  border: 1px solid #fafafa;
}

/* ----------------------- FOOTER -----------------------*/
#footer {
  background: #d5d5d5;
  border-top: 4px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 20px;
  margin: 10px auto 0 auto;
  width: 946px;
}
.footer-col {
}
.footer-col h4  {
  margin-bottom: 15px;
}
.footer-col ul {
  margin: 0;
  padding: 0;
}
.footer-col ul li  {
  margin: 5px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #c5c5c5;
}
.footer-col a  {
  color: #686868;
}
.footer-col a:hover  {
  text-decoration: underline;
}
.footer-col p {
  color: #666666;
}
.latestnews {
  
}
.latestnews a {
  line-height: 16px;
  margin-bottom: 0;
}
.sidebox .latestnews a {
  margin-bottom: -5px;
}
.latestnews li {
  margin-bottom: 5px;
}
.sidebox .latestnews li {
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.latestnews li img {
  margin-bottom: 20px;
  margin-right: 12px;
}
.sidebox .latestnews li img {
  margin-bottom: 40px;
}
.latestnews li p.newsdate {
  font-size: 11px;
  text-decoration: underline;
  margin-bottom: 0;
  color: #868686;
}
.latestnews li p.newscontent {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 5px;
}
.footer-col .contactlist li {
  padding-left: 24px;
  border: none;
  margin: 0;
  margin-bottom: 0;
  color: #666666;
}
.sidebox .contactlist li {
  padding-left: 24px;
  margin: 8px 0;
}
.contactlist li a {
  color: #666666;
}
.contactlist li.home {
  background: url(../images/home.png) 0 3px no-repeat;
}
.contactlist li.mail {
  background: url(../images/mail.png) 0 3px no-repeat;
}
.contactlist li.help {
  background: url(../images/help.png) 0 3px no-repeat;
}
.contactlist li.phone {
  background: url(../images/phone.png) 0 3px no-repeat;
}
.contactlist li.phone2 {
  background: url(../images/phone2.png) 0 3px no-repeat;
}
#bottom {
  height: 24px;
  background-color: #d5d5d5;
  width: 946px;
  margin: 0 auto;
  padding: 5px 20px;
  border-top: 1px solid #e5e5e5;
}
.footermenu {
  margin: 0;
  padding: 8; 
}
.footermenu li {
  float: left;
  margin: 3px 0;
}
.footermenu li a {
  color: #666666;
  padding: 5px 10px;
  font-size: 11px;
}
.copyright {
  display: block;
  text-align: right;
  margin-top: 4px;
  color: #666666;
  font-size: 11px;
}
.copyright a {
  color: #666666;
}
