@charset "UTF-8";
/* CSS for Australian Mobile Storage */


body,td,th {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #656565;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url("../Images/ams_bg2.gif");
	background-repeat: repeat-x;
	background-position: right top;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
}

p {line-height: 130%;}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
h2 {
	font-size: 13pt;
	color: #000000;
	margin-bottom: -2pt;
}

h2.cranked,h1 {
	font-size: 18pt;
	color: #E51B24;
	margin-bottom: -1pt;
}

h3 {
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(../Images/ams_title_bg.gif);
	background-repeat: repeat-x;
	background-color: #656565;
	vertical-align: middle;
	/* height: 33px; */
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
h4 {
	color: #000000;
	margin-bottom: -3pt;
}
h5 {
	color: #000000;
	margin-bottom: -4pt;
}
h6 {
	color: #000000;
	margin-bottom: -5pt;
}


/* LIST STYLES */

ul  {
	list-style-image: url(../Images/ams_red_square_sml.gif);
}
li  {
	margin-bottom: 5px;
}


/* NAVIGATION STYLES */
#navBorder {
	width: 775px;
	margin: 0 auto;
	/*padding-left: 1px;
	background-image: url(../Images/ams_nav_div_blck.gif);
	background-repeat: no-repeat;*/
	height: 45px;
	border-left-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	}
	
#nav {
	width: 100%;
	float:left;
	font-size:11px;
	line-height:normal;
	text-transform: uppercase;
	color: #FFFFFF;	
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/* padding: 0; */
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*margin: 0; margin-bottom: 40px; */
    }
	
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
    }
#nav li {
    float:left;
	background:url("../Images/ams_nav_bg2.gif")
      no-repeat right top;
    margin:0;
    padding:0;
    }
#nav a {
	float:left;
	display:block;
	background:url("../Images/ams_nav_div.gif")
      no-repeat left top;
	text-decoration:none;
	color:#FFFFFF;
	padding-top: 18px;
	height: 27px; /* 18px padding and 27px here equal 45 px height of nav */
	/*padding-bottom: 28px;*/
	padding-left: 31px; /* Change padding to resize width of nav items */
	padding-right: 32px; /* Change padding to resize width of nav items */
    }

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav a {float:none;}
  /* End IE5-Mac hack */

#nav a:hover {
	background-image:url("../Images/ams_nav_bg_red2.gif");
	background-repeat: no-repeat;
	background-position: right top;
    }
#nav #current {
    background-image:url("../Images/ams_nav_bg_red2.gif");
    }
#nav #current a {
	background-image: url("../Images/ams_nav_div_red.gif");
	background-position: left top;
    }


/* STRUCTURE STYLES */
.ams_style #bg_shadows {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../Images/ams_bg_shadows.gif);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #FFFFFF;
}
.ams_style #container {
	width: 775px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.ams_style #container2 {
	width: 775px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.ams_style #header {
	padding-right: 40px;	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-left: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
} 
.ams_style #header p {
	margin: 0; 
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; 
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 8pt;
	text-transform: uppercase;
}

/* SIDEBAR */

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".ams_style #sidebar1 p" rule.
*/
.ams_style #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding: 0;
	margin-left: 40px;
	margin-right: 0px; 
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 90%;
	background-color: #f2f2f2;	
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.ams_style #sidebar1navBG {
	background-image: url(../Images/ams_subnav_bg_mid2.gif);
	background-repeat: repeat-y;
	width: 220px;
}
.ams_style #sidebar1 ul {
	list-style: none;
	list-style-image: none;
	width: 202px;
	margin: 0;
	padding: 0;
	padding-left: 9px;
	padding-right: 9px;
	
	/* padding-left: 9px;
	padding-right: 9px;
	background-image: url(../Images/ams_subnav_bg_mid2.gif);
	background-repeat: repeat-y; */
	/* border-left: 9px solid #ededed;
	border-right: 9px solid #ededed; */
}
.ams_style #sidebar1 li {
	margin: 0;
}
.ams_style #sidebar1 li a {
	display: block;
	padding: 5px 0px 5px 25px;
	width: 175px; /*202px minus width of both borders */
	background-image: url(../Images/ams_subnav_bg_arrow2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
html>body .ams_style #sidebar1 li a {
		width: auto;
		}	
	
.ams_style #sidebar1 li a:link {
	text-decoration: none;
}
.ams_style #sidebar1 li a:visited {
	text-decoration: none;
}
.ams_style #sidebar1 li a:hover {
	text-decoration: underline;
}
.ams_style #sidebar1 li a:active {
	text-decoration: underline;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.ams_style #sidebar1 li a {float:none;}
  /* End IE5-Mac hack */


/* EXTRA SideBox classes */
.ams_style #sidebar1Head {
	margin-left: 0px; 
	/* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
	background-color: #656565;
	height: 33px;
	font-size: 11pt;
	color: #FFFFFF;
	padding-left: 16px;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-image: url(../Images/ams_title_bg.gif);
	background-repeat: repeat-x;
}
.ams_style #sidebar1Top {
	background-image: url(../Images/ams_subnav_bg_top2.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #f2f2f2;
	width : 220px;
	height: 35px;
	/* margin-left: 40px; */
	margin-top: 0px;
	margin-left: 0px; 
	margin-right: 0px;
	font-size: 9pt;
}
.ams_style #sidebar1Btm {
	background-image: url(../Images/ams_subnav_bg_btm2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f2f2f2;
	width : 220px;
	height: 35px;
	/* margin-left: 40px; */
	margin-top: 0px;
	margin-left: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 9pt;
}
.ams_style #sidebar1Info {
	background-color: #f2f2f2;
	width : 220px;
	/* margin-left: 40px; */
	margin-top: 0px;
	font-size: 9pt;
	margin-left: 0px; 
	margin-right: 0px;
}
.ams_style #sidebar1Info p{
	padding-left: 16px;
	padding-right: 6px;
}
.ams_style #sidebar1Info h4{
	padding-left: 16px;
	padding-right: 6px;
	font-size: 11pt;
	color: #000000;
	font-style: normal;
}

.ams_style #sidebar1Promo {
	width : 220px;
	/* margin-left: 40px; */
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

/* MAIN CONTENT */

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.ams_style #mainContent {
	margin: 0 0 0 290px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* SECOND LEVEL CONTENT */

.ams_style #secondContent {
	margin: 0 0 0 290px;
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 10px;
}
.ams_style #secondContent a:link {
	text-decoration: none;	
}
.ams_style #secondContent a:visited {
	text-decoration: none;	
}
.ams_style #secondContent a:hover {
	text-decoration: underline;	
}
.ams_style #secondContent a:active {
	text-decoration: underline;	
}

/* SIDEBAR 2 */

/* Tips for sidebar2:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".ams_style #sidebar2 p" rule.
*/
.ams_style #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-size: 90%;
	margin-left: 40px; 
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
}
.ams_style #sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 70px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-size: 90%;
	margin-left: 0px; 
	margin-right: 40px;
	margin-bottom: 0px;
	text-align: right;
}


/* BOTTOM WRAPPER. Btm wrapper contains footer. */

.ams_style #btmWrapper {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../Images/ams_shadow_btm.gif);
	background-repeat: no-repeat;
	background-position: top center;
}	

/* FOOTER STYLES */

.ams_style #footer {
	width: 695px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 25px;
	padding-bottom: 20px;
}
.ams_style #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 7pt;
	font-weight: normal;
	text-transform: uppercase;
}
.ams_style #footer a:link {
	text-decoration: none;
}
.ams_style #footer a:visited {
	text-decoration: none;
}
.ams_style #footer a:hover {
	text-decoration: underline;
}
.ams_style #footer a:active {
	text-decoration: underline;
}

/* COLOUR TEXT BOX STYLE */

.redTextBox {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #E51B24;
	vertical-align: middle;
	/* height: 33px; */
	padding: 5px;
	width: 15px;
	text-align: center;
}


/* MISCELLANEOUS CLASSES FOR REUSE */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smaller {font-size: smaller;}

.highlight {
	color: #000000;
	background-color: #EDEDED;
	padding: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.blackText {color: #000000;}

.blackTextBig {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}
	

/* HOMEPAGE STYLES */

/* SIDEBAR FOR HOMEPAGE */

/* Tips for sidebar:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".ams_style #sidebar1 p" rule.
*/
.ams_style #sidebarHome {
	float: left; /* since this element is floated, a width must be given */
	width: 330px;
	padding: 0;
	margin-left: 40px;
	margin-right: 0px; 
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 90%;
		/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

.ams_style #sidebarHome ul {
	margin-left: 0px;
	font-size: 10pt;	
}
.ams_style #sidebarHome li {
	margin: 0;
	padding: 0px 0px 9px 0px;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.ams_style #sidebarHome li a {float:none;}
  /* End IE5-Mac hack */


/* EXTRA SideBox classes */
.ams_style #sidebarHome1Head {
	margin-left: 0px; 
	/* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
	background-color: #656565;
	height: 33px;
	font-size: 11pt;
	color: #FFFFFF;
	padding-left: 16px;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-image: url(../Images/ams_title_bg.gif);
	background-repeat: repeat-x;
}
.ams_style #sidebarHome1Top {
	background-image: url(../Images/ams_subnav_bg_top_hm.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #EDEDED;
	width : 330px;
	height: 21px;
	/* margin-left: 40px; */
	margin-top: 0px;
	font-size: 9pt;
}
.ams_style #sidebarHome1Btm {
	background-image: url(../Images/ams_subnav_bg_btm_hm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EDEDED;
	width : 330px;
	height: 21px;
	margin-top: 0px;
	font-size: 9pt;
}
.ams_style #sidebarHome1Promo {
	background-image: none;
	width : 330px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}


/* FOR LIST ON RHS OF HOMEPAGE */
.ams_style #homeList ul {
	list-style: none;
	list-style-image: none;
	width: 317px; /*335px minus width of both borders */
	margin: 0;
	padding: 0;	
	border-left: 9px solid #ededed;
	border-right: 9px solid #ededed;
	font-size: 90%;
}
.ams_style #homeList li {
	margin: 0;
	display: block;
	padding: 3px 10px 4px 10px;
}
.ams_style #homeList li a {	
}
	
html>body .ams_style #homeList li a {
		width: auto;
		}	
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.ams_style #homeList li a {float:none;}
  /* End IE5-Mac hack */


.ams_style #homeListTop {
	/* For list on RHS of homepage */
	background-image: url(../Images/ams_subnav_bg_top_hm2.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #EDEDED;
	width : 335px;
	height: 21px;
	margin-top: 0px;
	font-size: 9pt;
}
.ams_style #homeListBtm {
	/* For list on RHS of homepage */
	background-image: url(../Images/ams_subnav_bg_btm_hm2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EDEDED;
	width : 335px;
	height: 21px;
	margin-top: 0px;
	font-size: 9pt;
}
.ams_style #homeListMid {
	/* For list on RHS of homepage */
	border-left: 9px solid #ededed;
	border-right: 9px solid #ededed;
	margin-top: 0px;
	font-size: 9pt;
	padding-left: 9px;
	padding-right: 9px;
}

/* HOMEPAGE MAIN CONTENT */

/* Tips for mainContent:
1. The space between the mainContent and sidebarHome is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.ams_style #mainContentHome {
	margin: 0 0 0 400px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.ams_style #videoBorder {
	width: 100%;
	font-size: 90%;
	background-color: #000000;
	text-align: center;	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
.videoTitle {
	font-weight: bold;
	font-size: 110%;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 0px;
}
.ams_style #videoTitle {
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(../Images/ams_title_bg.gif);
	background-repeat: repeat-x;
	background-color: #656565;
	vertical-align: middle;
	/* height: 33px; */
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 16px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* HOMEPAGE SECOND LEVEL CONTENT */

/*.ams_style #secondContentHome {
	margin: 0 0 0 400px;
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 10px;
} */
.ams_style #secondContentHome {
	margin: 0 0 0 400px;
	background-color: #FFFFFF;
	
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 10px;
	text-align: right;
}
.ams_style #secondContentHome a:link {
	text-decoration: none;	
}
.ams_style #secondContentHome a:visited {
	text-decoration: none;	
}
.ams_style #secondContentHome a:hover {
	text-decoration: underline;	
}
.ams_style #secondContentHome a:active {
	text-decoration: underline;	
}

/* HOMEPAGE SECOND LEVEL SIDEBAR */

.ams_style #sidebarHome2 {
	float: left; /* since this element is floated, a width must be given */
	width: 255px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-size: 90%;
	padding-top: 20px;
	margin-left: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
}
/*.ams_style #sidebarHomeMid {
	float: left; /* since this element is floated, a width must be given 
	width: 75px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width 
	font-size: 90%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: right;
} */
.ams_style #sidebarHomeMid {
	float: left; /* since this element is floated, a width must be given */
	width: 75px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-size: 10px;
	padding-top: 35px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: right;
}
.ams_style #sidebarHomeMid a:link {
	text-decoration: none;	
}
.ams_style #sidebarHomeMid a:visited {
	text-decoration: none;	
}
.ams_style #sidebarHomeMid a:hover {
	text-decoration: underline;	
}
.ams_style #secondContentHome a:active {
	text-decoration: underline;	
}

/* FORM STYLES */

.homePullBox {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: 1px solid #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
.frmText {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: 1px solid #999999;
	padding: 5px;
}
.webform td {
	padding-top: 4px;
	padding-bottom: 2px;
}
.webform textarea {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
	padding: 2px
}
.required {
	color:#CC0000;
}
.formHighlight {
	color: #333333;
	background-color: #EDEDED;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.formSmlBox {
	width: 24pt;
}
.formListPrice {
	color:#000000;
	text-align: center;
	font-size: 11px;
}

/* FAQ STYLES */
.faq-question {
	padding-bottom: 15px;
}

/* IMAGE CAPTIONS */
.captioned_photo {
	position: relative;
	float: left;
	display: block;
	margin: 0 0 20px 21px;
	padding: 0;
	border: 0;
	line-height: 1em;
	}
.captioned_photo p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 293px; /* This needs to match the width of the image */
	margin: 0;
	padding: 0;
	background: url(../Images/caption-white.png) top left;
	font: .85em/1.25em;
	letter-spacing:.05em;
	color: #fff;
	}
.captioned_photo p span {
	display: block;
	padding: 0.85em;
	}
.captioned_photo img {
	margin: 0;
	padding: 0;
	}
h1.cranked{ padding:0;margin:0;}
h1.cranked span{ display:none;}
h3.cranked {padding:0;margin:0;display:inline;line-height:10px;background-image:none;background-color:white;}
p.cranked {display:inline;}

