@media screen {
/* temp hacks _I\E5 _IE6 *IE7 */ 
html { _filter: expression(document.execCommand("BackgroundImageCache", false, true)); } /* fix for IE hover flicker */

html,body,table,form,ul,li,h1,h2,h3,h4,h5,h6,p,img {
	margin: 0;
	padding:0;
}
html,body {
	height: 100%;
	min-height: 100%;
}
body {
	background: #003;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
img { border: none;}
table { font-size: 100%; }
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
h1 { font-size: 200%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
ol,li { font-size: 110%; }
li { 
	margin-bottom: 0.5em;
	clear: both;
}
h5 { font-size: 100%; }
h6 { font-size: 80%; }
ul { list-style-type: none; }
a, a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}
a:hover, a:active {
	text-decoration: none;
	color: #f5f47f;
}
span.dwyer {
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
  _d\isplay: block; /* content width for other IE */
}
.clear { 
	clear: both;
	height:0;
	width:0;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #2400ff url(../images/bg.png) -100px 0 repeat-y;
	position: relative;
	color: #fff;
}
#header {
	width: 760px;
	position: relative;
	text-align: center;
}
h2#cmv{
	position: relative;
	display: block;
	width: 760px;
	height: 53px;
	background:#0e0060 url(../images/cmv.png) no-repeat;
}
h1#rj{
	position: relative;
	display: block;
	width: 760px;
	height: 103px;
	background:#1c00c4 url(../images/rj.png) no-repeat;
}
#cn {
	background: #2400ff url(../images/cn.png) 0 0 no-repeat;
}
h3#contact {
	font-weight: normal;
}
h3#nav {
	color: #f5f47f;
	margin: 3px 0;
	padding: 4px 0 2px 0;
}
h3#nav a, h3#nav a:link, h3#nav a:visited {
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	background: #f5f47f;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	border: 1px solid #55a;
}
h3#nav a:hover, h3#nav a:active {
	background: #fff;
	color: #800;
	text-decoration: none;
}
#content {
	margin: 10px 65px 10px 91px;
}
#col1 {
	width: 290px;
	float: left;
}
h4,h5 {
	margin-bottom: 0.5em;
}
#col2 {
	width: 300px;
	float: left;
}
#content p {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0.8em;
}
#testimonials #content p ,
#news #content p {
	clear:both;;
}
#flashcontent {
	width: 271px;
	height: 399px;
	display: block;
	background: transparent url(../images/shadow.png) 0 0 no-repeat;
	/* IE5.5 IE6 ONLY */
	_background/* */: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow.png', sizingMethod='image');
}
.imgl {
	width: 125px;
	height: 187px;
	float: left;
	margin: 0 10px 10px 0;
}
.imgr {
	width: 125px;
	height: 187px;
	float: right;
	margin: 0 0 10px 10px;
}
.imglw {
	height: 125px;
	width: 187px;
	float: left;
	margin: 0 10px 10px 0;
}
.imgrw {
	height: 125px;
	width: 187px;
	float: right;
	margin: 0 0 10px 10px;
}
.imgls {
	height: 125px;
	width: 125px;
	float: left;
	margin: 0 10px 10px 0;
}
.imgrs {
	height: 125px;
	width: 125px;
	float: right;
	margin: 0 0 10px 10px;
}
#footer {
	width: 760px;
	height: 96px;
	position: relative;
	text-align: center;
	position: relative;
	display: block;
	background:#2400ff url(../images/footer.png) no-repeat;
	padding-top: 40px;
}
}
@media print {
	body {
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
	}
	#flashcontent, #nav {
		display:none;
	}
}
