/* 
  -----------------------------------
  Ardnacross 2 col website - Home Page
  Alumor Design www.alumordesign.co.uk
  -----------------------------------
*/
body {
	margin: 0px;
	padding: 0 0 175px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1b1b1b;
	background-color: #E0EDF3;
	min-width: 760px;
	background-attachment: fixed;
	background-image: url(../images/background/page_back_bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#pagewrapper {
	padding-bottom:15px;
	border-bottom:#bbb;
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(../images/background/page_background_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#logo {
	background-color: transparent;
}
h1 {
	margin: 0;
	margin: 3px 0 30px 20px;
	font-size: 0.65em;
	letter-spacing: 0.4em;
	font-weight: normal;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	background-repeat: repeat-y;
	background-image: url(../images/background/layout_background_mid.gif);
}
#layoutcrown {
	background-image: url(../images/background/layout_background_top.gif);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
#leftcolumn {
	float: left;
	width: 215px;
	font-size: .75em;
}
#midcolumn {
	float: left;
	width: 530px;
	margin: 0 15px 0 0;
	font-size: 0.8em;
}
#rightcolumn {
	float: left;
	width: 215px;
	font-size: .75em;
}
#layoutbottom {
	clear: both;
	background-image: url(../images/background/layout_background_bot.gif);
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
/* Google Map */
.googlepad {
	margin-left: 1px;	
}
#googlelink {
	padding: 5px 20px;
}
/* Main column content */
.content_home {
	background-image: url(../images/home/mid_col_top_back.jpg);
	background-repeat: no-repeat;
	margin: 0 1px 0 1px;
	padding: 125px 0 0 0;
}
.content_home_h {
	margin: 0 1px 0 1px;
	padding: 0 17px;
	font-size: 11px;
}
.content_home_h2 {
	margin: 0 1px 0 1px;
	padding: 0 17px 5px 17px;
	font-size: 11px;
}
.content_home_h h2 {
	font-size: 1em;
}
.content_home_h2 h2 {
	font-size: 1em;
}
.pic_feature {
	padding: 0px 0px 5px 10px;
}
.tri_col_wrapper {
	background-repeat: repeat-y;
	margin: 0 1px;
	background-image: url(../images/home/tri_col_layout.gif);
	/*zoom: 100%; */
}
.tri_col_wrapper p {
	font-size: 0.75em;
	margin: 0 0 8px 0;	
}
.tri_col_wrapper h3 {
	font-size: 0.85em;
	margin: 0 0 10px 0;	
	color: #0909A9;
}
.tricol {
	float: left;
	width: 175px;
	padding: 0;
}
.tricol_content {
	padding: 17px 17px 0 17px;
}
.float_right {
	float: right;
	padding: 30px 20px 10px 0;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.more {
	float: right;
	font-weight: bold;
	font-size: 0.85em;
	padding: 0;
}
.tri_col_wrapper a:link {
	color: #9C2F00;
	text-decoration: none;
}
.tri_col_wrapper a:visited {
	color: #9C2F00;
	text-decoration: none;
}
.tri_col_wrapper a:hover, .tri_col_wrapper a:active, .tri_col_wrapper a:focus {
	color: #C43B00;
}
/*Explicitly set dark blue link colors for IE7 Vista*/
.content_home a, .p7AB p a, #footer a {
	color: #0000FF;
}
.content_home a:hover, .p7AB p a:hover, #footer a:hover {
	color: #000000;
}
.note {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
}
#footerbox {
	width: 760px;
	margin: 0 auto;
}
#footer {
	font-size: .7em;
}
.ardnacrosscopy {
	float: left;
	margin: 12px 0 6px 12px;
}
.alumor {
	float: right;
	margin: 12px 12px 6px 0;
}
/*Link Styles. Applies to footer links */
#footer a:link {
	color: #1b1b1b;
	text-decoration: none;
}
#footer a:visited {
	color: #1b1b1b;
	text-decoration: none;	
}
#footer a:hover, a:active, a:focus {
	color: #666666;
	text-decoration: none;
}
/*The bottom content - below the Accordion Panel menu*/
.grayed {
	margin: 0;
	font-size: .9em;
	color: #CCCCCC;
	background-color: #666666;
	padding: 4px 12px 4px 16px;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #333333;
	letter-spacing: .5em;
}
#cancel_background {
	background-image: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*The boxed links inside the Accordion Panel menu - excluding Nav Menu*/
.menulist {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	line-height: normal;
	font-size: 1em;
}
.menulist li {
	margin: 0 0 4px 0;
}
.menulist a {
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	border: 1px solid #999;
	color: #333333 !important;
	background-color: #FFFFFF;
}
.menulist a:hover {
	color: #A90929 !important;
	border-color: #505050;
	text-decoration: none;
	background-image: url(../p7tm/red_flash_vert.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.menulist div a {
	margin: 0;
	border-style: none;
}
/*The YOU are HERE link assigned by the Accordion Panel script
to mark the current page link

.p7ap_currentmark {
	font-weight: bold;
	border-color: #505050 !important;
	background-position: 0px -200px !important;
	cursor: default;
}*/
/*Affects only the Accordion Panel component that houses the nav menu. 
We turn off borders, padding, and background color, 
and assign a right margin of 1px to nudge the accordion over
to clear and reveal the column border
*/
#p7ABW1 {
	border: 0;
	padding: 0;
	margin: 0 1px;
	background-color: transparent;
}
.p7ABtrig h3, .p7ABtrig h4 {
	font-size: 1em !important;
}
#p7ABW1 .p7ABtrig a {
	border-bottom: 1px solid #333 !important;
}
#p7ABW1 .p7ABtrig .p7ABtrig_down {
	background-color: #000000 !important;
}
.panel_list {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}
