
.homePage {
	 background: none repeat scroll 0 0;
    color: #FFFFFF;
	padding: 5px;
}

.homePage #bodyPanel {
	background: none repeat scroll 0 0;
	color: #000000;
	border-top:thin #000000 inset;
	
}

body {
	
	background: none repeat scroll 0 0 #000000;
	font-family:"Calibri",Arial,Verdana;
    font-size: 70%;
    margin: 0;
    padding: 0;
	margin-top: 0px;
}

h1 {
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 2em;
}

a:hover {
	border-bottom: none;
}

a {
	text-decoration:none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


/* Header */

#header {
	
    background: none repeat scroll 0 0;
    color: #FFFFFF;
	padding:5px;
}

#logo {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 0 10px 0 70px;
	background: url(../images/img01.jpg) no-repeat left top;
}

#logo h1, #logo p {
	float: right;
	margin: 0;
	color: #8C0209;
}

#logo span {
	color: #000000;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #8C0209;
}

/* Menu */

#menu {
	width: 100%;
	background: url(../images/nav-bar.gif) repeat-x scroll 0 0;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	height: 26px;
	list-style: none;
	position: relative;
	display: inline-table;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu ul ul{
	display:none;

}

#menu nav li:hover ul {
  display: block;
  position:absolute;
  
}

#menu ul:after {
		content: ""; clear: both; display: block;
	}

#menu ul li {
	background: url(../images/bar_verical.jpg) no-repeat scroll 0 0 transparent;
    border: medium none;
    display: inline;
    float: left;
    padding: 0 0 0 2px;
    position: relative;
}


#menu ul ul li {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: none;
    padding: 0;
    text-align: left;
    width: 200px;
}

#menu ul li a {
    color: #010101;
    cursor: pointer;
    display: inline;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 26px;
    padding: 6px 38px;
    text-decoration: none;
    

}

#menu nav ul ul li a{
    background: #BABABA url(../images/arrow-sub.png) no-repeat scroll 0.8em 0.8em;
    border-top: 1px solid #313132;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 6px 25px;
    text-decoration: none;
    text-indent: 0;
}
 
nav li:hover li {
  float: left;
}


#menu a:hover {
	color: #000000;
	border-bottom:#000000 thin inset;
}

#menu .current_page_item a {
	color: #8C0209;
}

#outerContainer {
	width: 950px;
	margin: 0 auto;
	height: 100%;
	border:thin inset;
	border-right-color:#000000;
}

/* Content */

#content {
	float: left;
	width: 47%;
	margin-left:17px;
}

.post {
	line-height: 200%;
	background: none repeat scroll 0 0 transparent;
}

.post p {
color: #000000;
font-size: 1.2em;
text-align:justify;
}

.post h1 {
	font-weight: normal;

}

.post h3 {
	font-weight: normal;
	color:#000000;
	font-family:"Calibri",Arial,Verdana;

}

.post h3 a {
	color:#000000;

}

.post entry h3 a{
	font-weight: normal;
	color:#000000;
	font-family:"Calibri",Arial,Verdana;

}
	
.post entry li{
	font-weight: normal;
	color:#000000;
	font-family:"Calibri",Arial,Verdana;

}

.title {
	margin: 0;
	padding: 15px 0 4px 20px;
	font-weight: normal;
}

.title_sesamHome li{
	text-align:right;
	font-size:15px;
	margin-right:90px;
	margin-top:-55px;
	padding: 15px 0 4px 20px;
	font-weight: normal;
	color:#03F;
}


.mosaic{
	margin-left:60px;}


.img_home{
	margin-left:30px;}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

/* Sidebars */

#sidebar2 {
	margin-top:30px;
	float: left;
	margin-left: 100px;
}

#sidebar2 p{
	color:#000000;
}

#sidebar2 p a{
	color:#0033CC;
}


#footer {
    height: 100%;
    margin: auto;
	border-top:thin #333300 inset;
}

.footerContent {
    clear: both;
    height: 100%;
    margin: 0 auto 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.footerContent div {
    background-color: inherit;
    color: #000000;
    display: inline;
    font-size: 1em;
    line-height: 1.19em;
}


#content_dds {
	float:left;
	width:43%;
	margin-left:37px;		
}

#content_sesam{
	float:left;
	width:47%;
	margin-left:37px;	
}

#content_land{
	float:left;
	width:47%;
	margin-left:15px;
	height:120%;
}
	

#logoPanel {
    background: none repeat scroll 0 0;
	color: #FFFFFF;   
}

#logoPanel .mid {
    width: 950px;
    margin: 0 auto;
	height: 75px;
}
#logoPanel .left {
    height: 100%;
    overflow: hidden;
}

.logoPan {
    display: inline;
    float: left;
	height: 72px;
	width: 22%;
	margin-top:8px;
}
.logoPan .logo a {

    display: block;
    height: 72px;
    margin-top: 0px;
    text-decoration: none;
    width: 220px;
}

.collabcad h2 {
	color: #0066CC;		
}

.collabcad  {
	display: inline;
    float: left;
	width: 30%;
	}

.nic-logo {
    display: inline;
	margin-top:26px;
    float: right;
	height: 72px;
	width:21%;
	
}

.collabland-logo {
    display: inline;
	margin-top:6px;
    float: left;
	height: 72px;
	width:21%;
	margin-left:45px;
	
}

.collabdds-logo {
    display: inline;
	margin-top:10px;
    float: left;
	height: 72px;
	width:21%;
	margin-left:45px;
	
}


.nic-logo #logo-image {
	/*margin-top:2px;*/  	
		
}

.clockmenu {
	
	line-height:25px;
	float:right;
	margin-left:200px;
}

#about_links_1 li{
	list-style-type:disc;
}

td.align_right {
    text-align: left;
}

table.logo_table {
    
	border-spacing: 5px;
    width: 65%;
	margin-left:21.5%;

}

td.top_heading {
    color:#000;
    font-size: 1em;
    text-align: center;
	width:80%;
}
