/* CSS Document */


#case_studies ul {
   padding : 0;
   margin : 0;
}

#case_studies ul li {
   padding : 0;
   margin : 0;
   list-style-type:disc;
}



#print_icon { 
	position:absolute; 
	left:666px; 
	top:45px; 
	width:23px; 
	height:20px;
}

#font_plus_icon {
	position:absolute;
	left:690px;
	top:45px;
	width:23px;
	height:20px;
}

#font_minus_icon { 
	position:absolute;
	left:716px;
	top:45px;
	width:21px;
	height:20px;
}

#secondary_hero_container {
	position: relative;
	background-image: url(../images/secondary_hero_bg.gif);
	background-repeat: repeat-x;
	height: 161px;
}



#secondary_hero_image_1{
	background-image: url(../images/secondary_hero_1.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 161px;
	width: 750px;
}


#secondary_hero_image_2{
	background-image: url(../images/secondary_hero_2.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 161px;
	width: 750px;
}


#secondary_hero_image_3{
	background-image: url(../images/secondary_hero_3.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 161px;
	width: 750px;
}


#secondary_hero_image_4{
	background-image: url(../images/secondary_hero_4.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 161px;
	width: 750px;
}



#secondary_tag_line{
	position: absolute;
	top: 120px;
	float: left;
	left: 11px;
	width: 330px;
	height: 77px;
	text-align: left;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -1px;
	color: #FFFFFF;
}



A:link {
	font-family: Arial;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;

}

A:visited {
	font-family: Arial;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
	
}

A:active {
	font-family: Arial;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
	
}

A:hover {
	font-family: Arial;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	
}


body, html{
	position: static;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}

h1{
	font-family: Arial;
	font-size: 18px;
	color: #E4A64C;
	font-weight: bold;
	letter-spacing: -1px;
}

h2{
	font-family: Arial;
	font-size: 16px;
	color: #E4A64C;
	font-weight: bold;
	padding-top: 8px;
	letter-spacing: -1px;
	
}

h3{
	font-family: Arial;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	padding-top: 8px;
	letter-spacing: -1px;
	
}



.subheading a:link {
	font-family: Arial;
	font-size: 16px;
	color: #E4A64C;
	font-weight: bold;
	padding-top: 8px;
	letter-spacing: -1px;
	text-decoration:none;

}

.subheading a:visited {
	font-family: Arial;
	font-size: 16px;
	color: #E4A64C;
	font-weight: bold;
	padding-top: 8px;
	letter-spacing: -1px;
	text-decoration:none;
}

.subheading a:active {
	font-family: Arial;
	font-size: 16px;
	color: #E4A64C;
	font-weight: bold;
	padding-top: 8px;
	letter-spacing: -1px;
	text-decoration:none;
}

.subheading a:hover {
	font-family: Arial;
	font-size: 16px;
	color: #E4A64C;
	font-weight: bold;
	padding-top: 8px;
	letter-spacing: -1px;
	text-decoration:underline;
}




#centerTable{
	position: relative;
	display: table;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	/*Makes whole site site in middle of screen and moves accordingly when you expand/contract the browser*/
	/*height: 100%;*/
	/*width: 100%;*/

}
#centreDiv{
	position: relative;
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#header {
	position: relative;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	width: 750px;
}

#Logo{
	position: absolute;
	top: 17px;
	float: left;
	left: 14px;
	width: 162px;
	height: 42px;
}


#footer_container {
	position: relative;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 161px;
}

#footer_content_holder {
	position: relative;
	width: 750px;
	height: 161px;
	margin-right: auto;
	margin-left: auto;
}


#copyright_container {
	position:absolute;
	width:337px;
	height:74px;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
	left: 413px;
	top: 12px;
	z-index: 10;
}



.copyright_links a {
	font-family:Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

.copyright_links a:hover {
	font-family:Arial;
	font-size: 11px;
	color : #ffffff;
	text-decoration : none;
}


#footer_img {
	position:absolute;
	width:403px;
	height:160px;
	background-image: url(../images/footer_img.gif);
	background-repeat: none;
	z-index: 1;
	left: 346px;
}

#form {
	font-family:Arial;
	font-size: 12px;
	color : #999999;
	text-decoration : none;
	border: 1px solid #666666;
    
}

.refs_link, a:link { 
	color: #CC9933;
	text-decoration: none;
}

.refs_link, a:visited {	
	color: #CC9933;
	text-decoration: none;
}	