/*
Theme Name: CPR Meida Services
Version: 2a
Author: CPR Media Admin
Author URI: http://www.cprmediaservices.com/
Tags: white, light, one-column, fixed-width, theme-options,
*/

@import "css/menu.css";
@import "css/blog.css";
@import "css/wpStyles.css";
@import "css/Search.css";
@import "css/pages.css";
@import "css/pagenavi-css.css";
@import "css/comments.css";
/* Global Styles */
body {

	margin-left:0;
	margin-top:0;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin:0pt;
}
body, td, th, p {
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: black;
}
#main {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:auto;
	left:50%;
	margin-left:-512px;
}
#CPR-Logo_ {
	position:absolute;
	left:0px;
	top:0px;
	width:196px;
	height:119px;
	background:url(images/CPRv2_Logo.png) no-repeat;
}
#CPR-Top-Center_ {
	position:absolute;
	left:196px;
	top:0px;
	width:281px;
	height:119px;
	background:url(images/CPRv2_Top_Center.png) no-repeat;
}
#CPR-Top-Right_ {
	position:absolute;
	left:477px;
	top:0px;
	width:547px;
	height:119px;
	background:url(images/CPRv2_Top_Right.png) no-repeat;
}
#CPR-Nav_ {
	position:absolute;
	left:0px;
	top:119px;
	width:1024px;
	height:28px;
	background:url(images/CPRv2_Nav.png) repeat-x #005dab;
}
#CPR-Left-Logo_ {
	position:absolute;
	left:0px;
	top:147px;
	width:331px;
	height:474px;
	background:url(images/CPRv2_Left_Logo.png) repeat-x;
}
#CPR-Body_ {
	position:absolute;
	left:331px;
	top:147px;
	width:693px;
	height:612px;
	background:url(images/CPRv2_Body.png) repeat-y #FFFFFF;
}
#CPR-Body_L {
	position:absolute;
	left:331px;
	top:147px;
	width:693px;
	height:1322px;
	background:url(images/CPRv2_Body.png) repeat-y #FFFFFF;
}
#CPR-Logo-Bottom_ {
	position:absolute;
	left:0px;
	top:600px;
	width:331px;
	height:159px;
	background:url(images/CPRv2_Logo_Bottom.png);
}
#CPR-Logo-Bottom_L {
	position:absolute;
	left:0px;
	top:600px;
	width:331px;
	height:880px;
	background:url(images/CPRv2_Logo_BottomSP.png) repeat-y;
}
#CPR-Footer_ {
	position:absolute;
	left:0px;
	top:759px;
	width:1024px;
	height:28px;
	background:url(images/CPRv2_footer.png) repeat-x #005dab;
}
#CPR-Footer_L {
	position:absolute;
	left:0px;
	top:1459px;
	width:1024px;
	height:28px;
	background:url(images/CPRv2_footer.png) repeat-x #005dab;
}
#flashplayer {
	padding:8px 8px 8px 8px;
	float:right;
	width:340px;
	height:240px;
}
img {
	border:hidden 0pt;
	padding: 8px;
}
a:link {
	text-decoration: underline;
	color:#005dab;
}
a:visited {
	text-decoration: underline;
	color:#005dab;
}
a:hover {
	color:#ff9900;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color:navy;
}
.h3txt {
	color:#005dab;
	margin-left:20px;
	margin-right:20px;
	vertical-align: text-top;
	text-align: justify;
}
b, strong {
	color:#005dab;
}
p {
	margin: 0 20px 20px 0;
	padding: 0px;
	line-height: 22px;
}
.footer {
	font-size:12pt;
	color:White;
	font-style: normal;
	text-align:center;
	vertical-align:middle;
}
.bodycontent p {
	font-size:12pt;
	margin-left:20px;
	margin-right:20px;
	vertical-align: text-top;
	text-align: left;
}
.bodycontent ul {
	font-size:12pt;
	vertical-align: text-top;
	text-align: justify;
	margin:0px 20px 0px 0px
}
.slogan {
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
	vertical-align: middle;
	padding-top:45px;
	padding-left:120px;
}
.ulservices {
	list-style-image: url('images/ul.gif');
	list-style-position: outside;
	margin-left:50px;
	padding-left:50px;
}
.ulservices li {
	padding-top:15px
}
/*Additional CSS */

.fixed, .clear {
	clear:both;
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.messagebox, .errorbox {
	padding:0 12px;
	height:27px;
	line-height:27px;
	font-size:11px;
}
#notice {
	color:#FFFFFF;
	background-color:#3366FF;
	border:1pt dashed #FFFFFF;
}
#notice a {
	text-decoration:underline;
}
/*
.notice-importantl{
display:inline;
float:left;
background:url(images/important.png)
}
.notice-importantr{
display:inline;
float:right;
background:url(images/important.png)
}
*/
.more-link {
	font-size:11px;
}
#tag_cloud a {
	line-height:130%;
}
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
img.alignleft, img.alignright {
	padding:3px;
	margin-top:4px;
	margin-bottom:4px;
	border-radius:4px;
}
.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
hr {
	margin: 20px 0;
	background: #005dab;
	border: none;
}


.Menu {
	color:#FFFFFF;
	font-size:12pt;
	text-align:left;
	text-align:center;
	vertical-align:middle
}
.Menu a {
	color:#FFFFFF;
	text-decoration: none;
	padding-right:10px;
	padding-left:10px
}
.Menu a:active {
	text-decoration: none;
	color:white;
}
.Menu a:hover {
	text-decoration: underline;
	color:white;
}
.Menu div {
	width:1024px;
	height:28px;
	text-align:center;
	vertical-align:middle
}
img {
    border:0;
 }