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

/* START CSS 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
/* END CSS RESET */

/* START BODY */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f1f1f1;
	font color:#333;
	height:800px;
}

/* END BODY */

/* START SITE WRAP*/
#sitewrap {
	background-image:url(../images/AJ_background.png);
	background-repeat:no-repeat;
	background-position:center;
	width:900px;
	height:620px;
	margin:0px auto;
}
/* END SITE WRAP*/


/* START NAVIGATGION */
#nav{
	width:900px;
	height:0px;
	margin:0px auto;
	padding-top:100px;
}

#nav ul {
	list-style-type:none;
	font-size:18px;
	margin:45px 0px 0px 50px;
}

#nav ul li {
	display:inline;
	margin:0px 20px 0px 20px;
}

#nav ul li a {
	text-decoration:none;
	color:#000;
}

#nav ul li a:hover {
	color:#ba1e29;
}
/* END NAVIGATGION */

/* START HOME PAGE */
#imageContainer {
	margin:0px auto;
	height:400px;
}

#homeImage img {
	height:92px;
	width:300;
	margin:260px 0px 0px 155px;
}

#followME {
	margin:170px 0px 0px 65px;
}
/* END HOME PAGE */

/* START RESUME' CONTENT */
#adobe {
	width:40px;
	height:0px;
	float:right;
	margin:-570px 20px 0px 0px;
}

#adobe ul {
	list-style-type:none;
	font-size:9px;
}

#content-wrapper {
	padding-top:4px;
	margin:0px 0px 0px 18px;
	font-size:10.5px;
	text-align:left;
 	letter-spacing:.5px;
  	line-height: 12px;
}

#content {
	padding:45px 0px 0px 0px;
}
/* END RESUME' CONTENT */

/* START PHOTO GALLERY */
#photoBox {
	float:right;
	margin:77px 30px 0px 0px;
	padding:20px 20px 20px 20px;
	border:3px solid #999;
	background-color:#CCC;
	width:290px;
	height:77%;
}

#photoBox img {
	margin-top:20px;;
	padding:2px;
}

#photoTitle {
	font-size:12px;
	color:#333;
	margin:10px 0px 0px 0px;
	text-align:center;
}

#photoCaption {
	font-size:11px;
	color:#666;
}

#thumbBox {
	margin-left:8px;
	padding-top:75px;
	text-align:center;
	width:490px;
}

#thumbBox img {
	border:1px solid #FFF;
}
/* END PHOTO GALLERY */

/* START VIDEO PAGE */
#videoContentLeft {
	width:200px;
	height:400px;
	float:left;
	margin:125px 0px 0px 45px;
}

#videoContentLeft embed {
	margin-top:100px;
}

#videoContentRight {
	width:200px;
	height:400px;
	float:right;
	margin:125px 400px 0px 0px;
}

#videoContentLeft p, #videoContentRight p {
	text-align:center;
	color:#333;
	margin-top:5px;
}

#videoContentLeft img, #videoContentRight img {
	border:5px solid #666;
}

#youtube p {
	margin:0px 0px 10px 85px;
	padding-top:560px;
	color:#333;
}

#youtube img {
	float:right;
	margin:30px 494px 0px 0px;
}

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message {
	font-family:HelveticaNeue-Light,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight:200;
	color:#fff;
} 

#sb-container {
	position:fixed;
	margin:0;
	padding:0;
	top:0;
	left:0;
	z-index:999;
	text-align:left;
	visibility:hidden;
	display:none;
}

#sb-overlay {
	position:relative;
	height:100%;
	width:100%;
}

#sb-wrapper { 
	position:absolute;
	visibility:hidden;
	width:100px;
}

#sb-wrapper-inner {
	position:relative;
	border:1px solid #303030;
	overflow:hidden;
	height:100px;
}

#sb-body {
	position:relative;
	height:100%;
}

#sb-body-inner {
	position:absolute;
	height:100%;
	width:100%;
}

#sb-player.html {
	height:100%;
	overflow:auto;
}

#sb-body img {
	border:none;
}

#sb-loading {
	position:relative;
	height:100%;
}

#sb-loading-inner {
	position:absolute;
	font-size:14px;
	line-height:24px;
	height:24px;
	top:50%;
	margin-top:-12px;
	width:100%;
	text-align:center;
}

#sb-loading-inner span {
	background:url(loading.gif) no-repeat;
	padding-left:34px;
	display:inline-block;
}

#sb-body,#sb-loading {
	background-color:#060606;
}

#sb-title,#sb-info {
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}

#sb-title,#sb-title-inner {
	height:26px;
	line-height:26px;
}

#sb-title-inner {
	font-size:16px;
}

#sb-info,#sb-info-inner {
	height:20px;
	line-height:20px;
}

#sb-info-inner {
	font-size:12px;
}

#sb-nav {
	float:right;
	height:16px;
	padding:2px 0;
	width:45%;
}

#sb-nav a {
	display:block;
	float:right;
	height:16px;
	width:16px;
	margin-left:3px;
	cursor:pointer;
	background-repeat:no-repeat;
}

#sb-nav-close {
	background-image:url(../images/close.png);
}

#sb-nav-next {
	background-image:url(next.png);
}

#sb-nav-previous {
	background-image:url(previous.png);
}

#sb-nav-play {
	background-image:url(play.png);
}

#sb-nav-pause {
	background-image:url(pause.png);
}

#sb-counter {
	float:left;
	width:45%;
}

#sb-counter a {
	padding:0 4px 0 0;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
}

#sb-counter a.sb-counter-current {
	text-decoration:underline;
}

div.sb-message {
	font-size:12px;
	padding:10px;
	text-align:center;
}

div.sb-message a:link,div.sb-message a:visited {
	color:#fff;
	text-decoration:underline;
}
/* END VIDEO PAGE */

/* START CONTACT PAGE */
#contactContainer{
	width:750px;
	padding-top:175px;
	height:400px; 
	font-size:16px;
}

#contactContainer p {
	font-size:16px;
	color:#333;
	margin:190px 0px 0px 0px;
}

#form {
	margin:20px 0px 0px 140px;
	width:430px;
	height:280px;
}

.cBlock input, .dBlock input {
	width:328px;
	height:25px;
	color:#666;
	background-color:#EEE;
}

.cBlock {
	margin:0px 0px 10px 0px;
	width:400px;
	border:3px hidden #CCC;
}

.dBlock {
	margin:10px 0px 10px 0px;
	border:3px hidden #999;
}

.fBlock {
	float:right;
	margin:0px 100px 0px 0px;
}

.fBlock img {
	margin:0px 10px 0px 0px;
}

.dBlock textarea {
	background-color:#EEE;
	width:328px;
}

.representation {
	margin:-450px 0px 0px 340px;
	line-height:18.5px;
}
/* END CONTACT PAGE */

/* START FOOTER */
#footerContainer {
	margin:0px auto;
	height:50px;
	width:100%;
	text-align:center;
}

#footer img {
	padding:0px 43px 0px 43px;
}

#thankYou img {
	margin:270px 0px 40px 132px;
	
}
/* END FOOTER */

