body {
	margin: 0px;
	padding: 0px 0px 40px 0px;
	text-align: center;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #C2E0FF;
}
#pageHolder {
	width: 980px;
	margin:0 auto;
	text-align: left;
	border: 0px;
	background-color:#ffffff;
}
#pagePadder {
	padding: 0px 9px 0px 9px;
}
#logoAndTabs {
	width: 962px;
	margin: 0px;
	padding: 0px;
}
#logo a span{
	float: left;
	display: block;
	width: 103px;
	height: 62px;
	background: url('../images/ahc_pacific_logo.jpg') top left no-repeat;
	margin: 10px 0px 0px 2px;
	cursor: pointer;
}
#tagline{
	float: left;
	display: block;
	width: 198px;
	height: 32px;
	/* background: url('../images/tagline.jpg') top left no-repeat; */
	margin: 41px 0px 0px 20px;
}
#logoAndTabs h1 {
	display: none;
}
#searchHolder {
	display: block;
	width: 350px;
	height: 25px;
	float: right;
	margin: 3px 0px 8px 0px;
	text-align: right;
}

/* Tabs at the top - global navigation */

#topNav {
	text-align: right;
	float: right;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	width: 591px;
}
#topNav h2 {
	display: inline;
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}
#topNav ul,
#topNav li {
	list-style: none;
	margin:0px;
	padding: 0px;
	display: block;
}
#topNav li {
	display: inline;

}
#topNav span {
	width:117px;
	height:31px;
	margin: 0px 0px 0px 0px;
	color:#003768;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
 	text-align:center;
	padding: 13px 0px 0px 0px;
	display: block;
}
#topNav li a:link,
#topNav li a:active,
#topNav li a:visited {
	text-decoration: none;
	margin: 0px 0px 0px 1px;
	display: block;
	width: 117px;
	height: 44px;
	float: left;
	background: url("../images/tab.jpg") top left no-repeat;
	border: none;
	padding: 0px;
}#topNav li a:hover {
	background-position: 0px -45px;
	cursor: pointer;
}
#topNav li.selected a:link,
#topNav li.selected a:active,
#topNav li.selected a:visited {
	background-position: 0px -45px;
}
#blueBar {
	height: 4px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 1px;
	background-color: #85C8F6;
}

#headerPromo {
	display: block;
	width: 980px;
	height: 100px;
}

/* left hand navigation */

#nav{
	width: 200px;
	float: left;
	margin: 75px 0px 0px 4px;
	color:#003768;
}
#nav ul {
	list-style: none;
	margin: 0 0px 0px 0px;
	padding: 0px;
}
#nav ul li {
	border-top: 1px solid #CEE7FF;
	/* background-color: #E2EED3; */
}
#nav ul a {
	text-decoration:none;
	display:block;
	width: 100%;
}
#nav ul a span {
	display: block;
	width: 181px;
	padding: 8px;
	font-weight: bold;
	font-size: 100%;
	cursor: pointer;
	color:#003768;
}
#nav ul li a:hover {
	background-color: #EBF5FF;
}
#nav ul li.selected a {
	background-color: #CEE7FF;
}
/* sub nav */

#nav ul li.selected ul li a {
	background: none;
}
#nav ul li.selected ul li a:hover {
	background-color: #EBF5FF;
}
#nav ul li.selected ul li a span {
	padding: 6px 6px 6px 40px;
	font-size: 86%;
	width: 151px;
	margin: 0px 0px 0px 0px;
}
#nav ul li.selected ul li.selected a {
	background-color: #EBF5FF;
}



/* main content area */

#content {
	display: block;
	width: 480px;
	float: left;
	padding: 24px 0px 10px 24px;
	color: #333333;
}
#content h1 {
	margin: 0px 0px 22px 0px;
	padding: 0px;
	color:#003768;
	font-size: 180%;
}
#content h2 {
	color:#333333;
	font-size: 125%;
	margin: 20px 0px 0px 0px;
	padding-top: 7px;
	padding-bottom: 0px;
}
#content h3 {
	color:#333333;
	font-size: 110%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#content h4 {
	margin: 7px 0px 7px 0px;
	padding: 0px;
	font-size: 100%;
}
.whosWho {
	border: 1px solid #cccccc;
	padding: 1px;
	float: left;
	margin: 5px 20px 0px 0px;
}
fieldset {
	border: 1px solid #dddddd;
	padding: 15px;
	margin: 0px 0px 20px 0px;
	background: url('../images/fieldset_bkg.jpg') bottom left repeat-x;
}
legend {
	font-size: 130%;
	color:#333333;
	padding: 0px 7px 0px 7px;
}
input {
	margin: 7px 4px 0px 0px;
}
.yourDetailsHolder {
	width: 370px;
	text-align: right;
}
.martinLong {
	padding-left: 45px;
	min-height: 45px;
	background: url('../images/whos_who/martin_long_small.jpg') top left no-repeat;
}
.imageWithCaptionFloatLeft {
	float: left;
	margin: 0px 20px 25px 0px;
}
.imageWithCaptionFloatRight {
	float: right;
	margin: 0px 0px 25px 20px;
}
.imageWithCaptionFloatLeft img,
.imageWithCaptionFloatRight img {
	border: 1px solid #cccccc;
	padding: 1px;
}
.imageWithCaptionFloatLeft p,
.imageWithCaptionFloatRight p,
.imageWithCaptionFloatRightNoBorder p {
	margin: 3px;
	font-size: 86%;
	width: 160px;
}
.imageWithCaptionFloatRightNoBorder {
	float: right;
	margin: 0px 0px 25px 20px;
}

.thumbImageHolder {
	border: 1px solid #dddddd;
	padding: 0px;
	margin: 10px 20px 20px 0px;
	float: left;
}
.thumbImageHolder a img, 
.brandingImageHolder a img {
	border: none;	
}


#whosWho p {
	width: 355px;
	margin-left: 113px;
}
#whosWho img {
	margin-top: 20px;
}
#caseStudy h3 {
	margin-top: 0px;
}
.screenshots {
	background-color: #eeeeee;
	padding: 1px 0px 0px 10px;
	margin: 26px 0px 20px 0px;
}
.screenshots img {
	border: 1px solid #999999;
	padding: 0px;
}
.screenshotImageHolder {
	margin: 0px 13px 0px 1px;
	padding: 0px;
	float: left;
}
.screenshotImageHolder span{
	padding: 0px;
	margin: 0px;
	font-size: 86%;
 	display: block;
	width: 135px;
}
.screenshotImageHolder span span{
	font-size: 100%;
}
.screenshotImageHolder a {
	text-decoration: none;
}
.screenshotImageHolder a span{
	text-decoration: underline;
}
.videoIcon {
	padding-left: 40px;
	background: url('/images/video_icon.jpg') top left no-repeat;
	display: block;
	height: 28px;
}

/* right col */
#rightColumn {
	display: block;
	width: 215px;
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 64px 0px 10px 5px;
	color: #333333;
}
#rightColumn h2 {
	margin: 12px 0px 18px 0px;
	padding: 0px;
	font-size: 130%;
	color: #003768;
}
#rightColumn h3 {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 3px;
	font-size: 100%;
	color:#003768;
	border-top: 1px solid #cccccc;
}
#rightColumn h3.h2size {
	font-size: 105%;
	padding: 8px 0px 8px 3px;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 10px 0px;
}
#rightColumn h3.noTopBorder {
	border-top: 0px;
	margin-top: 8px;
}
#rightColumn p {
	margin: 3px 0px 15px 3px;
}
#rightColumn h2 a:link,
#rightColumn h2 a:active,
#rightColumn h2 a:visited,
#rightColumn h3 a:link,
#rightColumn h3 a:active,
#rightColumn h3 a:visited {
	color: #333333;
	text-decoration: none;
}
#rightColumn h2 a:hover,
#rightColumn h3 a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.latestNewsTitle {
	background-color: #eeeeee;
}

/* footer */

#footer{
	margin: 10px 0px 0px 0px;
	padding: 12px 0px 12px 0px;
	width: 962px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}
#footer p {
	margin: 0px;
	padding: 0px;
}

/* generic styles */
.dontShow {
	display: none;
	visibility: hidden;
}
.indent {
	padding-left: 40px;
}
.indentSmall {
	padding-left: 10px;
}
.clearer {
	clear: both;
	height: 0px;
	line-height: 1px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
.noTopMarginOrPadding {
	margin: 0px;
	padding: 0px;
}
.hr {
	border-top: 1px solid #cccccc;
	margin: 5px 0px 5px 0px;
}
.screenPadder {
	margin: 20px 0px 0px 30px;
}
/* for when people havent got the flash player */
.videoAltImageHolder {
	border: 1px solid #ffffff; /* breaks without this! */
	display: block;
}
.videoAltText {
	border: 1px dashed #666666;
	background-color: #ffffff;
	padding: 20px;
	margin: 120px 40px 0px 70px;
	font-weight: bold;
	text-align: center;
}
.awardWinner {
	color: red;
}

/* Rails notices & errors */
.success {
	border: 1px solid #3960C6;
	background-color: #E8EEFF;
	padding: 8px;
	color: #3960C6;
	font-weight: bold;
	margin: 13px 0px 0px 0px;
}
.fieldWithErrors {
	border: 2px solid #FF0000;
	background-color: #F4BBBB;
	color: #FF0000;
	display: inline;
	padding: 4px;
}
.notice,
.error {
	border: 1px solid #FF0000;
	background-color:#FFDEDD;
	color: #FF0000;
	display: block;
	padding: 4px 4px 4px 8px;
	font-weight: bold;
}

/* generic links */
a:link,
a:active {
	color: #0000CC;
}
a:visited {
	/* color: #551A8B; */
	color: #0000CC;
}
a:hover {
	color: #CC0000;
}
