@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE ALTMAN GROUP CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		altman_call.css
	Date:			July 28, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header h1#hdrCallCenter{
		width:940px; height:175px;
		background:url(../images/headerImg_callcenter.jpg) no-repeat;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	p img {
		margin:0 0 10px 80px;
		border:solid 1px #000;
	}
	ul#callCenter {
		list-style:none;
	}
		ul#callCenter li {
			margin:0 0 30px 0;
		}
			ul#callCenter p {
				margin:0 0 0 20px;
			}
	ul.bulletPoints {
		margin:10px 0 0 30px;
		list-style:none;
	}
		ul.bulletPoints li {
			margin:0 0 10px 0;
		}
			ul.bulletPoints p {
				font-size:11px;
			}
	ol#management {
		margin:10px 0 0 90px;
		list-style:decimal;
		font-size:11px;
	}
		ol#management li {
			margin:0 0 5px 0;
		}
	ul.features {
		margin:0 0 0 50px;
	}
		ul.features li {
			margin:0 0 5px 0 !important;
		}
		
		.photoHolder {
		margin:0 0 10px 0;
		width:452px;
	}
		.photoHolder img {
			margin:0 auto;
			display:block;
			border:solid 1px #000;
		}
	.thumbs {
		width:452px;
	}
		.thumbs .entry {
			margin:0 10px 5px 0;
			float:left;
			display:inline;
		}
			.thumbs .entry a img {
				display:block;
				border:solid 2px #fff;
			}
				.thumbs .entry a:hover img {
					border:solid 2px #010b29;
				}
/*	--------------------------------------------------------------------------------------------------------------------------
	sideCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#sideCol .action {
		margin:7px 0 0 0; padding:4px 0 0 0;
		width:180px; height:48px;
		background:url(../../../images/icon_contactUs.jpg) 115px 0 no-repeat;
	}
		#sideCol .action .orangeText {
			width:110px; height:32px;
			font:bold 14px Verdana, Arial, Helvetica, sans-serif;
			line-height:15px;
		}
		#sideCol .action .lgText {
			font:bold 16px Verdana, Arial, Helvetica, sans-serif;
		}
