/* ------------------------------------------------------------------------
CSS sheet for RW Managment Group, Inc.
Author: Chris Robinson
Date Created: 4/4/2008

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Light Blue  - #84BCD9;
	
------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
}
body{
	background: url(images/bodybg.jpg) repeat-x #84BCD9;
	color: #fff;
	font: 14px/1.5em Myriad, Arial, sans-serif;
}
#wrap{
	color: #0B2476;
	width: 1004px;
	display: block;
	margin: 0px auto;
	min-height: 650px;
}
p{
	margin: 0 0 1.5em 0;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	width: 100%;
	position: relative;
}
#header h1{
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 194px;
	height: 210px;
	margin-top: 20px;
	float: left;
	text-indent: -9999px;
}
#header h2{
	font-family: Georgia;
	font-size: 30px;
	line-height: 1.3em;
	color: #060606;
	padding-top: 40px;
	float: left;
}
#header h3{
	background: url(images/pics2.png) no-repeat;
	display: block;
	width: 312px;
	height: 281px;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	right: 5px;
}
body.employ #header h3{
	background: url(images/employment.png) no-repeat;
	width: 312px;
	height: 281px;
}
body.accredMng #header h3{
	background: url(images/accred.png) no-repeat;
	width: 312px;
	height: 281px;
}
body.consolidate #header h3{
	background: url(images/consolidation.png) no-repeat;
	width: 312px;
	height: 281px;
}
body.emergencyOper #header h3{
	background: url(images/emergencyCenter.png) no-repeat;
	width: 312px;
	height: 281px;
}
body.emergencyResponse #header h3{
	background: url(images/emergencyResponse.png) no-repeat;
	width: 312px;
	height: 281px;
}
body.organizStudies #header h3{
	background: url(images/organize.png) no-repeat;
	width: 312px;
	height: 281px;
}
body.policyProcedure #header h3{
	background: url(images/policyAnalysis.png) no-repeat;
	width: 312px;
	height: 281px;
}
body.privateInvestigate #header h3{
	background: url(images/privateInvestigation.png) no-repeat;
	width: 312px;
	height: 281px;
}
body.publicSafety #header h3{
	background: url(images/safetyequip.png) no-repeat;
	width: 312px;
	height: 281px;
}
body.riskAnalysis #header h3{
	background: url(images/riskAnalysis.png) no-repeat;
	width: 312px;
	height: 281px;
}
body.safetyTraining #header h3{
	background: url(images/safetyTraining.png) no-repeat;
	width: 312px;
	height: 281px;
}
body.verbalJudo #header h3{
	background: url(images/verbalJudo.png) no-repeat;
	width: 312px;
	height: 281px;	
}
body.about #header h3{
	background: url(images/aboutus.png) no-repeat;
	width: 312px;
	height: 281px;	
}
body.clients #header h3{
	background: url(images/clients.png) no-repeat;
	width: 312px;
	height: 281px;	
}
body.contact #header h3{
	background: url(images/contact.png) no-repeat;
	width: 312px;
	height: 281px;	
}
body.news #header h3{
	background: url(images/news.png) no-repeat;
	width: 312px;
	height: 281px;	
}
body.services #header h3{
	background: url(images/services.png) no-repeat;
	width: 312px;
	height: 281px;	
}
body.terms #header h3{
	background: url(images/terms.png) no-repeat;
	width: 312px;
	height: 281px;	
}
body.terms dd{
	padding-top: 15px;
}
body.sitemap #header h3{
	background: url(images/sitemap.png) no-repeat;
	width: 312px;
	height: 281px;	
}
body.privacy #header h3{
	background: url(images/ambulance.png) no-repeat;
	width: 312px;
	height: 281px;	
}
body.operationalReviews #header h3{
	background: url(images/organize.png) no-repeat;
	width: 312px;
	height: 281px;
}
ul.nav{
	display: block;
	clear: both;
	list-style-type: none;
	font-family: arial;
	position: absolute;
	top: 122px;
	left: 200px;
}
ul.nav li{
	float: left;
	margin: 0px 15px;
}
ul.nav li a{
	color: #060606;
	font-weight: bold;
	text-decoration: none;
}
ul.nav li a:hover{
	border-bottom: 2px solid #000;
}
/* -----------------------------------------------------------------------
=MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#main{
	display: block;
	clear: both;
	padding: 0px 10px;
	width: 65%;
	float: left;
	margin-bottom: 10px;
}
dl.btmlinks dt{
	float: left;
	width: 170px;
	height: 150px;
	margin: 0px 50px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#main > dl.btmlinks dt{
	margin: 0px 60px;
}
dl.btmlinks dt a{
	font-weight: bold;
	color: #0B2476;
	width: 170px;
	height: 150px;
	display: block;
	text-decoration: none;
}
dl.btmlinks dt.services{
	background: url(images/services.jpg) 0px 25px no-repeat;
}
dl.btmlinks dt.news{
	background: url(images/news.jpg) 0px 25px no-repeat;
}
ul.listleft{
	display: block;
	margin-left: 10px;
	list-style-type: disc;
	float: left;
	width: 300px;
	padding-left: 15px;
}
ul.listright{
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style-type: disc;
	padding-left: 15px;
}
ul.servnav{
	display: block;
	margin-left: 10px;
	list-style-type: disc;
	float: left;
	width: 190px;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 11px;
}
dl.contact{
	text-align: center;
}
img.imgright{
	float: right;
}
#flash{
	width: 312px;
	height: 282px;
	display: block; 
	float: left;
	position: absolute;
	top: 10px;
	right: 00px;
}
ul.indent{
	margin-left: 50px;
}
li.nobullet{
	list-style-type: none;
}
/* -----------------------------------------------------------------------
=SIDE CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#side{
	float: right;
	width: 25%;
	display: block;
	margin-top: 80px;
	margin-right: 20px;
}
#wrap > #side{
	width: 30%;
}
#side blockquote{
	padding-left: 25px;
	background: url(images/quoteopen.png) no-repeat;
	font-size: 18px;
}
#side blockquote .quote{
	text-indent: -9999px;
	background: url(images/quoteclose.png) no-repeat;
	width: 28px;
	height: 18px;
	float: right;
	display: block;
}
#services{
	float: left;
	height: 100%;
	display: block;
}
#content{
	margin-left: 10px;
	float: left;
	width: 420px;
}
#sideimg{
	width: 100%;
	float: right;

}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	background: #2E77A2;
	border-top: 2px solid #FF0200;
	color: #000;
	height: 70px;
	padding-top: 20px;
}
#footerInner {
	width: 1004px; 
	margin: 0px auto;
}
#footer ul{
	list-style-type: none;
	float: left;
	margin-left: 10px;
}
#footer ul li{
	float: left;
	margin: 0px 15px;
}
#footer a{
	color: #000;
}
#footer p{
	float: right;
	text-align: center;
	margin-right: 20px;
}













