/* GENERAL STYLES */
/* Main page formating */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E8E8E8;
	text-align: center;
	/*border:2px solid black;*/
}
#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-image: url(../Data/Assets/DSD/shadow-bg.jpg);
	background-repeat:repeat-y;
}
#header{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 10px 10px 20px;
	height:6em;
	border-bottom: 1px dotted #B2BCC;
}
#header .logo {
	float:left;
}
#header .slogan {
	position:absolute;
	float: right;
	bottom: 0.5em;
	right:1em;
}
#main {
	position: relative;
	padding: 0 20px 20px 20px;
	background-image: url(../Data/Assets/DSD/shadow-bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding-top: 10px;
}

#navigation {
	position: inherit;
	width: 199px;
	background-image: url(../Data/Assets/DSD/nav-bg3.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	padding: 1em 0 1em 0;
}
#content {
	float: right;
	position: relative;
	width: 530px;
}

/* Content Region */
#content hr {
	color: #EC008C;
	margin-left: 5%;
	margin-right: 5%;
	border: none 0; 
	/*border-bottom: 0.5px dotted #B2BCC;*/
	border-bottom: 1px dotted #B2BCC6;
	/*border-top: 1px dashed #000;*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	clear: right;
} 
#content .hometitle {
	color: #EC008C;
	font-size: 16px;
	line-height: 10px;
	text-decoration: none;
	margin: 1em 0 1em 0;
}
#content .imgMain {
	text-align: center;
	display: block;
	position: relative;
	margin: 1em 0 1em 0;
}
#content a:link, #content a:visited {
	padding: 0.2em 0 0.2em 0.5em;
	/*display: block;*/
	color: #EC008C;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
#content .link a:hover {
	background-color: #EC008C;
	color:#FFFFFF;
}

/* Featured item formating i.e. News*/
#content .itemImageL {
    float: left;
    margin-right: 1em;
    margin-top: 0em;
    margin-bottom: 0.5em;
	display: block;
}
#content .itemImageR {
    float: right;
    margin-right: 1em;
    margin-top: 0em;
    margin-bottom: 0.5em;
	display: block;
}
#content .itemImageC {
    float: left;
    margin-right: 1em;
    margin-top: 0em;
    margin-bottom: 0.5em;
	display: block;
}

#content .itemTitle {
	color:#335182;
	font-size: 12px;
	line-height: 12px;
}
#content .itemBody {
	clear: both;
}

/* Main content below image */
#container2 {
	width: 100%; 
	float: left;
}
#inner2 {
	float: left; 
	overflow: hidden; 
	display: inline-block; 
	position: relative; 
}
#inner2 div {
	text-align:justify; 
	float: left; 
	font-size: 12px; 
	width: 20em; 
	margin-bottom: -1000px; 
	padding-bottom: 1000px; 
	padding-top: 0.5em; 
	padding-left: 0.5em; 
	padding-right: 0.5em;
}
#inner2 .clear { 
	clear: both; 
	padding-top: 20px; 
}
        
/* News events and links */
#container {
	width: 100%; 
	float: left; 
	background: url(../Data/Assets/DSD/border.gif) bottom left no-repeat; 
	padding-bottom: 1px; 
}
#inner {
	float: left; 
	overflow: hidden; 
}
#inner div {
	float: left; 
	background: #FBE1EE; 
	border:1px solid #686868; 
	font-size: 10px; 
	width: 15.5em; 
	margin-right: 1em; 
	margin-bottom: -1000px; 
	padding-bottom: 1000px; 
	padding-top: 0.5em; 
	padding-left: 0.5em; 
	padding-right: 0.5em;
}
#inner .col2 { 
	background: #eee; 
}
#inner .col3 { 
	margin-right: 0; 
}
#inner .clear { 
	clear: both; 
	padding-top: 20px; 
}
       
/* Navigation Region */
#navigation ul{
	list-style: none;
	margin: 0;
}
#navigation li a:link, #navigation li a:visited {
	padding: 0.2em 0 0.2em 0.5em;
	display: block;
	color: #EC008C;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#navigation li a:hover {
	background-color: #EC008C;
	color:#FFFFFF;
	text-transform: uppercase;
}
/* Navigation Footer Styles */
#navigation .header {
	border-bottom: 1px dotted #B2BCC6;
}
#navigation .footer {
	color: #EC008C;
	font-size: 11px;
	text-decoration: none;
	margin: 2em 0 2em 0;
	/*border:2px solid green;*/
	border-top: 1px dotted #B2BCC6;
	display: block;
}
#navigation .footertxt 
{
	border-top: 1px dotted #B2BCC6;
	padding: 2em 0 2em 0;
	margin: 2em 0 2em 0;
	float: left;
	display: block;
	bottom: 0.5em;
	color: #B51032;
}
/* Footer Region */
#footer 
{
	position:relative;
	height:3em;
	font-size: 65%;
    	background-color: transparent;
	text-decoration: none;
	color:#335182;
	clear: both;
	bottom: 0em;
}
#footer .footertxt {
	float: left;
	left: 0em;
	margin-top: 1em;
}
#footer .copyright {
	float: right;
	right: 0em;
	margin-top: 1em;
}
#footer a:link, #footer a:visited {
	color:#335182;
	text-decoration: none;
}
#footer a:hover {
	color:#335182;
	text-decoration: underline;
}
/* TextPage */
#textPage {
	color:#335182;
	text-decoration: none ;
}
#textPage .title {
	color: #EC008C;
	font-size: 16px;
	line-height: 10px;
	text-decoration: none;
	margin: 1em 0 1em 0;
	font-weight: bold;
}
#textPage .footer {
	font-size: 50%;
}

/* BREADCRUM*/
#breadcrum {
	text-decoration: none;
	height:0.5em;
	color:#335182;
	font-size: smaller;
}
#breadcrum ul #breadcrum li{
	list-style: none;
	display: inline;
	margin: 0 0.5em;
}
#breadcrum li{
	list-style: none;
	display: inline;
	margin: 0 0.5em;
}
#breadcrum a:link , #breadcrum a:visited {
	text-decoration: none;
}
/*#breadcrum {
	text-decoration: none !important ;
	height:0.5em !important ;
	color:#335182 !important ;
	font-size: smaller !important ;
}
#breadcrum li {
	list-style: none !important ;
	text-decoration: none !important ;
	display: inline !important ;
	margin: 0 0.5em !important ;
}
#breadcrum a.bc:link , #breadcrum a.bc:visited {
	text-decoration: none !important ;
}*/

/* PlainText */
.Plaintext {
	text-decoration: none;
	height:0.5em;
	font-size: smaller;
}
.Plaintext href {
	color: #EC008C;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

/* EDITOR PROPERTIES */
