/*
HTML Page elements
---------------------
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #ffffff;
	color: #000000;
}

hr {
	display: none;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.clearBoth {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

a {
	color: #cc1919;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}

.introParagraph {
	font-weight: bold;
}

.picBorder {
	border: 1px solid #000000;
}

.picLeft {
	display: block;
	clear: both;
	float: left;
	margin: 0px 20px 10px 0px;
}

.picLeftNoClear {
	display: block;
	float: left;
	margin: 0px 20px 10px 0px;
}

.picRight {
	display: block;
	clear: both;
	float: right;
	margin: 0px 0px 10px 20px;
	text-align: right;
}

.bigText {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}

.smallText {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

.darkGrey {
	color: #333333;
}

.lightGrey {
	color: #666666;
}

.smallText {
	font-size: 10px;
	line-height: 12px;
}

.centerAlign {
	text-align: center;
}

/*
Misc positioning elements
-------------------------
*/

#fullBrowserWidth {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

#headerFullWidth {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	background-image: url("/images/common/header_line_tile.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}

#miscTags {
	display: none;
}

/*
Header elements
-------------------------
*/

#headerArea {
	display: block;
	margin: 0px auto 0px auto;
	position: relative;
	width: 830px;
	height: 82px;
}

#headerArea p {
	margin: 0px 0px 0px 0px;
}

#cssSwitch {
	position: absolute;
	top: 5px;
	left: 260px;
	width: 300px;
	font-size: 9px;
	line-height: 11px;
}
#cssSwitch a {
	color: #666666;
	text-decoration: none;
}
#cssSwitch a:visited {
	color: #666666;
	text-decoration: none;
}
#cssSwitch a:hover {
	color: #cc1919;
	text-decoration: underline;
}

#skipNav {
	display: none;
}

#atlanticLogo {
	position: absolute;
	top: 18px;
	left: 5px;
	width: 118px;
	height: 88px;
}

/*
Account panel elements
-------------------------
*/

#headerArea #accountPanelHolder {
	display: block;
	position: absolute;
	top: 14px;
	left: 660px;
	width: 170px;
	height: 67px;
	overflow: hidden;
}

#accountPanel {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 67px;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

#accountPanel a {
	color: #666666;
}
#accountPanel a:visited {
	color: #666666;
}
#accountPanel a:hover {
	color: #000000;
}

#accountPanel #accountDetails {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 11px;
	left: 11px;
}

#accountPanel #accountShoppingBasket {
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	top: 41px;
	left: 11px;
	width: 148px;
	border-top: 1px dashed #999999;
}

#accountPanel #accountShoppingBasket a {
	display: block;
	padding: 0px 0px 0px 18px;
	background-image: url("/images/common/account_panel/basket_icon.gif");
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

/*
Content elements
-------------------------
*/

#centeredPage {
	display: block;
	margin: 0px auto 0px auto;
	clear: both;
	position: relative;
	width: 820px;
	text-align: left;
}

#centeredPage #fullWidthColumn {
	margin: 15px 0px 20px 0px;
	width: 820px;
}

#centeredPage #mainColumn {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 615px;
}

#centeredPage #mainColumn h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#centeredPage #mainColumn h1.breadcrumbH1 {
	margin: 0px 0px 15px 0px;
}

#centeredPage #mainColumn h2.breadcrumbH2 {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #666666;
}

#centeredPage #mainColumn h2, #centeredPage #fullWidthColumn h2 {
	margin: 20px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
#centeredPage #mainColumn h2 a, #centeredPage #fullWidthColumn h2 a {
	color: #999999;
	text-decoration: none;
}
#centeredPage #mainColumn h2 a:visited, #centeredPage #fullWidthColumn h2 a:visited {
	color: #999999;
	text-decoration: none;
}
#centeredPage #mainColumn h2 a:hover, #centeredPage #fullWidthColumn h2 a:hover {
	color: #cc1919;
	text-decoration: underline;
}

#centeredPage #mainColumn h2.breadcrumbH2 a {
	color: #666666;
	text-decoration: none;
}

#centeredPage #mainColumn h2.breadcrumbH2 a:visited {
	color: #666666;
	text-decoration: none;
}

#centeredPage #mainColumn h2.breadcrumbH2 a:hover {
	color: #cc1919;
	text-decoration: underline;
}

#centeredPage #mainColumn h3, #centeredPage #fullWidthColumn h3 {
	margin: 10px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}

#centeredPage #sideColumn {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 160px;
}

#centeredPage #mainColumn ul, #centeredPage #fullWidthColumn ul {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}

#centeredPage #mainColumn ul li, #centeredPage #fullWidthColumn ul li {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url("/images/common/list_bullet.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

#centeredPage #mainColumn dl {
	display: block;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#centeredPage #mainColumn dl dt {
	margin: 10px 0px 4px 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	border-top: 1px solid #dbdbdb;
}

#centeredPage #mainColumn dl dd {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}

#centeredPage #mainColumn blockquote {
	margin-left: 30px;
	margin-right: 30px;
}


/*
subColumn elements
-------------------------
*/

#subColumns {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 615px;
}

#subColumns #subColumnLeft {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 375px;
}

#subColumns #subColumnRight {
	display: block;
	margin: 18px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 206px;
}

#subColumns #subColumnRight #imageHolder {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 206px;
	background-image: url("/images/common/imageholder_tile.gif");
	background-repeat: repeat-y;
	text-align: center;
}

#subColumns #subColumnRight #imageHolder img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

#subColumns #subColumnRight #imageHolder #imageHolderTop {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 206px;
	height: 2px;
	background-image: url("/images/common/imageholder_top.gif");
	font-size: 1px;
	line-height: 1px;
}

#subColumns #subColumnRight #imageHolder #imageHolderBottom {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 206px;
	height: 4px;
	background-image: url("/images/common/imageholder_bottom.gif");
	font-size: 1px;
	line-height: 1px;
}

#subColumns #subColumnRight #subColumnRightContent {
	display: block;
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 0px 0px;
	width: 200px;
}

#subColumns a.subColumnButton, .rightColumn a.subColumnButton {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 206px;
	height: 31px;
	font-size: 11px;
	line-height: 29px;
	font-weight: bold;
	text-align: center;
	background-image: url("/images/common/subcolumn_button_off.gif");
	text-decoration: none;
}

#subColumns a.subColumnButton:visited, .rightColumn a.subColumnButton:visited {
	background-image: url("/images/common/subcolumn_button_off.gif");
	text-decoration: none;
}

#subColumns a.subColumnButton:hover, .rightColumn a.subColumnButton:hover {
	background-image: url("/images/common/subcolumn_button_over.gif");
	text-decoration: none;
}


/*
Author list
-------------------------
*/

#indexArea {
	font-size: 11px;
	color: #999999;
}

#indexArea a {
	font-weight: bold;
}

#authorsList span.hideList {
	display: none;
}

#authorsList span.showList {
	display: block;
}


/*
Table elements
-------------------------
*/

table {
	display: block;
	clear: both;
	margin: 20px 0px 20px 0px;
	border: none;
	font-size: 11px;
	line-height: 13px;
}
table caption {
	padding: 2px 3px 2px 5px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	text-align: left;
	border: none;
}
table th {
	margin: 1px;
	padding: 5px 4px 5px 4px;
	font-weight: bold;
	text-align: left;
	border: none;
}
table th.subHeading {
	margin: 1px;
	padding: 5px 4px 5px 4px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
table td {
	margin: 1px;
	padding: 5px 4px 5px 4px;
	font-weight: normal;
	text-align: center;
	border: none;
}
table #tableHeadings th {
	margin: 1px;
	padding: 2px 4px 2px 4px;
	font-weight: normal;
	text-align: left;
	background-image: none;
	border: none;
}
table #tableHeadings th.centered {
	text-align: center;
}
table tr.commentArea td {
	margin: 1px;
	padding: 8px 4px 4px 4px;
	font-weight: normal;
	text-align: left;
	background-image: none;
	border: none;
}
table tr.commentArea td p {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}


/*
Footer elements
-------------------------
*/

#lowerMenuAccessKeys {
	display: none;
}

#footerFullWidth {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-image: url("/images/common/footer_line_tile.gif");
	background-repeat: repeat-x;
	text-align: center;
}


#footerArea {
	display: block;
	margin: 0px auto 0px auto;
	position: relative;
	width: 830px;
	height: 30px;
	background-image: url("/images/common/footer_bg.gif");
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 12px;
	color: #cbcbcb;
	text-align: left;
}

#toTop {
	position: absolute;
	top: 6px;
	left: 15px;
	text-align: left;
}

#footerLinks {
	position: absolute;
	top: 6px;
	right: 15px;
	text-align: right;
}

#footerArea a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#footerArea a:visited {
	color: #666666;
	text-decoration: none;
}
#footerArea a:hover {
	color: #000000;
	text-decoration: underline;
}

#copyrightArea {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}

#copyrightArea a {
	color: #666666;
	text-decoration: underline;
}

#copyrightArea a:visited {
	color: #666666;
	text-decoration: underline;
}

#copyrightArea a:hover {
	color: #000000;
	text-decoration: underline;
}

/*
Site Map elements
-------------------------
*/

#centeredPage #mainColumn #sitemap dd {
	padding: 0px 0px 0px 30px;
}

/*
Blog elements
-------------------------
*/

body.blog .blogEntry {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #dbdbdb;
	line-height: 18px;
}

body.blog .blogEntry h2 {
	margin: 0px 0px 12px 0px !important;
}

body.blog .blogEntry h2.blogListingDate {
	margin: 0px 0px 20px 0px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	line-height: 15px !important;
	color: #666666 !important;
	font-weight: normal !important;
	font-style: italic;
}

body.blog .blogEntry h2.blogDate {
	margin: 20px 0px 12px 0px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 10px !important;
	line-height: 12px !important;
	color: #666666 !important;
	font-weight: normal !important;
	font-style: italic;
}

body.blog .blogEntry h3 {
	margin: 0px 0px 20px 0px !important;
	font-size: 20px !important;
	line-height: 23px !important;
	font-weight: normal !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
}

body.blog p.blogInfo {
	margin: 8px 0px 0px 0px;
	font-size: 11px !important;
	line-height: 12px !important;
	color: #666666 !important;
}

body.blog .blogComments {
	margin: 20px 0px 0px 0px;
}

body.blog .sidepanel ul {
	display: block;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}

body.blog .sidepanel ul li {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}



/* VIC REEVES site elements */
/*
Tab elements
-------------------------
*/
	#tabArea {
		height: 38px;
		width: 820px;
		background-image: url("/images/common/tabs/tab_background.jpg");
		background-repeat: repeat-x;
		margin: 15px 0px 15px 0px;
		overflow: hidden;
	}
	#tabArea #tabButtonArea dl {
		position: relative;
		width: 820px;
		height: 37px;
		margin: 0px 0px 0px 0px;
	}	
	#tabArea #tabButtonArea dl dt {
		display: none;
	}
	#tabArea #tabButtonArea dl dd {
		display: block;
		position: relative;
		float: left;
	}
	#tabArea #tabButtonArea dl dd.tabOff {
		margin-top: 3px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	#tabArea #tabButtonArea dl dd.tabOn {
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	#tabArea #tabButtonArea dl dd a {
		display: block;
		position: relative;
		font-size: 20px;
		font-family: Georgia, "Times New Roman", Times, serif;
		float: left;
		padding: 0px 10px 0px 10px;
		margin: 0px 0px 0px 0px;
	}
	#tabArea #tabButtonArea dl dd.tabOn a {
		line-height: 37px;
	}
	#tabArea #tabButtonArea dl dd.tabOff a {
		line-height: 33px;
	}
	#tabArea #tabButtonArea dl dd.tabOff a:link, #tabArea #tabButtonArea dl dd.tabOff a:visited {
		color: #cc1919;
		text-decoration: none;
	}			
	#tabArea #tabButtonArea dl dd.tabOff {
		background-color: #ffffff;
		border: 1px solid #c3c3c3;
	}
	#tabArea #tabButtonArea dl dd.tabOff a:hover {
		color: #666666;
		text-decoration: none;
	}
	#tabArea #tabButtonArea dl dd.tabOn a:link, #tabArea #tabButtonArea dl dd.tabOn a:visited, #tabArea #tabButtonArea dl dd.tabOn a:hover {
		color: #000000;
		text-decoration: none;
	}
	#tabArea #tabButtonArea dl dd.tabOn {
		background-color: #ffffff;
		border-left: 1px solid #c3c3c3;
		border-top: 1px solid #c3c3c3;
		border-right: 1px solid #c3c3c3;
	}
	.hidden {
		display: none;
	}
	.leftColumn {
		width: 580px;
		float: left;
	}
	.leftColumn p {
		font-size: 14px;
		line-height: 18px;
	}
	.leftColumn h3 {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	.rightColumn {
		width: 230px;
		float: right;
	}
	.rightColumn img {
		margin: 0px 0px 15px 0px;
	}

