/*
Theme Name: Mackintosh Consulting
Version: 1.0
Author: Ryan Janvier
Author URI: http://liquidtrends.com

*/

@charset "utf-8";
body {
	background-image: url(images/main_top_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
img {
border:0;
}
#main_wraper {
	width: 777px;
	margin:0 auto;
	padding:0;
}
#header {
	background-image: url(images/bg_top_header.jpg);
	background-repeat: no-repeat;
	height:181px;
	width:777px;
}
#top_nav {
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width:741px;
	padding:10px 18px;
}
#top_nav ul {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#top_nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#top_nav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding:0 10px;
}
#top_nav a:hover{
	color:#f4c604;
}
#center_area {
	background-image: url(images/bg_center_area.gif);
	background-repeat: repeat-y;
	width:777px;
	padding:17px 0 12px 0;
	float:left;
}
#footer {
	clear:both;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-y;
	width:777px;
	height:73px;
}
#logo {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.footer-txt-1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/botom_img.gif);
	background-repeat:no-repeat;
	padding-top:36px;
	text-align:center;
}
#mid_left {
	width: 453px;
	float:left;
	padding:0 11px 0 49px;
}

#mid_left_sub {
	width: 680px;
	float:left;
	padding:0 11px 0 49px;
}

#mid_right {
	width: 247px;
	float:left;
	background-color:#def0fd;
}
.pg_heading_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0068b1;
	padding:0 0 10px;
}
.content_txt_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.right_nav_head_1 {
	background-color:#FFFFFF;
	background-image:url(images/txt_head_img.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	color:#0068b1;
	height:18px;
}
.right_nav_cont_1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	padding:10px;
	text-align:left;
}
.right_nav_cont_2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	text-align:center;
}


.img {
   padding:4px;
   background-color: #999999;
   margin-right: 5px;
}



#map {
    margin:0;
    padding:0;
    width:560px;
    height:261px;
    background:url(images/ionovers.png) top left no-repeat #fff;
    font-family:arial, helvetica, sans-serif;
    font-size:8pt;
}

#map li {
    margin:0;
    padding:0;
    list-style:none;
}

#map li a {
    position:absolute;
    display:block;
    /*
       Specifying a background image
       (a 1px by 1px transparent gif)
       fixes a bug in older versions of
       IE that causeses the block to not
       render at its full dimensions.
    */
    background:url(images/blank.gif);
}

#map li a span { display:none; }

#map li a:hover span {
    position:relative;
    display:block;
    width:200px;
    left:20px;
    top:20px;
    padding:5px;
    border:1px solid #000;
    background:#fff;
    text-decoration:none;
    color:#000;
    filter:alpha(opacity=80);
    opacity:0.8;
}

#map a.direction {
	top:438px;
	left:590px;
	width:95px;
	height:31px;
}
       
#map a.implementation {
	top:345px;
	left:414px;
	width:141px;
	height:32px;
}
       
#map a.education {
	top:435px;
	left:461px;
	width:97px;
	height:31px;
}
       
#map a.clarification {
	top:402px;
	left:392px;
	width:115px;
	height:30px;
}
       
#map a.evaluation {
	top:369px;
	left:692px;
	width:97px;
	height:39px;
}


/* quotes */

.pullquote {
	width: 55%;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:10px;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
