li {
	list-style-type: none;
}

/* PAGE */

body {
	background-color: #FFFFFF;
	background-image: url(../images/headbar_blue.gif);
	background-repeat: repeat-x;
	margin-top: 30px;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	text-align: left;
	overflow: auto;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #003366;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 60px;
	margin-bottom: 10px;
}

#icon {
	float: left;
	height: 59px;
	width: 62px;
	position: relative;
	background-image: url(http://www.delamainit.com/images/logo_blue.gif);
	background-repeat: no-repeat;
	padding-right: 5px;
}

#header-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	margin-top: 0px;
	padding-top: 10px;
	font-weight: bold;
}

#tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-style: italic;
}

#search-box {
	float: right; 
	text-align: right; 
	width: 400px; 
	height: 50px;
}

#footer {
/* width = container - 20px*/
	width: 940px;
	font-size: 13px;
	color: #666666;
	vertical-align: middle;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* MENU */

#menu {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	overflow: auto;
}

#menu {
	margin: 0px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0px;
	padding-left: 10px;
	float: left;
	display: block;
	width: 17%;
	font-weight: bold;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	margin-bottom: 10px;
	color: #003399;
}
#menu ul li {
	font-weight: normal;
	border-top: solid 1px #CCCCCC;
	padding-top: 2px;
}
#menu ul ul {
	color: #336699;
	padding: 0px;
	list-style-type: none;
	margin: 10px;
}
#menu li, #menu ul li {
	margin: 0px;
	margin-bottom: 2px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu ul li a {
	color: #666666;
}

#menu-adverts {
	float: left;
	width: 17%;
	height: 200px;
	border: solid 1px #CCC;
	margin-left: 10px;
	margin-top: 20px;
}



/* BREADCRUMB */

#breadcrumb {
#	background: #CFC;
	border-bottom: solid 1px #999; 
	margin: 0px; 
	margin-bottom: 5px; 
	padding: 5px;
	font-size: 11px;
}


.breadcrumb {
	float: right;
	position: relative;
	width: 73%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 5px;
	margin-right: 5px;
	#margin-bottom: 0px;
	margin-left: 5px;
	vertical-align: middle;
}

#breadcrumb-adverts {
	clear: both;
	border: solid 1px #CCC;
	margin-bottom: 5px;
}


/* CONTENT */

#page-content {
	float: right;
	clear: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 5px;
	min-height: 650px;
	width: 78%;
	position: relative;
}

#page-content li, p {
	font-size: 14px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}

#page-content h1, #page-content h2, #page-content h3  {
	margin-left: 10px;
	margin-right: 10px;
}

#page-content p, #page-content h4  {
	margin-left: 20px;
	margin-right: 20px;
}

#page-content li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#body ul, #body li, #body ol {
	font-size: 14px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#body li {
	font-size: 14px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#body ul {
	font-size: 14px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}



/* TITLES */

h1 {
	font-size: 18px;
	color: #003399;
}
h2 {
	font-size: 16px;
	color: #CC0033;
	font-weight: bold;
	padding-top: 15px;
}
h3 {
	font-size: 14px;
	color: #069;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 20px;
}



/* SITEWIDE LINKS */

a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #003399;
}





.snapshot {
	font-size: 15px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}





#articlesubmenu {
	margin: 0px; 
	padding: 0px; 
	list-style-position:inside;
}

#footerads {
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	float: left;
	width: 98%;
}
#menuads {
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#submenuads {
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float:right; 
	width: 175px; 
	clear:right; 
	margin-left: 15px; 
	margin-bottom: 10px;
}

.listitems li {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #666666;
}

.articleslist h3 {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.articleslist ul {
	float: left;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.articleslist li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#socialBookMarks {
	float: left;
	position: relative;
	padding: 6px;
	margin: 0px;
	width: 155px;
	border-top: solid 1px #666666;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	background-image: url(../images/socialbooksmarks_bgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#socialBookMarks h3, #socialBookMarks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#socialBookMarks h3 {
	padding: 0px;
	margin: 0px;
}

#socialBookMarks li, #socialBookMarks ul {
	padding: 0px;
	margin: 0px;
}

#socialBookMarks ul {
}

#socialBookMarks li {
	float: left;
	padding-right: 10px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
}

* html .recentarticleitem {
	width: 140px;
}



/* BLOCKS */

.sectionblock {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}


#rssblock {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-top: 10px;
	padding: 10px;
	font-style: italic;
}


/* ARTICLES + NEWS */

.articlesnip, .newssnip {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	float: left;
	width: 215px;
}

.articlesnip-category, .articlesnip-category a, .newssnip-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}

.articlesnip-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	font-style: italic;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
.articlesnip-title a:link {
	color: #003366;
}
.articlesnip-title a:hover {
	color:	#FF0000;
}


.articlesnip-date, .newssnip-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.newssnip-date {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
}

.newssnip-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
#search-form .text-input {
	border: solid 1px #666666;
	margin-right: 5px;
	margin-bottom: 10px;
}



/* TABLE DATA */

.table-data th, .table-data td {
	border-bottom: solid 1px #CCC;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.table-data td, .table-data th {
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}

.table-data {
	border-top: solid 1px #CCC;
}

.table-data tr:hover {
	background: #FFCCCC;
}

.table-data tr.odd td {
	background-color: #FFFFFF
}
.table-data tr.even td {
	background-color: #CCFFCC;
}


/* CODE DISPLAY */

#page-content pre {
	border: solid 1px #FF9933; 
	padding: 10px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 92%; 
	background: #FFFFCC;
}

pre {
	font-size: 12px;
	color: #CC3300;
}



/* ADD THIS BUTTON */

#social-bookmark {
	width: 125px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
