@charset "utf-8";
/* 2YA Original Site New Style */

body {
	/* background:#FF9903; */
	background:#ED8703;
}

/* Remove border from image links */
a img {
	border:none;
}

/* Remove underline from links */
a {
	text-decoration:none;
	color:#000000;
}

div#outer {
	position: relative;
	/* can't use z-index on relative positioned element! */
	top:0px;
	width:770px;
	height:870px;
	background:#FFFFFF;
	/* top right bottom left */
	margin:0px auto 0px auto;
	padding:0px;
	border:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
}
	
div#sidebar {
	position: absolute;
	z-index:1;
	top:0px;
	left:0px;
	background-color: #000000;
	width:230px;
	height:100%;
	margin:0px;
}

/* sidebarinfo
 * contact information in sidebar
 */

div#sidebarinfo {
	position:absolute;
	z-index:1;
	left:15px;
	top:186px;
	width:200px;
	height:80px;
}


/* Div to place logo correctly */
div#logo {
	position: absolute;
	text-align: left;
	z-index:2;
	top:22px;
	left:52px;
	width:400px;
	height:40px;
}

/* topbar
 * black bar behind logo
 */
div#topbar {
	position:absolute;
	left:230px;
	background:#000000;
	width:540px;
	height:85px;
}

/* linkbar locations */

div#linkCaptionText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

div#captionText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

div#linkServices {
	position:absolute;
	z-index:2;
	width:100px;
	height:79px;
	top:87px;
	left:400px;
	text-align:center;
}

div#linkClients {
	position:absolute;
	z-index:2;
	width:100px;
	height:79px;
	top:87px;
	left:520px;
	text-align:center;
}

div#linkContact {
	position:absolute;
	z-index:2;
	width:100px;
	height:79px;
	top:87px;
	left:640px;
	text-align:center;
}

/* Button (home link) */
div#button {
	position:absolute;
	z-index:1;
	width:40px;
	height:20px;
	left:95px;
	top:820px;
	height:20px;
}

div#button_text {
	position: absolute;
	z-index:2;
	text-align: center;
	width: 40px;
	height: 20px;
	left: 95px;
	top: 823px;
	font-size: 13px;
	color: #ED8703;
}

/* Footer for webmaster label */
div#footer {
	position: absolute;
	z-index:2;
	background:#FFFFFF;
	text-align:left;
	font-size:10px;
	color:#000000;
	bottom:0px;
	left:236px;
}

/* Font styles */

.logoWhiteBig {
	color:#FFFFFF;
	font-size:27px;
}

.logoWhiteSmall {
	color:#FFFFFF;
	font-size:13px;
}

.logoYellowBig {
	color:#FF9903;
	font-size:39px;
}

.style1 {
	font-size: 13px;
	color: #FFFFFF;
}

.homeLink {
	text-decoration:none;
	color: #ED8703;
}


