@charset "utf-8";
/* CSS Document */

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-weight: normal;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
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;
}
/*  Line up Select and Input elements to same width:
	
    border-box   : Width = everything, including border.
    padding-box  : Width = everything EXCEPT border.
    content-box  : Width = content. Not including padding or border.
*/
input, select{
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
}
/*  Clear Fix  */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
/*LVFHA*/
/***************************** Post Reset Styles *******************************/

body{
	background:#F3F3F3;
	font-family:Arial, Helvetica, sans-serif;
}
.cf{
	max-width:1000px;
	margin:0 auto;
}
header, section{
	padding:5px;
}
section .cf{
	padding:20px;
	box-shadow:0 0 4px 2px rgba(0,0,0,0.4);
	border-radius:20px;
	background:#FFF;
}
.lft{
	width:48%;
	margin:0 1%;
	float:left;
}
.rgt{
	width:48%;
	margin:0 1%;
	float:right;
}
header img{
	float:left;
}
header img + img{
	float:right;
	margin-top:10px;
}
.rgt iframe{
	min-height:380px;
	width:100%;
}
.profs .h2{
	font-size:24px;
	font-weight:bold;
	padding:5px 8px;
}
.prof img{
	float:left;
	margin:6px;
}
h1{
	font-size:36px;
	padding:10px;
	font-weight:bold;
}
.lft ul li{
	background:url(images/li-ico.gif) no-repeat left 6px;
	padding:6px 0 6px 45px;
	border-bottom:solid 1px #CCC;
	font-size:14px;
	line-height:19px;
}
.lft ul li:first-child{
	border-top:solid 1px #CCC;
}
.main-prof{
	padding-top:30px;
}
.main-prof > img{
	float:left;
	max-width:287px;
	width:50%;
	height:auto;
}
.list{
	float:left;
	width:50%;
	padding-top:15px;
}
.list p{
	padding:8px 6px;
	font-size:17px;
	border-top:solid 1px #CCC;
}
.list p span{
	font-weight:bold;
}
@media(max-width:1000px){
	.prof{
		max-height:208px;
		overflow:hidden;
	}
}
@media(max-width:800px){
	header img + img{
		display:none;
	}
	.lft, .rgt{
		float:none;
		width:98%;
		margin:0 auto;
	}
	.profs{
		display:none;
	}
}

@media(max-width:500px){
	.main-prof > img{
		float:none;
		display:block;
		margin:0 auto;
		width:85%;
	}
	.list{
		float:none;
		width:85%;
		margin-left:auto;
		margin-right:auto;
	}
}

#login {
	float: right;
	margin-top: 10px !important;
	width: 100%;
}

#login p {
	float: left;
	color: #000;
	margin: 0 4px 0px 12px;
}

#login .wrapper {
	float: left;
}

#login .content {
	width: 488px;
	float: right;
}

@media(max-width:800px) {
	
	#login {
		text-align: center;
	}
	
	#login .content {
		float: none;
		margin: 0 auto;
	}
}