/* $Id: basic.css 462 2011-08-04 14:26:35Z hayk $ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before {
	content: '';
	content: none;
}
blockquote:after {
	content: '';
	content: none;
}
q:before {
	content: '';
	content: none;
}
q:after {
	content: '';
	content: none;
}

input, textarea, select{
	font-family: Verdana, Helvetica, sans-serif;
}

div.center{
	text-align: center;
	margin-bottom: 10px;
}
a{
	color: #2B3285;
}

/* jQuery Checkbox Styles
-------------------------------------------------------------- */

.jquery-checkbox {
	display: inline;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	cursor: hand;
}
.jquery-checkbox .mark {
	display: inline;
}
.jquery-checkbox img {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: transparent url("/img/checkbox.png") no-repeat;
	background-position: 0px 0px;
}
.jquery-checkbox-hover img {
	background-position: -16px 0px;
}
.jquery-checkbox-checked img {
	background-position: 0px -16px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: -16px -16px;
}
.jquery-checkbox-disabled img {
	background-position: 0px -32px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img {
	background-position: 0px -48px;
}

/* HTML Styles
-------------------------------------------------------------- */

h1, h2 {
	font-family: "AMG Anahit Semi Serif", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.5em;
}
p {
	margin: 1em 0;
}
p.capture {
	margin: 0 0 1.5em;
	text-align: right;
}
:focus {
	outline: 0;
}
pre{
	white-space: pre;
}
code{
    font-family: monospace;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img.centered,
img.alignright,
img.alignleft {
	border: none;
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right
}

.alignleft {
	float: left;
}

.hidden{
	display: none;
}

html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	background: #ddfaf6 url("/img/body-bg.png") left top repeat-x fixed;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #4d575f;
	margin: 0px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
body > #wrap {
	height: auto;
	min-height: 100%;
	width: 100%;
	overflow: hidden;
}
#main {
	width: 853px;
	margin: 0 auto;
	padding-bottom: 328px;
	min-height: 441px;
	position: relative;
	z-index: 1;
}


/* Footer Styles
-------------------------------------------------------------- */

#footer {
	clear: both;
	height: 328px;
	margin-top: -328px;
	min-width: 853px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

#footer .footer-l {
	width: 50%;
	height: 328px;
	position: absolute;
}
#footer .footer-r {
	width: 50%;
	height: 328px;
	position: absolute;
}
#footer .footer-l {
	left: 0px;
	margin-left: -734px;
	background: transparent url("/img/footer-bg-8.png") 0px 0px repeat-x;
}
#footer .footer-r {
	right: 0px;
	margin-right: -734px;
	background: transparent url("/img/footer-bg-8.png") 0px -328px repeat-x;
}
#footer .footer-inner {
	position: absolute;
	left: 50%;
	margin-left: -735px;
	height: 328px;
	width: 1470px;
	background: transparent url("/img/footer-fg.png") center top no-repeat;
}
#footer .footer-content {
	padding-top: 20px;
	position: relative;
	z-index: 1;
	color: #7baabd;
	text-align: center;
	font-size: 0.835em;
}
#footer .footer-content a {
	color: #7baabd;
	text-decoration: none;
}
#footer .footer-content a:hover {
	color: #7baabd;
	text-decoration: underline;
}
#footer .footer-content ul {
	display: inline;
	font-weight: bold;
}
#footer .footer-content ul li {
	display: inline;
	padding: 0 8px 0 13px;
	background: transparent url("/img/icons/bullet-2.png") left center no-repeat;
}
#footer .footer-content ul li.first {
	padding-left: 0;
	background: none;
}
#footer .footer-content ul li.last {
	padding-right: 0;
}
#footer .footer-content .copyright {
	margin: 7px 0 0 0;
}

/* Header Styles
-------------------------------------------------------------- */

#header {
	z-index: 1;
	height: 166px;
}
#header .logo-bg {
	background: transparent url("/img/logo-bg.png") center center no-repeat;
	position: absolute;
	width: 1055px;
	height: 613px;
	top: 0px;
	margin-left: -278px;
	z-index: -1;
}
#header .logo {
	width: 336px;
	height: 143px;
	position: absolute;
	left: 0px;
	top: 17px;
}
#header .logo .i-replace-i {
	background: transparent url("/img/logo.png") center center no-repeat;
}
#header .i-replace {
	text-indent: -999em;
	overflow: hidden;
}
#header .i-replace * {
	display: inline;
}
#header .i-replace br {
	display: none;
}
#header .i-replace .i-replace-i {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#header .nav-main {
	padding-top: 10px;
}
#header .nav-main ul li {
	float: left;
}
#header .nav-main .nav-projects {
	float: right;
	padding-right: 19px;
	font-weight: bold;
	font-size: 0.9em;
}
#header .nav-main .nav-projects li {
	padding: 0 8px 0 13px;
	background: transparent url("/img/icons/bullet-1.png") 0 50% no-repeat;
}
#header .nav-main .nav-projects li.first {
	padding-left: 0;
	background: none;
}
#header .nav-main .nav-projects a {
	color: #a6e8ff;
	text-decoration: none;
}
#header .nav-main .nav-projects a:hover {
	text-decoration: underline;
}

#header ul.nav-projects li {
	float: left;
}
#header ul.nav-projects {
	float: right;
	padding-right: 0px;
	font-weight: bold;
	font-size: 0.9em;
	position: relative;
}
#header ul.nav-projects li {
	padding: 0 8px 0 13px;
	background: transparent url("/img/icons/bullet-1.png") 0 3px no-repeat;
}
#header ul.nav-projects li.last a {
	background-image: url("/img/icons/ul-nav-projects-ul-li.png");
	background-position: right 3px;
	background-repeat: no-repeat;
	padding-right: 12px;
	color: #DAF5FF;
}
#header ul.nav-projects li.first {
	padding-left: 0;
	background: none;
}
#header ul.nav-projects li.auth {
	padding-left: 16px;
	background: none;
}
#header ul.nav-projects a {
	color: #C0EFFF;
	text-decoration: none;
}
#header ul.nav-projects a:hover {
	text-decoration: underline;
}

#header ul.nav-projects ul{
	display: none;
	margin-top: 5px;
	position: absolute;
	background-color: #3DB7F8;
	padding: 5px 5px 8px 10px;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(4,80,120,0.4);
	-webkit-box-shadow: 0px 1px 3px rgba(4,80,120,0.4);
	box-shadow: 0px 1px 3px rgba(4,80,120,0.4);
	background-image: -moz-linear-gradient(bottom, #0BA5F6 0%, #3DB7F8 40%);
	background-image: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#3DB7F8), to(#0BA5F6));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3DB7F8", endColorstr="#0BA5F6");
	z-index: 20;
}

#header ul.nav-projects ul li {
	float: none;
	display: list-item;
	line-height: 15px;
	background-position: left 5px !important;
	background: transparent url("/img/icons/bullet-4.png") 0 3px no-repeat;
}

#header ul.nav-projects ul li:hover {
	background-color: #C0EFFF;
	background-image: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#header ul.nav-projects ul li a {
	color: #fff !important;
	background-image: none !important;
	font-weight: normal;
	text-decoration: none !important;
}

#header ul.nav-projects ul li:hover a{
	color: #000 !important;
}

/* Clouds
-------------------------------------------------------------- */

.cloud {
	position: absolute;
	z-index: -1;
}
body.night #cloud-1 {
	background-image: url("/img/clouds/1-n.png");
}
body.night #cloud-2 {
	background-image: url("/img/clouds/2-n.png");
}
body.night #cloud-3 {
	background-image: url("/img/clouds/3-n.png");
}
body.night #cloud-4 {
	background-image: url("/img/clouds/4-n.png");
}
body.night #cloud-5 {
	background-image: url("/img/clouds/5-n.png");
}
#cloud-1 {
	top: 100px;
	left: -350px;
	width: 431px;
	height: 107px;
	background: transparent url("/img/clouds/1.png") center center no-repeat;
}
#cloud-2 {
	top: 25px;
	left: 320px;
	width: 161px;
	height: 61px;
	background: transparent url("/img/clouds/2.png") center center no-repeat;
}
#cloud-3 {
	top: 40px;
	left: 550px;
	width: 340px;
	height: 96px;
	background: transparent url("/img/clouds/3.png") center center no-repeat;
}
#cloud-4 {
	top: 300px;
	left: -180px;
	width: 150px;
	height: 45px;
	background: transparent url("/img/clouds/4.png") center center no-repeat;
}
#cloud-5 {
	top: 450px;
	left: 860px;
	width: 240px;
	height: 102px;
	background: transparent url("/img/clouds/5.png") center center no-repeat;
}
.columns-b {
	clear: both;
	margin-bottom: 16px; /* ??? */
	text-align: center;
}

/* Modal Popup
-------------------------------------------------------------- */

#message-modal {
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#simplemodal-overlay {
	background-color: #000000;
	cursor: wait;
}
#simplemodal-container {
	height: 200px;
	width: 400px;
	color: #000000;
	background-color: #90dfff;
	padding: 20px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
#simplemodal-container a.modalCloseImg {
	background: url("/img/x.png") no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -12px;
	cursor: pointer;
}
#simplemodal-container #basic-modal-content {
	padding: 8px;
}
#simplemodal-container a {
	color: #dd4f24;
}
#simplemodal-container h2 {
	color: #ffffff;
	font-size: 2.2em;
}
#simplemodal-container p {
	line-height: 1.5;
}
