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

body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	background-color: #f8fcfd;
	background-image: url('images/body-bg.jpg');
	background-repeat: repeat-x;
	color: #000;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h1, h2, h3 {
	font-weight: normal;
}

p {
	margin: 10px 0;
}

a {
	text-decoration: none;
}

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

#pageWrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	padding: 8px 0;
	background-color: #f3f4f8;
	border-bottom: 8px solid #cbcdcc;
	height: 54px;
}

#logo {
	display: block;
	float: left;
}

#tagline {
	display: block;
	float: left;
	margin: 15px 0 0 20px;
	font-size: 18px;
	color: #cbcbcd;
	line-height: 16px;
}

#headerContactInfo {
	display: block;
	float: right;
	color: #57585a;
	font-size: 12px;
	margin-top: 14px;
}

#header .phone-number, #header .email-address {
	display: block;
	text-align: right;
}

#header .email-address a {
	display: block;
	color: #7805c2;
}

#mainNavWrapper {
	border-top: 7px solid #a90db8;
	border-bottom: 2px solid white;
	background-color: #32439f;
	height: 37px;
}

#mainNav {
	background-image: url('images/mainNav-bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 36px;
	padding: 0 10px;
}

#mainNav li {
	display: block;
	float: left;
	background-image: url('images/mainNav-li-bg.gif');
	padding-left: 2px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	height: 36px;
}

#mainNav li a {
	float: left;
	display: block;
	line-height: 36px;
	padding: 0 12px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	font-family: arial;
}

#mainNav li#firstitem {
	background-image: none;
	padding-left: 0;
}

#mainBannerWrapper {
	margin: 5px 0 5px;
	height: 212px;
}

#mainBannerWrapper img {
	float: left;
}

#mainBannerLeft {
}

#mainBannerRight {
	margin-left: 165px;
	position: relative;
	width: 635px;
}

#mainContent {
	border-top: 11px solid #b939c4;
	background-color: #a90db8;
	padding: 10px 15px 43px 180px;
	color: #fff;
	background-image: url('images/mainContent-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 5px;
}

#mainContent ul {
	margin-left: 15px;
}

#mainContent a {
	color: #E695EF;
}

#optionBoxWrapper {
	margin: 10px 0;
}

.optionBox {
	width: 200px;
	display: block;
	float: left;
	border: 1px solid #e3e7e8;
	border-right: 0;
	padding: 15px;
	background-image: url('images/optionBox-bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	color: #666;
	height: 230px;
}

.optionBox.quoteGenerator {
	width: 306px;
	border-right: 1px solid #e3e7e8;
}

#topLanguages h3 {
	font-size: 14px;
	line-height: 26px;
}

#topLanguages ul {
	height: 87px;
	overflow: scroll;
	overflow-x: hidden;
	line-height: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-left: 4px;
	font-size: 11px;
}

#serviceOptions {
	background-image: url('images/serviceOptions-bg.gif');
}

#serviceOptions li {
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 10px;
}

#serviceOptions li a {
	color: #fff;
	line-height: 50px;
	display: block;
}

#quoteGenerator {
	
}

#quote {
	background-image: url('images/quote-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 0 0 38px;
	color: #dd95e3;
	position: relative;
	height: 50px;
}

#quote p {
	background-image: url('images/quote-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 35px 25px 0;
	margin: 0;
	text-align: center;
	display: block;
	width: 535px;
}

#quoteMoreLink {
	position: absolute;
	bottom: 5px;
	right: 40px;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
}

#quoteMoreLink a {
	display: block;
	float: left;
	margin: 3px 1px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

#simpleNewsLayout .article {
margin: 5px 0;
padding: 5px 0;
border-bottom: 2px solid #B939C4;
}

ul#quickQuoteNav {
height: 16px;
margin: 10px 0 0;
}

#quickQuoteNav li {
display: block;
float: left;
border-left: 2px solid #B939C4;
}

#quickQuoteNav li a {
display: block;
float: left;
padding: 0 5px;
line-height: 16px;
color: #fff;
font-size: 10px;
font-weight: bold;
}

#quickQuoteNav li a:hover {
color: #D67DDF;
}

#topLanguages ul li a {
color: #666666;
}
/* End of 'main css' */

