@charset "utf-8";
/* CSS Document */
/*For Layout*/
* {
	margin:0px;
	padding:0px;
}
#background {
	width:860px;
	height:595px;
	margin:20px auto;
	padding-top:10px;
	}
#wrap {
	width:784px;
	margin:auto;
	padding:28px;
}	
#head {
	width:485px;
	height:41px;
	float:left;
}
#logo {
	margin-top:10px;
}
#nav {
	width:299px;
	height:41px;
	float:left;
}
#left {
	width:470px;
	height:426px;
	float:left;
	padding:12px 12px 12px 0px;
}
#right {
	width:277px;
	height:386px;
	float:left;
	padding:40px 0px 24px 24px;
}
#top_right {
	width:276px;
	height:136px;
	float:left;
	padding:40px 0px 14px 24px;
}
#mid_right {
	width:276px;
	height:226px;
	float:left;
	padding:0px 0px 0px 24px;
}
#btm_right {
	width:276px;
	float:left;
	padding:0px 0px 0px 24px;
}
#foot {
	clear:both;
	padding:15px 0px 0px 0px;
}
/*For Looks*/
body {
	background-color:#A7A9AC;
    color:#888888;
	font-size:12.5px;
	font-family:Georgia, serif;
	line-height:22px;
}
#background {
	background:url(../images/background.png) no-repeat;
}
#wrap {
	background:#FFF;
	border:1px solid #CCC;
}
#head {
	border-bottom:1px dotted #CCC;
}
#nav {
	border-bottom:1px dotted #CCC;	
}
#left {
	border-right:1px dotted #CCC;
}
#right {
}
#top_right {
}
#mid_right {
}
#btm_right {
}
#foot {
	text-align:center;
	border-top:1px dotted #CCC;
}
h1 {
	color:#585858;
	font-size:16px;
	line-height:26px;
	font-weight:bold;
}
h2 {
	color:#585858;
	font-size:12.5px;
	line-height:24px;
	font-weight:bold;
}
p {
}
a {
	color:#585858;
}
a:visited {
	color:#888888;
}
.right {
	float:right;
	padding:0px 10px 12px 0px;
}
/*For Contact Form*/
input,textarea,select,label {
	width:274px;
}
input{
	margin-bottom:8px;
}
label{
	line-height:20px;
	font-weight:bold;
}
#submit, #reset{
	width:60px;
	margin-right:12px; 
	margin-top:12px;
}
/*For Main Navigation*/
#navlist {
	width:298px;
	height:31px;
	position:relative;
	background:url(../images/main_nav.jpg);
	margin:10px 0px 0px 0px;
	padding:0;
	list-style-type:none;
}
#navlist li {
	float: left;
}
#navlist li a {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	display:block;
	height:31px;
	background:url(../images/main_nav.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
}
li#hm a {
	left:0px;
	width:70px;
	background-position:0 0;
}
li#abt a {
	left:70px;
	width:70px;
	background-position:-70px 0;
}
li#wrk a {
	left:140px;
	width:70px;
	background-position:-140px 0;
}
li#cntct a {
	left:210px;
	width:88px;
	background-position:-210px 0;
}
li#hm a:hover {
	background-position:0 -31px;
}
li#abt a:hover {
	background-position:-70px -31px;
}
li#wrk a:hover {
	background-position:-140px -31px;
}
li#cntct a:hover {
	background-position:-210px -31px;
}
#hm #urhere {
	background-position:0 -62px;
}
#abt #urhere {
	background-position:-70px -62px;
}
#wrk #urhere {
	background-position:-140px -62px;
}
#cntct #urhere {
	background-position:-210px -62px;
}
/*For Secondary Navigation*/
#subnavlist {
	background:url(../images/sub_nav.jpg) no-repeat;
  	width:91px;
  	height:30px;
  	list-style-type:none;
}
#subnavlist a {
  	background:url(../images/sub_nav.jpg) no-repeat;
  	width:91px;
  	height:30px;
  	text-indent:-999em;
  	display:block;
  	overflow:hidden;
}
#brnd a {
  	background-position:0 -30px;
}
#msc a {
  	background-position:0 -60px;
}
#prnt a:hover {
  	background-position:-91px 0;
}
#brnd a:hover {
  	background-position:-91px -30px;
}
#msc a:hover {
  	background-position:-91px -60px;
}
#prnt #current {
  	background-position:-182px 0;
}
#brnd #current {
  	background-position:-182px -30px;
}
#msc #current {
  	background-position:-182px -60px;
}
/*Browser Specific*/
.ie6 #navlist {
	margin:13px 0 0 0;
}
.ie6 #home #navlist {
	margin:10px 0px 0px 0px;
}
.ie6 #background {
	background:#A7A9AC;
}