/* jp74.com */

/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*font-family: inherit;*/
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

body {
	font: 10px/1.5em Arial, Helvetica, Geneva, sans-serif;
	background: #1d488a url(../images/bg_body2.jpg) no-repeat fixed center top;
	padding-bottom: 50px;
}

p {
	margin-bottom: 1em;
}

#midCol ul {
	padding-left: 1.5em;
}

#midCol li {
	list-style-type: disc;
	margin-bottom: 1.6em;
}

.blue {
	color: #004c8f;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p.bottom {
	margin-bottom: 0;
}

p.answer {
	background: url(../images/bg_answerbox.jpg) no-repeat 0 top;
	padding: 10px;
}

p.faq {
	color: #004c8f;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

p.padbig {
	padding-bottom: 40px;
}

img {
	display: block;
}

#wrapper {
	width: 944px;
	position: relative;
	padding-top: 1px;
	background-color: #fff;
	margin: 30px auto 10px;
	padding-bottom: 1px;
}

#header {
	height: 110px;
	position: relative;
	top: -10px;
}

#headerbg {
	background: transparent url(../images/header.png) no-repeat;
	height: 10px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#header h1, #header #flashLogo {
	position: absolute;
	top: 34px;
	left: 20px;
}

#flashLogo {
	background-color: white;
}

#header h2 {
	position: absolute;
	top: 42px;
	left: 642px;
}

/* @group navBar */

ul#navBar {
	width: 904px;
	position: relative;
	height: 49px;
	margin-left: 20px;
	background: url(../images/navbar.jpg) no-repeat;
	z-index: 101;
	margin-bottom: 25px;
}
ul#navBar li {
	position: absolute;
	top: 0px;
}
ul#navBar li, #navBar a {
	height: 44px;
	display: block;
}
ul#navBar a {
	text-indent: -5000px;
	text-decoration: none;
	background-image: url(../images/navbar.jpg);
}
li#nb1 {
	left: 0;
	width: 150px;
}
li#nb2 {
	left: 150px;
	width: 150px;
}
li#nb3 {
	left: 300px;
	width: 150px;
}
li#nb4 {
	left: 450px;
	width: 150px;
}
li#nb5 {
	left: 600px;
	width: 150px;
}
li#nb6 {
	left: 750px;
	width: 154px;
}

#nb1 a { background-position: 0px 0px; }
#nb2 a { background-position: -150px 0px; }
#nb3 a { background-position: -300px 0px; }
#nb4 a { background-position: -450px 0px; }
#nb5 a { background-position: -600px 0px; }
#nb6 a { background-position: -750px 0px; }

#nb1:hover a, #nb1.hover a {
	background-position: 0px -49px;
}
#nb2:hover a, #nb2.hover a {
	background-position: -150px -49px;
}
#nb3:hover a, #nb3.hover a {
	background-position: -300px -49px;
}
#nb4:hover a, #nb4.hover a {
	background-position: -450px -49px;
}
#nb5:hover a, #nb5.hover a {
	background-position: -600px -49px;
}
#nb6:hover a, #nb6.hover a {
	background-position: -750px -49px;
}


body#pHome #nb1 a, body#pHome #nb1 a:hover {
	background-position: 0px -98px;
}
body#pAbout #nb2 a, body#pAbout #nb2 a:hover {
	background-position: -150px -98px;
}
body#pResidential #nb3 a, body#pResidential #nb3 a:hover {
	background-position: -300px -98px;
}
body#pStudent #nb4 a, body#pStudent #nb4 a:hover {
	background-position: -450px -98px;
}
body#pPartners #nb5 a, body#pCommercial #nb5 a:hover {
	background-position: -600px -98px;
}
body#pContact #nb6 a, body#pServices #nb6 a:hover {
	background-position: -750px -98px;
}


#navBar .submenu {
	padding: 3px 7px 7px 3px;
	position: absolute;
	top: 44px;
	left: -3px;
	display: none;
	width: 150px;
}

#navBar li:hover .submenu, #navBar li.hover .submenu {
	display: block;
}

#navBar .submenu ul, #navBar .submenu li, #navBar .submenu a {
	background: none;
	position: static;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#navBar .submenu li {
	background-image: url(../images/submenu_bg.png);
	height: 1%;
	width: auto;
}

#navBar .submenu a {
	border-top: 1px solid #CEDBE7;
	height: 1%;
	text-indent: 0px;
	display: block;

	padding: 6px 14px 0px 14px;
	min-height: 34px;
	height: auto !important;
	height: 34px;

	font-size: 1.3em;
	color: #004C8F;
	font-weight: bold;
	position: relative;
	z-index: 201;
}
#navBar .submenu a span {
	display: block;
	font-size: 0.85em;
	font-weight: normal;
	color: #93B0C7;
}
#navBar .submenu a:hover {
	color: #fff;
	background: #246BA7;
}
#navBar .submenu a:hover span {
}


.nn, .ne, .ee, .se, .ss, .sw, .ww, .nw {
	position: absolute;
	font-size: 0px;
	z-index: 200;
}


.nw {
	width: 10px;
	height: 5px;
	top: 0px;
	left: 0px;
	background: url(../images/submenu_nw.png) top left no-repeat;
}
.nn {
	width: 50px;
	height: 5px;
	top: 0px;
	left: 10px;
	background: url(../images/submenu_nn.png) top left no-repeat;
}
.ne {
	width: 10px;
	height: 5px;
	top: 0px;
	right: 0px;
	background: url(../images/submenu_ne.png) bottom left no-repeat;
}
.ee {
	width: 10px;
	height: 50px;
	top: 5px;
	right: 0px;
	background: url(../images/submenu_ee.png) top left no-repeat;
}
.se {
	width: 10px;
	height: 9px;
	bottom: 0px;
	right: 0px;
	background: url(../images/submenu_se.png) bottom left no-repeat;
}
.ss {
	width: 50px;
	height: 9px;
	bottom: 0px;
	left: 10px;
	background: url(../images/submenu_ss.png) top left no-repeat;
}
.sw {
	width: 10px;
	height: 9px;
	bottom: 0px;
	left: 0px;
	background: url(../images/submenu_sw.png) top left no-repeat;
}
.ww {
	width: 10px;
	height: 50px;
	top: 5px;
	left: 0px;
	background: url(../images/submenu_ww.png) top left no-repeat;
}

/* @end */

/* @group Accordion */



#accordion {
	padding-top: 1px;
	padding-bottom: 3em;
}

#accordion p {
	margin: 0;
	padding-bottom: 1em;
}

.dataAccordian {
	/* fix IE bug with google maps */
	width: 100%;
}

#pCommercial #accordion h3,
#pResidential #accordion h3,
#pStudent #accordion h3 {
	background: #4684bd url(../images/bg_accord_on.gif) repeat-x;
	height: 37px;
	margin: 0px;
	margin-top: -1px;
	position: relative;
	color: #fff;
	clear: both;
	cursor: pointer;
	text-indent: -3000px;
	font-size: 1.4em;
	text-indent: 10px;
	line-height: 37px;
	margin-bottom: 15px;
}
#pCommercial #accordion h3:hover, #pCommercial #accordion h3.hover,
#pResidential #accordion h3:hover, #pResidential #accordion h3.hover,
#pStudent #accordion h3:hover, #pStudent #accordion h3.hover {
	background: #4684bd url(../images/bg_accord_off.jpg) repeat-x;
	color: #7d868e;
	display: block;
}

#pCommercial #accordion h3:active, #pCommercial #accordion h3.active,
#pResidential #accordion h3:active, #pResidential #accordion h3.active,
#pStudent #accordion h3:active, #pStudent #accordion h3.active {
	background: #4684bd url(../images/bg_accord_active.jpg) repeat-x;
	color: #7d868e;
	display: block;
}

#pFaqs #accordion h3, #pServices #accordion h3 {
	clear: both;
	text-indent: -3000px;
	cursor: pointer;
	background: none !important;
	color: #004c8f;
	text-indent: 0;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 15px;
	z-index: 102;
	font-weight: normal;

}

#pFaqs #accordion h3 {
	margin-left: 30px;
}

#pFaqs #accordion h3 .num, #pServices #accordion h3 .num {
	position: absolute;
	margin-left: -25px;
}

#pFaqs .data, #pServices .data {
	width: 421px;
	background: url(../images/bg_multi.jpg) no-repeat 0 top;
	z-index: 103;
	height: 100%;
}

#pFaqs .data p, #pFaqs .data ul, #pServices .data p, #pServices .data ul {
	padding: 10px 15px;
}

#pFaqs .data p + p, #pServices .data p + p {
	margin-top: 0;
	padding-top: 0;
}

#pFaqs .data ul, #pServices .data ul {
	list-style-type: disc;
	padding-left: 30px;
}

#pFaqs .data li, #pServices .data li {
	margin-bottom: 0.5em;
}

/* @end */

#banner {
	height: 270px;
	width: 904px;
	border-bottom: 5px solid #3e82c3;
	margin-bottom: 30px;
	margin-left: 20px;
	position: relative;
}

#bannerOverlay {
	height: 60px;
	width: 211px;
	position: absolute;
	top: 0;
	left: 693px;
	background: url(../images/banneroverlay.png) no-repeat;
	z-index: 100;
}

#bannerLeft {
	width: 692px;
	height: 270px;
	float: left;
	overflow: hidden;
}

#interested {
	float: right;
	width: 211px;
	height: 270px;
	/*height: 220px;*/
	background-color: #4684bd;
	color: #fff;
	position: relative;
	z-index: 99;
}

.developmentPreviews {
	background: url(../images/bg_answerbox.jpg) no-repeat 0 top;
	position: relative;
	margin-bottom: 30px;
	height: 1%;
	padding-right: 15px;
	padding-bottom: 0px;
}


.developmentPreviews p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.developmentPreviews p.more {
	padding-bottom: 0;
}

.devImageOverlay {
	background: url(../images/overlay_devimage.png) no-repeat;
	width: 100px;
	height: 100px;
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
}

.developmentPreviews h4 {
	font-size: 1.2em;
	margin-bottom: 4px;
	color: #004c8f;
	padding-top: 10px;
}

.developmentPreviews p.newsDate {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.developmentPreviewsImg {
	position: relative;
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	margin-right: 15px;
}

#newsImage {
	float: right;
	position: relative;
	width: 190px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.newsPreviews {
	background: url(../images/bg_answerbox.jpg) no-repeat 0 top;
	position: relative;
	margin-bottom: 42px;
}

.cornerTr {
	width: 5px;
	height: 5px;
	position: absolute;
	background: url(../images/corner_tr.png) no-repeat right top;
	top: 0;
	right: 0;
}

.cornerTl {
	width: 5px;
	height: 5px;
	position: absolute;
	background: url(../images/corner_tl.png) no-repeat left top;
	top: 0;
	left: 0;
}

.cornerBr {
	width: 5px;
	height: 5px;
	position: absolute;
	background: url(../images/corner_br.png) no-repeat right bottom;
	bottom: 0;
	right: 0;
}

.cornerBl {
	width: 5px;
	height: 5px;
	position: absolute;
	background: url(../images/corner_bl.png) no-repeat left bottom;
	bottom: 0;
	left: 0;
}

.newsPreviews p {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1em;
	line-height: 1.4em;
}

.newsPreviews h4 {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1.2em;
	margin-bottom: 3px;
	padding-top: 13px;
	color: #004c8f;
	font-weight: bold;
}

.newsPreviews p.newsDate {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.intSubmit {
	position: absolute;
	bottom: 20px;
	right: 15px;
}

#interested p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 8px;
	padding-bottom: 0;
}

#interested .tfield {
	border: none;
	color: #999;
	width: 180px;
	height: 13px;
	font-size: 1em;
	margin-left: 15px;
	margin-bottom: 10px;
}

#interested h5 {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
}

ul#checkList {
	color: #fff;
	position: relative;
	padding-right: 15px;
	padding-top: 3px;
	padding-left: 15px;
	margin-bottom: 10px;
}

ul#checkList li {
	padding-left: 0;
	margin-left: 15px;
	line-height: 1em;
	padding-bottom: 8px;
	list-style-type: disc;
}



div.contact-individual {
	float: left;
	width: 209px;
	margin-bottom: 2em;
}

div.profile + div.profile {
	margin-bottom: 1em;
	border-top: 1px dotted #bfbfbf;
	padding-bottom: 1em;
	padding-top: 1em;
}

div.profile img {
	float: left;
	display: block;
	margin-right: 20px;
}

div.profile p img {
	margin-bottom: 20px;
}

#content {
	width: 904px;
	margin-left: 20px;
	font-size: 1.2em;
	background: url(../images/content_bg.gif) repeat-y;
	line-height: 1.6em;
	margin-bottom: 25px;
}

#content h1 {
	margin-top: -3px;
	color: #004c8f;
	font-size: 1.8em;
	margin-bottom: 20px;
	line-height: 1.2em;
}

#content h2 {
	color: #004c8f;
	font-size: 1.3em;
	margin-bottom: 1em;
	margin-top: 0;
}

#leftCol {
	width: 211px;
	float: left;
}

/* @group clients services list */

#leftLists {
	min-height: 127px;
	height: auto !important;
	height: 127px;
	position: relative;
	margin-bottom: 20px;
}


#leftLists ul {
	color: #7d868e;
	background: url(../images/lists_bg.gif) repeat-x 0 bottom;
}

#leftLists a {
	color: #7d868e;
	text-decoration: none;
	display: block;
	background: url(../images/sidebar_feather.gif) no-repeat 0 center;
	padding-left: 35px;
	height: 31px;
}

#leftLists a:hover, #leftLists a.on {
	color: #004c8f;
}

#leftLists a.on {
	font-weight: bold;
}

#leftLists li {
	background: url(../images/lists_bg.gif) repeat-x 0 top;
	line-height: 2.8em;
	width: 100%; /* has layout */
}

#leftLists h2  {
	font-size: 1.2em;
	color: #004c8f;
	margin-right: 15px;
	margin-bottom: 1.7em;
	margin-top: 1.3em;
	line-height: 1em;
}

/* @end */

iframe {
	margin-bottom: 20px;
}

#midCol {
	color: #7d868e;
	float: left;
	width: 621px;
	margin-left: 41px;
	margin-right: 20px;
	overflow: visible;
	min-height: 400px;
}

#midCol a {
	color: #004c8f;
	text-decoration: none;
}

#midCol a:hover {
	color: #0b92c2;
	text-decoration: underline;
}

#midCol h2 {
	margin-top: 2.5em;
}

#midCol p.header {
	font-size: 1.3em;
	line-height: 1.4em;
}



.close {
	position: absolute;
	right: 15px;
	top: 10px;
	color: #9d868e;
	line-height: 1em;
}

#midCol h3.closeAccordion {
	height: 37px;
	color: #7d868e;
	background: #4684bd url(../images/bg_accord_off.jpg) repeat-x;
	font-size: 1.4em;
	text-indent: 10px;
	line-height: 2.3em;
	margin-bottom: 20px;
}

#rightCol {
	width: 211px;
	float: left;
}

#callUs {
	width: 211px;
	height: 64px;
	background: url(../images/callus2.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	margin-bottom: 20px;
	/*
	position: absolute;
	top: 147px;
	*/
}

.sideButtons {
	width: 211px;
	height: 211px;
	margin-bottom: 20px;
	position: relative;
}

.sideButtons a {
	position: absolute;
	top: 0;
	left: 0;
	width: 211px;
	height: 211px;
	text-indent: -3000px;
	/* ie 6 requiring a background for the whole link to be active */
	background: url(../images/spacer.gif);
}

.sideButtons h4 {
	height: 35px;
	width: 211px;
	position: absolute;
	top: 176px;
	left: 0;
	color: #fff;
	font-size: 1.2em;
	text-indent: 10px;
	line-height: 2.4em;
	font-weight: normal;
	background: url(../images/bg_sideboxes2.png) no-repeat;
}

#latestNews {
	color: #fff;
	position: relative;
	background: #4187cc url(../images/bg_newsbottom.jpg) no-repeat 0 bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#newsPic {
	width: 211px;
	height: 130px;
	position: relative;
}

.newsTop {
	background: url(../images/newstop.png) no-repeat top left;
	width: 211px;
	height: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#latestNews h2, #checkList h2  {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 15px 15px 10px;
	color: #fff;
}

#latestNews h3  {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	padding: 0 15px 5px;
	color: #fff;
}


#latestNews p  {
	padding: 0 15px 15px;
	color: #fff;
}

#latestNews a  {
	text-decoration: underline;
	color: #fff;
}

#testimonials {
	color: #7d868e;
	background: #e5e4e4 url(../images/bg_testimonial.jpg) no-repeat 0 bottom;
	position: relative;
	min-height:211px;
	height:auto !important;
	height:211px;
	padding: 0 15px;
}

#testimonials p {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

#topTestimonial {
	width: 211px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/top_testimonial.jpg) no-repeat;
}

#testimonials h2  {
	font-weight: bold;
	margin-top: 0;
	font-size: 1.2em;
	margin-bottom: 1em;
	padding-top: 15px;
}

/* @group bottom Links */

ul#bottomLinks {
	height: 1px;
	margin: 0px 20px;
	background: url(../images/bg_bottomlinks.gif) repeat-x;
	display: block;
	overflow: hidden;
}

ul#bottomLinks li {
	width: 211px;
	margin-right: 20px;
	height: 100px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
	color: #fff;
}

li#bottomCommercial {
	background: url(../images/btm_commercial.jpg) no-repeat;
}

li#bottomStudent {
	background: url(../images/btm_stu.jpg) no-repeat;
}

li#bottomResidential {
	background: url(../images/btm_resi.jpg) no-repeat;
	margin-left: 231px;
	display: inline;
}

ul#bottomLinks li.news {
	margin-right: 0;
	position: relative;
	background: url(../images/bg_newsletter.jpg) no-repeat;
	color: #7d868e;
}

ul#bottomLinks li.news div {
	width: 100%;
	height: 100%;
}

ul#bottomLinks li.news p {
	margin: 0px 14px;
	padding: 0px;
}

.newsGo {
	position: absolute;
	top: 43px;
	right: 15px;
}

.grey {
	color: #7d868e;
}

.lightGrey {
	color: #949fa8;
	font-size: 0.9em;
}

ul#bottomLinks p {
	font-size: 1em;
	padding-left: 95px;
}

ul#bottomLinks h3 {
	font-size: 1.4em;
	line-height: 4.4em;
	font-weight: bold;
	padding: 15px 0 5px 95px;
}

ul#bottomLinks .news h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 15px 0 12px 15px;
	color: #7d868e;
}

ul#bottomLinks li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 211px;
	height: 100px;
	text-indent: -5000px;
	/* ie 6 requiring a background for the whole link to be active */
	background: url(../images/spacer.gif);
}

/* @end */

/* @group footer */

#footer {
	position: relative;
	color: #9ea4aa;
	margin-bottom: -10px;
	height: 65px;
}

#footerbg {
	height: 10px;
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0px;
	background: red;
	background: url(../images/footer.png) no-repeat;
	overflow: hidden;
}

#footer a {
	color: #9ea4aa;
	text-decoration: none;
}

#footer a:hover {
	color: #004c8f;
}

#footer p {
	color: #9ea4aa;
	position: absolute;
	top: 20px;
	left: 20px;
}

#footer ul {
	position: absolute;
	right: 20px;
	top: 20px;
}

#footer li {
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	background: url(../images/bg_footer-li.gif) repeat-y;
}

#footer li.first {
	margin-left: 0;
	padding-left: 0;
	background: none;
}

/* @end */

.clearing {
	clear: both;
}


.ajax-loading {
	background-image: url(../images/ajax-loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.news .ajax-loading {
	background-image: url(../images/ajax-loading2.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

div.pdfBox {
	border: 1px solid #eee;
	margin-bottom: 1em;
	font-size: 1.4em;
	padding-right: 10px;
	padding-left: 55px;
	min-height: 46px;
	height:auto !important;
	height: 46px;
	display: block;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

span.pdficon {
	position: absolute;
	left: 10px;
	top: 5px;
}

a.pdf {
	position: relative;
	padding-top: 10px;
	display: block;
}

div.pdfBox p {
	font-size: 0.6em;
	line-height: 1.3em;
	margin-top: 0.5em;
}

div.sitemap {
	border: 1px solid #ddd;
	font-size: 1.2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-repeat: repeat-x;
	background-position: 0 top;
}

div.sitemap ul {
	margin: 20px;
}

div.sitemap ul ul {
	list-style-type: disc;
	padding-left: 2em;
	margin: 0 0 0.5em;
}

div.sitemap li {
	border-bottom: 1px solid #e0e0e0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

div.sitemap li li {
	border-bottom: none;
	font-weight: normal;
	font-style: normal;
}

/* @group contact */

form#frmContactForm {
	width: 421px;
	background: url(../images/contactbg.gif);
	padding-top: 10px;
	position: relative;
}

#contactBottom {
	float: left;
	height: 20px;
	width: 421px;
	background: url(../images/bg_contact_bottom.jpg) no-repeat 0 bottom;
	margin-bottom: 2em;
}

form#frmContactForm p {
	clear: both;
	padding-left: 20px;
	padding-top: 10px;
}

p.rb {
	width: 380px;
	float: left;
	text-align: right;
	padding: 0;
	margin: 0;
	padding-top: 20px;
}

form#frmContactForm .tfield {
	border: 1px solid #ccc;
	color: #666;
	width: 220px;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
	position: relative;
	margin: 0 40px 5px 15px;
}

form#frmContactForm select {
	margin: 0 40px 5px 15px;
}

form#frmContactForm .radiobutton {
	margin: 0 40px 5px 15px;
	width: 220px;
	float: right;
	display: block;
}
form#frmContactForm .radiobutton label {
	width: auto;
	float: none;
}

form#frmContactForm label {
	vertical-align: top;
	width: 120px;
	float: left;
}

.tfield {
	border: 1px solid #ccc;
	color: #999;
	font-size: 1em;
	margin-left: 15px;
	margin-bottom: 2px;
	padding: 2px;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 130px;
	margin-top: 0;
}

.txtField {
	width: 121px;
	border: 1px solid #ccc;
	color: #666;
	padding: 2px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

div.checkboxes {
	height: 1.5em;
	clear: both;
	margin: 0px 0px 10px 20px;
}
div.checkboxes input {
	margin-right: 5px;
	float: left;
}
form#frmContactForm div.checkboxes label {
	float: none;
	width: 100px;
	float: left;
}

form#frmContactForm .tarea {
	border: 1px solid #ccc;
	color: #666;
	height: 80px;
	width: 220px;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
	margin-left: 75px;
	margin-bottom: 5px;
	margin-right: 40px;
	margin: 0 40px 5px 15px;
	padding: 2px;
}
textarea.txtField {
	height: 150px;
	border: 1px solid #999;
	font-size: 1em;
}


#fldEnquiry {
	width: 300px;
	margin-right: 0;
	margin-left: 10px;
	float: none;
	vertical-align: top;
	margin-bottom: 0;
}

#fldContact #fldSubmit {
	float: right;
}

input#submit {
	margin-right: 20px;
	/* margin-top: -1em; */
}

form#frmContactForm .tfield:focus,form#frmContactForm  #fldEnquiry:focus {
	background-color: #e9f2f5;
	color: #004c8f;
	border-color: #184587;
}

form#frmContactForm div#jpFrmMessage {
	color: #fff;
	background-color: #7D868E;
	padding: 10px 20px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.jpFrmError {
	background-color: #FFCCCC;
	border-color: #f97463;
}

form#frmContactForm div.checkboxes label.firstInList {
	width: 112px;
}

/* @end */

/* @group rss */

div.feed {
	background: url(../images/bg_answerbox.jpg) no-repeat 0 top;
	margin-bottom: 1em;
	position: relative;
	padding: 10px 10px 0;
	height: 1%;
}

#midCol div.feed h2 {
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 10px;
}

div.feed h3 {
	font-weight: bold;
	margin-top: 0;
	font-size: 1.3em;
}

div.feed p.date {
	color: #b9b9b9;
	margin-bottom: 0;
	font-size: 1em;
}

a.rss {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/feed-icon-14x14.png) no-repeat 0 center;
	padding-left: 18px;
}

div#newsArticle {
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 1em;
}

div#newsArticle h2 {
	margin-bottom: 0;
	font-size: 1.8em;
	line-height: 1.3em;
}

div#newsArticle p.date {

}

div#recentNews {
	margin-bottom: 2em;
	border-bottom: 1px dotted #bfbfbf;
}

div#recentNews ul {
	margin-bottom: 1em;
	padding-left: 1.3em;
}

div#recentNews ul li {
	list-style-type: disc;
}

/* @end */



#map {
	height: 320px;
	margin-bottom: 20px;
	color: #000;
}

#map p a {
	color: #0000CC !important;
	text-decoration: underline !important;
}

#map h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0px 0.5em 0px;
}

#map p {
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

#map p.directions {
	margin-top: 1em;
}

#flashBox {
	margin-bottom: 20px;
}

div.partnerInfo {
	margin-bottom: 3em;
}

div.partnerInfo img {
	margin-bottom: 1.5em;
}

div.images img {
	margin-bottom: 1em;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
