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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
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;
}

/*----------------------------- BASE STYLES --*/

#wrapper{
	width:100%;
}

img{
	width:100%;
}

#content{
	position:absolute;
	width:100%;
	margin-top:auto;
	margin-left:auto;
}

.edcontainer_black{
	position: absolute;
	width: 35%;
	height:auto;
	margin-top: 24%;
	margin-left: 55%;
	background-color: rgba(0,0,0,0.80);
	border: 1px solid #646464;
}

.edintropara{
	padding-top: 12%;
	padding-left: 12%;
	padding-bottom: 12%;
	padding-right: 12%;
	font-family: Kessel105-Light;
	font-size:1.8vw;
	letter-spacing:1px;
	line-height:150%;
	color:rgb(255,255,255)
}

.text_im{
	color: #939393;
}

.ed_head{
	position:absolute;
	margin-left:10%;
	margin-top:71%;
	font-family:Kessel105-Light;
	font-size:4.6vw;
	letter-spacing:1px;
	color:rgb(0,0,0);
}

.edtext, .edtext01, .edtext02{
	position:absolute;
	font-family: ModulusMedium;
	font-size:1.8vw;
	letter-spacing:1px;
	line-height:125%;
	color:rgb(0,0,0)
}

.edtext{ 
	position:absolute;
	width:38%;
	height:29%;
	margin-top:78%;
	margin-left:10%;
}

.edtext01{ 
	position:absolute;
	width:38%;
	height:26%;
	margin-top:86%;
	margin-left:10%;
}

.edtext02{ 
	position:absolute;
	width:38%;
	height:26%;
	margin-top:99%;
	margin-left:10%;
}

.ed_doctor{
	position:absolute;
	width: 35%;
	margin-top: 66%;
	margin-left: 55%;
}

.ed_grid{
	position:absolute;
	margin-top: 125%;
}

.ModulusRegular{
	position:absolute;
	width:100%;
	margin-top:4%;
	margin-left:-2%;
	font-family: ModulusRegular;
	font-size:2.4vw;
	letter-spacing:1px;
	color:rgb(163,125,62);
}

.ModulusRegular li{
	float:left;
	margin-left:8%;
}

.ModulusRegular a:link, a:visited{ 
	text-decoration:none;
	color:rgb(163,125,62);
}

.ModulusRegular a:hover, a:active{
	text-decoration:none;
	color:rgb(255,255,255);
}

.home_hover a:link, a:visited{ 
	text-decoration:none;
	color:rgb(163,125,62);
}

.home_hover a:hover, a:active{
	text-decoration:none;
	color:rgb(220,220,220);
}

.ed_topimage{
	width: 100%;
}









