/* Start of CMSMS style sheet 'main css' */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url('images/body-bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	/*color: #666666;*/
	color: #000;
	text-align: justify;
}

p {
	font-size: 12px;
	margin: 10px 0;
}

img {
	border: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

#mainContentRight a {
color: #ff0000;
/*background-color: #EAEAEA;*/
padding: 2px;
border-bottom: 1px solid #ff0000;
}

#mainContentRight a:hover {
background-color: #DDDDDD;
}

h1, h2, h3, h4, h5 {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

h1 {
font-weight: bold;
}

h1, h2 {
font-size: 14px;
margin-bottom: 10px;
}

h2 {

}

h3 {
display: block;
background-image: url('images/list-item-bg.gif');
background-repeat: no-repeat;
background-position: 0 5px;
padding-left: 15px;
}

.clearBoth {
	display: block;
	clear: both;
	line-height: 1px;
	height: 1px;
}

address {
padding-top: 20px;
background-image: url('images/rp-miller-associates-llp.gif');
background-repeat: no-repeat;
font-style: normal;
font-size: 14px;
line-height: 20px;
margin-top: 20px;
}

ul {
	margin: 10px 0 10px 1px;
	list-style-type: none;
}

ul li {
margin: 5px 0;
display: block;
background-image: url('images/list-item-bg.gif');
background-repeat: no-repeat;
background-position: 0 5px;
padding-left: 15px;
}

#pageContainer {
	display: block;
	width: 810px;
	margin: 20px auto;
	background-repeat: repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/pageContainer-bg.png');
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

#pageContainer[id] {
	background-image: url('images/pageContainer-bg.png');
}

#shadowWrapper {
	background-image: url('images/shadowWrapper-bg.png');
	background-repeat: repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/shadowWrapper-bg.png');
	margin: 20px auto;
	width: 770px;
}

#shadowWrapper[id] {
	background-image: url('images/shadowWrapper-bg.png');
}

#pageHeader {
	display: block;
	padding: 10px;
	position: relative;
}

#logo {
	display: block;
	padding: 10px;
	margin: 0 0 20px;
	border-bottom: 2px solid red;
}

#print-logo {
	display: none;
}

ul#mainNav {
	height: 22px;
	text-transform: capitalize;
	float: left;
	width: 600px;
	padding: 0;
	margin: 0;
}

.homepage ul#mainNav {
	margin: 0 0 70px;
}

ul#mainNav li {
	background-image: none;
	display: block;
	float: left;
	border-left: 1px solid white;
	padding: 0 10px;
}

ul#mainNav li.firstitem {
	border-left: 0;
}

ul#mainNav li a {
	display: block;
	color: #fff;
	line-height: 12px;
}

#headerQuote {
	padding: 10px;
	display: block;
	width: 550px;
	float: left;
	margin-top: 15px;
}

#quoteLine1, #quoteLine2 {
	display: block;
	color: #ff0000;
	font-size: 26px;
	font-family: times new roman;
}

#quoteLine2{
	margin-left: 50px;
}

#headerLogo {
	display: block;
	position: absolute;
	right: 20px;
	top: 80px;
}

#headerLogo-inverted {
	display: none;
}

#mainContentWrapper {
	display: block;
	padding: 0 0px 20px 20px;
}

ul#mainContentTopBlock {
	display: block;
	float: left;
	margin-bottom: 10px;
	position: absolute;
	width: 750px;
	padding: 0;
	margin: 0;
}

ul#mainContentTopBlock li {
	display: block;
	float: left;
	height: 36px;
	width: 231px;
	background-image: url('images/mainContentTopBlock-li-bg.gif');
	background-repeat: no-repeat;
	background-position: top;
	line-height: 36px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding: 0 6px 8px 0;
	margin-right: 13px;
}

ul#mainContentTopBlock li a {
	display: block;
	color: #fff;
}

ul#mainContentTopBlock li/*.lastcols2*/ {
width: 354px;
margin-right: 14px;
background-image: url('images/mainContentTopBlock-li-bg-50p.gif');
}

ul#mainContentTopBlock li.currentpage a, ul#mainContentTopBlock li.activeparent a {color: #ffff00;}

#tickBoxesHolder {
display: block;
float: left;
margin-bottom: 20px;
}

.bannerboxes #tickBoxesHolder {
padding-bottom: 10px;
border-bottom: 1px dotted white;
margin-bottom: 10px;
}

.tickBoxWrapper {
	color: #fff;
	font-size: 12px;
	display: block;
	float: left;
	margin: 0 35px 0 0;
	clear: none;
}

.tickBoxWrapper.lastItem {
	margin-right: 0;
	width: 189px;
}

.tickBoxWrapper h2 {
	font-weight: bold;
	padding-left: 25px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
}

.tickBoxWrapper.box1 h2 {color: #ffcc00;	background-image: url('images/tickBox-yellow.gif');}
.tickBoxWrapper.box2 h2 {color: #99cc00;	background-image: url('images/tickBox-green.gif');}
.tickBoxWrapper.box3 h2 {color: #66ffff;	background-image: url('images/tickBox-blue.gif');}
.tickBoxWrapper.box4 h2 {color: #ff0000;	background-image: url('images/tickBox-red.gif');}

.tickBoxWrapper span {
	display: block;
	padding-left: 25px;
	font-size: 11px;
}

.tickBoxWrapper.box3 {
	width: 176px;
}

#mainContent {
	display: block;
	background-image: url('images/mainContent-bg.gif');
	background-repeat: repeat;
	width: 730px;
	margin-top: 120px;
}

#mainContent .clearBoth {
background-color: #000;
}

#mainContentLeft {
	display: block;
	float: left;
	width: 230px;
	background-color: #fff;
	margin-right: 20px;
}

#mainContentLeft h2 {
	margin: 20px 12px;
	font-size: 15px;
	font-weight: bold;
}

#mainContentLeft ul {
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#mainContentLeft ul li {
	margin: 0;
	padding: 0;
	background-image: none;
}

#mainContentLeft ul li a {
	padding: 10px 30px;
	display: block;
	margin: 0;
	line-height: 14px;
	background-image: url('images/list-item-bg.gif');
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#mainContentLeft ul li.currentpage a {
	background-color: #000;
	color: #fff;
}

#mainContentLeft ul li a:hover {
background-color: black;
color: white;
}

#mainContentRight {
	display: block;
	float: left;
	width: 450px;
	background-color: #fff;
	padding: 10px 15px;
	line-height: 16px;
}

#mainContentRight img {
	margin: 5px 5px 5px 20px;
}

#mainContentRight h2 {
	font-weight: bold;
}

/* Home Page Overrides */

.homepage #mainContentLeft {
	padding: 0;
	width: 230px;
}

#mainContent.homepage {
	background-image: none;
	margin-top: 10px;
}

#mainContentLeft img {
	margin: 0;
}

.homepage #mainContentLeft {
display: none;
}

.homepage #mainContentRight, .full-width #mainContentRight {
width: 96%;
}

.full-width #mainContent{
background-image: none;
}

/* EOF Home Page Overrides */
/* End of 'main css' */

