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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                Layout

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	margin: 10px 0 10px 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 984px;
	background-color: #fff;
}

#container, #container2 {
	float: left;
}

#header {
	width: 804px;
	height: 209px;
	background-image: url(../images/header.jpg);
}

#nav_box {
	width: 804px;
	height:38px;
	margin: 0;
	padding: 0;
}

#side-a {
	float: left;
	width: 180px;
	background-image: url(../images/bg_side_a.jpg);
	background-repeat: repeat-y;
}

#side-a2 {
	float: left;
	width: 180px;
}

#side-2 {
	float: left;
	width: 180px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 804px;
}

#side-c {
	float: left;
	width: 544px;
	padding-top: 1px;
	margin: 0;
}

#side-d { 
	margin: 0;
	float: left;
	width: 260px;
	background-image: url(../images/bg_newswire.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	padding-top: 1px;
	margin: 0;
}

#footer_box_bottom {
	height: 14px;
	background-image: url(../images/box_bottom.jpg);
	clear: both;
	background-color: #666666;
}

#footer_logos {
	clear: both;
	background-color: #666666;
}

#footer_nav {
	clear: both;
	background-color: #666666;
}

#footer {
	clear: both;
	background-color: #666666;
}

#logo_bar {
	margin: 10px 0 0 0;
}

.side_nav {
	margin: 10px 0 0 15px;
}

.feature {
	width: 174px;
	float: left;
	text-align: center;
	font-size: 9px;
}

.pic_newswire {
	margin: 10px 0 0 10px;
}
	
.caption {
	text-align: center;
	font-size: 11px;
}	

.sjkpr {
	font-family:"Times New Roman", Times, serif !IMPORTANT;
	font-style: italic;
	font-weight: bold;
}

.sjkprtitle {
	font-family:"Times New Roman", Times, serif !IMPORTANT;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                             Navigation

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a#home {
	background-image:url(../images/nav_home.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

a#services {
	background-image:url(../images/nav_services.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

a#clients {
	background-image:url(../images/nav_clients.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

a#pricing {
	background-image:url(../images/nav_pricing.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

a#primer {
	background-image:url(../images/nav_primer.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

a#contact {
	background-image:url(../images/nav_contact.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

#navbar li {
	float:left;
	list-style: none;
}

#navbar a {
	text-decoration:none;
	display:block;
	text-indent:-5000px;
	float:left;
	outline: none;
}

#navbar #home {
	background-image:url(../images/nav_home.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:105px;
	height:38px;
}

#navbar #services {
	background-image:url(../images/nav_services.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:115px;
	height:38px;
}

#navbar #clients {
	background-image:url(../images/nav_clients.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:129px;
	height:38px;
}

#navbar #pricing {
	background-image:url(../images/nav_pricing.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:172px;
	height:38px;
}

#navbar #primer {
	background-image:url(../images/nav_primer.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:132px;
	height:38px;
}

#navbar #contact {
	background-image:url(../images/nav_contact.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:151px;
	height:38px;
}

#navbar #home:hover {
background-position:0 -38px;
}

#navbar #services:hover {
background-position:0 -38px;
}

#navbar #clients:hover {
background-position:0 -38px;
}

#navbar #pricing:hover {
background-position:0 -38px;
}

#navbar #primer:hover {
background-position:0 -38px;
}

#navbar #contact:hover {
background-position:0 -38px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                            Drop Down Menu

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#dropmenudiv{
	position:absolute;
	font:bold 12px "Trebuchet MS", Arial, sans-serif;
	line-height:24px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 8px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #000099;
	color: #FFFFFF;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                              Main Text

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.maintext {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	margin: 10px 10px 6px 10px;
}

.maintext a:link {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #CC0000;
	text-decoration: underline;
}

.maintext a:visited {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #CC0000;
	text-decoration: underline;
}

.maintext a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #CC0000;
	text-decoration: none;
}

.maintext a:active {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #CC0000;
	text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                              Title Text

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.title_01 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #CC0000;
	font-size: 20px;
	margin: 0;
	font-weight: bold;
}

.title_01 a:link {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #CC0000;
	text-decoration: underline;
}

.title_01 a:visited {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #CC0000;
	text-decoration: underline;
}

.title_01 a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #CC0000;
	text-decoration: none;
}

.title_01 a:active {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #CC0000;
	text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                           Footer Copyright

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer_copyright_text {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #999999;
	font-size: 12px;
	text-align: center;
}

.footer_copyright_text a:link {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #999999;
	text-decoration: underline;
}

.footer_copyright_text a:visited {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #999999;
	text-decoration: underline;
}

.footer_copyright_text a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #999999;
	text-decoration: none;
}

.footer_copyright_text a:active {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #999999;
	text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                           Footer Navigation

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer_nav_ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
}

.footer_nav_ul ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_nav_ul li {
	font-family: "Trebuchet MS", Arial, sans-serif;
	display: inline;
	margin: 0 10px 0 0;
}

.footer_nav_ul a:link {
	color: #FFF;
	text-decoration: none;
}

.footer_nav_ul a:visited {
	color: #FFF;
	text-decoration: none;
}

.footer_nav_ul a:hover {
	color: #FFF;
	text-decoration: underline;
}

.footer_nav_ul a:active {
	color: #FFF;
	text-decoration: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                              RSS Feed

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.newstitle {
	color: #000099;
	font-size: 18px;
}

.newswire1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #CC0000;
	font-size: 20px;
	margin: 0 0 0 10px;
	font-weight: bold;
}

.newswire2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}


.rss_box {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 0;
	margin-left: ;
 
 }
 
.rss_title, .rss_title a {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	
}
 
 .rss_items {
	list-style: none;
	margin: 0 0 0 0; 
	padding: 10px; 
}

.rss_item {
	margin: 0 0 10px 0;
	clear: both;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	color: #333333;
	text-decoration: underline; 
}

.rss_item a:hover { 

}

.rss_image {
	clear: both;
}
	
.rss_date {
	font-weight: bold;
}