

/*=====Body CSS===============================================================*/
body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%; 
	text-align: center;
}


/*=====Container to float page in center of window=============================*/
#container{
	background-color: #FFFFFF;
	width: 720px;
	margin: 0px auto 30px auto;
	text-align: left;
	height: auto;
}


/*=====Header CSS information==================================================*/
#header{
	width: 720px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#header #logo{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url(logo.gif) center; /*===LOGO image loaded here=====*/
	width: 267px;
	height: 30px;
}

#header #title{
	position: relative;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	width: 200px;
	color: #b4b3b3;
	font-size: 13px;
	font-weight: normal;
	float: Left;
}

#header #email{
	position: relative;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	width: auto;
	float: Right;
}

.rule {
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
}


/*========Side menu CSS========================================================*/
#menu{
	position: absolute;
	background-color: #FFFFFF;
	margin: 45px 0px 0px -125px;
	padding: 0px;
	width: 120px;
	text-align: right;
}

#menu ul{
	list-style-type: none;
	line-height: 25px;
	padding: 0px;
	margin: 0px 0px 0px 0px;	
}

#menu li{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 0px 0px;	
	background-color: #FFFFFF;
}
#menu a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#menu span {
	padding: 0px 15px 0px 0px;
	margin: 0px;
}

#menu .on, #menu  li:hover, #menu li a:hover{
	color: #000000;
	background: url(arrow.gif) no-repeat right; /*=====Menu arrow image loaded here=====*/
	background-color: #FFFFFF;
}


/*=======Footer CSS============================================================*/
#footer{
	padding: 0px;
	width: 720px;
	margin: 50px 0px 0px 0px;
}
#footer #phone{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 200px;
	color: #b4b3b3;
	font-size: 11px;
	font-weight: normal;
	float: Left;
}

#footer #copyright{
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #b4b3b3;
	font-size: 11px;
	font-weight: normal;
	width: auto;
	float: Right;
}


/*=======Content CSS, mainly used for the resume page==========================*/
#content{
	padding: 0px;
	margin: 50px 0px 0px 0px;
}

#content .rule{
	background-color: #dddddd;
}

#content .light{
	color: #7f7f7f;
	font-weight: normal;
}

#content #dld {
	position: relitive; 
	float: right; 
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#content #resumedld:hover {
	text-decoration: underline;
}

#content h1{
	position:relitive;
	float:left;
	font-size: 30px;
	clear: both;
	font-weight: bold;
	color: #dddddd;
	margin: -6px 0px -6px -3px;
	padding: 0px;
}
#content .items {
	width: 624px;
	margin-bottom: 60px;
	float: right;
}

#content .entry {
	margin: 30px 0px 0px 30px;
	width: 264px;
	float: left;
}

#content .entry  h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 10px -17px;
	color: #000000;
	padding: 0px;
}

#content .entry ul {
	margin: 0px;
	padding: 0px;
}

#content .entry li {
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	list-style-position: outside;
	color: #747474;
}

#content .entry  .square {
	list-style-type: square;
	list-style-image: url(square.gif); /*=====Square bullet image loaded here=====*/
}
#content .entry .circle {
	list-style-type: circle;
	list-style-image: url(circle.gif); /*=====Circle bullet image loaded here=====*/
}


/*======Email form CSS======================================================*/
#content #form {
	position: relative;
	margin: -10px 0px 60px 30px;
	width: 375px;
	padding: 0px;
	float: left;
}

#content #form .lable{
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
	color: #7f7f7f;
}

#content #form .field {
	float: left;
	font-size: 11px;
	Color: #000000;
	padding: 0px;
	width: 200px;
	margin: 0px 0px 10px 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-color: #c8c8c8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background: transparent;
}

#content #form textarea{
	float: left;
	font-size: 11px;
	padding: 0px;
	width: 200px;
	margin: 3px 0px 10px 10px;
	border: 1px solid #c8c8c8;
	background: transparent;
}

#content #form .submit{
	position: relative;
	margin-left: 150px;
	padding: 0px;
	width: 51px;
	height: 13px;
	border: none;
	background: url(send.gif) no-repeat; /*=====Send button image loaded here=====*/
	float: left;
	cursor: pointer;
}

#content #form .reset{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 47px;
	height: 13px;
	border: none;
	background: url(reset.gif) no-repeat; /*=====Reset button image loaded here=====*/
	float: left;
	cursor: pointer;
}


/*=====Contact info CSS=========================================================*/
#content #contact {
	position: relative;
	width: auto;
	float: left;
	font-size: 13px;
	margin: 0px 0px 0px 30px;
}

#content #contact h1 {
	font-weight: normal;
	font-size: 24px;
	color: #7f7f7f;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content #contact ul {
	margin: 20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	display:block;
}

#content #contact li {
	list-style-type: none;
	list-style-position: inside;
}
	
/*=============================================================================*/