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

* {
	border: none;
}

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 1024px;
}


/* -----HEADER----- */

#headercontainer {
	height: 180px;
	width: 1024px;	
	
}

#logo {
	height: 65px;
	width: 234px;
	margin-top: 60px;
	margin-left: 87px;
	float: left;
	border: none;
}


/* -----NAV STYLE----- */

.chromestyle{
	width: 350px;
	height: 50px;
	padding-top: 85px;
	float: right;	
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 10px;
}

.chromestyle:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	list-style-type: none;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.05em;
}

.chromestyle ul li{
	display: inline;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0.2em;
}

.chromestyle ul li a{
	text-decoration: none;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	color: #333333;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	text-decoration: none;
	color: #FF0000
}

/* -----dropdown menu----- */

.dropmenudiv{
	position:absolute;
	top: 0;
	color: #333333;
	letter-spacing: 0.05em;
	background-color: white;
	z-index:100;
	width: 40px;
	width: 80px;
	margin-left: 8px;
	visibility: hidden;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	line-height: 20px;
	text-align: left;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.05em;
}

* html .dropmenudiv a{ 
	width: 100%;
}

.dropmenudiv a:hover{ 
	text-decoration: none;
	color: #FF0000
}


/* -----PAGES CONTENT----- */

#leftcolumn {
	float: left;
	width: 236px;
	margin-left: 87px;
}

#leftcontent {
	color: #333333;
	font-size: 11px;
	font-weight: lighter;
	line-height: 15px;
	letter-spacing: 0.025em;
	text-align: left;
	word-spacing: 0.25em;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#contentcontainer {
	width: 570px;
	margin-left: 450px;
}

#home-image {
	width: 420px;
	height: 145px;
	padding-top: 25px;
	/*background-image: url(other_images/img01.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}

#homecontent {
	width: 420px;
	color: #333333;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.025em;
	text-align: left;
	word-spacing: 0.25em;
	font-weight: lighter;
}

#resume {
	width: 500px;
	color: #333333;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.025em;
	text-align: left;
	word-spacing: 0.25em;
	font-weight: lighter;
}

.title1 {
	font-size: 18px;
	line-height: 70px;
	color: #999999;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.title2 {
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	letter-spacing: 0.05em;
}



/* -----WORK LAYOUT----- */

#images {
	float: left;
	width: 300px;
	margin-left: 100px;
}

#right {
	width: 500px;
	margin-left: 400px;
	color: #333333;
	font-size: 11px;
	line-height: 22px;
	letter-spacing: 0.035em;
	text-align: left;
	word-spacing: 0.25em;
	font-weight: lighter;
}

#line {
	width: 850px;
	margin-left: 105px;
	margin-bottom: 40px;
	margin-top: 10px;
}


/* -----MAIL FORM----- */

form { 
	margin: 0;
	padding: 0;
	font-size: 100%;
}

form fieldset {
  border: none;
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; 
}

form label { 
	display: block;
	float: left; 
	width: auto; 
	padding-left: 10px; 
	margin: 5px 0 0; 
	text-align: left; 
}

form input {
	width:366px;
	height: 22px;
	margin:5px 0 0 10px;
	border: 1px;
	border-style: solid;
	margin: 5px 0 0;
	padding-left: 10px;
	color: #999999;
}

form textarea {
	height: 180px;
	width: 366px;
	margin: 5px 0 0; 
	padding-left: 10px; 
	color: #999999;
	border: 1px;	 
	border-style: solid;
}

form input#submit {
	margin-left:0px;
	height: 22px;
	width: 50px;
}

form input#reset {
	margin-left:0px;
	height: 22px;
	width: 50px;
}

textarea { 
	overflow: auto; 
}

form .required {
	font-weight:bold;
	color: #333333;
} 

form br {
	clear:left; 
}

.myemail{
	color: #333333;
}

	
a {	
	color:#cccccc;
}
	
	
/* -----FOOTER----- */


#footer{
	clear: both;
	color: #FFFFFF;
	background-color: #A0A0A0;
	height: 120px;
	width: 1024px;
	padding: 0px;
	font-size: 9px;
	margin-top: 50px;
}

#leftfoot {
	margin-top: 15px;
	float: left;
	width: 165px;
	height: auto;
	margin-left: 110px;
}

#contentfoot {
	margin-top: 20px;
	margin-left: 320px;
	height: auto;
	width: 325px;
}

.name {
	font-size: 12px;
	font-weight: bold;	
}


#FOOT-navcontainer {
	width: 350px;
	height: 15px;
	padding-top: 1px;	
	margin-left: 650px;
}

#FOOT-navcontainer ul {
	font-size: 8px;
	list-style-type: none;
	text-align: center;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding-top: 25px;
	padding-right: 3px;
	font-weight: normal;
}

#FOOT-navcontainer ul li {
	display: inline;
}

#FOOT-navcontainer ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 1.8em;
	padding-bottom: 0.2em;
	padding-left: 1.8em;
	margin-top: 25px;
	margin-right: 3px;
	margin-left: 3px;

}

#FOOT-navcontainer ul li a:hover{
	text-decoration: none;
	color: #003E7E;
}


