@charset "utf-8";
/* CSS Document */

body {
	background:#369;
}

#body {
	background-color:#fff;
	border:5px solid #999;
	margin:auto;
	width:1000px;
}

#title {
	padding-top:5px;
}

#main {
	width:800px;
}

#twitter {
	width:200px;
	position:relative;
	right:100%;
	background-color:#333;
}

table, h1, img, p, h2, h3, h4 {
	margin-left:10px;
}

#bottomAd1 {
	position:relative;
	width:468px;
	left:266px;
}

#bottomAd2 {
	position:relative;
	margin-top:5px;
	left:350px;
	width: 300px;
}

#copyright {
	text-align:center;
}

.sub {
	border: 3px dashed #39F;
	background-color:#ccc;
	margin-right:5px;
	margin-left:5px;
}

/* Navbar Components */

.navBar {
	position:relative;
	float:left;
	color:#F90;
	width:100%;
	background-color:#369;
	height:40px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

.navBar ul {
	padding:0; 
	margin:0;
	border:0;
	list-style-type:none;
	line-height:1.5em;
}

.navBar li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
	/*height:40px;*/
}

/*============================= Main Menu Images =============================*/

#nav_home, #nav_sep_1, #nav_services, #nav_sep_2, #nav_testimonials, #nav_sep_3, #nav_nexuspoint, #nav_sep_4, #nav_randomravings, #nav_sep_5, #nav_contact, #nav_sep_6 {
	display:block;
}

#nav_home {
	background:transparent url(/images/defaultMenu_01.jpg) top left no-repeat;
	width:61px;
	height:40px;
}

#nav_sep_1 {
	background:transparent url(/images/defaultMenu_02.jpg) top left no-repeat;
	width:11px;
	height:40px;
}

#nav_services {
	background:transparent url(/images/defaultMenu_03.jpg) top left no-repeat;
	width:72px;
	height:40px;
}

#nav_sep_2 {
	background:transparent url(/images/defaultMenu_04.jpg) top left no-repeat;
	width:11px;
	height:40px;
}

#nav_testimonials {
	background:transparent url(/images/defaultMenu_05.jpg) top left no-repeat;
	width:104px;
	height:40px;
}

#nav_sep_3 {
	background:transparent url(/images/defaultMenu_06.png) top left no-repeat;
	width:11px;
	height:40px;
}

#nav_nexuspoint {
	background:transparent url(/images/defaultMenu_07.jpg) top left no-repeat;
	width:101px;
	height:40px;
}

#nav_sep_4 {
	background:transparent url(/images/defaultMenu_08.jpg) top left no-repeat;
	width:11px;
	height:40px;
}

#nav_randomravings {
	background:transparent url(/images/defaultMenu_09.jpg) top left no-repeat;
	width:141px;
	height:40px;
}

#nav_sep_5 {
	background:transparent url(/images/defaultMenu_10.jpg) top left no-repeat;
	width:11px;
	height:40px;
}

#nav_contact {
	background:transparent url(/images/defaultMenu_11.jpg) top left no-repeat;
	width:135px;
	height:40px;
}

#nav_sep_6 {
	background:transparent url(/images/defaultMenu_12.jpg) top left no-repeat;
	width:127px;
	height:40px;
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.navBar ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

.navBar ul li a, .navBar ul li a:visited {     /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:18px;
}

.navBar ul li:hover a,
.navBar ul li a:hover {                        /* selected top-level menu items */
	border-top:1px solid #000;    /* these 2 lines create the push-in illusion */
	height:38px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.navBar ul li:hover ul,
.navBar ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:40px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:13.5em;
	color:black;                        /* this sets the unselected-text color */
	background:black;         /* this sets our menu's effective "border" color */
}

.navBar ul li:hover ul li a,
.navBar ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#000;               /* this sets the unselected drop-down text color */
	background:#d8d8d8;       /* this sets the drop-down menu background color */
	width:13.5em;
}

.navBar ul li:hover ul li:hover a,
.navBar ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:black;
	background:white;
}

.navBar ul li:hover ul.skinny li a,
.navBar ul li a:hover ul.skinny li a,
.navBar ul li:hover ul.skinny li a:hover,
.navBar ul li a:hover ul.skinny li a:hover {     /* 2nd level unselected items */
	width:8.08333em;
}

/* Menu Image Definitions */

/* #nav_services {
	display:block;
	width:72px;
	height:40px;
	background:transparent url(/images/mainmenucomics_03.jpg) top left no-repeat;
} */

.navText {
	display:none;
}

/* End of Menu Image Defininitions */

/* End of Navbar Components */