h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:32px;
	color:#5a84f1;
	display:block;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../images/body-bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 960px;  /* using 960px instead of a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative; /* this will allow absolute and relative elements within to base themselves off this container */
} 
#header { 
	height:150px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:none;
}
#header img {
	border:none;
	position:relative;
	top:-5px;
	z-index:5;
}
#support-img 
{
	position:absolute;
	top:0px;
	left:790px;
	z-index:4;	
}
#menu1{
	background: url(../images/menu_bg.jpg) no-repeat;
	position: absolute;
	top: 85px;
	left: 480px;
	height:52px;
	width: 483px;
	z-index:6;	
}
#nrddm
{	margin: 15px 0 0 5px;
	padding: 0;
	
}
	
	#nrddm li
	{	float: left;
		list-style: none;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;}

	#nrddm li a
	{	display: block;
	 	
		padding: 5px 15px;
		text-decoration: none;

		color:White;
		white-space: nowrap;
		
	}

	#nrddm li a:hover
	{color:#f9d4d4;	}
		
		#nrddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			text-align:left;}
		
		#nrddm li ul li
		{	float: none;
			display: inline}
		
		#nrddm li ul li a
		{	width: auto;
			background: #425168}
		
		#nrddm li ul li a:hover
		{	background: #184890}

/*#menu {
	
	background: url(../images/menu_bg.jpg) no-repeat;
	position: absolute;
	top: 65px;
	left: 480px;
	height:52px;
	width: 483px;
	display:block;
	padding: 20px 0 0 50px;
	z-index:6;
}
#menu li {
	list-style: none;
	display:inline;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-right:30px;
}
#menu li a {
	text-decoration:none;
	color: white;
}*/
#top-content {
	background: url(../images/top-content_bg.jpg) no-repeat;
	width:960px;
	height:300px;
	color:black;
	font-weight:normal;
	font-size:18px;
	position:relative; 
	top: -10px; 
	z-index: 1;
}
#top-content h2 {
	margin:0px 0 0 20px;
	padding:30px 0 0 0;
}
#top-content p {
	margin:20px 170px 0 20px;
	font-weight:normal;
}
#fikeshway {
	position:absolute;
	top:225px;
	color:Black;
	font-weight:normal;
}
#fikeshway img {
	border:none;
	margin:20px 0 0 0;
}
#fikeshway a 
{
	text-decoration:none;
	color:#cc0000;
}
#fikeshway p.topline
{
	border-top:solid 1px red;
	border-left:solid 1px red;
	padding:5px 0 17px 5px;
}
#bottom-content {
	background:url(../images/bottom-content_bg.jpg) repeat-x;
	margin-top:10px;
	color:#000000;
	font-weight:normal;
	font-size:1.0em;
	position: relative; 
	top: 0px;
	width:100%;
	padding:0;
}
#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 25px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
} 

.inside img 
{
	border:none;	
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	color:white;
}

#sidebar1 .inside { margin:0 19px; padding:0 0 10px 0; position:relative;}
.box-one { 
	width:211px; 
	background:url(../images/box-one-middle.gif) center repeat-y; 
	margin:10px 0;
}
.box-one .inside {padding: 0 10px;}
.box-one .fixbox-top {position:relative; bottom:6px;}
.box-one .fixbox-bottom {position:relative; top:6px;}
.box-one-header {background:url(../images/sidebar_header.jpg) center no-repeat; height:33px; position:relative;}
.box-one-header p 
{
	margin:0;
	padding:0;
	text-align:center;
	position:relative;
	top:5px;
	color:#5a84f1;
	font-size:18px;
}
.testimonials
{
	color:Black;
	font-weight:normal;
	font-size:12px;
}
.signature 
{
	color:Blue;
	font-weight:bold;
	font-size:12px;
}
#FreeQuote
{
	color:Fuchsia;
	font-weight:normal;
	font-size:12px;
	padding:0 0 0 10px;
}
ul#subMenu{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-left:10px;
	padding-left: 0;

}
#subMenu li {
	margin:0 10px 20px 0;
	border-bottom:#333333 thin solid;
}
#subMenu li a {
	text-decoration:none;
	color:#993366;
}
#subMenu li a:hover,
#subMenu li a:active {
	color:#ff9933;
}
#leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 330px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
}
#leftColumn .inside { padding: 0px 0px; /* padding keeps the content of the div away from the edges */
}
#rightColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 330px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#rightColumn .inside { padding: 0px 0px 0px 20px; /* padding keeps the content of the div away from the edges */
}

.sitesImages {
	border: none;
	margin: 0 5px 10px 0;
}

#opportunity-list {
	list-style-image:url(../images/bullet.png);
	list-style-type: disc;
	margin-left:30px;
	padding-left:25px;
	text-indent:-5px;
	

}
#opportunity-list li {
	padding-bottom:10px;
}
#footer {
	padding: 30px 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: white;
	background:url(../images/footer-bg.jpg) repeat-x;
	height:95px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}
#bottom-links {
	list-style: none;
	margin:0;
}
#bottom-links li {
	display:inline;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: white;
}
#bottom-links li a {
	text-decoration:none;
	color: white;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
hr {

	width: 80%;
	margin: 30px auto;
	height:1px;
	color:#05c0ff;
	background-color:#05c0ff;
	text-align:center;
	
}
.contactus #mainContent { 
	margin: 0;
	padding: 15px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.contactus #mainContent h2 {
	padding-left: 10px;
}

.padding-bottom-content {padding:5px 15px 0 15px; line-height:26px;}

.padding-bottom-content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:24px;
	color:#5a84f1;
	display:block;
}


/*  */

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/*  */
