/** Nice CSS Layout 
    Modified for UrlBit.Us

    This and the entire website
    Copyright (c) 2007 UrlBit.Us

    All Rights Reserved.
**/

body {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 10pt;
	background-color:#FFFFFF;
	margin: 0em;
    background: url("/images/urlbit-background.png");
}

#nice-body, #nice-header, #nice-menu,  #nice-left, #nice-right, 
    #nice-main, #nice-content, #nice-footer
{
    display: block;
    position: relative;
	/* border-style:solid; 
    border-width:1px;
    border-color:#E5E5E5; */
}

#nice-body, #nice-header, #nice-menu, #nice-footer {
    width: 800px;
    position: relative;
}

#nice-body {
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	border-style:solid; 
    border-width:1px;
    border-color:#E5E5E5;
    vertical-align: middle;
    background: white;
}

#nice-header-menu {
    display: table;
    background: url("/images/urlbit-logo.png");
}

#nice-header {
    height: 140px;
    display: table;
}

#nice-tagline {
    display: table;
    text-align: left;
    float: right;
    width: 15em;
    /* border: dotted 1px; */
    border-color:#76C;
    font-size: 8pt;
}

#nice-tagline h1 {
    color: #006;
    font-size: 100%;
}

#nice-menu {
    height: 18px;
    text-align: right;
    margin-top: 2px;
    vertical-align: text-bottom;
    border-color:#777;
    font-size: 8pt;
}

#nice-menu a {
}

#nice-menu a:hover {
    background-color: #c0d7fd;
}

#nice-main {
    height: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


#nice-left {
    display: table;
    width: 100px;
    height: 100%;
    float: left;
    border-color:#777;
    margin-right: 0.4em;
}

#nice-right {
    display: table;
    width: 100px;
    height: 100%;
    float: right;
    border-color:#777;
    margin-left: 0.4em;
}

#nice-content {
    display: table;
    width: auto;
    height: 100%;
    float: none;
    /* border: solid 1px; */
    background: none;
}

#nice-footer {
    float: left;
    clear: top;
    display: block;
    vertical-align: text-bottom;
	text-align: center;
    font-size: 8pt;
    margin-top: 2em;
    color: #77a;
}

a {
	color:#003366;
	text-decoration:none;
}

a.current {
	color:#999999;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #424242;
	font-weight:bold;
    font-size: 14pt;
	padding-left: 0.5em;
	padding-top: 0.2em;
}

h2 {
	color: #0F2D48;
    font-size: 12pt;
	font-weight:bold;
	border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#E5E5E5;
}

h3 {
	color:#04A;
    font-size: 11pt;
	font-weight:bold;
}

h3 a{
	color:#E66516;
}
/****************************************************************/
ul {
	font-size:60%;
	color:#666666;
	line-height: 1.5em;
	list-style: none;
}


p {
	text-align:justify;
	color:#004;
	font-size: 9pt;
	line-height: 1.5em;
}

.orange {
	color: #FF9933;
}

.blue {
	color: #003366;
}

.green {
	color: #DFFFBE;
}

.gray {
	font-weight:normal;
	font-size:70%;
	color: #F0F0F0;
}

/* ----- Superior Bar -----  */
div.supBar {
	vertical-align: top;
    display: block;
    background: url("/images/urlbit-logo.png");
    background-repeat: no-repeat;
    margin: 0px;
    width: 800px;
    height: 160px;
}

div.search {
	width: 20em;
	float: right;
	clear: right;
	color:#003366;
	font-size: 70%;
	margin: 1.5em 1em 0em 1em;
}

.searchbox {
	color:#666666;
	background-color:#F8F8F8;
	border-style:solid; border-width:1px; border-color:#F0F0F0;
}

/* ----- Menu -----*/
div.menu {
    width: 736px;
    display: block;
	vertical-align: middle;
	font-size:80%;
	background-color: #fff; /*  #205D91; */
	padding: 0.2em 5px 0.2em 0px;
	border-style:solid; border-width:1px; border-color:#38A0F8;
	text-align: right;
	color:#000;
    margin-left: 15px;
}

div.menu a{
	color:#205D91;
}

/* ---- Content of whole page --- */
div.content {
    width: 800;
    display: block;
    margin: 0px 42px;
}

/* ----- right Info - News -----*/

div.newsContainer{
	float: left;
	clear: left;
	width: 12em;
	margin: 0.5em 0.5em 0em 0.5em;
}

div.news1{
	width: 150px;
	background-color:#F8F8F8;
	border-style:solid; border-width:1px; border-color:#F0F0F0;
	margin-bottom: 0.5em;
	padding: 0.5em 0.5em 0.5em 0.5em;	
}

div.news2{
	width: 150px;
	background-color:#DFFFBE;
	border-style:solid; border-width:1px; border-color:#F0F0F0;
	margin-bottom: 0.5em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

/* ----- main Container ----- */
div.mainContainer{
    width: 590px;
	margin: 0em 0em 0em 175px;
}

div.rightInfo{
	float: right; 
	clear: right; 
	width: 160px;
	background-color:#FFF;
	border-style:dotted; 
    border-width:1px; 
    border-color:#5d73b0;
	
	margin: 10px 15px 5px 0px;
	padding: 1px 1px 1px 1px;
}

div.rightInfo h2{
	color:#FFFFFF;
	background-color:#E1AC1A;
	border-style:solid; border-width:1px; border-color:#FF9933;
}

div.mainInfo{
	width: 350px;
	border-style:solid; border-width:1px; border-color:#E66516;
	
	margin: 10px 175px 5px 5px;
	padding: 5px 5px 5px 5px;
}

div.mainInfo h3 a{
	color:#003366;
}

div.image {
	float:left;
	width: 80px;
	height: 80px;
	margin-right:0.5em;
	margin-bottom:0.5em;
	background-color:#F0F0F0;
	border-style:dotted; border-width:1px; border-color:#F0F0F0;
}

div.image h3{
	color:#CCCCCC;
}

/* ----- sub Compainer ----- */
div.subContainer{
	clear:both;
	width: auto;
	font-size:60%;
	background-color:#F8F8F8;
	border-style:solid; border-width:1px; border-color:#E5E5E5;
	margin: 0em 0em 0em 0em;
	padding: 1em 0.5em 1em 0.5em;
}

div.copyright {
	color: #999999;
	text-align:right;
	margin-left:20em;
	margin-right:0.5em;
	font-size:80%;
}

div.copyright a{
	color:#999999;
}

div.subLinks{
	float:left;
	clear:left;
	color:#777777;
	margin-left:2em;
}

div.subLinks a{
	color:#777777;
}
