/*Main style for I.T. Merit site */

/* Browser Reset */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
/***Specify Headings size, margin, padding here (globally) or on specific style sheets ***/
h1, h2, h3, h4, h5, h6 {
	color: #606060;
	font-weight: normal;
	/*line-height: 125%;*/
}
h1.lh_100, h2.lh_100, h3.lh_100, h4.lh_100, h5.lh_100, h6.lh_100 {
	line-height: 100%;
}	
h1 {font-size: 2.2em; margin: 4px 0 6px 0; }
h2 {font-size: 1.75em; margin: 4px 0 6px 0;}
h3 {font-size: 1.6em; margin: 4px 0 6px 0;}
h4 {font-size: 1.5em; margin: 4px 0 6px 0;}
h5 {font-size: 1.35em; margin: 20px 0 8px 0;}
h6 {font-size: 1.2em; margin: 4px 0 6px 0;}
/* End Browser Reset */

html, body {
	height: 100%;
}

body {
	color: #555;
	font-family: georgia,"times new roman",serif;
	font-size: 16px;
	line-height: 125%;
}

p {
	margin: 8px 0;
}
p.smaller {
	font-size: 0.9em;
}
#page_wrapper {
	background: #DBDCDD; /* For older browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjRkNTUiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(235,235,235,0.91) 16%, rgba(63,77,85,0.45) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(16%,rgba(235,235,235,0.91)), color-stop(100%,rgba(63,77,85,0.45))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(235,235,235,0.91) 16%,rgba(63,77,85,0.45) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(235,235,235,0.91) 16%,rgba(63,77,85,0.45) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(235,235,235,0.91) 16%,rgba(63,77,85,0.45) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,235,235,1) 0%,rgba(235,235,235,0.91) 16%,rgba(63,77,85,0.45) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#733f4d55',GradientType=0 );*/ /* IE6-8 */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -100px; /* same as footer height for sticky footer */
	width: 100%;
	min-width: 610px;
}
#top_stripe {
	background: rgb(100,154,156); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0OWE5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MDYyNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(100,154,156,1) 0%, rgba(80,98,107,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,154,156,1)), color-stop(100%,rgba(80,98,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(100,154,156,1) 0%,rgba(80,98,107,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(100,154,156,1) 0%,rgba(80,98,107,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(100,154,156,1) 0%,rgba(80,98,107,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(100,154,156,1) 0%,rgba(80,98,107,1) 100%); /* W3C */
	/*-pie-background: linear-gradient(to bottom,  rgba(100,154,156,1) 0%,rgba(80,98,107,1) 100%);*/ /* PIE :: syntax may be wrong */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#649a9c', endColorstr='#50626b',GradientType=0 ); /* IE6-8 */
	border-bottom: 1px solid #707070;	
	height: 25px;
	/*behavior: url(utils/PIE.htc);*/
}
#header_bar {
	background: #3f4d55; rgb(45,93,151);
	-webkit-box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.3);
	height: 80px;
	/*behavior: url(utils/PIE.htc);*/
}
.inner {
	margin: auto;
	max-width: 1000px;
}

#header {
	min-width: 610px;
}

div#logo {
	color: #fff;
	float: left;
	font-size: 2.2em; 
	font-style: italic; 
	font-variant: small-caps;
/*	height: 70px; */
/*	margin-right: 5px; */
	height: 50px;
	letter-spacing: 0.03em;
	margin: 1px 0 0 12px;
	padding: 27px 0 0 8px;
	width: 185px;
	text-shadow: 0 -1px 0 #111;
}
#logo a {
	color: #fff;
/*	padding: 12px 0 0 10px; */
	text-decoration: none;
	text-shadow: 0 -1px 0 #111;
}
div#logout {
	display: none;
	float: right;
	margin-right: 11px;
	margin-top: -24px;
	text-align: right;
	width: 65px;
}
#logout a:link, #logout a:visited {
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	font-size: .8em;
	text-decoration: none;
	text-shadow: 0 -1px 0 #555;
}
#logout a:hover {
	text-decoration: underline;
}
div#navigation {
	background: #3f4d55;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	float: right;
	height: 80px; 
	width: 400px;
/*	text-shadow: 0 -1px 0 #555; */
}
ul#nav {
	float: right;
}
ul#nav li {
	float: left;
	line-height: 80px;
/*	padding-bottom: 15px; */
}
#nav a {
	transition:color, border-bottom 0.65s;
	transition-timing-function:linear;
	/* Firefox 4 */
	-moz-transition:color, border-bottom 0.65s;
	-moz-transition-timing-function:linear;
	/* Safari and Chrome */
	-webkit-transition:color, border-bottom 0.65s;
	-webkit-transition-timing-function:linear;
	/* Opera */
	-o-transition:color, border-bottom 0.65s;
	-o-transition-timing-function:linear;
}
#nav a:link {
/*	border-left: 1px solid #105296; */
	border: 5px solid #3f4d55;
	color:#fff;
	padding: 25px 5px 25px 5px;
	text-shadow: 0 -1px 0 #111; 
	text-decoration: none;
}
#nav a:visited {
/*	border-left: 1px solid #105296; */
	border: 5px solid #3f4d55;
	color:#fff;
	padding: 25px 5px 25px 5px;
 	text-shadow: 0 -1px 0 #111; 
	text-decoration: none;
}
#nav a:hover {
	/*
	background: #105296;
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.3);
	*/
/*	background: #222;
	border: 5px solid #222; */
	border-bottom: 5px solid #fff; 
	color: #4fc9b9;
	padding: 25px 5px 25px 5px;
/*	text-shadow: 0 -1px 0 #808080; */
	text-decoration: none;
	text-shadow: 0 -1px 0 #111; 
}

#nav a:active {
	border-bottom: 5px solid #4fc9b9; 
	color: #4fc9b9;
	/*text-decoration: underline;*/
}
#nav a.current {
/*	background: #105296; */
	border-bottom: 5px solid #fff;
	color: #4fc9b9;/*#0bc1bb;*/
/*	text-decoration: underline;  */
	text-shadow: 0 -1px 0 #111; 
}
#nav a.current:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#nav a.current:active {
	text-decoration: none;
/*	color: #04e2bb; */
}
ul#nav li.current {
/*	background: url(../images/current_elipse2.png) no-repeat center 99%; */

}
#nav a.first:link, #nav a.first:visited {
/*	border-left: none; */
}
div#content_wrap {
	height: 100%;
	padding: 0 8px;
}
#main_content {
	background: rgba(255, 255, 255, 0.7);
}	
#main_content {
	border-top: 1px solid #DADADA;
	min-height: 700px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
	margin-top: 6px;
	padding: 30px 20px;
	text-shadow: 0 1px 0 #fff;
	/*behavior: url(utils/PIE.htc);*/
}
#main_content.resources {
	position: relative;
}
div#to_services {
	height: 18px;
	left: 25px;
	position: absolute;
	top: 18px;
	width: 160px;
}
div#to_services a.basic {
	text-decoration: none;
}
div#new-window {
	height: 16px;
	position: absolute;
	right: 45px;
	top: 18px;
	width: 18px;
}
div#new-window a {
	background: url(/../images/new_window_teal.png) no-repeat center center;
	height: 16px;
	padding: 6px 14px;
	text-decoration: none;
	width: 18px;
}
#main_content h1 {
	color: #027D81;
/*	font-family: arial, helvetica, sans-serif; */
	font-size: 2em;
	letter-spacing: 0.02em;
}

span.logo_hdg_style, span.logo_style {
	color: #027d81;
/*	font-family: arial, helvetica, sans-serif; */
	font-style: italic; 
	font-variant: small-caps;
/*	text-shadow: 0 -1px 0 #aaa; */
}
span.logo_style {
	color: inherit;
}
#main_content.home {
	background: rgba(255, 255, 255, 0.75); /*url(/../images/globe-140H.png) no-repeat right bottom;*/ 
	position: relative;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.left {
	float: left;
}
div#globe {
	display: none;
	float: right;
	height: 156px;
	/*left: 565px;*/
	/*opacity: .65;*/
	/*position: absolute;*/
	/*top: 225px;*/
	margin-left: 15px;
	margin-right: -41px;
	opacity: 0.75;
	width: 140px;

}
ul#mission li {
	list-style: disc;
	margin-left: 40px;
	margin-bottom: 8px;
	text-indent: 2px;
}
ul#team {
	margin-top: 15px;
}
.team img, .services img {
	border: 2px solid #fff;
	float:left;
	height: 125px;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-top: 6px;
	width: 100px;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
	/*behavior: url(utils/PIE.htc);*/
}

.services img.float_right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}

#sect_1.section.services img {
	height: 171px;
	margin-top: 4px;
	width: 200px;
}
#service_sect1 img{
	/*height: 150px;
		width: 190px;*/
	height: 174px;
	width: 200px;
}
#service_sect2 img{
	height: 173px;
	width: 200px;
}
#service_sect3 img{
	/*height: 181px;
		width: 200px;*/
	height: 174px;
	width: 200px;
}

.section {
	border-bottom: 1px solid #ddd;
	margin: 20px;
	padding: 20px;
	width: 65%;
	max-width: 650px;
}
.section.logged-in-home {
	margin: auto;
	margin-top: 30px;
	max-width: 900px;
	width: 80%;
}
#sect_1 {
	margin-top: 10px;
	position: relative;
}
/*#sect_1.services {
	padding-bottom: 35px;
}*/
div#sect_2.services {
	margin-top: -30px;
}
div#sect_2.section.services {
	border: none;
	margin-bottom: 0;
}
/*#doc_wrapper object, #doc_wrapper embed {
	border-top: 1px solid #606060;
	border-bottom: 1px solid #606060;
}*/
div#exit_plan, div#program_dets {
	background: none repeat scroll 0 0 #f8f8f8;
	border: 1px solid #BBB;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
	box-shadow: 1px 1px 3px #ddd;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.1);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0, 0.1);
	display: none;
	margin-top: 22px;
	padding: 25px 35px;
	width: 95%;
	/*behavior: url(utils/PIE.htc);*/
}
div#exit_plan h6, div#program_dets h6 {
	margin-bottom: 12px;
	margin-top: 0;
}
div#program_dets ol {
	list-style: decimal inside;
}
div#program_dets ol .ol_child {
	list-style: lower-alpha inside none;
	text-indent: 30px;
}
div#program_dets ol li {
	margin-bottom: 12px;
	margin-top: 12px;
}
#exit_plan ul li {
	list-style: disc;
	margin-bottom: 12px;
	margin-left: 30px;
	margin-top: 12px;
}

div#exit_plan img {
	height: auto;
	margin-top: 0;
	width: 100%;
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}
/*div#exit_plan img:hover {
	border: #027D81;
}*/
a.basic:link, a.basic:visited {
	color: #027d81;
	text-decoration: underline;
}
a.basic:hover {
	background: #b9e0da;
	color: #045c5f;
	padding-bottom: 2px;
}
a#loginout.basic {
	font-size: 1.2em;
}
#mission_img, #collection_img1 {
	border: none;
	height:250px;
	position: absolute;
	right: -27%;
	top:57px;
	width: 207px;
}
#mission_img img, #collection_img1 {
	height: 250px;
	width: 207px;
}
#collection_img2 {
	border: 1px solid #ccc;
	height: 375px;
	position: absolute;
	right: -42%;
	top: 610px;
	width: 300px;
}

#collection_img2 img {
	height: 375px;
	width: 300px;
}
div.team_member, div.service_sect {
	margin-bottom: 35px;
	margin-top: 20px;
}
div.port_img.zoom img:hover {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}
div#service_sect3 {
	margin-bottom: 20px;
}
h5 span.smaller {
	font-size: 14px;
	margin-left: 10px;
}
#itmerit_vert {
	border: none;
	height:685px;
	opacity: .4;
	position: absolute;
	right: -30%;
	top:30px;
	width: 115px;
}
#sect_1.services #itmerit_vert {
	top: 60px;
}
#sect_1.services #itmerit_vert img {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	height: 685px;
	width: 115px;
}
#login_wrap {
	background: #e4e9e9; /* For older browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjRkNTUiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(245,245,245,0.95) 0%, rgba(245,245,245,0.9) 22%, rgba(230,237,237,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0.95)), color-stop(22%,rgba(245,245,245,0.9)), color-stop(100%,rgba(230,237,237,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,245,245,0.95) 0%,rgba(245,245,245,0.9) 22%,rgba(230,237,237,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,245,245,0.95) 0%,rgba(245,245,245,0.9) 22%,rgba(230,237,237,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,245,245,0.95) 0%,rgba(245,245,245,0.9) 22%,rgba(230,237,237,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,245,245,0.95) 0%,rgba(245,245,245,0.9) 22%,rgba(230,237,237,0.75) 100%); /* W3C */
	/*-pie-background: linear-gradient(to bottom,  rgba(245,245,245,0.95) 0%,rgba(245,245,245,0.9) 22%,rgba(230,237,237,0.75) 100%);*/ /* PIE :: syntax may be wrong */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f5f5', endColorstr='#bfe6eded',GradientType=0 );*/ /* IE6-8 */
	height: auto;
	padding: 30px;	
	border: 1px solid;
	border-color: #aaa;
	/*behavior: url(utils/PIE.htc);*/
	/* 
	-moz-box-shadow: 1px 2px 4px #9f9f9f;
	-webkit-box-shadow: 1px 2px 4px #9f9f9f;
	box-shadow: 1px 2px 4px #9f9f9f;
	-khtml-box-shadow: 1px 2px 4px #9f9f9f;
	*/
}
#login_border {
	background: #99b5b7;
	border-top: 1px solid #eee;
	border-left: 1px solid #999;
	padding: 20px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 100px;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
	width: 90%;
	max-width: 565px;
	/*behavior: url(utils/PIE.htc);*/
}
#user_login {
	margin: auto;
	text-align: left;
	height: 200px;
	width: 420px;
	background: #d5dbe2 url(../images/bluegray_grad300tall7.png) repeat-x 0 0;
	border: 1px solid #bbb;
	border-bottom: 1px solid #999;
	padding: 20px;
}

form#login  {
	margin-top: 50px;
}

#login ul li {
	margin: 10px 0;
}
#login ul li.last {
  margin-bottom: 75px;
}
#login .text  {
	width: 215px;
	font-size: 16px;
	padding: 6px 5px;
}

#login label {    
	float: left;
	font-size: 1.2em;   
	width: 8.5em;    
	margin-right: 1em;
	padding-top: 8px;
	text-align: right;
}

label {
/*	text-shadow: 0px 1px 0px #f1f1f1; */
}

#login .submit {
	margin-top: 15px;
	margin-left: 85px;
	width: 60px;
}

#login ul li#remember {
	margin-top: 100px;
}

input[type="submit"] {
	padding: 3px 10px;
}

input[type="submit"].sub-button, input[type="submit"].mail_button {
	background: #fff;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 1px 1px 3px #CCCCCC;
	-webkit-box-shadow: 1px 1px 3px #CCCCCC;
	box-shadow: 1px 1px 3px #CCCCCC;
    background: url("../images/small-gray-grad2.png") repeat-x scroll 0 0 #FAFAFA;
    border: 2px solid #3a6967;
    color: #3a6967;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 8px 25px 8px 12px;
    overflow: visible;
    padding: 5px 20px;
    text-shadow: 0 1px 0 #FFFFFF;
	/*behavior: url(utils/PIE.htc);*/
}
input[type="submit"].sub-button {
	float: right;
	margin-right: 96px;
}
input[type="submit"].sub-button:hover, input[type="submit"].mail_button:hover {
	background: url("../images/small-gray-grad.png") repeat-x scroll 0 0 #DDDDDD;
	border: 2px solid #3a6967;
}
input[type="submit"].sub-button:active, input[type="submit"].mail_button:hover {
	background: url("../images/small-gray-grad.png") repeat-x scroll 0 0 #DDDDDD;
	border: 2px solid #027D81;
	color: #027D81;
}

input[type="text"], input[type="textarea"], input[type="password"], #contact_wrap textarea {
	 border: 1px solid #aaa;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
/*    background-image: url("../images/interface/something.png"); 
    background-repeat: repeat-x; */	
	font-family: "Lucida Grande", Arial,Helvetica,sans-serif;
    font-size: 1em;
	letter-spacing: 0.05em;
	margin-top: 4px;
	padding: 6px 5px;
    vertical-align: middle;
	-moz-box-shadow: 0px 1px 2px #ccc inset;
	-webkit-box-shadow: 0px 1px 2px #ccc inset;
	box-shadow: 0px 1px 2px #ccc inset;
	/*behavior: url(utils/PIE.htc);*/
}
input[type="text"]:focus, input[type="password"]:focus, #contact_wrap textarea:focus {
	background: #f3f1e6;
	border: 1px solid #2e7d80;
	outline:0 none;
}
.contact_fld {
	min-width: 270px;
}
hr.contact {
	background: #e9eced;
	border: none;
	border-top: 1px solid #dededf;
	color: #e9eced;
	height: 7px;
	margin-top: 20px;
	width: 88%;
}
#contact_wrap {
/*	background: #e9eced;
	border-top: 1px solid #dededf;
	margin-top: 30px; */
	margin: auto;
    max-width: 630px;
}
#contact_wrap textarea {
	font-family: "Lucida Grande", Arial,Helvetica,sans-serif;
	width: 99%;
	max-width: 630px;
}
/*#contact_wrap textarea:focus {
	border: 1px solid #2e7d80;
}*/
.section.contact {
	margin: auto;
	margin-bottom: 30px;
	width: 75%;
}
#sect_2.contact {
	border: none;
	margin-bottom: 10px;
	max-width: 760px;
	/*position: relative;*/
	/*width: 76%;*/
}

div#jtc_img {
	float: right;
	height: 425px;
/*	position: absolute;*/
/*	right: -8%;*/
	margin-bottom: 10px;
	margin-left: 20px;
	/*top: 35px;*/
	width: 140px;
}
#jtc_img img {
	border: 2px solid #fff;
	height: 425px;
	width: 140px;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
	/*behavior: url(utils/PIE.htc);*/
}
div#sect_1.contact {
	background: #e5ebeb; /*#ecf0f1;*/	
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
	margin-bottom: 0px;
	margin-top: 25px;
	max-width: 760px;
	padding-top: 15px;
	position: relative;
	width: 76%;
	/*behavior: url(utils/PIE.htc);*/
}

div#sect_1.thankyou, div#sect_1.member {
	background: #e6ebeb;
	max-width: 630px;
}
div#thankyou_wrap, div#member_wrap {
	height: 350px;
	margin: auto;
	margin-top: 40px;
	padding-bottom: 25px;
	text-align: center;
	width: 80%;
}
hr.thankyou, hr.member {
	background: #f1f4f5;
	border: none;
	border-top: 1px solid #dededf;
	color: #f1f4f5;
	height: 8px;
	margin-top: 80px;
	/*width: 88%;*/
}

#thankyou_wrap ul, #member_wrap ul {
	height: 25px;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 15px;
	max-width: 455px;
	width: 90%;
}
#thankyou_wrap ul li, #member_wrap ul li {
	float: left;
	padding-right: 21px;
}
#thankyou_wrap ul li a:link, #thankyou_wrap ul li a:visited, #member_wrap ul li a:link, #member_wrap ul li a:visited {
	color: #027D81;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

#thankyou_wrap ul li a:hover, #member_wrap ul li a:hover {
	background: #b9e0da;
	border-bottom: 3px solid #027D81;	
	color: #045c5f;	
}
div#member_wrap {
	height: 300px;
}
div#email_img {
	background: url(../images/email2.png) no-repeat 0 0;
	height: 109px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 100px;
}
	
div#form_block {
	margin-top: 25px;
	position: relative;
}
#map {
	display: none;
}
#more_contacts iframe {
	border: 1px solid #0d4f4a;
	margin: auto;
	margin-bottom: 4px;
	margin-top: 10px;
	width: 100%;
	max-width: 652px;
}

small {
	font-size: smaller;
}
#footer span {
	margin-right:10px;
	text-align: right;
	width: 190px;
}
.right {
	float: right;
}
#footer_wrap, .push {
	height: 100px;
	clear: both;
}
#footer_wrap {
	background: rgb(80,98,107); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNjI2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NDlhOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(80,98,107,1) 0%, rgba(100,154,156,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,98,107,1)), color-stop(100%,rgba(100,154,156,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,98,107,1) 0%,rgba(100,154,156,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,98,107,1) 0%,rgba(100,154,156,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,98,107,1) 0%,rgba(100,154,156,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,98,107,1) 0%,rgba(100,154,156,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50626b', endColorstr='#649a9c',GradientType=0 ); /* IE6-8 */
	/*-pie-background: linear-gradient(to bottom,  rgba(80,98,107,1) 0%,rgba(100,154,156,1) 100%);*/ /* PIE :: syntax may be wrong */
	border-top: 1px solid #0e676a;
	margin-top: 50px;
	/*behavior: url(utils/PIE.htc);*/
}
#footer {
	color:#fff;
	font-family: arial, helvetica, sans-serif;
	padding: 43px 20px 0px 20px;
	text-shadow: 0 -1px 0 #333; 
}
#footer ul li {
	float: left;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #fff;
	font-size: 1.1em;
	padding-bottom: 2px;
	margin-right: 25px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #333; 
}

#footer ul li a:hover, #footer ul li a.current {
	border-bottom: 2px solid #fff;
}
/* the overlayed element */
div.apple_overlay, div.apple_overlay_2 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background: #fff;
	background-image: none; /* url(/../images/1x1trans.png); */
	border-radius: 9px 0 9px 9px;
	-moz-border-radius: 9px 0 9px 9px;
	-webkit-border-radius: 9px 0 9px 9px;
	box-shadow: 2px 3px 15px 0px rgba(0,0,0, 0.3);
	-moz-box-shadow: 2px 3px 15px 0 rgba(0,0,0, 0.3);
	-webkit-box-shadow: 2px 3px 15px 0 rgba(0,0,0, 0.3);
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	max-width:900px;		

	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
/*	font-size:11px; */
	/*right: 10%;*/
	margin-left: 15px;
	margin-right: 5%;
	/*behavior: url(utils/PIE.htc);*/
}
div.apple_overlay_2 {
	max-width: 665px;
	/*max-width: 90%;*/
	padding: 15px;
}
.apple_overlay p, .apple_overlay h2 {
	text-shadow: none;
}
.apple_overlay img {
	height: auto;
/*	margin:auto;*/
	width: 100%;
	max-width: 900px;
}
.apple_overlay_2 img {
	height: auto;
	width: 100%;
}
/* default close button positioned on upper right corner */
.apple_overlay .close, .apple_overlay_2 .close {
	background-image:url(/../images/close.png);
	position:absolute; 
	right:-18px; 
	top:-19px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.details {
	padding: 0 15px;
}
a {
	outline-style: none;
}
