/* CSS Document for http://www.accm.com | Version 1
   Author - Protocol | Hosting Ireland | 
   http://www.hostingireland.ie | September 2008 */

/* =body declarations for body | ###IEB[]XHACK### 
	Body aligned to centered for browsers then 
countered to left for IE with #center division
==================================================*/


body{
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #ffffff;
	color: #333333;
	padding: 0px;
	}


/* =divs | declarations for divisions 
   during initial border layout
==================================================*/

#key{
	padding: 8px;
	font-size: 10px;
	color: #999999;
}

#banner{
	height: 92px;
	background-image: url(../images/accm-banner-bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin-bottom: 40px;
	padding-left: 160px;
}

#main{
	padding-left: 210px;

}

.position{
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

#col1{
	width: 550px;
	padding-left: 170px;
	padding-top: 45px;
	display: block;
	margin-bottom: 25px;
	float: left;
	padding-right: 10px;

}


#col2{
	background-color: #ececec;
	width: 173px;
	float: left;
	border: 1px solid #999999;
	margin-top: 45px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}



#footer{
	height: 72px;
	background-image: url(../images/accm-footer-bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	padding-left: 10px;
	clear: both;
	margin-top: 25px;
	padding-top: 10px;
	color: #EBEBEB;
	font-size: 10px;
	line-height: 18px;
}


p {
	padding: 0px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}


.welcome{
	font-size: 18px;
	color: #3399cc;
	display: block;
	margin-bottom: 10px;
	padding-left: 170px;
}

.title{
	font-size: 18px;
	color: #3399cc;
	display: block;
	margin-bottom: 20px;
}

.pad10{
}


/* =Pseudolinks | main
==================================================*/

a.main {
	color: #3399CC;
	text-decoration: underline;
	padding-bottom: 3px;

}
a.main:hover {
	color: #FFFFFF;
	text-decoration: underline;
	padding-bottom: 3px;
	background-color: #3399CC;
}

/* =Pseudolinks | newwindow
==================================================*/

a.newwindow {
	color: #3399CC;
	text-decoration: underline;
	padding-bottom: 3px;
	background-image: url(../images/new-win-icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 19px;

}
a.newwindow:hover {
	color: #FFFFFF;
	text-decoration: underline;
	padding-bottom: 3px;
	background-color: #3399CC;
}


/* =Pseudolinks | email
==================================================*/

a.email {
	color: #3399CC;
	text-decoration: underline;
	padding-bottom: 3px;
	background-image: url(../images/new-mail-icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;

}
a.email:hover {
	color: #FFFFFF;
	text-decoration: underline;
	padding-bottom: 3px;
	background-color: #3399CC;
}




/* =Pseudolinks | footer
==================================================*/

a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../images/new-win-icon2.gif);
	background-position: right;
	right: 17px;
	background-repeat: no-repeat;
	padding-right: 17px;
}

a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: underline;
}

/* =Pseudolinks | footer2
==================================================*/

a.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../images/new-mail-icon2.gif);
	background-position: right;
	right: 17px;
	background-repeat: no-repeat;
	padding-right: 17px;
}

a.footer2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: underline;
}


/* =Pseudolinks | top
==================================================*/

a.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../images/top-icon.gif);
	background-position: right;
	right: 17px;
	background-repeat: no-repeat;
	padding-right: 17px;
}

a.top:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: underline;
}



.name{
	float: left;
	width: 5px;
	padding: 5px;
}

.role{
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#spacer {
	clear: both;
	height: 10px;
	width: 100%;
}


.desc{
	float: left;
	width: 290px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.row{
	background-color: #f2f2f2;
	float: left;
	display: block;
	margin-bottom: 8px;
	border: 1px dashed #CCCCCC;
}

#right{
	float: right;
	margin-right: 15px;
}
