@charset "UTF-8";
body {
	background-image: url(images/gradient_gray.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#main{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#topnav {
	float: right;
	width: 200px;
	margin-top: 5px;
	text-align:right;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-right: 30px;
	display: inline;
	list-style-type: none;
	background-repeat: no-repeat;
	height: 15px;
}
#topnav ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	float: right;
	padding: 0;
	list-style-image: url(images/hash.gif);
	list-style-position: inside;
}
#topnav li{
	display : inline;
	list-style-type : none;
	padding-left: 10px;
	padding-right: 10px;
	list-style-image: url(images/hash.gif);
	list-style-position: outside;
}

#topnav li.first{
	border-left: 0;
}
#topnav a:link {
	text-decoration : none;
	color: #FFFFFF;
}
div#topnav a:hover {
	color: #C7C283;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C7C283;
}
div#topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#tabnav {
	width: 310px;
	float: right;
	clear: right;
	margin-top: 87px;
	height: 27px;
	margin-right: 30px;
}

ul#nav_main { list-style-type : none; 
	position : relative; 
	width: 310px;
	height : 27px; 
	margin : 0; 
	padding : 0; 
}
ul#nav_main a {
	display : block;
	height : 27px;
	text-decoration : none;
	overflow : hidden;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: capitalize;
	text-indent: -9999px;
}
ul#nav_main a:hover {
	color: #C7C283;
}
li#nm_1 {
	position : absolute;
	top :  0px;
	left : 0px;
	width : 100px;
	height : 27px;
	text-align:center;
	background : url(images/tabo.gif) no-repeat 0 0;
}
li#nm_2 {
	position : absolute;
	top : 0px;
	left : 105px;
	width : 100px;
	height : 27px;
	text-align:center;
	background : url(images/tabo.gif) no-repeat -105px 0;
}
li#nm_3 {
	position : absolute;
	top : 0px;
	left : 210px;
	width : 100px;
	height : 27px;
	text-align:center;
	background : url(images/tabo.gif) no-repeat -210px 0
}
li#nm_1 a:hover { background : url(images/tabo.gif) no-repeat 0 -27px; }
li#nm_2 a:hover { background : url(images/tabo.gif) no-repeat -105px -27px; }
li#nm_3 a:hover { background : url(images/tabo.gif) no-repeat -210px -27px; }

#servicetab li#nm_1 a { background : url(images/tabo.gif) no-repeat 0 -27px; }
#portfoliotab li#nm_2 a { background : url(images/tabo.gif) no-repeat -105px -27px; }
#testimonialstab li#nm_3 a { background : url(images/tabo.gif) no-repeat -210px -27px; }

#bottom {
	clear: both;
	float: left;
	background-image: url(images/bottom_gray.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 219px;
}
#footer {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer_gray.jpg);
	height: 189px;
	padding-left: 40px;
	padding-top: 30px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	float: left;
	padding: 0;

}
#footer li{
	display : inline;
	list-style-type : none;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
}
#footer p {
	padding-left: 10px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding-top: 10px;
}
#footer li a:link {
	text-decoration : none;
	color: #CCCCCC;
	text-transform: uppercase;
}
#footer li a:hover {
	text-decoration : none;
	color: #848F97;
}
#footer li.first{
	border-left: 0;
}
#footer li a:visited {
	text-decoration : none;
	color: #CCCCCC;
	text-transform: uppercase;
}
#btext {
	width: 350px;
	text-align: left;
	float: left;
	clear: both;
	padding-top: 5px;
}
#btext h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
	margin: 0px;
	padding-top: 10px;
	color: #818E96;
	text-align: left;
}
#botnav {
	float: left;
	width: 400px;
	clear: both;
	height: 20px;
	margin: 0px;
	padding: 0px;
}



#content {
	background-image: url(images/contet.jpg);
	background-repeat: repeat-y;
	width: 800px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: top;
	
}
#content p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 18px;
}
#logoheader {
	clear: left;
	float: left;
	width: 140px;
	margin-top: 50px;
	margin-left: 45px;
}
#roundtop {
	background-image: url(images/top.jpg);
	height: 19px;
	background-repeat: no-repeat;
}
#mainlayout {
	vertical-align:top;
	clear: both;
	float: left;
	margin-top: 5px;
}
#content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E1DCD9;
	margin-left: 50px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: lighter;
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 10px;
}
#portfoliotitle h1 {
	margin-top: 5px;
	padding-top: 0px;
}
#portfolionav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	text-transform: uppercase;
	color: #212636;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-weight: normal;
	background-color: #E3DFDC;
}
#portfolionav ul {
	margin-bottom: 0px;
}
#portfolionav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 300px;
	margin-left: 40px;
	padding-top: 10px;
}
#portfolionav  li a {
	color: #424862;
	background-color: #CECA93;
	display: inline-block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #848F97;
}
#portfolionav  li a:hover {
	color: #424862;
	background-color: #EDEAE8;
	display: inline-block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5A4A42;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
}

.textSlide p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#portfoliotitle {
	width: 300px;
	margin-right: 40px;
	float: right;
	}
#portfoliotitle h1{

	text-align: right;
}
#portfoliotitle h5 {
	font-size: 11px;
	text-transform: capitalize;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #C0B9B6;
}
#print  li#pn_1 a {	background-color: #EDEAE8;
 }
#web li#pn_2 a {background-color: #EDEAE8;
}
#identity li#pn_3 a {background-color: #EDEAE8;
 }
#textpage {
	margin-left: 30px;
	margin-right: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#leftcol  {
	float: left;
	width: 260px;
	margin: 0px;
	font-size: 11px;
	border-right-width: 2px;
	border-right-style: dotted;
	padding-right: 15px;
	padding-top: 10px;
	border-right-color: #DED9D6;
}
#leftcol2  {
	float: left;
	width: 200px;
	font-size: 11px;
	padding-right: 15px;
	padding-top: 10px;

}
#leftcol p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#rightcol img {
	border: 1px solid #2B3555;
}
#rightcol {
	float: right;
	width: 435px;
	background-repeat: no-repeat;
	height: 380px;
	padding-top: 15px;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 25px;
	color: #5A4A41;
}
.quoteauthor {
	font-size: 11px;
	font-style: italic;
}
#rightcol p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 29px;
	color: #666666;
}
#textpage h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E1DCD9;
	text-align: left;
	letter-spacing: 1px;
	font-weight: lighter;
	padding-bottom: 5px;
	padding-top: 0px;
	margin: 0px;
}
#copyright {
	text-align: right;
	float: right;
	width: 200px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: capitalize;
	color: #818E96;
	clear: none;
}
#copyright p {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#leftcol h1 {
	padding: 0px;
	margin: 0px;
}
#leftcol a {
	color: #003366;
}#quote h1 {
	padding-top: 15px;
	font-size: 14px;
	color: #666666;
}
#quote {
	float: right;
	width: 435px;
	background-repeat: no-repeat;
	height: 380px;
	padding-top: 0px;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 25px;
	color: #5A4A41;
}
#leftcol h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 15px;
	margin: 0px;
	color: #999999;
}
#services{
	float: right;
	width: 435px;
	background-repeat: no-repeat;
	height: 380px;
	padding-top: 15px;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 25px;
	color: #5A4A41;
}
#services a {
	color: #003366;
}
#services a:hover {
	text-decoration: underline;
}
#help {
	width: 40%;
	clear: left;
	float: left;
}
#name {
	height: 20px;
	width: 150px;
	float: left;
	position: absolute;
	text-indent: -9999px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #828E96;
}
