ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:link,a:visited,a:hover{
	color:#00f;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

html{
	height: 100%;
}

body{
	position:relative;
	background:#fff url(../images/bodybg.jpg) repeat-x;
	color:#000;
	height: 100%;
	font:62.5% Georgia,Arial,sans-serif;
}

#header{
	width: 732px;
	height: 91px;
	padding: 0px 32px 0px 0px;
}

#logo{
	display: inline-block;
	width: 231px;
	height: 73px;
	float: left;
	margin: 19px 0px 0px 28px;
	text-indent: -99999px;
	background: url(../images/logo.jpg) no-repeat;
}

#header h2.slogan{
	width: 245px;
	height: 16px;
	float: right;
	margin: 65px 0px 0px 0px;
}

#left_navigation{
	width: 215px;
	float: left;
	padding: 20px 0px 0px 11px;
}

#left_navigation ul li a{
	display: block;
	text-indent: -99999px;
}

#left_navigation ul li#home_nav a{
	width: 210px;
	height: 29px;
	background: url(../images/home_nav.jpg) 0px -29px no-repeat;
}

#left_navigation ul li#home_nav a:hover{
	background: url(../images/home_nav.jpg) no-repeat;
}

#left_navigation ul li#home_nav a.active{
	background: url(../images/home_nav.jpg) no-repeat;
}


#left_navigation ul li#services_nav a{
	width: 210px;
	height: 30px;
	background: url(../images/services_nav.jpg) 0px -30px no-repeat;
}

#left_navigation ul li#services_nav a:hover{
	background: url(../images/services_nav.jpg) no-repeat;
}

#left_navigation ul li#services_nav a.active{
	background: url(../images/services_nav.jpg) no-repeat;
}

#left_navigation ul li#resume_nav a{
	width: 210px;
	height: 28px;
	background: url(../images/resume_nav.jpg) 0px -28px no-repeat;
}

#left_navigation ul li#resume_nav a:hover{
	background: url(../images/resume_nav.jpg) no-repeat;
}

#left_navigation ul li#resume_nav a.active{
	background: url(../images/resume_nav.jpg) no-repeat;
}


#left_navigation ul li#references_nav a{
	width: 210px;
	height: 29px;
	background: url(../images/references_nav.jpg) 0px -29px no-repeat;
}

#left_navigation ul li#references_nav a:hover{
	background: url(../images/references_nav.jpg) no-repeat;
}

#left_navigation ul li#references_nav a.active{
	background: url(../images/references_nav.jpg) no-repeat;
}

#left_navigation ul li#faq_nav a{
	width: 210px;
	height: 29px;
	background: url(../images/faq_nav.jpg) 0px -29px no-repeat;
}

#left_navigation ul li#faq_nav a:hover{
	background: url(../images/faq_nav.jpg) no-repeat;
}

#left_navigation ul li#faq_nav a.active{
	background: url(../images/faq_nav.jpg) no-repeat;
}

#left_navigation ul li#contactus_nav a{
	width: 210px;
	height: 29px;
	background: url(../images/contactus_nav.jpg) 0px -29px no-repeat;
}

#left_navigation ul li#contactus_nav a:hover{
	background: url(../images/contactus_nav.jpg) no-repeat;
}

#left_navigation ul li#contactus_nav a.active{
	background: url(../images/contactus_nav.jpg) no-repeat;
}

#main_image{
	float: left;
}

#content{
	width: 740px;
	clear: both;
	border-top: 1px solid #d9d9d9;
	padding: 16px 0px 0px 0px;
	margin: 2px 0px 0px 11px;
}

#left_column{
	width: 200px;
	padding: 0px 0px 0px 12px;
	float: left;
}

#left_column p{
	font-family: Tahoma;
	color: #767575;
	font-size: 11px;
	margin: 0px 0px 12px 0px;
}

#left_column a{
	color: #767575;
}

#right_column{
	width: 500px;
	float: left;
	padding: 0px 0px 0px 16px;
	background: url(../images/main_colbg.jpg) left top no-repeat;
}

#right_column h1{
	font-family: Tahoma;
	text-transform: uppercase;
	font-weight: strong;
	font-size: 16px;
	color: #d2212a;
	margin: 0px 0px 16px 0px;
}

#right_column p{
	font-family: Tahoma;
	font-size: 12px;
	color: #767575;
	text-align: justify;
	margin: 0px 0px 13px 0px;
}

.footerclear{
	height: 59px;
}

#footer{
	width: 100%;
	height: 59px;
	background: url(../images/footerbg.jpg) repeat-x;
}

#footer_container{
	font-family: Tahoma;
	width: 762px;
	height: 59px;
	padding: 12px 0px 0px 0px;
	margin: 0 auto;
}

#footer_container p{
	text-align: center;
}

p#links{
	color: #fff;
	font-size: 11px;
	padding: 0px 0px 15px 0px;
}

p#links a{
	color: #fff;
	margin: 0px 15px;
}

p.copyrite{
	color: #333333;
	font-size: 10px;
	text-align: center;
}

p.copyrite a{
	color: #333333;
}

.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
#wrapper{
	width: 762px;
	margin:0 auto -59px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/wrapperbg.jpg) no-repeat;
}
