@charset "UTF-8";
body  {
	margin: 0;
	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: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #22274D;
	background-image: url(../nav_images/background3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 960px;
	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. */
	background-color: #FFFFFF;
	background-image: url(../nav_images/content-stretch.jpg);
	background-repeat: repeat-y;
	background-position: left top;
} 
#header {
	background-image: url(../nav_images/header-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0;
	height: 223px;
} 
#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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9000px;
	width: 350px;
	height: 60px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 1px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#sidebar2 h1 {
	font-size: 18px;
	color: #22274D;
	text-align: center;
}

#top-nav-area {
	height: 50px;
}
#mainContent {
	background-repeat: no-repeat;
	background-position: left top;
	text-align: justify;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
}
#mainContent h1 {
	font-size: 18px;
	color: #22274D;
	text-align: left;
}
#mainContent li {
	text-align: left;
}
#mainContent h2 {
	font-size: 16px;
	color: #22274D;
	text-align: left;
} 
#footer {
	height: 209px;
	background-image: url(../nav_images/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
} 

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #FFFFFF;
	font-size: 11px;
}
 #footer .box {
	padding: 0;
	float: left;
	width: 155px;
	margin-top: 50px;
	
} 
#footer .box a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer .box a:hover {
	color: #000000;
	background-color: #FFFFFF;
	
}
#footer .box li{
	list-style-type: none;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#copy {
	height: 100px;
	color: #000;
	font-size: 11px;
	background-color: #22274D;
	padding: 0;
} 
#copy p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right:2;
	padding-bottom: 5px;
	padding-left: 2;
	color: #FFF;
	font-size: 11px;
	text-align: center;
} 
#copy a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right:2;
	padding-bottom: 5px;
	padding-left: 2;
	color: #FFF;
	font-size: 11px;
	text-align: center;
} 
.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;
}
#background-main {
	background-image: url(../nav_images/main-content09.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
/*---------------H Menu----------------*/
#main-menu {
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
}
#main-menu li {
	float: left;	
	
}
#main-menu  a:hover {
	background-position: left bottom;
	
}



#main-menu  a {
	text-indent: -9000px;
	display: block;
	height: 48px;
	width: 78px;
	padding: 0px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: left top;	
}

.home a {
	background-image: url(../nav_images/nav-top/home.gif);
	
}

.about a {
	background-image: url(../nav_images/nav-top/about-us.gif);
}
.news a {
	background-image: url(../nav_images/nav-top/news.gif);
}

.site-map a {
	background-image: url(../nav_images/nav-top/site-map.gif);
}

.contact a {
	background-image: url(../nav_images/nav-top/contact.gif);
}










/*---------------Side Menu Left----------------*/


#nav {
	width: 145px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav a {
	width: 145px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9000px;
}

#nav .web-design a {
	height: 45px;
	
	background-image: url(../nav_images/nav-left/images/1webdesign.gif);
	
}

#nav .flash-design a {
	height: 26px;
	background-image: url(../nav_images/nav-left/images/2flashdesign.gif);
}

#nav .logo-design a {
	height: 25px;
	background-image: url(../nav_images/nav-left/images/3logodesign.gif);
}
#nav .cart a {
	background-image: url(../nav_images/nav-left/images/10shoppingcart.gif);
	height: 25px;
}
#nav .marketing a {
	background-image: url(../nav_images/nav-left/images/11internetmarketing.gif);
	height: 25px;
}
#nav .seo a {
	background-image: url(../nav_images/nav-left/images/12searchengines.gif);
	height: 25px;
}
#nav .linkB a {
	background-image: url(../nav_images/nav-left/images/13linkbuilding.gif);
	height: 24px;
}
#nav .ppc a {
	background-image: url(../nav_images/nav-left/images/14ppcmanagement.gif);
	height: 25px;
}
#nav .social a {
	height: 25px;
	background-image: url(../nav_images/nav-left/images/15socialmedia.gif);
}
#nav .usability a {
	background-image: url(../nav_images/nav-left/images/16usability.gif);
	height: 25px;
}
#nav .analytics a {
	background-image: url(../nav_images/nav-left/images/18analytics.gif);
	height: 38px;
}
#nav .hosting a {
	height: 26px;
	background-image: url(../nav_images/nav-left/images/17hosting.gif);
}
#nav .web-development a {
	background-image: url(../nav_images/nav-left/images/4webdevelopment.gif);
	height: 26px;
}
#nav .cms a {
	background-image: url(../nav_images/nav-left/images/6content-management.gif);
	height: 24px;
}
#nav .database a {
	background-image: url(../nav_images/nav-left/images/7databasewebsite.gif);
	height: 25px;
}
#nav .apps a {
	background-image: url(../nav_images/nav-left/images/8webapplications.gif);
	height: 25px;
}
#nav .ecommerce a {
	background-image: url(../nav_images/nav-left/images/9commerce.gif);
	height: 25px;
}

#nav a:hover {
	background-position: right top;
	
}






/*---------------Markers----------------*/
 
 {
	color: #192D69;
	cursor:crosshair;
	background-image: url(../nav_images/nav/roll.jpg);
	background-position: center top;
	
 }

 
 /*-------Table--------*/
.one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	width: 500px;
	text-align: left;
	border-collapse: collapse;
	background-color: #FFF9E4;
	margin-top: 50px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}
.one-column-emphasis th
{
	font-size: 12px;
	font-weight: normal;
	padding: 9px 12px;
	color: #039;
	text-transform: uppercase;
}
.one-column-emphasis td
{
	padding: 5px 10px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	background-color: #B7DCF2;
}
.one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}
.red-note
{
	font-size: 11px;
	font-weight: normal;
	padding: 12px 15px;
	color: #FF0000;
}
