body {
	background-color: #2f3759;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
    }
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6B6B6B;
	line-height: 18px;
	margin: 0 0 15px 0;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	margin-left: 25px;
}

li {
	list-style: disc;
	color: #6B6B6B;
}
	
hr {
	border: none;
	border-top: dashed 1px #ccc;
	color: #666;
	background-color: #e9e9e9;
	margin: 10px 0 15px 0;
	clear: both;
}

a {
   outline: 0;
}

	blockquote {  
	padding: 10px;
	margin: 15px;
    border-top: 1px dashed #8cc739;
    border-bottom: 1px dashed #8cc739;
	}    
	
	blockquote p {  
	display:inline;
	color: #8cc739;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	}

.hide {
display:none;
}


/* HEADING STYLES */




h1 {
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 33px;
	color: #353E66;
	text-transform: uppercase;
}
	
h2 {
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #9bb32d;
	padding: 0 0 18px 0;
}

h3 {
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	color: #353e66;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom: 15px;
}

h4 {
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	color: #353E66;
	text-transform: uppercase;

0 10px 0;
	padding-top: 10px;
	padding-bottom: 6px;
}

h5 {
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	padding: 10px 0 7px 0;
}

h6 {
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #262626;
	font-size: 14px;
	padding: 10px 0 5px 0;
}	




/* LINK STYLES */

a:link, a:active, a:visited {
	color: #9bb32d;
	text-decoration: none;
}
a:hover {
	color: #6B87C9;
	text-decoration: none;
}

.opacity {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/* NAVIGATION STYLES */

ul#primaryNav {
	color: #999;
	font-size: 19px;
	position: absolute;
	top: 90px;
	margin: 0px;
	padding: 0px;
	right: 0px;
}

ul#primaryNav li {
	display: inline;
	margin-right: 5px;
	list-style: none;
	color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
}

ul#primaryNav li a:link, ul#primaryNav li a:active, ul#primaryNav li a:visited {
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #404041;
	text-decoration: none;

}
ul#primaryNav li a:hover {
	color: #879ECA;
	text-decoration: none;
}

ul#secondaryNav {
	position: absolute;
	right: 25px;
	top: 12px;
	margin: 0px;
	padding: 0px;
}

ul#secondaryNav li {
	display: inline;
	list-style: none;
	font-family: league-gothic,League Gothic,sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: #365080;
}

ul#footerNav {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	left: 0px;
	top: 36px;
	margin: 0px;
	text-align: center;
	width: 960px;
}

ul#footerNav li {
	display: inline;
	margin-right: 4px;
	list-style: none;
	color: #333;
}

ul#footerNav li a:link, ul#footerNav li a:active, ul#footerNav li a:visited {
	color: #333;
	text-decoration: none;
}
ul#footerNav li a:hover {
	color: #7D9BCD;
	text-decoration: none;
}



/* LAYOUT STYLES */	

#containerHeader {
	width: 100%;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;
}

#shellHeader {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#containerSlider {
	width: 100%;
	height: 353px;
}

#containerBar {
	width: 100%;
	background-image: url(../images/bg-tagline.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 97px;
}

#shellBar {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
} 

#shellBar p {
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	color: #464646;
	text-transform: uppercase;
	padding-top: 37px;
}
#shellBar p span {
	color: #353E66;
}


#containerBoxes {
	width: 100%;
	background-image: url(../images/bg-boxes.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 430px;
}

#shellBoxes {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#containerImgInt {
	width: 100%;
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 222px;
}
#containerImgInt.intImage {
	background-image: url(../images/int-img.png);
	height: 222px;
}
#containerImgInt.client {
	background-image: url(../images/int-clients.png);
	height: 222px;
}
#containerImgInt.gallery {
	background-image: url(../images/int-gallery.png);
	height: 222px;
}
#containerImgInt.why {
	background-image: url(../images/int-why2.png);
	height: 222px;
}
#containerImgInt.services {
	background-image: url(../images/int-services2.png);
	height: 222px;
}
#containerImgInt.contact {
	background-image: url(../images/int-contact.png);
	height: 222px;
}



#shellImgInt {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 222px;
}

#containerContent {
	width: 100%;
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#shellContent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#containerFooterBar {
	width: 100%;
	background-image: url(../images/bg-footerBar.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
}

#shellFooterBar {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#containerFooter {
	width: 100%;
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 96px;
}

#shellFooter {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#headerContent {
	position: relative;
	height: 135px;
	background-image: url(../images/bg-header.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

#mainContent {
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainContentEnd {
	clear: both;
}

#primaryContent{
	float: left;
	width: 620px;
	margin: 30px 55px 20px 0px;
}
#primaryContentFull {
	float: left;
	width: 955px;
	margin: 30px 0px 20px 0px;
}

#secondaryContent{
	float: left;
	width: 285px;
	margin: 30px 0px 20px 0px;
}

#productContent {
	margin: 30px;
}

#footerContent {
	position: relative;
	height: 110px;
	background-image: url(../images/bg-footer.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#footerContentBar {
	position: relative;
	height: 56px;
	background-image: url(../images/bg-footer.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	left: 0px;
	top: 45px;
}

#tagline {
	position: absolute;
	top: 22px;
	right: 0px;
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #353e66;
	text-transform: uppercase;
	font-size: 22px;
}

#tagline span{
	color: #b2cd36;
}
.border {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c4c4c4;
	border-right-color: #c4c4c4;
	border-bottom-color: #c4c4c4;
	border-left-color: #c4c4c4;
}


#phone {
	position: absolute;
	top: 50px;
	right: 0px;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #353e66;
	font-size: 20px;
}




/* ------HOMEPAGE STYLES------*/




#barBlue {
	color: #fff;
	font-family: museo-slab,serif;
	font-weight: 500;
	font-size: 16px;
	background-color: #093f5b;
	height: 16px;
	padding: 10px 10px 10px 10px;
	margin: 10px 0 30px 0;
}

.boxes {
	width: 286px;
	float: left;
	margin-right: 51px;
	display: block;
	padding-top: 35px;
}
.boxes img:hover {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.boxes.last {
	margin-right: 0px;
}
.boxes .boxTitle {
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #333;
}
.boxes p {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}
.boxes ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boxes ul li {
	font-size: 13px;
	color: #999;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.boxes ul li.last {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.boxes ul li a:link, .boxes ul li a:active, .boxes ul li a:visited {
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	color: #353e66;
	display: block;
	text-decoration: none;
}
.boxes ul li a:hover {
	color: #9bb32d;
	text-decoration: none;
}




/* ------FOOTER STYLES------*/

#footerContact {
	width:600px;
	position:absolute;
	top: 15px;
	left: 0px;
	padding-left: 0px;
	color: #FFF;
	text-transform: uppercase;
	font-family: "myriad-pro-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	height: 26px;
	line-height: 25px;
	letter-spacing: 0.1em;
}
#footerContact span {
	color: #889ED0;
}


#footerPhone {
	position:absolute;
	top: 10px;
	color: #72bfc3;
	text-transform: uppercase;
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	height: 26px;
	line-height: 25px;
	right: 0px;
}
#footerPhone p {
	float:left;
	display: block;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3D589A;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #FFF;
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
}

#footerPhone p span {
	color:#889ED0;
}
#footerPhone a:link, #footerPhone a:active, #footerPhone a:visited {
	color: #889ED0;
	text-decoration: none;
	text-transform: none;
}
#footerPhone a:hover {
	color: #CCC;
	text-decoration: none;
}

#vfs {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 10px;
	color: #8D8D8D;
	position: absolute;
	left: 0px;
	top: 65px;
	text-align: center;
	width: 960px;
}

#vfs a:link, #vfs a:active, #vfs a:visited {
	color: #666;
	text-decoration: none;
}
#vfs a:hover {
	color: #353E66;
	text-decoration: none;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 10px;
	color: #666;
	position: absolute;
	right: 20px;
	top: 110px;
}

ul#socialLinks {
	position: absolute;
	left: 10px;
	top: 12px;
}

ul#socialLinks li {
	display: inline;
	list-style: none;
}





/* -------SEARCH STYLES------*/





#search {
	position: absolute;
	top: 106px;
	right: 5px;
}

#searchForm #target {
	font-family: league-gothic,League Gothic,sans-serif;
	font-weight: normal;
	color: #666;
	font-size: 15px;
	text-transform: uppercase;
	border: 1px solid #666;
	height: 20px;
	width: 123px;
	background-image: url(../images/bg-search.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}

#searchForm input {
	float: left;
}




/* ------GALLERY STYLES------*/




.gallerySummary {
	float: left;
	margin: 0 18px 0 0;
}

.gallerySummaryImageContainer{
	height:199px;
	width:209px;
	border: 1px solid #878787;
	overflow:hidden;
}

.galleryLastColumn {
	margin-right: 0px;
}

.gallerySummary .productName {
	font-family: league-gothic,League Gothic,sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #191919;
	text-transform: uppercase;
	max-height:40px;
	overflow:hidden;
	display:block;
}

.gallerySummary .productPrice {
	font-family: league-gothic,League Gothic,sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #e90707;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.gallerySummary p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	line-height: 12px;
}




/* DETAIL STYLES */




#detailImageContent{
	float: left;
	width: 400px;

	margin: 30px 15px 30px 30px;
}

#detailDescriptionContent{
	float: left;
	width: 475px;
	margin: 30px 30px 30px 15px;
}

#detailDescriptionContent h3 {
	font-family: league-gothic,League Gothic,sans-serif;
	font-weight: normal;
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	float: none;
}

#detailDescriptionContent .price {
	font-family: league-gothic,League Gothic,sans-serif;
	font-weight: normal;
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	color: #e90707;
	margin: 0 0 10px 0;
}

#detailDescriptionContent hr {
	border: none;
	border-top: dashed 1px #ccc;
	color: #666;
	background-color: #e9e9e9;
	margin: 10px 0 15px 0;
	clear: both;
}

#detailDescriptionContent #details {
	font-family: museo-slab,serif;
	font-weight: 500;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin: 10px 0 0 0;
	float: left;
}

#detailDescriptionContent #details span {
	color: #333;
}

#detailDescriptionContent #buttons {
	width: 115px;
	margin: 0 0 10px 0;
	float: right;
}

#detailDescriptionContent #buttons select {
	margin: 0 0 10px 0;
	float: right;
	width: 115px;
	height: 22px;
}




/* TEXT STYLES */




.alignleft {
	float: left;
}

.alignright {
	float: right;
}




/* IMAGE STYLES */




.pdfIcon {
	padding: 0 5px 0 10px;
}

ul#checklist {
}

ul#checklist li {
	list-style: url(../images/iconCheck.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	margin-left: 20px;
}

.imgBg{
	background-image:url(../images/img-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 225px;
	width: 610px;
}
.imgStyle {
	padding: 7px 0 0 7px;
}




/* GENERAL FORM STYLES */

.mainContentForm {
	width: 665px;
	margin: 20px 0 0px 0;
}

.mainContentForm p {
	font-size: 12px;
	color: #333;
	padding: 4px;
	margin: 0px;
	float: left;
	width: 320px;
}
.mainContentForm p.fullWidth {
	font-size: 12px;
	color: #333;
	padding: 4px;
	margin: 0px;
	float: left;
	width: 650px;
}
.mainContentForm p.fullWidth label{
	width: 650px;
}
.mainContentForm p.fullWidth textarea {
	width:650px;
}
.mainContentForm p.messageTitle {
	color: #00457C;
	font-family: league-gothic,League Gothic,sans-serif;
	font-weight: normal;
	font-size: 22px;
	width: 600px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.mainContentForm p.contact {
	color: #444;
	margin: 0 0 0 16px;
	padding: 0 0 0 0;
	text-align: left;
}

.mainContentForm legend {
	color: #29bebc;
	font-family: museo-slab,serif;
	font-weight: 500;
	padding: 2px;
	margin-left: 14px;
	font-size: 14px;
}

.mainContentForm label {
	color: #444;
	float: left;
	text-align: left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	width: 280px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
}
.mainContentForm label.optional {
	color: #A3A3A3;
}

.mainContentForm input {
	border: 1px solid #E1E1E1;
	color: #505050;
	float: left;
	height: 18px;
	margin: 0 5px 0 0;
	width: 280px;
	background-color: #FCFCFC;
}
.mainContentForm textarea {
	border: 1px solid #E1E1E1;
	height: 70px;
	width: 280px;
	background-color: #FCFCFC;
}
.mainContentForm textarea.messageBox {
	height: 200px;
	width: 600px;
}
.mainContentForm select {
	border: 1px solid #E1E1E1;
	color: #505050;
	float: left;
	height: 22px;
	width: 285px;
	background-color: #FCFCFC;
}
.mainContentForm select.securityq {
	width: 256px;
}
.mainContentForm input[type=radio] {
	border: none;
	width: 15px;
	margin:0px 3px 0px 0px;
	padding:0px;
	clear:both;
}
.mainContentForm input[type=checkbox] {
	border: none;
	margin: 0;
	width: 14px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mainContentForm input:focus,
.mainContentForm select:focus {
	background-color: #e5fbfe;
}

.mainContentForm fieldset {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin: 0 0 25px 0;
	padding: 5px;
}
.mainContentForm fieldset.column {
	float: left;
}
.mainContentForm fieldset.lastColumn {
	border-right: none;
	margin: 0 0 0 0;
}
.mainContentForm fieldset.alignLeft label {
	margin-left: 5px;
	text-align: left;
}

.mainContentForm .infobox {
	background: #FDFEFA url(/images/bg_infobox.gif) repeat-x top left;
	clear: both;
	float: left;
	font-size: 9px;
	height: 98px;
	margin: 0 0 0 0;
	padding: 5px;
	width: 770px;
}

.mainContentForm label.gender {
	margin: 0 0 3px 0;
	width: 34px;
	text-align: left;
	line-height: 19px;
}

.mainContentForm .obinfo {
	color: #f00;
	font-style: italic;
	text-align: right;
}

p.agreement {
	margin-left: 15px;
	text-align: center;
}
p.agreement input {
	float: none;
	margin-left: 15px;
}
p.agreement label {
	float: none;
	margin: 6px 0 0 0;
	text-align: left;
	width: 300px;
}

.mainContentForm input[type="reset"]{
	background-color:#CCC;
	background-image:url(/images/50-t-w-grade.png);
	background-position:0 0;
	background-repeat:repeat-x;
	border:0px solid #29bebc;
	color:#036;
	margin: 0 7px 7px 0;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-weight: 500;
	height:32px;
	line-height:18px;
	padding:0 0 0 0;
	width: 80px;
	font-size: 15px;
	font-style: italic;
}
.mainContentForm input[type="submit"]{
	background-color:#00457C;
	background-image:url(/images/50-t-w-grade.png);
	background-position:0 0;
	background-repeat:repeat-x;
	border:0px solid #29bebc;
	color:#FFF;
	margin: 0 7px 7px 0;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-weight: 500;
	height:32px;
	line-height:18px;
	padding:0 0 0 0;
	width: 80px;
	font-size: 15px;
	font-style: italic;
}
.mainContentForm input[type="submit"]:hover,
.mainContentForm input[type="reset"]:hover{
	color: #FFF;
	margin: 0 7px 7px 0;
	background-color: #C41E3A;
}


/* TABLE STYLES */




#tableDesign {
	border: 1px solid #fff;
	background-color: #fff;
	width: 100%;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#tableDesign td, #tableDesign th {
	border-top-color: white;
	border-bottom: 1px solid #afdedd;
	color: #29bebc;
}
#tableDesign th {
	font-family: museo-slab,serif;
	font-size:14px;
	font-weight: 500;
	color: #29bebc;
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 18px;
	background: #fff;
}
#tableDesign td {
	font-size: 12px;
	padding: 4px 7px 2px;
	vertical-align: middle;
}
#tableDesign th.checkWidth {
	width: 10px;
}
#tableDesign td.checkWidth input[type=checkbox] {
	margin-left: 15px;
}
#tableDesign tr:nth-child(even) {
	background: #f5fefe;
}



/* BUTTON STYLES */

.moreButton {
	background-image: url(../images/btnGrey.jpg);
	background-position:0 0;
	background-repeat:none;
	color:#666;
	margin: 0 0 0 0;
	cursor:pointer;
	font-family: league-gothic,League Gothic,sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	height:36px;
	line-height:38px;
	padding:0 0 0 0;
	width: 108px;
	text-align: center;
}

.moreButton a:link, .moreButton a:active, .moreButton a:visited {color: #666; text-decoration: none;}
.moreButton a:hover {color: #59ad16; text-decoration: none;}



/* Text Styles */
.pLines p{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 15px;
}
.line {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-top: 20px;
}


.title {
	font-size: 18px;
	color: #353e66;
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
}
.title2 {
	font-size: 18px;
	color: #6180BE;
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 700;
}
.quote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 19px;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: justify;
}
.quote .author {
	text-align: right;
	color: #353E66;
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}
.quote .author span {
	color: #889ED0;
	font-family: "myriad-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}
.closingQuote {
	line-height: 18px;
	background-image: url(../images/quote-close.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 24px;
	display: block;
	float: right;
}

.iconAction {
	float: right;
	padding-top: 12px;
}
#map {
	float: right;
	border: 1px solid #CCC;
	height: 250px;
	width: 400px;
}
#tableStyle {
	border: 1px solid #fff;
	background-color: #fff;
	width: 100%;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#tableStyle td, #tableStyle th {
	color: #333;
}
#tableStyle th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: 500;
	text-align: left;
	line-height: 18px;
	background: #fff;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
}
#tableStyle td {
	font-size: 12px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
	vertical-align: middle;
}
