@charset "UTF-8";

/* --------------------------------------------Begin Font Settings*/

body {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	background-image: url(../images/mainBg.gif);
	background-repeat: repeat;
}

a {
	color: #06C;
	text-decoration: none;
}

a:hover {
	color: #9CCEFD;
	text-decoration: none;
}

h1 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 150%;
	color: #333;
	margin-top: 5px;
}

h2 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 140%;
	color: #666;
	margin-top: 10px;
}

span.caption {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 90%;
	color: #999;
}

span.date {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	display: inline;
}

.story {
	line-height: 160%;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#wrap {
	z-index: 4;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 12px;
}

/* --------------------------------------------Begin Nav*/

#top {
	text-align: left;
	background-image: url(../images/topBg.gif);
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

#top2 {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 20px;
	background-image: url(../images/navBg.gif);
	background-repeat: repeat-x;
	display: inline;
	width: 100%;
	height: 50px;
}

#nav {
	position: relative;
	z-index: 3;
	background-image: url(../images/navBg.gif);
	background-repeat: repeat-x;
	display: inline;
	width: 100%;
	height: 50px;
}

#nav a {
	outline:none;
}

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

a#logo {
	background-image: url(../images/nameLogo.gif);
	background-position: 0px 0px;
	height: 50px;
	width: 275px;
	float:left
}

a#logo:hover {
	background-position: 0px 50px;
}

a.button {
	background-position: 0px 0px;
}

a.button:hover {
	background-position: 0px -36px;
}

a.down {
	background-position: 0px -72px;
}

a#nav1 {
	background-image: url(../images/nav1.gif);
	height: 36px;
	width: 70px;
	float:right;
	margin-top: 14px;
}

a#nav2 {
	background-image: url(../images/nav2.gif);
	height: 36px;
	width: 86px;
	float:right;
	margin-top: 14px;
}

a#nav3 {
	background-image: url(../images/nav3.gif);
	height: 36px;
	width: 79px;
	float:right;
	margin-top: 14px;
}

a#nav4 {
	background-image: url(../images/nav4.gif);
	height: 36px;
	width: 92px;
	float:right;
	margin-top: 14px;
}

a#nav5 {
	background-image: url(../images/nav5.gif);
	height: 36px;
	width: 80px;
	float:right;
	margin-top: 14px;
}

/*.button {
	padding: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-left-color: #333;
	height: auto;
	width: auto;
}

.button #end {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;	
}

.btncontain {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-left-color: #000;
	height: auto;
	width: auto;
}

.btncontain #end {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}*/

/* --------------------------------------------Begin Layout Divs*/

#contentLeft {
	float:left;
	height: auto;
	width: 110px;
	z-index: 2;
	position: relative;
	clear: both;
	margin-top: 15px;
}

#contentMid {
	float:left;
	height: auto;
	width: 580px;
	z-index: 2;
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
}

#contentRight {
	float:left;
	height: auto;
	width: 280px;
	z-index: 2;
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
}

#contentMain {
	float:left;
	height: auto;
	width: 875px;
	z-index: 2;
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
}

.trans {
	background-image: url(../images/transparent.png);
	background-repeat: repeat;
	padding: 15px;
	width: auto;
	margin-bottom: 15px;
	z-index: 2;
	height: auto;
}

.transkor {
	background-image: url(../images/transparent3.png);
	background-repeat: repeat;
	padding: 15px;
	width: auto;
	margin-bottom: 15px;
	z-index: 2;
	height: auto;
}
/* --------------------------------------------Begin Left Column*/

.leftcol {
	background-color: #FFF;
	width: auto;
	padding: 15px;
	height: auto;
	text-align: left;
	border: 1px solid #999;
}

.leftcol img{
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 5px;
}

.leftcol a img
{
	padding: 5px;
	border: 1px solid #06C;
}

.leftcol a img:hover
{
	border-top-color: #9CCEFD;
	border-right-color: #9CCEFD;
	border-bottom-color: #9CCEFD;
	border-left-color: #9CCEFD;
}

.leftcol ul li {
	margin-bottom: 3px;	
}

/* --------------------------------------------Begin Mid Column*/

.midcol {
	background-color: #FFF;
	width: auto;
	padding: 15px;
	height: auto;
	text-align: left;
	border: 1px solid #999;
}

.midcol img{
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 5px;
}

.midcol a img
{
	padding: 5px;
	border: 1px solid #06C;
}

.midcol a img:hover
{
	border-top-color: #9CCEFD;
	border-right-color: #9CCEFD;
	border-bottom-color: #9CCEFD;
	border-left-color: #9CCEFD;
}

.midcol ul li {
	display: inline;
	margin-top: 15px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.kor {
	background-color: #FFF;
	width: auto;
	padding: 15px;
	height: auto;
	text-align: left;
	border: 1px solid #6CB33F;
}


.kor img{
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 5px;
}

.kor a img
{
	padding: 5px;
	border: 1px solid #06C;
}

.kor a img:hover
{
	border-top-color: #9CCEFD;
	border-right-color: #9CCEFD;
	border-bottom-color: #9CCEFD;
	border-left-color: #9CCEFD;
}

.kor ul li {
	display: inline;
	margin-top: 15px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* --------------------------------------------Begin Right Column*/

.rightcol {
	background-color: #FFF;
	padding: 15px;
	height: auto;
	border: 1px solid #999;
	text-align: left;
	width: auto;
}

.rightcol img{
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 5px;
}

.rightcol a img
{
	padding: 5px;
	border: 1px solid #06C;
}

.rightcol a img:hover
{
	border-top-color: #9CCEFD;
	border-right-color: #9CCEFD;
	border-bottom-color: #9CCEFD;
	border-left-color: #9CCEFD;
}

.rightcol ul {
	list-style-type: none;
	margin-bottom: -5px;
	margin-top: -5px;
	padding-left: 0px;
}

.rightcol li {
	margin-bottom: 5px;
}

.rightcol ul li a img {
	margin-top: 5px;
}

/* --------------------------------------------Begin Bottom Nav*/

#bottom {
	background-color: #FFF;
	height: 20px;
	width: auto;
	border: 1px solid #999;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}

/* --------------------------------------------Begin Specifics*/

#resumebtn {
	background-image: url(../images/resumebtn.gif);
	height: 40px;
	width: 218px;
	margin-top: 14px;
}

#resumebtn:hover {
	background-position: 0px -40px;
}

#commentbtn {
	background-image: url(../images/commentbtn.gif);
	height: 40px;
	width: 218px;
	margin-top: 20px;
}

#commentbtn:hover {
	background-position: 0px -40px;
}

#contactbtn {
	background-image: url(../images/contactbtn.gif);
	height: 40px;
	width: 218px;
	margin-top: 20px;
}

#contactbtn:hover {
	background-position: 0px -40px;
}

#projectbtn {
	background-image: url(../images/projectbtn.gif);
	height: 40px;
	width: 218px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#projectbtn:hover {
	background-position: 0px -40px;
}
