/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bg-image.gif) repeat;
}
#container {
	width: 937px;
	margin: 50px auto 50px auto;
}
#header {
	width: 937px;
	float: left;
	background: url(../images/header-bg.jpg) repeat-y;
}
#logo {
	width: 230px;
	height: 148px;
	padding: 20px 20px 20px 40px;
	float: left;
	background: url(../images/djr-logo.gif) no-repeat 40px 20px;
}
#logo span {
	display: none;
}
#navigation {
	width: 130px;
	float: left;
	padding: 20px 0px 0px 40px;
}
#navigation li {
	list-style: none;
	border: solid 1px #172B60;
	border-bottom: none;
	padding: 0px;
	margin: 0px;
	height: 35px;
}
#textBox {
	padding: 20px 0px 0px 75px;
	width: 370px;
	height: 140px;
	float: left;
	color: #07304E;
}
#contactDetails {
	width: 892px;
	float: left;
	padding: 5px 5px 5px 40px;;
	background-color: #1C285C;
	color: #FFFFFF;
	font-weight: bold;
}
#contactDetails li {
	list-style: none;
	display: inline;
	
}
#content {
	width: 937px;
	height: 397px;
	float: left;
	background-color: #15A1B2;
}
#internalContent {
	padding: 20px;
}
#leftContent {
	width: 500px;
	height: 357px;
	padding: 20px;
	float: left;
	background-color: #15A1B2;
}
.infoBox {
	width: 250px;
	height: 303px;
	margin: 14px 0px 0px 14px;
	overflow:auto;
}
#flashcontent {
	width: 397px;
	float: left;
}
#newsContent {
	padding: 100px 0px 20px 10px;
	width: 489px;
	float: left;
	background: #1C285C url(../images/news-header.gif) no-repeat;
}
.clearBox {
	clear: both;
}
.newsBox {
	width: 240px;
	float: left;
}
p {
	padding: 0px;
	width: 150px;
}
#newsinfo {
	width:500px;
	height:325px;
	position: relative;
}
#hex1 {
	position: absolute;
	top: 11px;
	left: 263px;
	width: 227px;
	height: 303px;
}

/* font style */
#leftContent p {
	color: #FFFFFF;
	padding: 0px 10px 10px 10px;
	line-height: 18px; 
}
#internalContent p, #internalContent a {
	color: #FFFFFF;
	line-height: 18px; 
	text-decoration: none
	width:400px;
}
#internalContent li {
	color: #FFFFFF;
	line-height: 18px; 
	text-decoration: none;
	list-style-position:inside;
}
#newsContent p {
	line-height: 15px;
	padding-left: 0px;
	font-weight: bold;
}
#newsinfo {
	background-color:#00215B;
	background-image:url(../images/newsinfo_background.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#container #content #internalContent #newsinfo p {
	color:#FFFFFF;
	padding-left:10px;
	padding-top:10px;
	font-size:10px;
	line-height:normal;
	width:220px;
}
#newsinfo h3 {
	color:#FFFFFF;
	padding-left:10px;
	padding-top:10px;
	width:250px;
	font-size:12px;
	line-height:normal;
}
h2 {
	font-size: 12px;
	font-weight: bolder;
	padding-bottom: 5px;
}
blockquote {
	line-height: 17px;
}
#internalContent h1 {
	color: #FFFFFF;
	font-size: 16px;
}
#internalContent h2 {
	color: #FFFFFF;
	font-size: 12px;
}
#container #content #leftContent #newsContent .newsBox p {
	color: #FFFFFF;
	font-size:10px;
	line-height:normal;
	}

/* link style */
#contactDetails a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#contactDetails a:hover {
	text-decoration: underline;
}
#navigation a, #navigation a:visited {
	color: #07304E;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display: block;
	width: 108px;
	height: 25px;
	padding: 10px 0px 0px 20px;
}
#navigation a:hover {
	background-color: #15A1AF;
}
#content {
	background-image:url(../images/maincontent_background.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#content p {
	width:500px;
}
#container #content #leftContent #newsContent .newsBox a {
	color: #FFFFFF;
	text-decoration: none;
	font-size:10px;
	line-height:normal;
	}
#container #content #internalContent a {
	text-decoration:none;
}
