/* RESET //-----------------------------------------------------------------------------------------*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET //-----------------------------------------------------------------------------------------*/

/* CLEARFIX //-----------------------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* TYPOGRAPHY //-----------------------------------------------------------------------------------------*/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:85%;
	line-height:1.25em;
}

#content {
	color: #fefae9;
	font-weight:normal;
	font-size:90%;
}

a {
	color: #fff;
}

a:hover{
	text-decoration:underline;
}

small {
	font-size:12px;
	line-height:normal;
}

p {
	margin:10px 0;	
}

p:first-child, h1:first-child {
	margin-top:0;
}

h1 {
	font-size:1.8em;
	font-weight:normal;
}

h2, h3, h4, h5, h6 {
	font-size: 1.25em;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:16px;
	line-height:1.15em;
}

h2 {
font-size: 20px;
padding-bottom: 4px;
border-bottom: dotted 1px;
}

#content ul, #content ol {
	padding-left: 15px;
}

/* LAYOUT //-----------------------------------------------------------------------------------------*/
body {
}

#container {
background:#54839d url(/images/gui/body-bg.png) repeat-x;
margin:0;
padding:0;
}

#wrap {
	width:980px;
	margin:0 auto;
	padding-bottom:1px;
}

#haderWrap {
	background:url(/images/wrap-bg.gif) no-repeat 50px bottom;
	width: 768px;
	height:160px;
}

#header{
	position:relative;	
	height: 160px;
}

#logo{
	position:absolute;
	left:23px;
	top:0;
	width:186px;
	height:138px;
	background:url(/images/gui/logo.png) no-repeat;
}

#logo a {
	width:186px;
	height:138px;
	display:block;
}

#menuWrap {
	background:url(/images/menu-bg.png);
	width:965px;
	height:49px;
	position:absolute;
	top:40px;
	right:6px;
}

#contentWrap{
	width:940px;
	min-height:444px;
	margin:0 auto;
	padding:1px; /* has layout */
}

#content {
	margin:0 26px 0 16px;
}

#colLeft{
	width:200px;
	float:left;
	margin-left:17px;
}

#colRight{
	width:200px;
	float:left;
}

#containerLeft {
float:left;
width:774px;
}

#colCenter {
padding-bottom:20px;
float:left;
width:540px;
}
#footerWrap{
	width:900px;
	margin:0 auto;
	background:#fff;
	height:150px;
	margin-top:6px;
}

#footer {
}

#footer p {
	margin-top:0;
}

/* MENUS //-----------------------------------------------------------------------------------------*/

#powered_by {
	float:left;
	padding-top:20px;
}

#powered_by a {
	color:#003959;
	text-decoration:none;
	font-size:11px;
}

#menuFooter {
	float:right;
}

#menuFooter ul {
padding:20px 42px;
background:url(/images/gui/footer-g.png) no-repeat center right;
}

#menuFooter li {
	display:inline;	
}

#menuFooter li a {
	padding:0 12px;
	text-decoration:none;
	color:#003959;
	font-size:13px
}

#menuFooter li a:hover {
		
}


#menuLeft {
	background:#FFF;
	padding-top:1px;
	padding-bottom:1px;
}

#menuLeft ul ul{
}

#menuLeft li{
	list-style-type:none;
}

#menuLeft li a {
	padding:6px 0px 6px 10px;
	color:#444;
	text-decoration:none;
	display:block;
	margin:6px 4px;
	font-size:13px;
background:url(/images/gui/left-nav-links-bg.gif) no-repeat center center;
}

#menuLeft li a:hover, #menuLeft li a.active {
	color:#111;
	font-weight:bold;
}

#menuLeft li li a {
	padding:6px 10px;
	color:#444;
	text-decoration:none;
	background:none;
	display:block;
	margin:0px 10px;
	font-size:12px;
}

#menuLeft li li a:hover, #menuLeft li li a.active {
	color:#111;
	font-weight:normal;
	text-decoration:underline;
}

/* END MENUS //-----------------------------------------------------------------------------------------*/


/* HOMEPAGE //-----------------------------------------------------------------------------------------*/


/* Testimonials */

.testimonial_list_item {
	border-bottom:dotted 1px #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}

.testimonial_list_item_name, .testimonial_list_item_location {
	font-style:italic;
}

.testimonial_list_item_body {
}


/* FORM //-----------------------------------------------------------------------------------------*/ 

form {
	width:auto;
}

#contactForm label {
	float:left;
	width:90px;
	font-weight:bold;
}

#contactForm input, #contactForm textarea {
	margin-bottom:4px;
	width:400px;
	border:solid 1px #fff;
	background:#ffffee;
	
}

#contactForm textarea {
height:60px;
}

form label.error {
	color:#F00;
	margin-left:10px;
	padding:0 2px !important;
	font-size:85%;
	width:auto !important;
}

form input.error {
	border:solid 1px #F00;
}

/* News Items */

.news_list_item {
}

.news_list_item_title {
}

.news_detail .title {
}

.news_detail .date {
}

#bannerWrap{
height:160px;
background:#ffffcc url(/images/gui/banner-bg.png) no-repeat top left;
}

#banner {
	height:144px;
	width:544px;
	overflow:hidden;
	float:right;
	margin-right:13px;
	background:#ffffcc url(/images/gui/banner-home-1.jpg) no-repeat top left;
}

#colLeftBottom{
background:url(/images/gui/leftColBottom.png) no-repeat top center;
height:104px;
width:auto;
position:relative;
}

#skypeButton{
position:absolute;
bottom:15px;
left:22px;
}

#messageBox {
background:#30617C;
padding:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:solid 1px #6BA6C7;
}


#google_translate_element {
	height:85px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
}

#newsletter_box {
position:relative;
height:96px;
margin:10px 0;
padding:0;
}

#newsletter_signup .field_input {
width:120px;
background:#C3DFEF;
border:solid 1px #769BB1;
padding:2px;
}

#newsletter_signup #submit {
position:absolute;
right:16px;
top:35px;
background:#7ca5bc;
color:#FFF;
width:38px;
height:55px;
border:2px solid #9cb0bc;
font-weight:bold;
font-size:14px;
}

#newsletter_signup #FNAME {
position:absolute;
left:16px;
top:40px;
}

#newsletter_signup #EMAIL {
position:absolute;
left:16px;
top:64px;
}

#newsletter_box .title {
	color:#FFF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
margin-top:10px;
}

.title_box {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border:1px solid #fff;
	background:#30617c;
	color:#FFF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 20px;
	text-align:center;
	margin-bottom:10px;
	margin-top:5px;
}

#textwidget_side .textwidget {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border:1px solid #fff;
	background:#30617c;
	color:#FFF;
	font-size:13px;
	padding:10px 20px;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}

#textwidget_side .textwidget .textwidget_top {
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.clear {
	clear:both;
}

#news_carousel_title {
	padding:5px 20px;
}

#news_carousel_title a {
	float:left;
}

.news_carousel_title_text {
	float:left;
	margin-left:32px;
	margin-right:32px;
	padding-top:2px;
}

#news_carousel_wrap ul {
	list-style-type:none;
}

#news_carousel_wrap {
	padding-left:20px;
	height:230px;
        overflow:hidden;
}

#news_carousel li img {
}

.jcarousel-container-horizontal {
	width:160px;
}

.jcarousel-clip-horizontal, .jcarousel-item {
	width:160px;
}

#recent_blog_posts {
	padding:0 10px;
}

#recent_blog_posts {
	line-height:1em;
}

#recent_blog_posts a.title {
	line-height:1em;
	font-size:1em;
}

.blogspot_entry {
	list-style:none;
	margin-bottom:15px;
}

.blogspot_entry .title {
	font-size:17px;
	text-decoration:none;
}

.blogspot_entry .date {
	font-size:11px;
	color:#c0c0c0;
	margin-bottom:5px;
}

.blogspot_entry .abstract {
	color:#fff;
	font-size:12px;
}

.wordpress_entry {
	list-style:none;
	margin-bottom:15px;
}

.wordpress_entry .title {
	font-size:17px;
	text-decoration:none;
	font-weight:bold;
}

.wordpress_entry .date {
	font-size:11px;
	color:#c0c0c0;
	margin-bottom:5px;
}

.wordpress_entry .abstract {
	color:#fff;
	font-size:12px;
}


#paging_wrap {
	margin-bottom:8px;
	text-align:right;
}

#paging_wrap .paging_item_active {
	padding:3px 6px;
	background:#fff;
	color:#30617c;
	margin-right:5px;
	font-weight:bold;
}

#paging_wrap .paging_item a {
	padding:3px 6px;
	background:#30617c;
	margin-right:5px;
	text-decoration:none;
	font-weight:bold;
}

.expand_menu_subselection {
	display:block !important;
	visibility:visible !important;
}

#socialMedia{
	float:left;
	padding:14px 0;
}

#socialMedia img{
	margin-right:6px;
}

#news_list_wrap img {
	width:120px !important;
	height:auto;
}
/*
#news_list_wrap img:hover {
	width:130px !important;
	position:absolute;
	top:-5px;
	left:-5px;
	z-index:100;


	-moz-box-shadow: 3px 3px 4px #222;
	-webkit-box-shadow: 3px 3px 4px #222;
	box-shadow: 3px 3px 4px #222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
*/

#news_list_wrap li {
	list-style:none;
	float:left;
	width:120px;
	height:170px;
	margin:0 4px;
	margin-bottom:14px;
	position:relative;
}

#news_list_wrap li a {
	text-decoration:none;
}

#news_list_wrap li img {
	margin-bottom:5px;
}


#home_slideshow_wrap {
	border:1px solid #54839d;
	background:#30617c;
	color:#FFF;
	font-size:12px;
	padding:10px 20px;
	margin-bottom:10px;
	margin-top:10px;
}

#home_slideshow .textwidget_top {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

#home_slideshow_nav {
	text-align:right;
margin-top:20px;
margin-right:4px;
}

#home_slideshow_nav a { 

 font-size: 13px;margin-right:3px; padding: 2px 7px; 
 background: url(/images/gui/pager-bg-blue.png) no-repeat center center; color:#fff; text-decoration: none; font-weight:bold; }
#home_slideshow_nav a.activeSlide { 
background: url(/images/gui/pager-bg-white.png) no-repeat center center;color:#54839d; }

#newsletter_signup_form_messages label.error {
position:absolute;
border:solid 1px #ccc;
padding:2px; 
background:white;
color:#333;
font-size:14px;
top:-26px;
display:block;
}


img.image_align_left {
        float:left;
        margin-right:10px;
}

img.image_align_right {
        float:right;
        margin-left:10px;
}


img.image_align_right,img.image_align_left{
	border:solid 2px #fefae9;
	background:#fefae9;
}


.title_box{
}


.icon-pdf
{
	background: url(/images/gui/pdf_icon.gif) no-repeat center center;
	width:20px;
	height:20px;
}

.icon-doc
{
	background:url(/images/gui/page_white_word.png) no-repeat center center;
	width:20px;
        height:20px;
}

.icon-xls
{
	background:url(/images/gui/page_white_excel.png) no-repeat center center;
	width:20px;
        height:20px;
}

.icon-ppt
{
	background:url(/images/gui/page_white_powerpoint.png) no-repeat center center;
	width:20px;
        height:20px;
}

.icon-jpg, .icon-jpeg, .icon-gif, .icon-png
{
	background:url(/images/gui/picture.png) no-repeat center center;
	width:20px;
        height:20px;
}

.icon-html
{
	background:url(/images/gui/world_link.png) no-repeat center center;
	width:20px;
        height:20px;
}


#sidebar li {
	list-style:none;
}

#sidebar {
	color:#fff;
}

#sidebar #searchform {
	margin-top:10px;
	margin-left:10px;
}

.post h2 a{
text-decoration:none;
padding-top: 15px !important;
}

.post h2 {
text-decoration:none;
padding-top: 20px !important;
}

img.alignleft {
float:left;
margin-right:6px;
}
img.alignright {
float:right;
margin-left:6px;
}


.press_list_item {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #fff;
}

.press_list_item h1 {
	font-weight:bold;
}
