/***** johnson & johnson style sheet *****/
/***** created by www.i-browser.co.uk 2008 *****/

* {
	margin:0px;
	padding:0px;
	}
	
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

body {
	/*margin: 0px;
	padding: 0px;
	/***** may need to style this *****/
	}

/***** text styles *****/

h1 {
	font-size:1.1em;
	font-weight: bold;
	color:#003366;
	}

h2 {
	height: 22px;
	border-bottom: 1px solid #EEEEEE;
	font-size: 1.2em;
	font-weight: bold;
	color:#003366;
	}


h3 {
	height: 22px;
	font-size: 1.1em;
	font-weight: bold;
	color:#003366;
	}

h4 {
	/*height: 10px;*/
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	margin-top:20px;
	}



/***** link styles *****/

a {color: #0077dd;}

a:hover {text-decoration: none;}

/***** wrapper *****/

#main_wrapper {
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	}

/** HEADER */

#header {
	width: 770px;
	margin: 20px auto 0px auto;
	}

#header h1 span {
	display:none
	}


#headercontact_details {
	display:inline;
	margin: 10px 50px 0px 0px;
	float:right;
	}

#headercontact_details p {
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#003366;
	font-size:1.1em;
	font-weight:bold;
	}

#date {
	color:#003366;
	font-weight:bold;
	margin-bottom:20px;
	text-align:right;
	}

/** MENU */

#main_nav {
	width: 770px;
	margin: 0px auto;
	padding-top:8px; /* roy */
	padding-bottom:8px;
	background: url(images/navandfooterbg.gif) repeat-x left top; /*may use this?*/ 
	/*background: #000033;*/
	text-align:center; /*roy*/
}

#main_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main_nav li {
	display: inline;
}

#main_nav a {
	background: url(images/nav_spacer.gif) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#main_nav a:hover {
	background: #FFFFFF;
	color: #254360;
}

#main_nav .active {
	background: #FFFFFF;
	color: #254360;
}

/** Content Wrapper */

#content_wrapper {
	clear:both;
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#main_content {
	float: left;
	width: 540px; /* was 538 */
	padding-right: 20px;
	border-right: 1px solid #EEEEEE;
}

/********************************************* blockquote****************************/

blockquote {
  background: transparent url(images/open_quote1.gif) left top no-repeat;
  border-bottom:1px solid #E6DFCE;
  padding-bottom:10px;
}

blockquote div {
  padding: 0 28px;
  background: transparent url(images/close_quote1.gif) right bottom no-repeat;
  margin-bottom:10px;
}


/******************************** newsitem ****************************************/

.newsitem h4 {
	margin: 20px 0 10px 0;
	padding: 5px 5px;
	background: url(images/img02.gif) repeat-x;
	border: 1px solid #F2F2F2;
	font-size: 12px;
	color: #900;
}	
.newsitem p {
	padding: 5px 5px;
	font-size:.9em;
	
}


/*** style the ul lists on the privacy, terms, copyright, asessibility pages ****/
.footerlink_lists {
	text-align:left;
	margin: 0 0 0 20px;
	list-style: inside square;
	}
	
/********************************* flash style *****/
#flashcontent {
margin-left:0px;
/*float:right;*/
}

#left_box {
margin-right:10px;
float:left;
}

#right_box {
margin-left:10px;
float:right;
}

.services {
	background:url(images/test_services_background_a.jpg) no-repeat right top; 
	/*float:right;*/
	/*width:320px;*/
	margin: 0 0 20px 10px;
	font-size:.9em;
	font-weight:bold;
	}

.services ul {
	padding:0;
	margin:0;
	list-style: none;
	}

.services li{
	background:url(images/tick.gif) no-repeat left 80%;
	color: #666666;
	padding-left:20px;
	margin-top:5px;
	}

/* site map */ 

#sitemap {
	background:url(images/jjpic_8.jpg) no-repeat right;
	margin: 0 0 0 50px;
	}
	
#sitemap ul {
	list-style-type:square;
	margin-top:10px;
	margin-left: 20px;
	/*padding-left:20px;*/
	}
#sitemap ul ul {
	list-style-type: disc;
	margin-left:50px;
	}
#sitemap li {
	padding-bottom:5px;}

/* subcontent */

.subcontent_left {
	float:left;
	width:250px;
	}
	
.subcontent_right {
	float:right;
	width:250px;
	}

/** side content **/

#side_content {
	float: right;
	width: 200px;
}

#side_content p{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	padding: 0px 0px 0px 5px;
	}

#side_content img {
	margin-bottom:12px;
	}
	
#side_content h2 {
	margin: 0 0 10px 0;
	padding: 5px 5px;
	background: url(images/img02.gif) repeat-x;
	border: 1px solid #F2F2F2;
	font-size: 12px;
	color:#900;
}	


#side_content h2 a { color:#900; text-decoration:none;}

#side_content h2 a:hover { color:#0077dd;}



.side_content_list {
	text-align:left;
	margin: 0 0 20px 0;
	list-style: none;
	}

.side_content_list a {
	background: url(images/bullet_1.gif) no-repeat left 60%;
	padding-left: 16px; 	
	}	


.more_link {
	font-size:.9em;
	text-decoration:none;
}


.testimonial_box {
	/*background: url(images/thankyou_testimonial.gif) no-repeat;*/
	width:200px;
	height:125px;
	margin:20px 0px 10px 0px;
	}	

.advert_box {
	background: url(images/jjlegal_animated_ad.gif) no-repeat;
	width:200px;
	height:125px;
	margin-bottom:10px;
	}	
	
/* bookmarks div */	
#bookmarks {
	width:770px;
	clear: both;
	margin: 0px auto;
	text-align:center;
	/*margin-left:50px;*/
	/*margin-right:0px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#333333;
	border-top: 1px solid #EEEEEE;
	padding-top:10px;
	}

#bookmarks a {
	margin:0px;
	padding:0px;
	text-decoration:none;
	}
	
#bookmarks a:hover {
	color:#000099;
	/*text-decoration:underline;*/
	}

	
.bookmark_img {
	vertical-align:middle;
	}


	
.clearone {
clear:both;
height:0px;
}

#side_content .small {
	font-size: .8em;
	}

/***** footer *****/

#footer {
	width:770px;
	clear: both;
	margin: 0px auto;
	height: 45px;
	background: url(images/navandfooterbg.gif) repeat-x left top;
	text-align: center;
	}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 12px;
	color: #FFFFFF;
	}

#footer a {
	color: #ffffff;
}


/***** subfooter *****/
#subfooter {
	clear: both;
	margin: 0px auto;
	height: 59px;
	/*background: url(images/img03.gif) repeat-x left top;*/
	text-align: center;
}

#subfooter p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: .7em;
	/*color: #FFFFFF;*/
}

#subfooter a {
	color: #003366;
}




/***** images *****/

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 20px;
}


img.centre {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	}

img.vertical_middle {
	vertical-align:middle;
	}

/* Form Style */

label{
float: left;
width: 80px;
font-family:Arial, Helvetica, sans-serif;
}

input, textarea, select{
width: 150px;
margin-bottom: 5px;
}

textarea{
width: 150px;
height: 60px;
}

.boxes{
width: 1em;
}

#submit_exe, #submit_sa{
margin-left: 80px;
margin-top: 5px;
width: 120px;
}

br{
clear: left;
}

.addressbox_left {
	float:left;
	width: 30%;
	margin-left:0px;
	margin-bottom:0px;
	font-weight:bold;
	}

.formbox {
	width:50%;
	float:right;
	}

.blue_bold_text {
	font-weight:bold;
	color:#000066;
	}

.pdf_center {
	text-align:center;
	}
	
.newsfeed {
	font-size:.9em;
	background:url(images/newsfeed_bg.gif) #EFEFEF top repeat-x ;
	color: #333333;
	padding:5px;
	}
	
#callback form {
	/*width:215px;*/
	/*height:342px;*/
	font-size:.8em;
	/*float:left;*/
	display:inline;
	}

#callback label {
clear:both;
display:block;
float:left;
margin:0px 3px 0px 0px;
padding:0px 0px;
width:50px;
color: #666666;
}

#callback input {
	width:140px;
	}

#callback .submitdraw {
	width:150px;
	}
.callback {
	margin-left:55px;
}

#callback ul {
	list-style:none;
	}