/* red color: DD3062 */
/* blue color: 0076A3 */
html, body {
	height: 100%;
}

body {
	background-image: url(page_back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f2f5f8;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #111;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Verdana;
	margin: 0px;
	letter-spacing: -2px;
	word-spacing: -1px;
	text-transform: uppercase;
	margin-top: 4px;
	clear: both;
}

h1 {
	color: #0076A3;
	font-size: 38px;
	line-height: 38px;
}

h1 a, h1 a:link, h1 a:visited {
	color: #0076A3;
}

h1 a:hover {
	color: #DD3062;
}

h1:first-letter {
}

h2 {
	color: #DD3062;
	font-size: 32px;
	line-height: 32px;
}

h2 a, h2 a:link, h2 a:visited {
	color: #DD3062;
}

h2 a:hover {
	color: #0076A3;
}

h2:first-letter {
}

h2.frontpage_about {
    text-transform: none;
    color: #444;
    font-size: 28px;
	line-height: 40px;
}

h2.frontpage_about a, h2.frontpage_about a:link, h2.frontpage_about a:visited {
	color: #000;
	text-decoration: none;
}

h2.frontpage_about a:hover {
	color: #444;
}

h3, h4, h5, h6 {
	color: #444;
	font-size: 28px;
	line-height: 40px;
}

h3 a, h3 a:link, h3 a:visited,
h4 a, h4 a:link, h4 a:visited,
h5 a, h5 a:link, h5 a:visited,
h6 a, h6 a:link, h6 a:visited {
	color: #444;
}

h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #000;
}

h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter {
}

a, a:link, a:visited {
	margin: 0px;
	color: #0076A3;
}

a:hover {
	color: #DD3062;
}

a.resume, a.resume:link, a.resume:visited {
    display: block;
	margin: 0px auto;
	margin-top: 20px;
	color: #fff;
	font-size: 24px;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: 50px;
	width: 280px;
	background-color:#008ac2;
    background-image:-moz-linear-gradient(center top , #00c5f9 , #008ac2);
    border-color:#00c5f9 #008ac2 #005b7f;
    border-style:solid;
    border-width:1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 1px #000;
}

a.resume:hover {
	background-image:-moz-linear-gradient(center top , #008ac2 , #00c5f9);
}

a.navigation_buttons, a.navigation_buttons:link, a.navigation_buttons:visited {
    display: block;
	margin: 0px 0px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: 24px;
	width: 80px;
	background-color:#008ac2;
    background-image:-moz-linear-gradient(center top , #00c5f9 , #008ac2);
    border-color:#00c5f9 #008ac2 #005b7f;
    border-style:solid;
    border-width:1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 1px #000;
}

a.navigation_buttons:hover {
	background-image:-moz-linear-gradient(center top , #008ac2 , #00c5f9);
}

img {
	border: 0pt;
}

p {
	overflow: hidden;
	padding: 5px 0;
	line-height: 20px;
	margin: 0px;
	word-spacing: -1px;
}

span.title {
	color: #0076A3;
	font-size: 20px;
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

form, button {
	border: 0;
	margin: 0;
	padding: 0;
}

input, textarea {
	background-color: #fff;
	border: 1px solid #0076A3;
}

SELECT {
	border: 1px solid #0076A3;
	background-color: #fff;
}

ul {
	line-height: 18px;
	margin: 0px;
}

ol {
	line-height: 18px;
	margin: 0px;
}

ul li {
	list-style: none;
	list-style-image: url(bullet.png);
}

li {
	text-align: left;
}

code {
	background-color: #111;
	color: #0076A3;
	font-size: 12px;
	margin: 10px 40px 10px 40px;
	padding: 5px;
	padding-left: 15px;
	display: block;
	border-left: 4px solid #DD3062;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

blockquote {
	padding: 20px;
	border-left: 2px solid #0076A3;
	border-right: 2px solid #DD3062;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin: 20px 60px 20px 60px;
	font-size: 20px;
	clear: both;
	text-align: left;
	line-height: 20px;
}

blockquote:hover {
	border-left: 2px solid #DD3062;
	border-right: 2px solid #0076A3;
}

blockquote.dark {
	border-left: 4px solid #0076A3;
	border-right: 4px solid #DD3062;
	background-color: #111;
	color: #fff;
}

blockquote.dark:hover {
	border-left: 4px solid #DD3062;
	border-right: 4px solid #0076A3;
}

.preload {
	background-image: url(left.gif);
	background-image: url(right.gif);
	display: none;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
	width: 0px;
	height: 0px;
}

/* ----------- content ----------- */
div.content_sep {
	clear: both;
	width: 700px;
	height: 16px;
	display: block;
	background-image: url(hor_sep.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.thumbnail {
	margin: 5px;
	width: 120px;
	height: 120px;
	float: left;
	overflow: hidden;
}

.side .thumbnail {
	width: 120px;
	height: 120px;
	margin: 10px 20px;
}

.thumbnail_text {
	display: block;
	position: absolute;
	width: 112px;
	top: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	background-image: url(content_slider.png);
	background-repeat: repeat;
	padding: 3px;
}

.thumbnail_text:hover {
	background-image: url(content_slider_h.png);
	background-repeat: repeat;
}

.side .thumbnail_text {
	width: 112px;
}

.thumbnail_span {
	display: block;
	height: 118px;
	width: 118px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #0076A3;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.side .thumbnail_span {
}

.thumbnail_text a, .thumbnail_text a:link, .thumbnail_text a:visited {
	margin: 0px;
	color: #000;
	text-decoration: none;
	display: block;
}

.thumbnail_text a:hover {
	color: #0076A3;
}

.thumbnail_text:hover a, .thumbnail_text:hover a:link, .thumbnail_text:hover a:visited {
	margin: 0px;
	color: #fff;
	text-decoration: none;
}

.thumbnail_text:hover a:hover {
	color: #fff;
}

.date {
	float: right;
	text-align: right;
	display: inline;
	font-size: 14px;
	color: #000;
	letter-spacing: 0px;
	background-image: url(date_back.png);
	width: 118px;
	padding-right: 16px;
}

.feedburnerFeedBlock .date {
    display: block;
    float: none;
}

.red {
	color: #DD3062;
}

.blue {
	color: #0076A3;
}

div.paging {
	text-align: right;
	padding: 5px 5px;
	margin: auto;
	clear: both;
}

.paging a {
	padding: 0 5px;
	text-decoration: none; 
	color: #fff;
	background: #0076A3;
	border: 1px solid #0076A3;
}

.paging a:hover, .paging a.selected {
	color: #0076A3;
	background-color: #fff;
	border: 1px solid #0076A3;
}

.plus_link {
	background-image: url(plus.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	margin-top: 15px;
}

.minus_link {
	background-image: url(minus.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	margin-top: 8px;
}

.main_page_icons:hover {
	border: 1px solid #00A7EC;
}

.subscribe_rss {
    display: block;
    clear: both;
    border: solid 1px #b7ddf2;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #ebf4fb;
	padding: 8px;
	font-size: 16px;
	margin-top: 5px;
}

.subscribe_rss a, .subscribe_rss a:link {
    text-decoration: none;
}

.subscribe_rss img {
    line-height: 16px;
    margin: 0px;
    margin-bottom: -3px;
    padding: 0px;
    border: 0px;
}

/* ----------- content slider ----------- */
#carousel_wrap {
	clear: left;
	height: 180px;
	width: 680px;
	display: block;
	overflow: hidden;
	position: relative;
}

#carousel {
	width: 10000px;
	margin: 0px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#carousel li {
	height: 180px;
	width: 680px;
	margin: 0px;
	padding: 0;
	float: left;
	display: inline;
}

#carousel li a img {
	border: 0px;
	text-decoration: none;
	background: none;
}

.carousel_text {
	display: block;
	position: absolute;
	bottom: 5px;
	padding: 6px;
	color: #000;
	font-size: 28px;
	line-height: 22px;
	letter-spacing: -1px;
	font-family: Calibri;
	text-align: right;
	width: 668px;
	background-image: url(content_slider.png);
	background-repeat: repeat;
}

.carousel_text:hover {
	background-image: url(content_slider_h.png);
	color: #fff;
}

#previous, #next {
	display: block;
	height: 20px;
	text-indent: -4000em;
	margin: 8px 0 0 2px;
	cursor: pointer;
}

#previous {
	float: left;
	width: 83px;
}

#next {
	float: right;
	width: 48px;
	margin-right: 20px;
}

#carousel_container {
	width: 700px;
	height: 231px;
	background: url(carousel.png) no-repeat top left;
	margin: 0px auto 0;
	padding-right: 0px;
	padding-left: 9px;
	padding-bottom: 0px;
	padding-top: 10px;
}

.pagination {
	width: 678px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #CDE7F6;
	padding: 5px 5px;
	margin: auto;
}

.pagination a {
	padding: 0 5px;
	text-decoration: none; 
	color: #0076A3;
	background: #fff;
	border: 1px solid #fff;
}

.pagination a:hover, .pagination a.selected {
	color: #fff;
	background-color: #0076A3;
	border: 1px solid #0076A3;
}

/* ----------- main menu ----------- */
#main_menu {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#main_menu ul {
	background-image: url(back.png);
	background-repeat: repeat-x;
	float: left;
	/*line-height:56px;*/
	/*height: 56px;*/
	list-style: none;
	margin: 0;
	width: 808px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#main_menu li {
	display: inline;
	padding: 0;
	line-height: 46px;
	margin: 0px;
}

#main_menu li img {
	display: block;
}

#main_menu a {
	color: #FFF; /* need because it will use default link color */
	float: left; /* left 3 px because of left.png image */
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}

#main_menu a span {
	display: block;
	float: none;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#main_menu a span img {
	border: none;
	margin-top: 15px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}

/* show picture when mouse over link */
#main_menu a:hover{
	background-image: url(left.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#main_menu a:hover span {
	background-image: url(right.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}

#main_menu a.selected {
	background-image: url(left.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#main_menu a.selected span {
	background-image: url(right.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}

#main_menu a.right {
	float: right; /* for help button - just add class "right" ->  <a class="right"... */
}

div.menu_sep {
	background-image: url(sep.png);
	background-repeat: no-repeat;
	width: 6px; 
	height: 52px;
	display: inline;
	float: left
}

span.left_menu_end {
	background-image: url(left_side.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 50px;
	display: block;
	float: none;
}

span.right_menu_end {
	background-image: url(right_side.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 50px;
	display: block;
	float: none;
}

div.menu_container {
	width: 830px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 45px;
	float: right;
	padding-right: 5px;
}

/* ----------- header ----------- */
div.searchbox {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	display: inline;
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	width: 320px;
	clear: none;
	height: 40px;
}

div.searchbox a, div.searchbox a:link {
	color: #000;
}

div.searchbox a:hover {
	color: #0076A3;
}

div.searchbox .searchTextbox {
	font-size: 14px;
	background: url(searchTextbox.jpg) no-repeat;
	color: #013b51;
	font-weight: bold;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 27px;
	line-height: 27px;
	width: 120px;
	padding: 0px 4px;
	border: 0px none;
	margin: 0px;
}

div.searchbox .searchButton {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	display: inline;
	width: 25px;
	height: 27px;
	background: url('searchButton.png') no-repeat;
}

div.logo {
	display: inline;
	float: left;
	margin-left: 42px;
	margin-top: 3px;
}

/* ----------- side area ----------- */
div.side {
	padding: 3px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #D4EBF3;
	border-right-color: #D4EBF3;
	border-bottom-color: #D4EBF3;
	border-left-color: #84C7DB;
}

div.side div.content_sep {
	clear: both;
	width: 320px;
	height: 16px;
	display: block;
	background-image: url(hor_sep_side.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	margin-top: 5px;
}

div.side p {
	padding: 5px;
	line-height: 17px;
}

div.side_header {
	display: block;
	height: 40px;
	background-image: url(side_header.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 7px;
	padding-top: 2px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 19px;
	margin-bottom: 4px;
	margin-top: 0px;
	color: #FFF;
	letter-spacing: -1px;
	line-height: 32px;
}

div.side h2 {
	display: block;
	height: 40px;
	background-image: url(side_header.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 7px;
	padding-top: 2px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 19px;
	margin-bottom: 4px;
	margin-top: 0px;
	color: #FFF;
	letter-spacing: -1px;
}

div.side h2 a, div.side h2 a:link,
div.side h2 a:visited {
	color: #fff;
}

div.side h2 a:hover {
	color: #000;
}

div.side_header h3 {
	color: #FFF;
	font-size: 19px;
	line-height: 33px;
	letter-spacing: -1px;
	margin-top: 0px;
}

div.side_header h3 a, div.side_header h3 a:link,
div.side_header h3 a:visited {
	color: #fff;
}

div.side_header h3 a:hover {
	color: #ddd;
}

/* ----------- BreadCrump ----------- */
div.breadcrump {
	font-size: 12px;
	color: #999;
	text-align: right;
}

div.breadcrump a, div.breadcrump a:link, div.breadcrump a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #999;
}

div.breadcrump a:hover {
	text-decoration: underline;
	color: #666;
}

/* ----------- Form ----------- */
.myform{
	margin: 0 auto;
	width: 480px;
	padding: 14px;
}

.spacer {
	clear: both;
	height: 1px;
}

#stylized {
	border: solid 1px #b7ddf2;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #ebf4fb;
	font-family: "Trebuchet MS", Arial, Verdana;
}

#stylized .form_header {
	color: #0076A3;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 0px;
}

#stylized .form_header:first-letter {
}

#stylized p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 10px;
}

#stylized label {
	color: #0076A3;
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
}

#stylized .small {
	color: #666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 140px;
}

#stylized input, .contactTextField {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	width: 250px;
	margin: 2px 0 20px 10px;
}

#stylized textarea, .contactTextArea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	width: 300px;
	margin: 2px 0 20px 10px;
}

#stylized button, .contactButton { 
	clear: both;
	margin-left: 150px;
	width: 125px;
	height: 31px;
	background: #666 url(button.png) no-repeat;
	text-align: center;
	/*line-height: 31px;*/
	color: #888;
	font-size: 12px;
	font-weight: bold;
}

#stylized button:hover, .contactButton:hover { 
	color: #FFF;
}

#stylized .required {
	color: #DD3062;
	font-weight: bold;
	font-size: 16px;
	margin-left: 5px;
}

/* ----------- containers ----------- */
div.container {
	width: 1070px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -220px; /* the bottom margin is the negative value of the footer's height */
}

/* ----------- footer ----------- */
.footer_container {
	display: block;
	height: 220px;
	text-align: center;
	font-size: 18px;
	background-color: #f2f5f8;
	background-image: url(footer_back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}

.footer_links {
	display: block;
	text-align: center;
	color: #0076A3;
	margin-top: 90px;
}

.copyright {
	margin-top: 20px;
}

.footer_container .top {
	position: fixed;
	right: 8px;
	bottom: 8px;
	display: block;
	color: #fff;
	border: 1px solid #0076A3;
	line-height: 1.5;
}

.footer_container .top .top_span {
	display: block;
	background-color: #0076A3;
	padding: 2px;
}

.footer_container .top .top_span:hover {
	background-color: #fff;
}

.footer_container .top a, .footer_container .top a:link {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.footer_container .top a:hover {
	color: #0076A3;
	text-decoration: none;
}

.push {
	height: 220px;
}
