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

* {
	margin:0;
	padding:0;
}

img {
  border:0;
}

a {
  outline:0;
}

html, body {
   height: 100%;
}
    
body {
	background-color:#fff;
	-webkit-text-size-adjust:100%;
}


/* ---------- links */

a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color:#a6a6a6;
	text-decoration:none;
}

a.here {
	text-decoration:none;
	border-bottom:2px solid #afafaf;
}

/* ---------- links END */


/* ---------- fonts */

@font-face {
	font-family:siteHeader;
	src:url('../fonts/MyriadPro-Light.otf');
}

@font-face {
	font-family:siteText;
	src:url('../fonts/MyriadPro-Regular.otf')
}

/* ---------- fonts END*/


/* ---------- header ids and classes */
/* ---------- header ids and classes END */


/* ---------- text ids and classes */

p.top {
	font-size:14px;
	font-family:siteText
    ,"Trebuchet MS", Arial, Helvetica, sans-serif; /* IE */
	color:#fff;
	margin:0 150px 15px 0;
	text-align:right;
}

p.head_18 {
	font-size:18px;
	font-family:siteText
    ,"Trebuchet MS", Arial, Helvetica, sans-serif; /* IE */
	color:#000;
	margin:0 0 15px 0;
	text-align:left;
	font-weight:bold;
}

p.copy {
	font-size:14px;
	font-family:siteText
    ,"Trebuchet MS", Arial, Helvetica, sans-serif; /* IE */
	color:#000;
	margin:0 0 15px 0;
	text-align:justify;
}

/* ---------- text ids and classes END */


/* ---------- main ids and classes */
#topbar {
	width:100%;
	height:40px;
	background-color:#000;
	margin:0;
}

#top_content {
  margin: 0 auto;
  width: 1000px;
}

#wrapper {
	/* width:1000px;
	height:auto;
	margin:20px auto; */
	width:1000px;
	position:relative;
	margin:20px auto;
	min-height:100%;
}

#header {
	width:1000px;
	height:110px;
	margin:0;
}

#content {
	width:1000px;
	min-height:450px;
	margin:10px 0;
}

#content_center {
	float:left;
	width:700px;
	min-height:400px;
	margin:0 150px;
}

img.content_au {
	float:right;
	width:300px;
	height:400px;
	margin:0 0 20px 20px;
	border:1px solid #000;
}

	/* social media links */

#media {
	width:220px;
	height:30px;
	margin:30px auto 0 auto;
}

#medialist li, #medialist ul, #medialist a {
	display:inline-block;
	height:30px;
	width:30px;
	margin:0 5px;
	list-style:none;
}

#fb {
	height: 30px;
	width: 30px;
	background: url(../graphics/media.png) 0 0;
}

#tw {
	height: 30px;
	width: 30px;
	background: url(../graphics/media.png) -30px 0;
}

#ig {
	height: 30px;
	width: 30px;
	background: url(../graphics/media.png) -60px 0;
}

#yt {
	height: 30px;
	width: 30px;
	background: url(../graphics/media.png) -90px 0;
}

#cu {
	height: 30px;
	width: 30px;
	background: url(../graphics/media.png) -120px 0;
}

	/* social media links end*/


/* header text navbar */

#header_navbar {
	width:1000px;
	height:20px;
	text-align:center;
	margin:10px 0;
}

.header_navlist, .header_navlist li, .header_navlist a {
	margin:0;
	list-style:none;
	display:inline;
}

li.headernav {
	font-size:15px;
	font-family:siteText
    ,"Trebuchet MS", Arial, Helvetica, sans-serif; /* IE */
	color: #000;
	margin:0 10px;
	line-height:24px;
}

/* header text navbar END */


/* footer navbar */
	
#footer_navbar {
	width:1000px;
	height:50px;
	text-align:center;
	margin:10px 0;
}

.footer_navlist, .footer_navlist li, .footer_navlist a {
	margin:0;
	list-style:none;
	display:inline;
}

li.footernav {
	font-size:13px;
	font-family:siteText
    ,"Trebuchet MS", Arial, Helvetica, sans-serif; /* IE */
	color: #000;
	margin:0 10px;
	line-height:24px;
}

/* footer navbar END */

#footer {
	float:left;
	width:1000px;
	height:75px;
	margin:0;
}

#bottombar {
	width:100%;
	height:80px;
	background-color:#000;
	margin:0;
}

/* ---------- main ids and classes END */