/*
Theme: Ubuntu - Responsive HTML Portfolio Template
Author: Marie Flannery (Ubuntu Network)
Version: 1.0
*/

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, section {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #1A2F62;
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.clears {
	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
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.infotable {
	border-collapse:separate;
	width:100%;
	border:1px solid gray;
	border-spacing: 2px;
	padding: 5px;
	font-family: 'AndikaBasicRegular', Arial, sans-serif;
	font-size: 14px;
}

.infotable td
{
	height:40px;
	vertical-align:middle;
	padding-left: 5px;
}
.alt1
{
	background-color: #1461a2;
	color: white;
}
.alt2
{
	background-color: #e7f2f5;
}
.alt3
{
	background-color: #d6d6d6;
}
br {
	line-height: 10px;
}
br .short
{
	line-height: 5px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

input, textarea {
  -webkit-appearance: none;
}

html, body {
	height: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.left {
	top: 0px;
	float:left;
	display: block;
	margin:0;
	padding:0;
	margin-right:20px;
}
img.right {
	top: 0px;
	float:right;
	display: block;
	margin:0;
	padding:0;
	margin-left:20px;
}
.btn-more {
	background: url(style/images/button-learn.jpg);
	width: 150px;
	height: 40px;
	line-height: 41px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	color: #ffffff;
	font-family: 'AndikaBasicRegular', Arial, sans-serif;
	cursor: pointer;	
	display: inline-block;
}


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

body {
		background: #E8EAEF;
}

body, input, textarea {
	color: #1A2F62;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-break: 20px;
	/* [disabled]line-height: 21px; */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

#top-page {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

header {
	display: block;
	margin-bottom: 0px;
	position: relative;
	background: #fff url(style/images/header-bg.png) repeat-x center top;
	background-color: none;
}

header #site-title {
	display: block;
	width: 709px;
	float: left;
}

header #inner-top {
	position: relative;
	height: 120px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'AndikaBasicRegular', Arial, sans-serif;
	font-weight: normal;
	color: #1A2F62;
	margin-bottom: 10px;
	margin-top: 5px;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	font-family: AndikaBasicRegular, Arial, sans-serif;
}
h2 {
	font-size:20px;
	line-height: 24px;
}
h3 {
	font-size:18px;
	line-height:21px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
.section-title {
	margin-bottom: 13px;
}
.aligncenter {
	text-align: center;
}
p {
	color: #1A2F62;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 13px;
	line-height:20px;
}
.larger {
	font-size: 14px;
}
.highlight {
	background-color: #FFFF00;
}

a {
	color: #0083C6;
	text-decoration: underline;
}

.underline{
	text-decoration: underline;
}

#buttontext {
	position: absolute;
	left: 75px;
	color: #1A2F62;
	font-size: 16px;
}

#buttontext-learn {
	position: absolute;
	left: 50px;
	color: #ffffff;
	font-size: 20px;
}
#buttontext:hover {
	color: #E88300;
}
#buttontext-learn:hover {
	color: #1A2F62;
}
.entry-title a {
	color: #ffffff;
}

.entry-title a:hover {
	color: #FFC90E;
}

a.more:hover {
	text-decoration: underline;
}

h2.entry-title {
	margin-bottom: 5px;
}

img {
	max-width: 100%; 
	max-height: 100%;
	display:block;
	-webkit-border-radius: 3px 5px 5px 5px;
	border-radius: 3px 5px 5px 5px; 
}

#fancybox-thumbs ul li img {
	max-width: none;
}

iframe {
	max-width: 100%; 
	display: block;
}

img.icon {
	display: inline;
	margin-bottom: 15px;
}

img.frame {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	padding: 8px;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 100px;
	font-size: larger;
}
.box-long {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); 
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 600px;
}
.box-grey {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); 
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #e8e8e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.frame {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	padding: 8px;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.button,
.btn-submit,
.comment-form .btn-submit,
.filter li a,
aside ul.tag-list li a,
.page-navi ul li a {
	/*background: #fff url(style/images/button-bg.png) repeat-x center top;*/
	background-color: #0083C6;
	height: 28px;
	line-height: 29px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 14px 0px 14px;
	margin: 0;
	margin-bottom: 20px;
	font-size: 13px;
	color: #FFFFFF;
	font-family: 'AndikaBasicRegular', Arial, sans-serif;
	display: inline-block;
	-webkit-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	border: none;
}
a.button:hover,
.btn-submit:hover,
.comment-form .btn-submit:hover,
.filter li a:hover,
.filter li a.active,
aside ul.tag-list li a:hover,
.page-navi ul li a:hover,
.page-navi ul li a.current {
	background-position: center bottom;
	color: #FFC90E;
}

a.button.dark {
	background-color: #404040;
	color: #ededed;
}

a.button.red {
	background-color: #c43e5e;
	color: #fff;
}

a.button.blue {
	background-color: #4995c1;
	color: #fff;
}

a.button.green {
	background-color: #47b183;
	color: #fff;
}

a.button.brown {
	background-color: #aa6a43;
	color: #fff;
}
ul, ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}
ul {
	list-style: none;
}
ul.ipps, ul.ipps-sub, ul.ipps1, ul.ipps1-sub {
	list-style: none;
	border-bottom: none;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 12px;
	line-height:20px;
}
ul.ipps-sub, ul.ipps1-sub {
	padding-left: 15px;
}
ul.ipps2-sub {
	padding-left: 25px;
}
ul.ipps li, ul.ipps1 li {
	background-image:none;
	margin-left: 0px;
	padding: 2px 0px;
	border-bottom: 1px dotted #00ADED;
}
ul.ipps li.no-border, ul.ipps-sub li.no-border, ul.ipps1 li.no-border, ul.ipps1-sub li.no-border {
	border-bottom: none;
}

ul.ipps li a, ul.ipps-sub li a, ul.ipps1 li a, ul.ipps1-sub li a {
	color: #0083C6;
	text-decoration: none;
}

ul.ipps li a:hover, ul.ipps-sub li a:hover, ul.ipps1 li a:hover, ul.ipps1-sub li a:hover {
	color: #FFCC00;
}

ul.ipps li a.active, ul.ipps-sub li a.active, ul.ipps1 li a.active, ul.ipps1-sub li a.active {
	font-weight: bold;
	color: #1A2F62;
	border-bottom: none;
}
/*
ul.ipps li a.active:after, ul.ipps-sub li a.active:after {
	font-weight: normal;
    content: "\227B";
}
ul.ipps1 li a.active:after, ul.ipps1-sub li a.active:after {
	font-weight: normal;
content: "\ \226B";
}*/

ul.bulletlist li {
	margin-left: 10px;
	line-height:20px;

}
ul.withbullets {
	margin-left: 20px;
	list-style-type: disc;
	line-height:20px;
	font-size: 12px;
}
ul.withbullets-wide {
	margin-left: 45px;
	list-style-type: disc;
	line-height:20px;
	font-size: 12px;
}
ul.withbullets-vid {
	margin-left: 0px;
	list-style-type: none;
	line-height:20px;
	font-size: 12px;
}
ul.withbullets-long {
	margin-left: 45px;
	list-style-type: disc;
	line-height:20px;
	font-size: 12px;
}
ul.withbullets-long li {
	margin-bottom: 8px;
}
ul.tab-bullets-obj li {
	list-style: none;
	background: transparent url(style/images/bullet-obj.gif) no-repeat  left 5px;
	margin-left: 0px;
	padding: 0 0 0 25px;
}
ol.tab-bullets {
	list-style: none;
	background: none;
	margin-left: 10px;
	padding: 0px;	
}

ol.tab-bullets-obj li {
	list-style: none;
	background: transparent url(style/images/bullet-obj.gif) no-repeat  left 5px;
	margin-left: 0px;
	padding: 0 0 0 25px;
}

#weblinks ul li {
	margin-top: 5px;
	margin-left: 5px;
	line-height:20px;
	}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

hr {
	border: none;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 25px;
}
hr.short {
	border: none;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 8px;
}
hr.ipps {
	border: solid;
	border-bottom: 2px solid #0083C6;
	margin-bottom: 5px;
}
hr.dash {
	border: none;
	border-bottom: 1px dashed #d3d3d3;
	margin-bottom: 10px;
}
hr.dark {
	border: none;
	border-bottom: 1px solid #1A2F62;
	margin-bottom: 25px;
}
.dropcap {
	font-family:'AndikaBasicRegular', Arial, sans-serif;
	display:block;
	float:left;
	font-size:40px;
	padding:0;
	margin: 0;
	margin:15px 8px 0 0;
	text-transform: uppercase;
}

.lite {
	color: #1A2F62;
	border-bottom: 1px dotted #1A2F62;
}

pre {
	margin: 5px 0px 20px 0px;
	padding: 0 10px 0px 10px;
	display: block;
	clear: both;
	background: url(style/images/codebg.jpg) repeat;
	line-height: 20px;
	font-size: 12px;
	border: 1px solid #d6d6d6;
}

blockquote p {
	font-size: 15px;
	line-height: 20px;
	padding-left: 30px;
	padding-right: 50px;
	text-align: justify;
	border-left: 0px #d3d3d3 solid;
	color: #251F1C;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	margin-bottom: 20px;
}

.download-box, .warning-box, .info-box, .note-box {
	clear:both;
	margin: 0 0 20px 0;
	text-shadow: none;
	padding: 15px;
	line-height: 17px;
}
.info-box {
	background:#c2ddf9;
	border:1px solid #80bbef;
	color:#4783b7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.info-box2 {
	background:#F2F2F2;
	border:1px dashed #0083C6;
	color:#4783b7;
	box-shadow: 10px 10px 5px #888888;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.info-box2 h3, p {
	padding: 0px 10px;
}
.info-box3 {
	background:#FFE18F;
	border:1px dashed #444444;
	color:#4783b7;
	box-shadow: 5px 5px 3px #888888;
	padding: 5px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.info-box3 h5, h3 {
	padding: 0px 3px;
	margin-bottom: 0px;
	margin-top: 6px;
}
.info-box3 h4 {
	padding: 0px 3px;
	margin-bottom: 10px;
}
.info-box3 p {
	padding: 0px 6px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
.orange {
	background-color: #F1C179; 
	margin: 5px;
	padding: 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pink {
	background-color: #FFBBCF; 
	margin: 5px;
	padding: 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.mink {
	background-color: #CFB3A5; 
	margin: 5px;
	padding: 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.greenish {
	background-color: #DEDE98; 
	margin: 5px;
	padding: 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.blueish {
	background-color: #AACFFD; 
	margin: 5px;
	padding: 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.purple {
	background-color: #E2D5EC; 
	margin: 5px;
	padding: 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.greenback p {
	font-size: 14px;
}

.greenback {
	background-color: #EAF1DD; 
	margin: 10px;
	padding: 20px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



.lightblue {
	background-color: #C2DFFF; 
	border:2px solid #183472;
	margin: 10px;
	padding: 20px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.lighterblue {
	background-color: #E8FFFF; 
	border:2px solid #183472;
	margin: 10px;
	padding: 20px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.lightbluetwo {
	background-color: #D0E8FF; 
	border:2px solid #183472;
	margin: 10px;
	padding: 20px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.lighterbluetwo {
	background-color: #E8F7FF; 
	border:2px solid #183472;
	margin: 10px;
	padding: 20px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.blueback {
	background-color: #DBE5F1; 
	margin: 5px;
	padding: 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.orangeback {
	background-color: #FDE9D9; 
	margin: 5px;
	padding: 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.purpleback {
	background-color: #DFD8E8; 
	margin: 5px;
	padding: 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.greenback p, .blueback p, .orangeback p, .purpleback p, .white p {
	font-size: 14px;
}
.warning-box {
	background:#ffcccc;
	border:1px solid #ff9999;
	color:#c31b00;
}
.download-box {
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
}
.note-box {
	background:#fdebae;
	border:1px solid #e6c555;
}
/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/

header#colophon {
	color: #ffffff;
}

header#colophon {
	color: #ffffff;
	background: #fff url(style/images/header-bg1.png) repeat-x center top;
}

header#colophon #site-title img {
	background: none;
}

header#colophon h1, 
header#colophon h2, 
header#colophon h3, 
header#colophon h4, 
header#colophon h5, 
header#colophon h6,
header#colophon p {
	color: #ffffff;
}

header#colophon .supplementary2 {
	background: #fff url(style/images/supp-bg.png) repeat-x center top;
}

header#colophon .supplementary1 .inner {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	}

header#colophon .supplementary2 .inner {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	}
		
header#colophon a {
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	color: #1A2F62;
	font-family: 'AndikaBasicRegular', Arial, sans-serif;
	cursor: pointer;	
	background: transparent;
	}

header#colophon a.button.subscribe {
	width: 150px;
	height: 42px;
	background-image: url(style/images/subscribe.png);
	line-height: 42px;
}
header#colophon a.button.follow {
	width: 160px;
	height: 43px;
	background-image: url(style/images/follow.png);
	line-height: 39px;
}
header#colophon a.button.contact {
	width: 161px;
	height: 42px;
	background-image: url(style/images/contact.png);
	line-height: 39px;
}

header#colophon a.button.twitter {
	width: 48px;
	height: 48px;
}
header#colophon a.button.facebook {
	width: 48px;
	height: 48px;
}
header#colophon a.button.flickr {
	background: url(style/images/flickr.png);
	font-size: 20px;
}
header#colophon a:hover {
	color: #FFC90E;
}

header#colophon .site-generator {
	background-color: #ffffff;
}

header#colophon .site-generator .inner {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0;
	overflow: hidden;
}

header#colophon .site-generator .inner img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
	
header#colophon .site-generator .inner p {
	margin: 0;
	padding: 5px 0 0 1px;
	color: #1A2F62;
	font-family: Verdana, Geneva, sans-serif;
}

header#colophon .site-generator .inner a {
	margin: 0;
	padding: 5px 0 0 1px;
	color: #1A2F62;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
/********************
MailChimp Custom Style for Horizontal Bar form
*********************/

#mc_embed_signup {
	position: relative;
	float: right;
}

#mc_embed_signup form .mc-field-group .positioning {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#mce-email {
	float: left;
	margin:5px;
	border: none;
}

#mce-NAME{
	margin:5px;
	border: none;
}

#mc-embedded-subscribe {
	margin:5px;
	
}
#mc_embed_signup form input[type="text"], input[type="email"] {
		border: solid #0083C6 1px;
		font-size: 12px;
		color: #1A2F62;
		padding: 5px;
		margin: 5px 1px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

#mc_embed_signup form input[type="submit"] {
	background: #ffcc00;
	border: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px;
	margin: 5px 1px;
	color: #1a2f62;
	cursor: pointer;
	font-family: 'AndikaBasicRegular', Arial, sans-serif;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

	#mc_embed_signup form input[type="submit"]:hover { 
	background: #1a2f62;
	color: #fff;
 }

/*-----------------------------------------------------------------------------------*/
/*	HORIZONTAL MENU
/*-----------------------------------------------------------------------------------*/

#access .menu {
	float: none;
	display: block;
	height: 34px;
	line-height: 35px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	background: #1a2f62;
	z-index: 11;
	position: relative;
	margin-bottom: 8px;
	margin-top: 0px;
	font-family:'AndikaBasicRegular', Arial, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);	
}

#access .menu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding:0 15px;
	float: left;
	background: transparent url(style/images/menu-line.png) no-repeat 14px center;
}

#access .menu ul li {
	position: relative;
	display: inline;
	color: #fff;
	float: left;
	background: transparent url(style/images/menu-line.png) no-repeat center right;
	font-size: 16px;
	font-family:'AndikaBasicRegular', Arial, sans-serif;
	padding: 0 10px 0px 10px;
}

#access .menu ul li.search {
	background: transparent url(style/images/icon-search.png) no-repeat scroll 5px 6px;
}

#access .menu ul li a {
	display: block;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	font-size: 16px;
	font-family:'AndikaBasicRegular', Arial, sans-serif;
}

* html #access .menu ul li a { 
	display: inline-block;
}
#access .menu ul li a:link, #access .menu ul li a:visited {
	color: #fff;
}
#access .menu ul li a.selected,
#access .menu ul li a:hover,
#access .menu ul li a.current { 
	background: none;
	position: relative;
	color: #FFC90E;
}
#access .menu ul li ul li a.selected, #access .menu ul li ul li a.current {
	background: none;
}

#access .menu ul li ul {
	position: absolute;
	left: 30px;
	display: none;
	visibility: hidden;
	padding:0;
	background: none;
	background-color: #1a2f62;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);	
	margin-top:0px;
	padding-left:15px;
	padding-right:15px;
}

#access .menu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	border-top: 1px solid #ddd;
	padding: 5px 10px;
}
#access .menu ul li ul li:first-child {
	border:none;
}

#access .menu ul li ul li ul {
	top: 0;
	margin:0;
	margin-left:52px;
}

#access .menu ul li ul li a {
	font-family:'AndikaBasicRegular', Arial, sans-serif;
	width: auto; 
	white-space:nowrap;
	margin: 0;
	margin-left:-15px;
	color: #ffffff;
	font-size:15px;
	font-weight: normal;
	line-height: 24px;
}
#access .menu ul li ul li a:hover {
	background: none;
	color: #FFC90E;
}
#access .menu ul li ul li ul li a:hover {
	background: none;
	color: #FFC90E;
}

* html #access .menu {
	height: 1%;
}

.selectnav {
	display: none;
	width: 280px;
	margin: 0 auto;
}
/*-----------------------------------------------------------------------------------*/
/*	BREADCRUMBS
/*-----------------------------------------------------------------------------------*/

.breadcrumbs {
	float: left;
	display: block;
	cursor: pointer;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
}
.bread-intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A2F62;
	font-weight: bold;
}
.bread-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A2F62;
	text-decoration: underline;	
}
.bread-item-nolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A2F62;
	text-decoration: none;	
}	
/*-----------------------------------------------------------------------------------*/
/*	FLEXSLIDER
/*-----------------------------------------------------------------------------------*/

#flex-wrapper {width: 100%; max-width: 960px; margin: 0px auto 10px; }
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; background: none; padding: 0;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.flex-container ol {
	margin: 0;
}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative; 	margin-left: 0px;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;  padding: 15px 15px 41px 15px; -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #0083C6;
	background-color: white;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	}

/* Caption style */
/* IE rgba() hack */
.flex-caption {zoom: 1;}


.flex-caption
{
  font-size:13px;
  max-width: 80%;
}

.flex-caption.left
{
  position:absolute;
  top:15px;
  left:15px;
  max-width: 80%;
}

.flex-caption.right
{
  position:absolute;
  bottom:15px;
  right:15px;
  max-width: 80%;
  text-align: left;
}

.flex-caption h2
{
  padding:7px 10px;
  background:#FFC90E;
  display: inline-block;
  margin: 0 0 5px 0;
  text-align: center;
}

.flex-caption p
{
  padding:7px 10px;
  color: white;
  background:#0083C6;
  margin: 0;
  text-align: center;
}

/* Direction Nav */
.flex-direction-nav {  }
.flex-direction-nav li { background: none; padding: 0; }
.flex-direction-nav li a {width: 21px; height: 21px; margin: -13px 0 0; display: block; background: #0083C6 url(style/images/icon-arrows.png) no-repeat; position: absolute; bottom:10px; cursor: pointer; text-indent: -999em; -moz-border-radius: 21px;
	border-radius: 21px;}
.flex-direction-nav li .next {background-position: top right; right: 15px;}
.flex-direction-nav li .prev {right: 40px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
.flex-direction-nav li a:hover {background-color: #FFC90E;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 6px; text-align: left;}
.flex-control-nav li {margin: 0 4px 0 0; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li a {width: 11px; height: 11px; display: block; background: #c2c2c2; cursor: pointer; text-indent: -999em; -moz-border-radius: 11px;
	border-radius: 11px;}
.flex-control-nav li a:hover {background: #FFC90E;}
.flex-control-nav li a.active {background: #0083C6; cursor: default;}

/*-----------------------------------------------------------------------------------*/
/*	ROUNDABOUT
/*-----------------------------------------------------------------------------------*/
 .roundabout-wrapper {
	  position: relative;
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
 }

 .roundabout-holder {
	  list-style: none;
	  list-style-image: none;
	  background-image: none;
      padding: 5px;
      margin: 0;
      height: 700px;
      width: 500px;
	   }
   .roundabout-moveable-item {
	  list-style: none;
	  list-style-image: none;
	  background-image: none;
      height: 700px;
      width: 500px;
      cursor: pointer;
	  padding: 10px;
      background-color: #f4f4f4;
      border: 1px solid #999;
	  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	 padding: 8px;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
   }
   .roundabout-in-focus {
      cursor: auto;
	  background-color: #fff;
      border: 2px solid #1A2F62;
   }
   
   .roundanext {
	   text-decoration: none;
   }
	   
/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/

.one-half {
	width:48%;
}
.one-third {
	width:30.0%;
}
.thirty-three {
	width:33.0%;
}
.two-third {
	width:65.0%;
}
.sixty-three {
	width:63.0%;
}
.one-fourth {
	width:22%;
}

.three-fourth {
	width:73%;
}
.one-fifth {
	width:16.8%;
}
.two-fifth {
	width:37.6%;
}
.three-fifth {
	width:58.4%;
}
.four-fifth {
	width:67.2%;
}
.one-sixth {
	width:13.0%;
}
.one-seventh {
	margin-left: 2%;
	width:11.0%;
}
.six-seventh {
	width:82.0%;
}
.one-twelfth {
	width:6.67%;
}
.five-sixth {
	width:82.0%;
}
.twenty-six-percent {
	position:relative;
	width:26%;
	float: left;
	margin-right: 1%;
}
.twentyseven-percent {
	position:relative;
	width:27%;
	float: right;
	margin-right: 0%;
}
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth, .one-seventh, .six-seventh, .sixty-three {
	position:relative;
	margin-right:4%;
	float:left;
}
.one-half-news
{
	width:50%;
	position:relative;
	margin-right:1%;
	float:left;
}
.one-half-news-last
{
	width:49%;
	position:relative;
	float:left;
	margin-right:0 !important;
	clear:right;
}
.thirty-three {
	position:relative;
	margin-right:2%;
	float:left;
}
	
.twitter-column {
	margin-right:3%;
	margin-left:1%;
}
.last {
	margin-right:0 !important;
	clear:right;
}
.closer {
	margin-right: 1%;	
}
/*-----------------------------------------------------------------------------------*/
/*	MAIN
/*-----------------------------------------------------------------------------------*/
.intro {
	position:relative;
	display: inline;
	float: left;
	margin-top: 30px;
	vertical-align: middle;
}
.intro .intro-text {
	font-family: 'Paprika', cursive;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}


/*-----------------------------------------------------------------------------------*/
/*	LATEST WORKS
/*-----------------------------------------------------------------------------------*/

ul.latest-works {
	width: 476px;
	margin: 0;
	margin-right: -16px;
	margin-top: -16px;
}

ul.latest-works li {
	float: left;
	margin: 16px 16px 0 0;
	padding: 0;
	background: none;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	padding: 8px;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.latest-works li img {
	width: 87px;
	height: 87px;
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	LATEST POSTS
/*-----------------------------------------------------------------------------------*/

ul.latest-posts {
	margin: 0;
}

ul.latest-posts li {
	clear: both;
	min-height: 103px;
	padding: 0;
	margin-top: 25px;
	background: 0;
}

ul.latest-posts li:first-child {
	margin: 0;
}

ul.latest-posts li .post-image {
	float: left;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	padding: 8px;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 16px;
}

ul.latest-posts li img {
	width: 87px;
	height: 87px;
	display: block;
}

ul.latest-posts li .post-content {
	overflow: hidden;
}

ul.latest-posts li .post-content p {
	margin-bottom: 10px;
}

.entry-meta {
	font-size: 11px;
}

.entry-meta,
.entry-meta a {
	color: #ad6069;
}

.entry-meta a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*	POPULAR POSTS
/*-----------------------------------------------------------------------------------*/

ul.popular-posts {
	
}

ul.popular-posts li {
	background: none;
	padding: 0;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #3c3c3c;
}

ul.popular-posts li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

ul.popular-posts li p {
	margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	ICON HOVER
/*-----------------------------------------------------------------------------------*/

.icon-hover li a.hover, #items .item a, .featured a {
	display: block;
	position: relative;
}
.icon-hover li a.hover img, #items .item a img, .featured a img {
	display: block;
	position: relative;
}
.zoom, .play, .link, .launch {
	position: absolute;
	background: transparent url(style/images/opened.png) no-repeat center center;
}
.play {
	background-image: url(style/images/icon-play.png);
}
.link {
	background-image: url(style/images/icon-link.png);
}
.launch {
	background-image: url(style/images/icon-launch.png);
}
.icon-hover li a.hover span, 
#items .item a span, 
.featured a span {
	display: block;
	height: 100%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	opacity: 0;
	filter: Alpha(Opacity=0);
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.33);
}

#items .item a span.overlay {
	-webkit-border-radius: 3px 5px 0px 0px;
	border-radius: 3px 5px 0px 0px; 
}

.icon-hover li a.hover:hover > span, 
#items .item a:hover > span, 
.featured a:hover > span {
	opacity: 100;
	filter: Alpha(Opacity=100);
}

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

footer#colophon {
	color: #ffffff;
}

footer#colophon h1, 
footer#colophon h2, 
footer#colophon h3, 
footer#colophon h4, 
footer#colophon h5, 
footer#colophon h6,
footer#colophon p {
	color: #ffffff;
	margin-bottom: 10px;
}

footer#colophon .supplementary {
		background: #0083C6;
}

footer#colophon .supplementary .inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0px 0;
}

footer#colophon a {
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	margin-bottom: 10px;
	color: #1A2F62;
	font-family: 'AndikaBasicRegular', Arial, sans-serif;
	cursor: pointer;	
}

footer#colophon a.button.subscribe {
	width: 150px;
	height: 42px;
	background-image: url(style/images/subscribe.png);
	line-height: 42px;
}
footer#colophon a.button.follow {
	width: 160px;
	height: 43px;
	background-image: url(style/images/follow.png);
	line-height: 39px;
}
footer#colophon a.button.contact {
	width: 161px;
	height: 42px;
	background-image: url(style/images/contact.png);
	line-height: 39px;
}

footer#colophon a.button.twitter {
	width: 48px;
	height: 48px;
}
footer#colophon a.button.facebook {
	width: 48px;
	height: 48px;
}
footer#colophon a.button.flickr {
	background: url(style/images/flickr.png);
	font-size: 20px;
}
footer#colophon a:hover {
	color: #FFC90E;
}

footer#colophon .site-generator {
	background-color: #ffffff;
}

footer#colophon .site-generator .inner {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

footer#colophon .site-generator .inner img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
	
footer#colophon .site-generator .inner p {
	margin: 0;
	padding: 5px 0 0 1px;
	color: #1A2F62;
	font-family: Verdana, Geneva, sans-serif;
}

footer#colophon .site-generator .inner a {
	margin: 0;
	padding: 5px 0 0 1px;
	color: #1A2F62;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
/*-----------------------------------------------------------------------------------*/

.social {
	width: 250px;
	float: right;
	height: 90px;
	line-height: 115px;
	text-align:right;
	vertical-align: middle;
	color: #fff;
	position:relative;
	display: inline;
	float: right;
	margin-top:0px;}

.social img {
	display:inline;
}


/*-----------------------------------------------------------------------------------*/
/*	TWITTER
/*-----------------------------------------------------------------------------------*/

.twitter {	
}

.message {
	padding:0;
}
#twitter ul {
	
}
#twitter ul li {
	background: none;
	padding: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #3c3c3c;
}
#footer .message a {
	
}
em.twitterTime a {
	font-style: normal;
}
em.twitterTime a:hover {
	
}
.username {
	display: block;
}


/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/

.form-container {
	position: relative;
	width: 100%;
}
.form-container .loading {
	display: none;
}
.form-container .loading span {
}
.form-container .response {
	display: none;
	margin: 0 0 15px 0;
	color:#1A2F62;
	clear:both;
	text-shadow: none;
	line-height: 17px;
	width: 100%;
}
.forms {
}
.forms fieldset {
	
}
.forms ol {
	list-style: none;
}
.forms ul {
	list-style: none;
}
/* form rows */
.forms li.form-row {
	margin-bottom: 10px;
	position: relative;
}
.forms li.text-input-row {
}
.forms li.text-area-row {
}
.forms li.checkbox-row {
}
.forms li.radio-row {
}
.forms li.select-row {
}
.forms li.button-row {
}
.forms li.hidden-row {
	display: none;
}
/* form input fields */

.forms fieldset .text-input,
.comment-form input {
	width: 97%;
	height: 21px;
	line-height: 14px;
	padding: 5px 10px;
	font-size: 13px;
	border: 1px solid #909090;
	background-color: #f8f8f8;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-indent: 60px;
}
		
.forms fieldset .text-area,
.comment-form textarea {
	width: 97%;
	height: 200px;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 24px;
	display: block;
	border: 1px solid #909090;
	background-color: #f8f8f8;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); 
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	resize: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-indent: 70px;	 
}

.comment-form div {
	margin-bottom: 10px;
}
.forms fieldset .radio {
}

.forms fieldset .checkbox {
	
}
.forms fieldset .select {
}

.forms li.error input, .forms li.error textarea {
	border: 1px #dc9797 solid;
}

.forms span.error {
	display: none;
}
.forms li.focus {
}

.comment-form form div {
	position:relative;
}


.forms label,
.comment-form form div label {
	display: block;
	font-size: 13px;
	clear: both;
	position: absolute;
	top: 0;
	padding-left: 12px;
	line-height: 33px;
	z-index: 1;
	color: #ad6069;
}

/*.forms label:after,
.comment-form form div label:after {
	content: "*";
}*/

.forms fieldset .text-input:focus,
.forms fieldset .text-area:focus,
.comment-form form div input[type="text"]:focus {
	 text-indent: 0;
	z-index: 1;
	position: relative;
}
.form-container:after {
	content: '';s
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.comment-form .btn-submit {
	width: auto;
	padding: 3px 14px;
	text-indent: 0;
}

.forms fieldset .btn-submit {
			background: #1A2F62 url(style/images/blue.png) repeat-x top;
			border: 1px solid #1A2F62;
			height: 36px;
			line-height: 30px;
			font-weight: normal;
			text-decoration: none;
			padding: 0 14px 0px 14px;
			margin: 0;
			margin-bottom: 20px;
			color: #fff;
			cursor: pointer;
			font-size: 16px;
			padding: 3px 3px;
			text-shadow: -1px -1px #1c5d28;
			text-align: center;
			width: 50%;
			-webkit-transition: all 100ms ease-in;
			-o-transition: all 100ms ease-in;
			-moz-transition: all 100ms ease-in;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
			-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
			cursor: pointer;
}
.forms fieldset .btn-submit:hover {
	color: #FFC90E;
}

/* CHROME FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.forms fieldset .btn-submit,
.comment-form .btn-submit {
	padding-top:1px;
}
}


/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/

#portfolio {
	position: relative;
	overflow: hidden;
}

#items {
	width: 110%;
	padding: 0 1px;
}
	
.item {
	float: left;
	width: 226px;
	margin-right: 18px;
	margin-bottom: 18px;
	position: relative;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	
.item img {
	max-width: 100%; 
	height: auto;
	display:block;
	-webkit-border-radius: 3px 5px 0px 0px;
	border-radius: 3px 5px 0px 0px; 
}

.item .details {
	background-color: #1A2F62;
	padding: 15px;
	text-align: center;
}

.item .details p {
	color: #ffffff;
	margin: 0;
}

.filter {
	padding: 15px 1px;
	margin-bottom: 0px;
}

.filter:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
.filter li {
	float: left;
	padding: 0;
	background: none;
	margin-right: 7px;
	margin-bottom: 7px;
}

.filter li a {
	background: #fff url(style/images/button-bg-portfolio.png) repeat-x center top;
	font-size: 13px;
	color: #1A2F62;
	margin: 0;
	padding: 0 10px;
} 

.filter li a:hover,
.filter li a.active {
	background: #fff url(style/images/button-bg.png) repeat-x center top;
	background-position: center bottom;
	color: #FFC90E;
}
.item-media {
	float: left;
	width: 600px;
	overflow: hidden;
	margin-bottom: -25px;
}
.item-media-pdf {
	float: left;
	width: 600px;
	overflow: hidden;
	margin-bottom: 25px;
}

.item-media img,
.item-media .video {
	display: block;
	margin-left: 30px;
	margin-bottom: 25px;
	overflow: hidden;
}

.item-details {
	float: right;
	width: 300px;
}

.item-meta:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.item-meta h1 {
	float: left;
	max-width: 80%;
}

.item-meta .item-controls {
	float: right;
}

.item-meta .item-controls a {
	display: block;
	width: 21px;
	height: 21px;
}

.item-meta .item-controls .prev,
.item-meta .item-controls .next,
.item-meta .item-controls .up {
	background: #0083C6 url(style/images/icon-arrows.png) no-repeat top left;
	width: 21px;
	height: 21px;
	display: inline-block;
	-moz-border-radius: 21px;
	border-radius: 21px;
	margin-left: 1px;
}

.item-meta .item-controls .prev {
	background-position: top left;
}

.item-meta .item-controls .next {
	background-position: top right;
}

.item-meta .item-controls .up {
	background: #0083C6 url(style/images/icon-up.png) no-repeat;
}

.item-meta .item-controls .prev:hover,
.item-meta .item-controls .next:hover,
.item-meta .item-controls .up:hover {
	background-color: #FFC90E;};
}

/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
/*
.content {
	width: 680px;
	float: left;
}
.content-right {
	width: 700px;
	float: right;
}
.post {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	padding: 25px;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 25px;
	overflow: hidden;
}

.sidebar {
	width: 250px;
	float: right;
}
.sidebar-left {
	width: 250px;
	float: left;
}
.sidebar aside {
	margin-bottom: 35px;
	display: block;
}

.sidebar ul.popular-posts li {
	border-top: 1px solid #d3d3d3;
}

.sidebar ul {
	margin-bottom: 0;
	line-height: 25px;
}

.sidebar ul li {
	background-position: left 10px;
}

.sidebar ul.popular-posts {
	margin-bottom: -35px;
}

#blog .entry-meta {
	color: #3a3a3a;
	margin-bottom: 20px;
}

#blog .featured {
	float: left;
	margin-right: 25px;
}

#blog .featured-full {
	margin-bottom: 25px;
}

#blog .excerpt {
	overflow: hidden;
}

aside ul.tag-list {
	text-transform: lowercase;
}

aside ul.tag-list li {
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 7px;
	background: none;
}

aside ul.tag-list li a {
	margin: 0;	
}

aside ul.tag-list li a:hover {
	
}
*/
/*-----------------------------------------------------------------------------------*/
/*	SEARCH-BOX
/*-----------------------------------------------------------------------------------*/
#search-box {
    position: relative;
	float: right;
	display: inline;
	margin:0px;
	margin-bottom:0px;
}

.searchform input[type="text"] {
    position: relative;
	display: inline;
	float: right;
	background: #FFF url(style/images/icon-search.png) no-repeat scroll 5px 6px;
	padding: 3px 0px 3px 30px;
	margin-bottom:10px;
	height: 23px;
	line-height: 20px;
	border: none;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.searchform input[type="submit"] 
{
	visibility: hidden;
	height: 0;
	margin:0px;
}

ul.list li a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*	IPP-BUTTON
/*-----------------------------------------------------------------------------------*/
.ipp-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 28px;
    border: 1px solid #ffcc00;
    border-radius: 8px;
    background: #ffcc00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe409), to(#f5c608));
    background: -moz-linear-gradient(top, #ffe409, #f5c608);
    background: linear-gradient(to bottom, #ffe409, #f5c608);
    -webkit-box-shadow: #ffee0a 0px 0px 40px 0px;
    -moz-box-shadow: #ffee0a 0px 0px 40px 0px;
    box-shadow: #ffee0a 0px 0px 40px 0px;
    text-shadow: #7b6304 1px 1px 3px;
    font: normal normal bold 36px arial;
    color: #ffffff;
    text-decoration: none;	}
.ipp-button:hover,
.ipp-button:focus {
    border: 1px solid #ffcc00;
    background: #ffe409;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffff0b), to(#ffee0a));
    background: -moz-linear-gradient(top, #ffff0b, #ffee0a);
    background: linear-gradient(to bottom, #ffff0b, #ffee0a);
    color: #ffffff;
    text-decoration: none;
}
.ipp-button:active {
    background: #ffcc00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ac8b06), to(#f5c608));
    background: -moz-linear-gradient(top, #ac8b06, #f5c608);
    background: linear-gradient(to bottom, #ac8b06, #f5c608);
}
/*-----------------------------------------------------------------------------------*/
/*	NEWS LIST
/*-----------------------------------------------------------------------------------*/
.jcarousel-container {
	float:left;
	display: block;
	position: relative;
	margin:0;
	padding:0;
}

.jcarousel-container-vertical {
	width:  930px;
	height: auto;
}

.jcarousel-clip-vertical {
	height: auto;
}

.jcarousel-item {
	height: 64px;
	overflow: hidden;
	position: relative;
	display: block;
	z-index: 1;
}

#newslist ul li {
	width:  925px;
	background: none;
	margin: 2px 0 18px 2px;
	background-color: #F0F0F0;
	-moz-box-shadow: 0px 1px 2px #9f9f9f;
	-webkit-box-shadow: 0px 1px 2px #9f9f9f;
	box-shadow: 0px 1px 2px #9f9f9f;
	padding: 15px;
	display: block;
	overflow: hidden;
}

#newslist p {
	margin: 0;
	margin-top: 10px;
}

#newslist h4 {
	margin-bottom: 3px;
	line-height: 1;
}

#newslist h4 span {
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #565656;
	padding-left: 5px;
}

#news h2 {
	float: left;
	margin-top: 10px;
}

#scroll {
	overflow: hidden;
	width: 80px;
	height: 30px;
	margin: 20px auto;
	padding: 2px;
}

#newslist-prev {
	cursor: pointer;
	top:0px;
}

#newslist-next {
	cursor: pointer;
	outline: 0;
}

a.jbutton, a.jbutton:link, a.jbutton:visited {
	display: block;
	padding: 0;
	height: 30px;
	width: 30px;
	background: transparent url(style/images/gallery-arrows.jpg) no-repeat;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 0px 1px 2px #888;
	box-shadow: 0px 1px 2px #888;
	text-indent: -99999px;
}

a#newslist-next.jbutton, a#next.jbutton {
	background-position: top left;
	float: left;
	height: 30px;
	width: 30px;
}

a#newslist-prev.jbutton, a#prev.jbutton {
	background-position: top right;
	float: right;
	height: 30px;
	width: 30px;
}

a#newslist-next.jbutton:hover {
	background-position: left -30px;
	text-decoration: none;
}

a#newslist-prev.jbutton:hover {
	background-position: right -30px;
	text-decoration: none;
}



/*-----------------------------------------------------------------------------------*/
/*	NEWSTICKER
/*-----------------------------------------------------------------------------------*/
#newsticker { 
	width:100%; 
	background: transparent; 
	padding:0px; 
	font-size:12px;
	line-height: 20px;
	text-align: center;
}

#newsticker a { text-decoration:underline; }
#newsticker img { border: 2px solid #FFFFFF; }

#newsticker .title {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:1px;
}
#newsticker .newsticker-jcarousellite { 
	width:100%; 
    height:200px !important;
    border: none !important;
}
#newsticker .newsticker-jcarousellite ul li{ 
	list-style:none; 
	background: none;
	display:block;
	float: left; 
	padding-left:0; 
	margin-left:0; 
	line-height: 20px;
	padding-bottom:1px; 
	margin-bottom:5px; 
	border-bottom: 1px #d3d3d3 solid;
}
#newsticker .newsticker-jcarousellite .thumbnail { 
	float:left; 
	width:110px; 
}
#newsticker .newsticker-jcarousellite .info { 
	float:left; 
	width:100%; 
}
#newsticker .newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.toclear { clear: both; }

/*-----------------------------------------------------------------------------------*/
/*	POPUP
/*-----------------------------------------------------------------------------------*/
.pbutton{
	background-color:transparent;
	color:#0083C6;
	cursor:pointer;
	padding:5px 10px;
	text-align:center;
	text-decoration:underline;
}
.pbutton.small{
	margin:0px 5px 0;
	padding:3px 5px
}
.pbutton:hover{
}
.pbutton>span{
}
.pbutton.bClose{
	background-color: transparent;
	color: black
	border-radius:0px;
	box-shadow:none;
	font:bold 200% sans-serif;
	padding:0px;
	position:absolute;
	right:7px;
	top: 0px;
}
#popup1,#popup2, .bMulti {
	background-color:#fff;
	color:#111;
	line-height: 13x;
	font-size: 12px;
	display:none;
	min-width:60%;
	padding:5px;
}
.pop h5{
	margin-bottom: 1px;
	margin-top: 1px;
	background-color: #e3e3e3;
	font-weight:normal;
	color: #1A2F62;
	padding: 0px;
}
.pop h4{
	margin-bottom: 1px;
	margin-top: 1px;
	background-color: #707070;
	font-weight:normal;
	color: #fff;
	padding: 0px;
}
.pop h3{
	margin-bottom: 5px;
}
.pop p{
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 0px;
}
.bMulti p{
	font:500% 'Petrona',sans-serif;
	padding:45px 0 0;
	text-align:center
}.bMulti a{
	left:175px;
	position:absolute;
	top:175px
}
.lt-ie9 .bModal{background-color:#000}
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR POPULAR LIST
/*-----------------------------------------------------------------------------------*/

.sidebar aside ul.post-list {
	margin: 0;
}

.sidebar aside ul.post-list li {
	clear: both;
	padding: 0;
	margin-top: 15px;
	background: 0;
}

.sidebar aside ul.post-list li:first-child {
	margin: 0;
}

.sidebar aside ul.post-list li .post-image {
	float: left;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	padding: 5px;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 16px;
}

.sidebar aside ul.post-list li img {
	width: 50px;
	height: 50px;
	display: block;
}

.sidebar aside ul.post-list li .post-content {
	overflow: hidden;
	margin-bottom: -15px;
}

.sidebar aside ul.post-list li h5.entry-title {
	margin-bottom: 0;
	line-height: 19px;
}

.sidebar aside .entry-meta {
	font-size: 11px;
	line-height: 13px;
	margin-top: 5px;
}

.sidebar aside .entry-meta,
.sidebar aside .entry-meta a {
	color: #ad6069;
}

.sidebar aside .entry-meta a:hover {
	text-decoration: underline;
}

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

.page-navi ul {
	list-style: none;
}
.page-navi ul li {
	display: inline;
	background: none;
	padding: 0;
}

.page-navi ul li a {
	margin: 0 3px 0 0;
	padding: 0 11px;
}

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/

.comment {
	margin-bottom:20px;
	overflow: hidden;
}

#comments {
	margin:40px 0 40px 0;

}
#comments ol.commentlist {
	list-style:none;
	margin:0;
}
#comments ol.commentlist li {
	padding:20px 0 0 0;
	background: none;
}
#comments .user {
	float:left;
	margin-right:20px;
}
.avatar {
	width: 50px;
	height: 50px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	padding: 5px;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
}
#comments .info p, #comments .info a {
	font-size:11px;
	text-decoration: none;
}
#comments .info a:hover {
	color: #ad6069;
}
#comments a.reply-link {
	display:inline;
}
#comments a.reply-link:hover {
	text-decoration: underline;
}
#comments .message {
	padding:20px;
	overflow: hidden;
	position:relative;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#comments ul.children {
	margin:0;
	padding:0 0 0 40px;
}
#comments ol.commentlist ul.children li {
	padding-right:0;
	border:none;
}
#comments .info h2 {
	margin: 0;
	padding: 0;
	display: inline;
	color: #3a3a3a;
	font-family:'AndikaBasicRegular', Palatino, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}
#comments .info h2 a {
	color: #3a3a3a;
	font-size: 24px;
	font-family:'AndikaBasicRegular', Palatino, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
	font-style: normal;
}
#comments .info h2 a:hover {
	color: #ad6069;
	font-size: 24px;
}
#comments .info p {
	
}

/*-----------------------------------------------------------------------------------*/
/*	RELATED
/*-----------------------------------------------------------------------------------*/

.content .related {
	
}

.content .related h2 {

}

.content .related ul {
	margin: 0;
	padding: 0;
}

.content .related ul:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.content .related ul li {
	float:left;
	background: none;
	padding: 0;
	width: 198px;
	display: block;
	margin-left: 18px;
}

.content .related ul li img {
	height: auto;
	max-width: 100%;
	
}

.content .related ul li:first-child {
	margin: 0;
}

.content .related ul li h5 {
	margin: 10px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	TOGGLE
/*-----------------------------------------------------------------------------------*/

.toggle1 {
	width: 100%;
	padding-bottom: 10px;
	clear:both;
}
.toggle1 h4.title {
	cursor: pointer;
	color: #1A2F62;
	padding: 5px 5px 5px;
	margin: 0;
	line-height: 1;
	background-color: #f4f4f4;
	font-size: 14px;
}
.toggle1 h4.title:hover {
	background-color: #FFC90E;
}
.toggle1 h4.title.active {
	background-color: #FFC90E;
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;;

}
.togglebox1 {
	color: #1A2F62;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.togglebox1 div {
	padding: 20px 20px 0 20px;
	
}

/*-----------------------------------------------------------------------------------*/
/*	TOGGLE2
/*-----------------------------------------------------------------------------------*/
.toggle2 {
	width: 100%;
	padding-bottom: 10px;
	clear:both;
}
.toggle2 h4.title {
	cursor: pointer;
	color: #0083C6;
	padding: 5px 5px 5px;
	margin: 0;
	line-height: 1;
	font-size: 14px;
}
.toggle2 h4.title:hover {
	background-color: #FFC90E;
}

.toggle2 h4.title.active {
	background-color: #f4f4f4;
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;;
}
.togglebox2 {
	color: #1A2F62;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.togglebox2 div {
	padding: 10px 20px 0 20px;
	
}
/*-----------------------------------------------------------------------------------*/
/*	TOGGLE3
/*-----------------------------------------------------------------------------------*/
.toggle3 {
	width: 100%;
	padding-bottom: 10px;
	clear:both;
}
.toggle3 h4.title {
	cursor: pointer;
	color: #0083C6;
	padding: 5px 5px 5px;
	margin: 0;
	line-height: 1;
	font-size: 14px;
}
.toggle3 h4.title:hover {
	background-color: #FFC90E;
}

.toggle3 h4.title.active {
	background-color: #FFC90E;
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;;
}
.togglebox3 {
	color: #1A2F62;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-bottom: 2px solid #FFC90E;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.togglebox3 div {
	padding: 10px 20px 0 20px;
}
.togglebox3 div img {
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
/*-----------------------------------------------------------------------------------*/
/*	ACCORDION / TOGGLE
/*-----------------------------------------------------------------------------------*/
.accordion-group {
    margin-bottom: 10px;
    border: none;
    background: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.accordion-heading .accordion-toggle {
    padding: 11px 15px;
    background: #FFF;
    color: #484848; 
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
}
.accordion-heading .accordion-toggle:hover {
    color: #1abb9c
}
.accordion-inner {
    padding: 0 15px 12px 15px;
    border-top: none;
}
.accordion-body {
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	-moz-box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
/*-----------------------------------------------------------------------------------*/
/*	TABS
/*-----------------------------------------------------------------------------------*/

ul.tabs {
	padding: 0;
	line-height: 1;
	margin: 0;
}

ul.tabs li {
	padding: 0;
	background: none;
	float: left;
	margin: 0;
}

ul.tabs li a {
	display: block;
	overflow: hidden;
	padding: 10px 15px 8px;
	background: #fff;
	color: #1A2F62;
	text-decoration: none;
	font-family:'AndikaBasicRegular', sans-serif;
	font-size: 17px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

ul.tabs li a:hover {
	text-decoration: none;
	background: #FFC90E;

}

ul.tabs li.active a {
	background: #FFC90E;
}

ul.tabs:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab_container {
	clear: both;
	float: left;
	margin-bottom: 20px;
	background: #f4f4f4;
	border-top:2px solid #FFC90E;
	position: relative;
	z-index: 1;
	width: 100%;
/*	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px; 
	*/      
}

.tab_content {
	padding: 20px 20px 0 20px;
	color: #1A2F62;
}

.tab_content a {
	text-decoration:underline;
}

/*-----------------------------------------------------------------------------------*/
/*	NEWTABS
/*-----------------------------------------------------------------------------------*/


.tab-wrapper {
	width:100%;
}

ul#tab-menu {
	float:left;
	width: 19%;
	background-color: #FFF;
	-moz-box-shadow: 0px 1px 2px #9f9f9f;
	-webkit-box-shadow: 0px 1px 2px #9f9f9f;
	box-shadow: 0px 1px 2px #9f9f9f;
	margin:0 1% 0 0;
	padding: 0 5px;
	list-style:none;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;       
}

ul#tab-menu li {
	background: transparent url(style/images/line.png) bottom repeat-x;
	cursor: pointer;
	padding: 10px 5px;
	margin: 0;
	color: #565656;
}

ul#tab-menu li:hover, ul#tab-menu li.selected {
	color: #5d8ba6;
}

ul#tab-menu li img {
	vertical-align: middle;
	padding-right: 10px;
}

ul#tab-menu li:last-child {
	background: none;
}

.tab-content {
	background-color: #FFF;
	-moz-box-shadow: 0px 1px 2px #9f9f9f;
	-webkit-box-shadow: 0px 1px 2px #9f9f9f;
	box-shadow: 0px 1px 2px #9f9f9f;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;       
	width: 74%;
	float:right;
	padding: 20px 20px 0 20px;
}

.tab-content div.tab {
	display:none;
	padding: 0;
}

.tab-content div.tab.show {
	display:block;
}

.tab-content div.tab p {
	width:100%;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 10px 0;
}

.tab-content div.tab div p {
	width:100%;
	margin: 0 0 10px 0;
}
/* -------------------------------------------------- */
/*    ORGANIC TABS                                    */
/* -------------------------------------------------- */
/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }

#otabs { 
		clear:left;
		float:left;
		padding:0px 0px 0px 0px;
		width:100%;
		overflow:hidden;
}

#otabs .nav { 
		float:left;
		margin:0;
		padding:0px 0px 0px 0px;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
}
#otabs .nav li { 
	overflow: hidden; 
	display:block;
	float:left;
	list-style:none;
	background: none;
	margin:20px 0 0 0;
	padding:0px 0px 0px 0px;
	position:relative;
	right:50%;
}
#otabs .nav li.last { 
	margin-right: 0; 
}

#otabs .nav li a { 		
	display:block;
	float:left;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	margin:0 1px 0 0;
	padding:6px 15px 30px 15px;
	position:relative;
	background:#0083C6;
	background-image: -ms-linear-gradient(top, #0083C6 0%, #1A2F62 100%);
	background-image: -moz-linear-gradient(top, #0083C6 0%, #1A2F62 100%);
	background-image: -o-linear-gradient(top, #0083C6 0%, #1A2F62 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0083C6), color-stop(1, #1A2F62));
	background-image: -webkit-linear-gradient(top, #0083C6 0%, #1A2F62 100%);
	background-image: linear-gradient(to bottom, #0083C6 0%, #1A2F62 100%);
	font-size: 14px;
	text-decoration:none;
	color:#fff;
}
#otabs .nav li a:hover {
	color:#FFC90E;
	background: #1A2F62;
 }
 
#otabs .nav li a.current {
  position: relative;
  bottom: 0px;
  color:#FFC90E;
  background: #1A2F62;
}

#otabs ul.tabs li.active a:hover {
  background: #1A2F62;
}

#otabs ul { 
	list-style: none;
}
 
#otabs div.list-wrap {
	clear: both;
	float: left;
	padding-top: 10px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border-top:6px solid #1A2F62;
}

#otabs ul li.nav-one a.current, #otabs ul li.nav-one a:hover { background-color: #1A2F62; color: #FFC90E; }
#otabs ul li.nav-two a.current, #otabs ul li.nav-two a:hover { background-color: #1A2F62; color: #FFC90E; }
#otabs ul li.nav-three a.current, #otabs ul li.nav-three a:hover { background-color: #1A2F62; color: #FFC90E; }
#otabs ul li.nav-four a.current, #otabs ul li.nav-four a:hover { background-color: #1A2F62; color: #FFC90E; }


/* -------------------------------------------------- */
/* talltabs01 */
/* -------------------------------------------------- */
	#talltabs01 {
		clear:left;
		float:left;
		padding:0px 0px 0px 0px;
		width:100%;
		overflow:hidden;
	}
	#talltabs01 ul.tabs {
		float:left;
		margin:0;
		padding:0px 0px 0px 0px;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#talltabs01 ul.tabs li {
		display:block;
		float:left;
		list-style:none;
		margin:20px 0 0 0;
		padding:0px 0px 0px 0px;
		position:relative;
		right:50%;
	}
	#talltabs01 ul.tabs li a {
		display:block;
		float:left;
		-moz-border-radius-topleft: 4px;
		border-top-left-radius: 4px;
		-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		border-bottom-right-radius: 0px;
		margin:0 1px 0 0;
		padding:6px 15px 30px 15px;
		position:relative;
		background:#0083C6;
		background-image: -ms-linear-gradient(top, #0083C6 0%, #1A2F62 100%);
		background-image: -moz-linear-gradient(top, #0083C6 0%, #1A2F62 100%);
		background-image: -o-linear-gradient(top, #0083C6 0%, #1A2F62 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0083C6), color-stop(1, #1A2F62));
		background-image: -webkit-linear-gradient(top, #0083C6 0%, #1A2F62 100%);
		background-image: linear-gradient(to bottom, #0083C6 0%, #1A2F62 100%);
		font-size: 14px;
		text-decoration:none;
		color:#fff;
	}
	#talltabs01 ul.tabs li a:hover {
		color:#FFC90E;
		background: #1A2F62;
	}
	#talltabs01 ul.tabs li.active {
		margin-top: 10px;
		color:#FFC90E;
	}
	#talltabs01 ul.tabs li.active a {
		position: relative;
		padding:6px 15px 40px 15px;
		bottom: 0px;
		color:#FFC90E;
		background: #1A2F62;
	}
	#talltabs01 ul.tabs li.active a:hover {
		background: #1A2F62;
	}
	
	#talltabs01 div.tab_container {
		clear: both;
		float: left;
		margin-bottom: 20px;
		background-color: #ffffff;
		border-top:6px solid #1A2F62;
		z-index: 1;
	}
	
	#talltabs01 div.tab_container div.tab_content {
		color: #1A2F62;
		background-color: #ffffff;
	}
	
	#talltabs01 div.tab_container div.tab_content a {
		text-decoration:underline;		
}
/* -------------------------------------------------- */
/* talltabs02 */
/* -------------------------------------------------- */
	#talltabs02 {
		clear:left;
		float:left;
		padding:0px 0px 0px 0px;
		width:100%;
		overflow:hidden;
	}
	#talltabs02 ul.tabs {
		float:left;
		margin:0;
		padding:0px 0px 0px 0px;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#talltabs02 ul.tabs li {
		display:block;
		float:left;
		list-style:none;
		margin:20px 0 0 0;
		padding:0px 0px 0px 0px;
		position:relative;
		right:50%;
	}
	#talltabs02 ul.tabs li a {
		display:block;
		float:left;
		-moz-border-radius-topleft: 4px;
		border-top-left-radius: 4px;
		-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		border-bottom-right-radius: 0px;
		margin:0 1px 0 0;
		padding:6px 15px 20px 15px;
		position:relative;
		background:#FFC90E;
		background-image: -ms-linear-gradient(top, #E78200 0%,  #FFC90E 100%);
		background-image: -moz-linear-gradient(top, #E78200 0%, #FFC90E 100%);
		background-image: -o-linear-gradient(top, #E78200 0%, #FFC90E 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E78200), color-stop(1, #FFC90E)); 
		background-image: -webkit-linear-gradient(top, #E78200 0%, #FFC90E 100%);
		background-image: linear-gradient(to bottom, #E78200 0%, #FFC90E 100%);		
		font-size: 14px;
		text-decoration:none;
		color:#1a2f62;
	}
	#talltabs02 ul.tabs li a:hover {
		color:#1A2F62;
		background: #E78200;
	}
	#talltabs02 ul.tabs li.active {
		margin-top: 10px;
		color:#FFC90E;
	}
	#talltabs02 ul.tabs li.active a, #talltabs02 ul.tabs li.active a:hover {
		position: relative;
		padding:6px 15px 30px 15px;
		bottom: 0px;
		color:#1a2f62;
		background: #FFC90E;
	}
	
	#talltabs02 div.tab_container {
		clear: both;
		float: left;
		margin-bottom: 20px;
		background-color: #ffffff;
		border-top:6px solid #FFC90E;
		z-index: 1;
	}
	
	#talltabs02 div.tab_container div.tab_content {
		color: #1A2F62;
		background-color: #ffffff;
	}
	
	#talltabs02 div.tab_container div.tab_content a {
		text-decoration:underline;		
}
/* -------------------------------------------------- */
/* talltabs */
/* -------------------------------------------------- */
	#talltabs {
		clear:left;
		float:left;
		padding:0;
		border-top:6px solid #0083C6;
		width:100%;
		overflow:hidden;
	}
	#talltabs ul.tabs {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#talltabs ul.tabs li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#talltabs ul.tabs li a {
		display:block;
		float:left;
		-moz-border-radius-topleft: 0px;
		border-top-left-radius: 0px;
		-moz-border-radius-topright: 0px;
		border-top-right-radius: 0px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		border-bottom-right-radius: 4px;
		margin:0 1px 0 0;
		padding:30px 10px 6px 10px;
		background:#0083C6;
		background-image: -ms-linear-gradient(top, #0083C6 0%, #1A2F62 100%);
		background-image: -moz-linear-gradient(top, #0083C6 0%, #1A2F62 100%);
		background-image: -o-linear-gradient(top, #0083C6 0%, #1A2F62 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0083C6), color-stop(1, #1A2F62));
		background-image: -webkit-linear-gradient(top, #0083C6 0%, #1A2F62 100%);
		background-image: linear-gradient(to bottom, #0083C6 0%, #1A2F62 100%);
		font-size: 14px;
		text-decoration:none;
		color:#fff;
	}
	#talltabs ul.tabs li a:hover {
		padding:35px 10px 6px 10px;
		color:#FFC90E;
		background: #1A2F62;
	}
	#talltabs ul.tabs li.active a, #talltabs ul.tabs li.active a:hover {
		padding:45px 10px 6px 10px;
		color:#FFC90E;
	}
	
	#talltabs div.tab_container {
		clear: both;
		float: left;
		margin-bottom: 20px;
		background-color: #ffffff;
		border-top:none;
		z-index: 1;
	}
	
	#talltabs div.tab_container div.tab_content {
		color: #1A2F62;
		background-color: #ffffff;
	}
	
	#talltabs div.tab_container div.tab_content a {
		text-decoration:underline;		
}
/* -------------------------------------------------- */
/* talltabs2 */
/* -------------------------------------------------- */
	#talltabs2 {
		clear:left;
		float:left;
		padding:0;
		border-top:6px solid #FFC90E;
		width:100%;
		overflow:hidden;
	}
	#talltabs2 ul.tabs {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#talltabs2 ul.tabs li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#talltabs2 ul.tabs li a {
		display:block;
		float:left;
		-moz-border-radius-topleft: 0px;
		border-top-left-radius: 0px;
		-moz-border-radius-topright: 0px;
		border-top-right-radius: 0px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		border-bottom-right-radius: 4px;
		margin:0 1px 0 0;
		padding:30px 10px 6px 10px;
		background:#FFC90E;
		background-image: -ms-linear-gradient(top, #FFC90E 0%, #E78200 100%);
		background-image: -moz-linear-gradient(top, #FFC90E 0%, #E78200 100%);
		background-image: -o-linear-gradient(top, #FFC90E 0%, #E78200 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFC90E), color-stop(1, #E78200)); 
		background-image: -webkit-linear-gradient(top, #FFC90E 0%, #E78200 100%);
		background-image: linear-gradient(to bottom, #FFC90E 0%, #E78200 100%);		
		font-size: 14px;
		text-decoration:none;
		color:#1a2f62;
	}
	#talltabs2 ul.tabs li a:hover {
		padding:35px 10px 6px 10px;
		color:#1A2F62;
		background: #E78200;
	}
	#talltabs2 ul.tabs li.active a, #talltabs2 ul.tabs li.active a:hover {
		padding:45px 10px 6px 10px;
		color:#1A2F62;
	}
	
	#talltabs2 div.tab_container {
		clear: both;
		float: left;
		margin-bottom: 20px;
		background-color: #ffffff;
		border-top:none;
		z-index: 1;
	}
	
	#talltabs2 div.tab_container div.tab_content {
		color: #1A2F62;
		background-color: #ffffff;
	}
	
	#talltabs2 div.tab_container div.tab_content a {
		text-decoration:underline;		
}

/* ------------------------------------------------------------
	SLICKMAP - ORGANIZATIONAL CHARTS
	
	NUMBER OF COLUMNS: Adjust #primaryNav li to set the number
	of columns required in your site map. The default is 
	4 columns (25%). 5 columns would be 20%, 6 columns would 
	be 16.6%, etc. 
------------------------------------------------------------ */

#primaryNav li {
	width:25%;
}

#primaryNav li ul li {
	width:100% !important;
}

#primaryNav.col1 li { width:99.9%; }
#primaryNav.col2 li { width:50.0%; }
#primaryNav.col3 li { width:33.3%; }
#primaryNav.col4 li { width:25.0%; }
#primaryNav.col5 li { width:20.0%; }
#primaryNav.col6 li { width:16.6%; }
#primaryNav.col7 li { width:14.2%; }
#primaryNav.col8 li { width:12.5%; }
#primaryNav.col9 li { width:11.1%; }
#primaryNav.col10 li { width:10.0%; }

.slickmap {
	margin: 40px 0 40px 0;
	float: left;
	width: 100%;
}


/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */

#primaryNav {
	margin: 0;
	float: left;
	width: 100%;
}
#primaryNav #home {
	display: block;
	float: none;
	background: #ffffff url('style/images/L1-left.png') center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0 0 30px 0;
}
#primaryNav li {
	float: left;
	background: url('style/images/L1-center.png') center top no-repeat;
	padding: 30px 0;
	margin-top: -30px;
}
#primaryNav li a {
	margin: 0 20px 0 0;
	padding: 10px 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: black;	
	background: #9BB8DB url('style/images/white-highlight.png') top left repeat-x;
	border: 2px solid #1A2F62;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#primaryNav li a:hover {
	background-color: #ffcc00;
	border-color: #1A2F62;
}
#primaryNav li a:hover .nolink {
	background-color: #9BB8DB;
	border-color: #1A2F62;
}

#primaryNav li:last-child {
	background: url('style/images/L1-right.png') center top no-repeat;
}
a:link:before,
a:visited:before {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
}
#primaryNav li a:link:before,
#primaryNav li a:visited:before {
	color: #78a9c0;
}

/* --------	Second Level --------- */

#primaryNav li li {
	width: 100%;
	clear: left;
	margin-top: 0;
	padding: 10px 0 0 0;
	background: url('style/images/vertical-line.png') center bottom repeat-y;
}
#primaryNav li li a {
	background-color: #cee3ac;
	border-color: #b8da83;
}
#primaryNav li li a:hover {
	border-color: #94b75f;
	background-color: #e7f1d7;
}
#primaryNav li li a:hover .nolink {
	border-color: #b8da83;
	background-color: #cee3ac;
}
#primaryNav li li:first-child {
	padding-top: 30px;
}
#primaryNav li li:last-child {
	background: url('style/images/vertical-line.png') center bottom repeat-y;
}
#primaryNav li li a:link:before,
#primaryNav li li a:visited:before {
	color: #8faf5c;
}

/* --------	Third Level --------- */

#primaryNav li li ul {
	margin: 10px 0 0 0;
	width: 100%;
	float: right;
	padding: 9px 0 10px 0;
	background: #ffffff url('style/images/L3-ul-top.png') center top no-repeat;
}
#primaryNav li li li {
	background: url('style/images/L3-center.png') left center no-repeat;
	padding: 5px 0;
}
#primaryNav li li li a {
	background-color: #fff7aa;
	border-color: #e3ca4b;
	font-size: 12px;
	padding: 5px 0;
	width: 80%;
	float: right;
}
#primaryNav li li li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#primaryNav li li li:first-child {
	padding: 15px 0 5px 0;
	background: url('/images/slickmap/L3-li-top.png') left center no-repeat;
}
#primaryNav li li li:last-child {
	background: url('/images/slickmap/L3-bottom.png') left center no-repeat;
}
#primaryNav li li li a:link:before,
#primaryNav li li li a:visited:before {
	color: #ccae14;
	font-size: 9px;
}


/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */

#utilityNav {
	float: right;
	max-width: 50%;
	margin-right: 10px;
}
#utilityNav li {
	float: left;
	margin-bottom: 10px;
}
#utilityNav li a {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	display: block;	
	border: 2px solid #e3ca4b;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: black;
	background: #fff7aa url('/images/slickmap/white-highlight.png') top left repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#utilityNav li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#utilityNav li a:link:before,
#utilityNav li a:visited:before {
	color: #ccae14;
	font-size: 9px;
	margin-bottom: 3px;
}
.notes p {
	font-family: Georgia, Times, serif;
	font-size: 13px;
}
.notes p a  {
	text-decoration: underline;
}
.notes p a:link:before,
.notes p a:visited:before {
	content: "  ";
	display: none;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
}



/*-----------------------------------------------------------------------------------*/
/*	ISOTOPE
/*-----------------------------------------------------------------------------------*/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/* CHROME FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
a.button,
.btn-submit,
.comment-form .btn-submit,
.filter li a,
aside ul.tag-list li a,
.page-navi ul li a{
	padding-top:1px;
}
}
.red-text {
	color: #B20000;
}
.grey-text {
	color: #383838;
}