
body {
	cursor:default;
	/*background:white;*/
	color:black;
	font:normal 12px verdana, arial, helvetica, sans, sans-serif;
	background:url(images/background.jpg) repeat;
}

/* GENERAL
==============================*/

img {border:0;}

li {list-style-type:none;}
ul, ol {margin:0;padding:0;}

h1, h2, h3 {
	margin:0;
	padding:5px 0 5px 10px;
	background:url(images/dg-main.png) 0 100% no-repeat;
	color:#666;
	font-weight:normal;
}
h1 {font-size:22px;background:url(images/dg-main.png) 0 100% no-repeat;}
h2 {font-size:22px;background:url(images/dg-main2.png) 0 100% no-repeat;text-align:right;padding-right:20px;}
h3 {font-size:18px;}


/* LINKS
==============================*/

a {text-decoration:none}

.menu a {
	display:block;
	margin:5px;
	padding:2px;
	font-weight:bold;
	line-height:20px;
	color:#29166f;
	border-left:2px solid #42af72;
	border-bottom:2px solid #42af72;
	border-right:1px solid #039343;
	border-top:1px solid #039343;
}

.menu a:hover {
	background:#009241;
	color:#fff;
}


#navbar a {
	display:block;
	min-width:108px;
	width:120px;
	padding-top:30px;
	height:20px;
	font-weight:bold;
	font-size:90%;
	color:white;
	background:url(images/navbar-a.png) 50% 50% no-repeat;
}

#navbar a:hover {
	background:url(images/navbar-ahover.png) 50% 50% no-repeat;
}

/* MAIN LAYOUT
==============================*/
#container {
	margin:0 auto;
	width:1000px;

}

#cols {
	position:relative;
	overflow:auto;
}

#sidecol {
	float:left;
	width:220px;
	position:relative;
	
	background:url(images/dg-sidecol.png) 0% 180px no-repeat;
}

#maincol {
	margin-left:250px;

}

#header {
	background:url(images/b-main.png) repeat-y;
	position:relative;
	overflow:auto;
    z-index: -1;
}

#header .left {
	margin-right:200px;
	padding:10px;
	/*border-right:1px solid #ddd; */

}

#header .right {
	width:370px;
	float:right;
	padding:10px;
	border-left:1px solid #ddd;
}

#main {
	background:url(images/b-main.png) repeat-y;
	margin-bottom:25px;
}


/* LAYOUT ELEMENTS
==============================*/


.mrct {
	height:8px;
	background:url(images/rc-main-top.png) no-repeat;
}

.mrcb {
	height:8px;
	background:url(images/rc-main-bottom.png) no-repeat;
	margin-bottom:25px;
}

.item {
	margin:10px;
}

.hbar {
	margin:20px 0 20px 0;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	border-bottom:1px solid #29166f;
}

.bbar {
	margin:20px 0 20px 0;
	padding:5px;
	color:#000;
	font-size:90%;
	text-align:right;
	border-top:2px solid #29166f;
}

.menu {
	margin:10px auto;
	padding:1px 20px 0 20px;
	
}

.newsletter {
	margin:0 15px auto;
	padding:0 20px 0 20px;
	height:235px;
	background:url(images/b-news.png) center repeat-y;
	}

.nrct {
	height:8px;
	background:url(images/news-rc-t.png) center no-repeat;
}
.nrcb {
	height:8px;
	background:url(images/news-rc-b.png) center no-repeat;
}


/* SUBFORMATS
==============================*/



.left img, .right img, .center img, .item img, #main2 img {
	margin:5px;
	padding:5px;
	background:#aaa;
	border:1px solid #666;
}
.left img:hover, .right img:hover, .center img:hover, .item img:hover, #main2 img:hover {
	margin:5px;
	padding:5px;
	background:#ddd;
	border:1px solid #666;
}

img.logo, img.logo:hover {
	border:0;
	background:none;
	margin:0;
	padding:0;
}

#navbar ul {
	margin:0 auto;
}

#navbar ul li {
	float:left;
	margin:0;
}

.newsletter h1 {
	font-size:16px;
	font-weight:bold;
	color:#29166f;
	border-bottom:4px solid #ff0;
	background:none;
}

#foot-elements h1 {
	font-size:16px;
	font-weight:bold;
	color:#29166f;
	border-bottom:1px solid #666;
	background:none;
}

/* MENU
==============================*/

.menu ul li ul,
.menu ul li:hover ul li ul,
.menu ul li:hover ul li ul li ul,
.menu ul li:hover ul li ul li ul li ul {
	display:none;
}
.menu ul li:hover ul,
.menu ul li ul li:hover ul,
.menu ul li ul li ul li:hover ul,
.menu ul li ul li ul li ul li:hover ul {
	display:block;
	position:relative;
	padding-left:20px;
	list-style-type:none;
}

/* LAYOUT #2
==============================*/

#header2 {
	position:relative;
	overflow:auto;
	margin-bottom:25px;
	}
	
#header2 .left {
	width:220px;
	float:left;
}

#header2 .right {
	float:right;
	padding:10px;
	width:200px;
	background:#cae8d8;
}

#header2 .center {
	margin:0 230px;
	padding:10px;
	background:#cae8d8;
}

#navbar {
	margin:0 auto;
	max-width:800px;
	height:50px;
	text-align:center;
}

#main2 {
	margin:0 auto;
	padding:10px;
	width:900px;
	border:1px solid #29166f;
}

#foot-elements {
	margin:25px auto;
	width:900px;
	position:relative;
	overflow:auto;

}

#foot-elements .left {
	width:280px;
	float:left;
	padding:5px;
	background:#cae8d8;
	border:1px solid #29166f;
	}
#foot-elements .right {
	width:280px;
	float:right;
	padding:5px;
	background:#cae8d8;
	border:1px solid #29166f;
	}
#foot-elements .center {
	margin:0 305px;
	padding:5px;
	background:#cae8d8;
	border:1px solid #29166f;
	}

/* CUSTOM OVERRIDE
=========================*/

.hbar  span {
	background: #29166f url(images/rounded_corner_right1.gif) top right no-repeat;
	padding: 0 10px;
}

.headlining {
    font-family: Gill Sans, Verdana;
    color: #444;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.largeHeadlining {
    font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #009241;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 20px;
	line-height: 18px;
	letter-spacing: -1px;
	font-weight: bold;
}
.bicolorHeadline {
    color: #999;
    font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.newsHeadline {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1px;color: #29166f;
}

.newsParagraph {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #444;
}

.subMenu a {
	display:block;
	margin:0 0 5px 15px;
	padding:0 0 0 5px;
	font-weight:bold;
	line-height:20px;
	color:#ffffff;
	background-color: #aadabf;
	border-left:1px solid #42af72;
	border-right:1px solid #039343;
	border-top:1px solid #039343;
	border-bottom:1px solid #039343;
}
.subMenu a:hover {
	background:#009241;
	color:#fff;
}

.infraMenu a {
	display:block;
	margin:0 0 5px 25px;
	padding:0 0 0 5px;
	font-weight:bold;
	line-height:20px;
	color:#ffffff;
	background-color: #aeb3e6;
	border-left:1px solid #29166f;
	border-right:1px solid #29166f;
	border-top:1px solid #29166f;
	border-bottom:1px solid #29166f;
}
.infraMenu a:hover {
	background:#009241;
	color:#fff;
}
.infraMenu a {
	display:block;
	margin:0 0 5px 25px;
	padding:0 0 0 5px;
	font-weight:bold;
	line-height:20px;
	color:#ffffff;
	background-color: #aeb3e6;
	border-left:1px solid #29166f;
	border-right:1px solid #29166f;
	border-top:1px solid #29166f;
	border-bottom:1px solid #29166f;
}
.content{
	color:#666;
	font-size:11px;
	text-align: justify;
	overflow: hidden;
	
}
