/*
Theme Name: Raven Technology
Theme URI: http://krushcreative.com/
Description: Theme developed for Raven Technology
Version: 1.0
Author: Krush Creative Group
Author URI: http://krushcreative.com/
*/

/* General Styling */
html { 
/*overflow: scroll; */
height: 100%; margin-bottom: 1px;
}
body {
	background: #000;
	color: #414141;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Home Page */

.HPmain {
	background: url(/img/home/wwa-bkg2.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #414141;
}
.HPside {
	background: url(/img/home/rna-bkg.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #414141;
}
.HPmain h3, .HPside h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #808c0d;
	margin-left: 15px;
	margin-right: 19px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.HPmain p, .HPside p {
	margin-left: 15px;
	margin-right: 19px;
	margin-top: 10px;
}
.HPside p {
	margin-right: 15px;
}

.HPmain a, .HPside a {
	color: #7c8622;
	text-decoration: none;
}

/* Content */
.content {
	background: #f7f7f7;
}

.content a, .content a:hover, .content a:link, .content a:active, .content a:visited {
	color: #808c0d;
	text-decoration: none;
}


.content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #808c0d;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.content p, .content li {
   font-size: 13px;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 1.3em;
}

.content li {
	list-style-image: url(/img/common/bullets.gif);
	list-style-type: disc;
}

.content2 {
	font-size: 13px;
	line-height: 1.3em;
}

.content table {
	margin-left: 25px;
	margin-right: 25px;
}

.content h4 {
	font-size: 13px;
	font-weight: bold;
	color: #808c0d;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
}

.right {
	background: #717171 url(/img/common/right-bkg.jpg) no-repeat;
}
.right h3 {
	font-size: 16px;
	font-weight: bold;
	color: #808c0d;
	margin-top: 10px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 5px;
}

.right p {
	font-size: 13px;
	margin-left: 14px;
	margin-right: 14px;
	line-height: 1.3em;
	color: #282828;
}

.footer {
	color: #fcfff8;
	font-size: 11px;
}

.footer a, .footer a:hover, .footer a:link, .footer a:active, .footer a:visited {
	color: #fcfff8;
	text-decoration: none;
}