/* Declan Brennan CSS Style Sheet by GS */


/* _________________________________________ Remove all default margin/padding from every element for cross-browser issues ________*/

* {
margin: 0;
padding: 0;
}

/* _________________________________________ Remove blue border around images used as hyperlinks ________*/

img
 {  border-style: none;
 }
 
/* _________________________________________GENERAL________*/
body {
	background: #fff;
	margin: 0;
	padding: 0;
	}

#main {
	width: 800px;
	height: 558px;
	border: 0px solid blue;
	background-image: url(../content_images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: auto;
	margin-right: auto;
	}
	
p {
	font-size: .7em;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	line-height: 1.4em ;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

.headers {
	font-size: .8em;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #990000;
	line-height: .1em ;
	margin: 10px 0px 15px 0px;
	padding: 0px;
}

h5
{
	font-size: .7em;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}


a:link { color: #003399; }
a:visited { color: #003399; }
a:hover { color: #ff6600; }

/*_______________________________________BANNER DOT INFORMATION___________*/
#bannertop {
	width: 800px;
	height: 151px;
	border: 0px solid blue;
	margin: 0;
	padding: 0;
	background-position: center top;
	background-image: url(../content_images/red_dots_banner_top.gif);
	background-repeat: repeat-x;
	}

/*____________________________________NAVIGATION__________________*/
#spacer {
	width: 800px;
	height: 30px;
}

#navigation ul {
	display: inline;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 0px solid green;
	line-height: 2;
	margin: 0px 0px 0px 55px;
	padding: 0px;
	}
	
#navigation li {
	display: inline;
	padding: 0;
	padding-right: 1em;
	margin-right: 2em;
	border-right: 1px solid black;
	}
	
#navigation li a{ 
	color: #333;
	text-decoration: none;
	}
	
#navigation li a:hover {
	color: #660001;
	text-decoration: underline;
	}

/*_________________________________________PAPER TORN DETAIL__________________________*/
	
#torn {
	width: 100%; 
	background-image: url(../content_images/torn.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/*________________________________________________LOGO_________________________*/
#logo {
	width: 650px;
	border: 0px solid red;
	padding: 40px 0px 0px 5px;
	}
	

	
/*____________________________________________________MAIN CONTENT_______________________*/
#home_quotations {
	width: 430px;
	height: 400px;
	float: left;
	border: 0px solid red;
	padding: 5px 50px 0px 30px;
	overflow: auto;  /* AUTO is for fleXcroll,  WAS: overflow: scroll; */
	}
	
#mainleft {
	width: 430px;
	height: 400px;
	float: left;
	border: 0px solid red;
	padding: 5px 50px 0px 30px;
	overflow: auto;  /* AUTO is for fleXcroll,  WAS: overflow: scroll; */
	}
	
#mainleftcontact {
	width: 430px;
	height: 400px;
	float: left;
	border: 0px solid red;
	padding: 5px 50px 0px 30px;
	text-align: left;
	}
	
#mainright {
	width: 276px;
	height: 405px;
	float: right;
	border: 0px solid red;
	padding: 5px 10px 0px 0px;
	}

/*___________________________________________________QUOTATION___________________________________*/
#quotation {
    text-align: center;
    font-size: .6em;
    font-weight: normal;
    font-family: georgia, times new roman, times, serif;
    color: #cc9999;
    line-height: 1.4em ;
    }

/*_______________________________________UNORDERED LIST ITEMS IN MAIN TEXT AREA___________*/

#mainlist ul {
    list-style-type: circle; 
    list-style-position: outside; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	border: 0px solid green;
	line-height: 1.4em;
	margin: 5px 0px 5px 15px;
	padding: 0px;
	}
	
#mainlist li {
    /* background: lime; */
	/* display: inline; */
    margin-top: 6px; 
    margin-right: 6px;
    margin-left: 10px; 
    margin-bottom: 6px;
    padding: 0; 
    border: 0px solid black;
	}
	

/*___________________________________________________FOOTER___________________________________*/
#footer {
	width: 800px;
	height: 25px;
	border: 0px solid blue;
	margin: 0;
	padding: 0;
	background-position: center top;
	background-image: url(../content_images/red_dots_footer.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	}
	
#footertext {
	width: 790px;
	height: 100px;
	border: 0px solid blue;
	margin: 0;
	padding: 2px 10px 2px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#footertext p {
	font-size: .7em;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #990000;
	line-height: 1.1em;
	}

/*___________________________________________________TOP OF PAGE link___________________________________*/
#top_of_page {
    text-align: center;
    font-size: .7em;
    font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
    color: #333333;
    line-height: 1.4em ;
    }
