/* CSS Document for http://www.camida2008.ie  Newsletter | Version 1
   Author - Protocol | Hosting Ireland | 
   http://www.hostingireland.ie | August 2008 */

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

body{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	color: #777777;
	}

h1{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #046EA8;
	letter-spacing: 2px;
}

/* =header | Contains Logo
==================================================*/
#header{
	height: 68px;
	padding-top: 29px;
	padding-left: 45px;
}


/* =newsletter-top | top of newsletter
==================================================*/
#newsletter-top{
	background-repeat: no-repeat;
	margin-left: 49px;
	background-image: url(/newsletter-assets/newsletter-top-bg.jpg);
	height: 70px;
	width: 684px;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 10px;
}




/* =newsletter-box | main content container
==================================================*/
#newsletter-box{
	background-repeat: repeat-y;
	width: 684px;
	margin-left: 49px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(/newsletter-assets/newsletter-main-bg.jpg);
}




/* =newsletter-footer | newsletter-footer
==================================================*/
#newsletter-footer{
	background-repeat: no-repeat;
	margin-left: 49px;
	background-image: url(/newsletter-assets/newsletter-footer-bg.jpg);
	height: 55px;
}


/* standard tags
==================================================*/

li{
	list-style-type: disc;
	list-style-image: url(/newsletter-assets/li-arrow.gif);
	list-style-position: inside;
}

/* classes
==================================================*/

.float-img-newsletter-right{
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}

.newstitle{
	font-weight: bold;
	color: #046EA8;
	text-decoration: underline;
	display: block;
	font-size: 14px;
	padding-bottom: 10px;
}

.newlettersig{
	display: block;
	padding-bottom: 10px;
}

.newsletter-logos{
	padding-bottom: 15px;
}


/* pseudo links
==================================================*/
a.newslink {
	color: #046EA8;
	text-decoration: underline;
}

a.newslink:hover {
	color: #FFFFFF;
	background-color: #046EA8;
}
