<!--

/*
-----------------------------------------------
 style sheet for CallahanPro
 copyright 2003 CallahanPro
-----------------------------------------------
*/

/* body id for the homepage */
#body
{
	margin-left: 0px;
	margin-top: 0px;
	margin: 0px;
	background: #FFFFFF;
}

/* body id for secondary pages */
#body2
{
	z-index: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 120px;
}


/* text classes */
.title {
	font-family: arial;
	font-size: 12pt;
	color: #555555;
	font-weight: bold;
	border-bottom: 1px dashed;
}
.heading	{ 
	font-family: arial;
	font-size: 10pt;
	color: #555555;
	font-weight: bold;
}
.content	{ 
	font-family: arial;
	font-size: 9pt;
	color: #555555;
	line-height: 11pt;
	margin-left: 5px;
	margin-top: 5px;
}
.news		{ 
	font-family: arial;
	font-size: 9pt;
	color: #444444;
	line-height: 10pt;
}
.green_box_title	{ 
	font-family: arial;
	font-size: 9pt;
	color: #444444;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 9pt;
	padding-left: 7px;
	padding-right: 7px;
	background: #D1E75F;
}
.green_box_content	{ 
	font-family: arial;
	font-size: 9pt;
	color: #444444;
	line-height: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	background: #D1E75F;
	width: 142px;
	height: 100px;
	vertical-align: top;
}

#home_footer		{ 
	font-family: arial;
	font-size: 7pt;
	color: #666666;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	position: relative;
}

#home_photo		{ 
	margin-top: 0px;
	margin-left: 0px;
	margin: 0px;
	left: 0px;
	top: 125px;
	position: absolute;
}

#home_lines		{ 
	margin-top: 0px;
	margin-left: 0px;
	margin: 0px;
	left: 231px;
	top: 125px;
	position: absolute;
}

/* link classes */
a:link
{ 
	color: #333399;
	text-decoration: none; 
	font-weight: bold; 
}

a:link:hover
{ 
	color: #333399;
	text-decoration: underline; 
	font-weight: bold; 
}

a:visited
{
	color: #993399;
	text-decoration: none;
	font-weight: bold; 
}

a:visited:hover
{
	color: #993399;
	text-decoration: underline;
	font-weight: bold;
}

a:active
{
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}

/* page component layout */
#home_green_box	{ 
	z-index: 1;
	position: absolute;
	margin: 0px;
	top: 315px;
	left: 75px;
	visibility: visible;
	width: 142px;
}

#home_green_box_top	{ 
	z-index: 15;
	position: absolute;
	margin: 0px;
	top: 297px;
	left: 75px;
	visibility: visible;
	width: 142px;
}

#home_content_box {
	z-index: 2;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	margin: 0px;
	top: 275px;
	left: 320px;
	visibility: visible;
	width: 413px;
}

.content_box_left {
	width: 19px;
	background-image: url(../images/content_box_left.gif);
}

.content_box_right {
	width: 23px;
	background-image: url(../images/content_box_right.gif);
}

#home_logo {
	z-index: 3;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	margin: 0px;
	top: 20px;
	left: 25px;
	visibility: visible;
}

#home_nav_bar {
	z-index: 4;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	margin: 0px;
	top: 75px;
	left: 200px;
	visibility: visible;
}

#home_tag_line {
	z-index: 5;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	margin: 0px;
	top: 45px;
	left: 200px;
	visibility: visible;
}



/* dhtml menu ids */
#home_AboutUsMenu  {
	z-index : 10;
	position : absolute;
	margin-left : 0px;
	margin-top : 0px;
	margin : 0px;
	top : 185px;
	left : 127px;
	width : 80px;
	height : 100px;
	visibility : hidden;
}

#home_ServicesMenu  {
	z-index : 11;
	position : absolute;
	margin-left : 0px;
	margin-top : 0px;
	margin : 0px;
	top : 185px;
	left : 127px;
	visibility : hidden;
}
       
#home_ClientsMenu  {
	z-index : 12;
	position : absolute;
	margin-left : 0px;
	margin-top : 0px;
	margin : 0px;
	top : 185px;
	left : 127px;
	visibility : hidden;
}
       
#home_CaseStudiesMenu  {
	z-index : 13;
	position : absolute;
	margin-left : 0px;
	margin-top : 0px;
	margin : 0px;
	top : 185px;
	left : 127px;
	visibility : hidden;
}
       
#home_ResourceCenterMenu  {
	z-index : 14;
	position : absolute;
	margin-left : 0px;
	margin-top : 0px;
	margin : 0px;
	top : 185px;
	left : 127px;
	visibility : hidden;
}


-->