/* 

heading dark 	: #09466C
heading light	: #fafafa 
body text dark	: #222
border dark		: #146CA1
link dark		: #124CA1
banner text		: #fafafa
*/

/* --------------------------------------------------------------- MAIN ----------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	color: #09466c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	background:#fafafa;
}
#container {
	margin: 0px auto;
	width: 990px;
}
/* -------------------------------------------------------------- UTILITIES ---------------------------------------------------------*/
.rndCnr {
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	 -moz-border-radius:8px;
}
.bdrSilver {
	border-color:#F0F0F0 silver silver silver;
	border-style:solid;
	border-width:2px;
}
.bdrAqua {
	border:1px solid #146CA1;
}
.clearfloat {
  clear: both;
  display: block;
}

#aboutContent,#servContent,.btmcolumn,.subcolumnL,.subcolumnR,.TabbedPanelsContent,.TabbedPanelsContentGroup {
	background:#fafafa;
}

/* --------------------------------------------------------- TYPOGRAPHY ----------------------------------------------------------*/

.span {
	margin: 15px 0 0 0;
}
h1 {
	color:#09466C;
	font-size:1.2em;
	font-weight:bold;
	line-height:14px;
	margin:25px 15px;
	padding:14px 0;
}
h2 {
  color: #09466C;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 14px;
  font-size:1.4em;
}
h3 {
  color: #09466C;
  font-size:1.4em;  
}
h4 {
  color: #09466C;
}
h5 {
  color: #09466C;
  line-height:normal;
}
h6 {
  color: #09466C;
}
hr {
	border:1px solid #e8e8e8;
	width:95%;
}
a,  a:link {
  color: #09466C;
  font-weight: bold;
  text-decoration: underline;
  outline:none !important;
}
a:visited {
  font-weight: bold;
  text-decoration:underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  color: #bf1c1c;
}
a:active {
  color: #09466C;
}
ul {
	margin:-7px 0 18px;
}
li {
	text-decoration: none;
	background:transparent url(../images/Bullet.png) no-repeat scroll 0 1px;
	list-style: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-decoration:none;
	text-indent:13px;

}
/* ---------------------------------------------------------------STRUCTURE --------------------------------------------------------*/

#outerWrapper {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}

/* --------------------------------------------------------------- HEADER ----------------------------------------------------------*/


#header {
	background: url(../images/Header_990x116.gif) no-repeat 0px 0px;
	height: 116px;
	text-align: center;
}
#header #logo {
	margin: 0px auto;
	position: relative;
	top: 18px;
	z-index: 1000;
}

/* --------------------------------------------------------------- MAIN NAV ----------------------------------------------------------*/

#topNavigation {
	background: url(../images/dropmenu.gif) repeat-x 0px 0px;
	text-align: left;
	height: 29px;
	border: 1px solid #146CA1;
	padding: 0;
	margin: 0;
}
#topNavigation .navContainer {
	margin:1px 0 0 5px;
	padding:0;
}
#topNavigation li {
	text-indent: 0 !important;

}
#topNavigation a {
	text-decoration: none !important;
}
.breadcrumb {
	background-color:#FAFAFA;
	font-family:"Trebuchet MS";
	font-size:1.18em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:0;
	line-height:normal;
	margin-top:0;
	padding:0;
	text-decoration:none;
}

/* --------------------------------------------------------------- CONTENT ----------------------------------------------------------*/
#spacertop {
	background:transparent url(../images/dropmenu.gif) repeat-x scroll 0 -10px;
	height:5px;
	margin-left:10px;
	margin-right:10px;
}

#contentWrap {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	border-right: 1px solid #146CA1;
	border-left: 1px solid #146CA1;
	padding: 10px;
}
#contentWrap #leftColumn1 {
  background-color: #cda98b;
  border-bottom: solid 5px #09466C;
  float: left;
  margin-bottom: 20px;
  padding: 10px 20px 50px 20px;
  width: 140px;
}
/* --------------------------------------------------------------- SIDEBAR ----------------------------------------------------------*/
#sidebar {
	float:left;
	margin:5px 0 0 2px;
	width:180px;
}
#sidebarHome {
	float:left;
	margin:0 0 0 2px;
	width:170px;
}

/* begin Box, Block */

.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:19px;
	min-height:19px;
}

.art-Block-body
{
	position: relative;
	z-index:1;
	padding: 5px;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
{
	position:absolute;
	z-index:-1;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
{
	width: 22px;
	height: 22px;
	background: url(../wordpress/wp-content/themes/CopyBreak/images/Block-s.png);
}

.art-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 11px, 11px, auto);
}

.art-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 11px, 11px);
}

.art-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(11px, 11px, auto, auto);
}

.art-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(11px, auto, auto, 11px);
}

.art-Block-tc, .art-Block-bc
{
	left: 11px;
	right: 11px;
	height: 22px;
	background-image: url(../wordpress/wp-content/themes/CopyBreak/images/Block-h.png);
}

.art-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 11px, auto);
}

.art-Block-bc
{
	bottom: 0;
	clip: rect(11px, auto, auto, auto);
}

.art-Block-cr, .art-Block-cl
{
	top: 11px;
	bottom: 11px;
	width: 22px;
	background-image: url(../wordpress/wp-content/themes/CopyBreak/images/Block-v.png);
}

.art-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 11px);
}

.art-Block-cl
{
	left:0;
	clip: rect(auto, 11px, auto, auto);
}

.art-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	background-image: url(../wordpress/wp-content/themes/CopyBreak/images/Block-c.png);
}


.art-Block
{
	margin:0 0 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 8px;
	margin:3px 3px 10px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #fafafa;
	white-space : nowrap;
	padding: 5px 0 0;
	text-align:center;
	text-shadow:1px 2px 1px #09466c;
	font: normal 16px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url(../wordpress/wp-content/themes/CopyBreak/images/BlockHeader.png);
}

.art-BlockHeader .l
{
	left:0;
	right:7px;
}

.art-BlockHeader .r
{ 
	width:998px;
	right:0;
	clip: rect(auto, auto, auto, 991px);
}




/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 0;
}



.art-BlockContent-body
{
	color:#3D3D3D;
	font-family:"Verdana",Arial, Helvetica, Sans-Serif;
	font-size: 1.18em;
	font-style: normal;
	font-weight: normal;
}

.art-BlockContent-body a:link
{
	color:#246689;
	font-family:"Verdana",Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	font-family:"Verdana",Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #3087B5;
	font-family:"Verdana",Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

#instlogo,
#ecademy a,
#linkedIn a
{
	background: url(../images/WWSideBarSprite.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:transparent;
	display:block;
	text-decoration:none;
	margin:0;
	padding:0;
}
#healthcheckHome a span,
#healthcheck a span {
	visibility:hidden;
}

#commentHead {
	background-position:0 -124px;
	height:43px;
}
#ecademy a {
	background-position:3px -229px;
	height:54px;
}
#ecademy a:hover {
	background-position:3px -228px;
}
#linkedIn a {
	background-position:3px -283px;
	height:67px;
}
#linkedIn a:hover {
	background-position:3px -282px;
}
#healthcheck,
#ecademy,
#linkedIn,
#instWrap,
#betterNetworking
{
	border-bottom:1px solid silver;
	margin:5px 0 10px 0;
	padding-bottom:5px;
}
#healthcheck,
#healthcheck a {
	display:block;
	height:120px;
	margin:15px 0;
	padding-bottom:10px;
	width:165px;
}
#healthcheck a
{
	background: url(../images/HealthCheck_160x120.gif) no-repeat 0px 0px;
	text-decoration:none;
}
#healthcheck a {
	
	background-position:4px 0;
}
#healthcheck a:hover {
	background-position:4px 1px;
}
#instWrap #instlogo {
	background-position:3px -168px;
	height:61px;
}
#instWrap #instlogo a:hover {
	background-position: 3px -167px;
}
.comments {
	color:#09466C;
	font-size:12px;
	line-height:15px;
	margin:0 auto 10px;
	text-align:center;
}
.comments {
	width:165px;
}

.comments a {
	font-size:0.9em !important;
}
#betterNetworking a {
	background:url("../images/BetterNetworking.jpg") no-repeat scroll 1px -2px transparent;
	display:block;
	height:83px;
	margin:0 auto;
	width:165px;
}
#betterNetworking a:hover {
	background-position:1px -1px;
}
/* --------------------------------------------------------------- FOOTER ----------------------------------------------------------*/
#footer {
	background:transparent url(../images/Footer_990x110.gif) no-repeat scroll 0 0;
	height:110px;
	border-top: 1px none #146CA1;
	border-right: 1px solid #146CA1;
	border-bottom: 1px solid #146CA1;
	border-left: 1px solid #146CA1;
	text-align: center;
	margin-top:0;

}

#footerContent {
	text-shadow:0 1px 1px #3399ff;
	position:relative;
	top:10px;
	height:120px;
}
#footerContent h2 {
	font-size:16px;
	left:445px;
	line-height:normal;
	position:absolute;
	top:40px;
	width:160px;
}
#footer #sidebarBtm {
	height:20px;
}
#contentWrap #content {
	margin:0px 0 20px 30px;
	float:left;
}
#contentWrap #rtcolumn {
	float: right;
	width: 350px;
	margin-right: 25px;
	border-left: 1px solid silver;
}
#footer a {
	position:relative;
	top: 20px;
}
#footerCnt {
	background:transparent url(../images/Footer_990x110.gif) no-repeat scroll 0 20px;
	height:130px;
	border-top: 1px none #146CA1;
	border-right: 1px solid #146CA1;
	border-bottom: 1px solid #146CA1;
	border-left: 1px solid #146CA1;
	text-align: center;
	width:988px;
	position:relative;
	left:-1px;
}
#siteseal {
	left:80px;
	position:absolute;
	top:15px;
	z-index:100;
}

/* --------------------------------------------------------------- HOME PAGE --------------------------------------------------------*/
#homeContent {
	float:right;
	margin-right:-6px;
	width:790px;
}
#banner {
	background:transparent url(../images/banner_bg.jpg) repeat-x scroll 0 0;
	height:190px;
	margin:7px auto 0;
	padding:5px 30px;
	width:708px;
}
#banner #bannerContent {
	height:182px;
	margin:0 auto;
	padding:0 5px;
}
#splash {
	background:transparent url(../images/Splash2.jpg) no-repeat scroll 0 0;
	display:inline;
	float:left;
	height:148px;
	margin:40px 0 0 5px;
	width:160px;
}
#banner h1,
#banner p,
#banner li,
#banner a {
	color:#09466C;
}
#banner p,
#banner li,
#banner a {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
}
#banner h1 {
	border-bottom:1px solid #09466C;
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
	line-height:17px;
	margin:0 0 3px;
	padding:0 0 4px;
	text-align:center;
}
#banner p {
	line-height:16px;
	margin:0 0 5px 5px;
	padding:0;
}
#banner ul {
	margin:5px 0 5px 12px;
	padding:0;
}
#banner li {
	background:transparent url(../images/Bullet.png) no-repeat scroll 0 4px;
	line-height:15px;
	text-indent:15px;
}
#banner a {
	text-decoration: underline;
}
#banner a:hover {
}
.subcolumnWrap {
	display:inline;
}

.subcolumnL {
	float:left;
	font-size:13px;
	height:337px;
	line-height:14px;
	margin:10px 0 10px 10px;
	padding:10px;
	width:340px;
}
.subcolumnL p {
	font-size:13px;
	line-height:19px;
	margin:9px 0;
}
.subcolumnL ul {
	margin:0 0 0 10px !important;
	padding:0;
}
.subcolumnL ul li {
	background-position:0 7px;
	line-height:22px;
	text-indent:16px;
}
.subcolumnL ul li a {
	font: normal 1em "Trebuchet MS";
	text-decoration: none;
	list-style: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-decoration:none;
	text-indent:20px;
}
.subcolumnL ul li a:hover {
	text-decoration:underline;
}
.subcolumnL h2,
.subcolumnR h2 {
	border-bottom:1px solid;
	font-size:18px;
	line-height:20px;
	padding-bottom:5px;
	text-align:center;
}
.subcolumnR {
	float:right;
	font-size:13px;
	height:337px;
	line-height:11px;
	margin:10px 7px 10px 0;
	padding:10px;
	width:373px;
}
.subcolumnR .imgSpacer {
	height:6px;
	width:6px;
	margin:0;
	background: url(../images/imgSpacer.jpg) no-repeat -2px -2px;
}
.first:first-letter {
	font-weight: bold;
	text-align: left;
	background: none;
	list-style: none;
	margin-right: 2px;
	color: #09466C;
}
h2 {
	font-size:1.4em;
	line-height:20px;
}
.btmcolumn {
	clear:both;
	font-size:13px;
	line-height:17px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	width:758px;
}
.btmcolumn p {
	margin:10px;
}
.btmcolumn a {
	color: #09466C;
	text-decoration: underline;
}
.btmcolumn a:hover {
}

/* --------------------------------------------------------------- ABOUT US ----------------------------------------------------------*/
#aboutContent {
	float:right;
	margin:6px 0 0;
	padding:10px;
	width:750px;
}
#aboutContent h1 {
	border-bottom:1px solid silver;
	margin:0 15px 0 0;
	font-size:1.8em;
}
#aboutContent h2 {
	font-size:1.4em;
	line-height:14px;
	margin:26px 0 5px;
}
#aboutContent p {
	font-size:1.1em;
	line-height:16px;
}
#aboutContent ul {
	margin:5px 0;
}
#aboutContent li, h4 {
	font-size:1.1em;
	font-weight:normal;
	line-height:normal;
}

/* --------------------------------------------------------------- SERVICES MAIN -----------------------------------------------------*/
#mainContent {
	float:right;
	margin:12px 0 0;
	padding:0 10px;
	width:760px;
}
#servContent h1 {
	margin:5px 5px 5px 0;
	border-bottom:1px solid silver;
	font-size:1.6em;
	line-height:0;
}
#servContent h2 {
	line-height:normal;
	margin-top:20px;
}
#servContent p {
	line-height:normal;
	font-size:1.3em;
}
#servContent li {
	font-size:1.4em;
}
#linkBoxLeft,
#linkBoxCenter,
#linkBoxRight
{
	display:inline;
	height:150px;
	margin:5px;
	padding:0;
	text-align:left;
	width:200px;
}
#linkBoxLeft h2,
#linkBoxCenter h2,
#linkBoxRight h2
{
	color:#fafafa;
	font-weight:normal;
	font-size:16px;
}

#linkBoxLeft {
	float:left;
	margin:-5px 0 0 35px;
}
#linkBoxCenter {
	float:left;
	margin:-5px 0 0 42px;
}
#linkBoxRight {
	float:right;
	margin:-5px 35px 0 0;
}

#linkBoxLeft ul,
#linkBoxCenter ul,
#linkBoxRight ul
{
	height:100px;
	margin:0 auto;
	padding:0 0 20px;
	width:175px;
}
#linkBoxLeft li,
#linkBoxCenter li,
#linkBoxRight li
{
	font-size:1.4em;
	background:none;
	text-indent:0;
}
#linkBoxLeft a,
#linkBoxCenter a,
#linkBoxRight a
{
	font-weight:normal;
	text-decoration:none !important;
}
#linkContainer {
	background:transparent url(../images/banner_bg.jpg) repeat-x scroll 0 0;
	height:168px;
	left:0;
	padding:15px 0;
	position:relative;
	top:-4px;
}
#art-Block-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}

#servContent {
	margin:8px 0 15px;
	padding:0 10px;
}

/* --------------------------------------------------------------- CONTACT US -----------------------------------------------------*/
#contactContent {
	float:right;
	margin:12px 0 0;
	padding:10px;
	width:745px;
	background:#fff;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	
	border-color:#F0F0F0 silver silver #F0F0F0;
	border-style:solid;
	border-width:1px 2px 2px 1px;
}
#contactContent h2 {
	font-size:1.12em;
	line-height:18px;
	font-family:"Lucida Grande";
	font-weight:bold;
	border-bottom:1px solid #09466c;
	text-align:left;
	padding:0;
	margin-bottom:35px;
	width:417px;
}
#form {
	margin-top: 0;
	border-right: 2px solid #09466c;
	width: 60%;
}
#emailContact {
	margin-left:5px;
}	
#contactName {
	width:65%;
}
#contactContent #mailSent {
	border-right:1px solid silver;
	height:100%;
	margin-top:50px;
	min-height:375px;
	width:55%;
}

#stamp {
	background:transparent url(../images/Stamp.gif) no-repeat scroll 130px -5px;
	height:130px;
	width:280px;
	float:right;
	margin-right: 0px;
	z-index:1000;
	height:500px;
}
Label {
	text-transform:uppercase;
	padding:3px 0;
  	color: #09466C;
	font-size:1.1em;
}
.inputValue,
.inputText {
	-webkit-border-radius:3px;	 
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
}
.inputValue {
	width:94%;
}
.inputText {
	height:150px;
	width:94%;
	border: 1px solid;
	border-color:#666 #ddd #ddd #666;

}
.inputValue,
.inputText {
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	margin: 0 0 12px 0;
}
#sprytextfield1 {
	margin:0;
	padding:0;
}
#sprytextfield2 {
	margin:0;
	padding:0;
}
#captcha {
	border:2px solid #222;
}
.caseSens {
	display:inline;
	font-family:"Lucida Grande";
	font-size:1em;
	margin-left:11%;
	width:105px;
}
.inputButton {}
.textfieldServerError {
  display:block;
  margin:0px;
  color:#CC3333;
  border: 1px solid #CC3333;
}
#contactDetails {
	margin:190px auto 0;
	width:200px;
}
/* --------------------------------------------------------------- THANK YOU -----------------------------------------------------*/
#thankyouContent {
	float:right;
	margin:12px 0 0;
	padding:10px;
	width:745px;
	background:#fff;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	
	border-color:#F0F0F0 silver silver #F0F0F0;
	border-style:solid;
	border-width:1px 2px 2px 1px;
}
#thankyouContent h2 {
	font-size:1.18em;
	line-height:0;
	font-family:"Lucida Grande";
	font-weight:bold;
	border-bottom:1px solid #09466c;
	text-align:left;
	padding:0;
	margin-bottom:35px;
	width:417px;
}

#thankyouContent #mailSent {
	height:100%;
	margin:25px auto;
	width:80%;
}
#mailSent h1 {
	font-size:2em;
	border-bottom:1px solid #09466c;
	width:350px;
	margin:0 0 15px 0;
}
#mailSent h4 {
	font-size:1.2em;
	font-weight:bold;
	margin-left:10px;
	line-height:20px;
}
#mailSent p {
	font-size:1.2em;
	margin:16px 0 10px 10px;
	color:#09466c;
}	
#thankyouDetails {
	margin:35px 0 35px -30px;
	width:200px;}
#sentStamp {
	background:transparent url(../images/Stamp.gif) no-repeat scroll 0px -5px;
	height:122px;
	width:148px;
	float:right;
	margin-right: 0px;
	z-index:1000;
	height:122px;
}

#emailLink, #twitterLink, #skypeLink, #phone {
	background: url(../images/commsSprite.gif) no-repeat;
	height:20px;
	list-style: none;
	line-height:25px;
	padding-left:6px;
	margin-top:10px;
}
#emailLink{
	background-position: 0 0;
}
#twitterLink {
	background-position: 0 -33px;

}
#skypeLink {
	background-position: 0 -66px;

}
#phone {
	background-position: 0 -99px;

}
#emailLink h2,
#twitterLink h2,
#skypeLink h2,
#phone h2
 {
	border:none;
	text-align:left;
	margin-top:10px;
	font: italic 1.2em/1.6em "Trebuchet MS";
}
/* -------------------------------------------------------------- FAQs --------------------------------------------------------------*/

#faqContent {
	float:right;
	margin:12px 0 0;
	padding:0 10px 10px 0;
	width:745px;
}

#intro {
	margin:10px 0;
	width:718px;
}
#intro h1 {
	font-size:1.4em;
	border-bottom:1px solid silver;
	margin:0 0 20px 10px;
	line-height:0;
}
#faqContent ul {
	margin:10px 0;
	width:675px;
}
/* -------------------------------------------------------------- HEALTHCHECK -------------------------------------------------------*/
#healthcheckad {
	background: url(../images/AdGrad.gif) repeat-x 0px 2px;
	border:3px solid #146CA1;
	padding:0 10px;
}
#healthcheckad h2 {
	font-size: 1.8em;
	line-height:0em;
}
/* -------------------------------------------------------------- Brief Form -------------------------------------------------------*/

#briefContent {
	float:right;
	margin-right:15px;
	padding:10px;
	width:720px;
	background:#fff;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	
	border-color:#F0F0F0 silver silver #F0F0F0;
	border-style:solid;
	border-width:1px 2px 2px 1px;
}
/* -------------------------------------------------------------- Accordion -------------------------------------------------------*/

.AccPanel {
	margin-bottom: 15px;
	margin-left:0px;
	padding: 0px;
}
.AccHeader {
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-left:7px;
	color:#09466c;
	border-bottom: 1px solid silver;
	padding-bottom:5px;
	cursor: hand;
	cursor: pointer;
	font: bold 14px "Trebuchet MS";
	margin: 10px 0;

}

.AccHeader h2 {
	border-bottom: 1px solid silver;
	font-size: 18px !important;
	padding-bottom:5px;
	font-weight:normal;
	width:655px;
}
.AccContent {
	margin: 0 auto;
	padding: 0px;
	width:690px;
	border:1px solid silver;
}

.AccContent li {
	background:none !important;
	list-style:url(../images/Bullet.png) none !important;
	text-indent:0 !important;
	margin:0 0 0 11px;
}
.AccContent p {
	text-indent:0 !important;
	margin:5px;
	line-height:18px;
	padding:0;
}
.AccContent li,
.AccContent p {
	color:#222;
	font-size:1.1em;
	line-height:19px;
}
.AccHeader a {
	text-decoration: none;
}
.openAccHeader {
}
.closedAccHeader {
}
.AccHeaderHover,  .PanelOpen .AccHeaderHover {
	color:#999;
}
.openAccHeader h2 {
	padding-top:0px;

}
.AccPanelOpen .Content {
	margin:0 0 0 5px;
	padding:10px 0;
	width:655px;
}
.AccPanelFocused .AccHeader {
}
#form1 td {
	font-size: 16px;
	line-height: normal;
	padding: 10px;
}
#packageTop {
	margin:6px 0 0 196px;
	padding:10px;
	width:735px;
}
#packageWrap {
	margin:0 0 0 194px;
	padding:0;
	width:780px;
}
#homePackageWrap {
	margin:12px 10px;
	padding:20px;
	width:730px;
}
#earth, #water, #fire {
	float:left;
	margin:10px;
	text-align:left;
	width:173px;
	height:200px;
}
#packageWrap #earth, #packageWrap #water, #packageWrap #fire {
	border:none !important;
	margin:10px 3px;
	text-align:left;
	float:none;
	width:auto;
	height:auto;
}
#packWrapper {
	width:590px;
	margin:0 auto;
}
#earth {
	border:1px solid #6E2609;
}
#water {
	border:1px solid #216B84;
}
#fire {
	border:1px solid #A51404;
}
#earth .art-BlockHeader, #water .art-BlockHeader, #fire .art-BlockHeader{
	height:60px;
	margin:-12px 0 0 -12px;
	padding:0;
}
#earth .art-BlockHeader a, #water .art-BlockHeader a, #fire .art-BlockHeader a{
	background:url("../images/PackagesSprite.png") no-repeat scroll 0 0 transparent;
	height:60px;
	margin:0 auto 15px;
	width:185px;
	display:block;
	text-decoration:none;
}
#earth .art-BlockHeader a{
	background-position:-3px -3px;
}

#water .art-BlockHeader a{
	background-position:-3px -60px;
}
#fire .art-BlockHeader a{
	background-position:-3px -118px;
}
#earth .art-BlockHeader a:hover{
	background-position:-3px -2px;
}

#water .art-BlockHeader a:hover{
	background-position:-3px -59px;
}
#fire .art-BlockHeader a:hover{
	background-position:-3px -117px;
}
#earth .art-BlockHeader a span, #water .art-BlockHeader a span, #fire .art-BlockHeader a span{
	visibility:hidden;
	text-decoration:none;
}
.earth-Block, water-Block, .fire-Block{
	float:left;
	margin:0;
	min-height:19px;
	min-width:19px;
	position:relative;
	width:190px;
	z-index:0;
}
#earth, #water, #fire {
}

#earth ul, #water ul, #fire ul {
	margin:0;
	padding:0;
}
#earth ul li, #water ul li, #fire ul li {
	color:#09466C;
	font-family:sans-serif;
	font-size:13px;
	line-height:15px;
	margin:2px 0;
	padding:0;
}

#earth .art-BlockContent, #water .art-BlockContent,  #fire .art-BlockContent {
	margin:0 0 0 11px;
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#earth .art-BlockContent, #water .art-BlockContent, #fire .art-BlockContent, #earth .art-BlockContent a, #water .art-BlockContent a, #fire .art-BlockContent a {
	letter-spacing:1px;
}

#earth .art-BlockContent p, #earth .art-BlockContent a{
	color:#3F1200;
}
#water .art-BlockContent p, #water .art-BlockContent a{
	color:#00465F;
}
#fire .art-BlockContent p, #fire .art-BlockContent a{
	color:#7F0F00;
}
#earth .art-BlockContent a, #water .art-BlockContent a, #fire .art-BlockContent a {
	text-align:center;
}
#earth h2, #water h2, #fire h2 {
	font-size:15px;
	margin:20px 0;
	text-align:center;
}
#earth .art-BlockContent h2, #water .art-BlockContent h2, #fire .art-BlockContent h2, #earth .art-BlockContent p, #water .art-BlockContent p, #fire .art-BlockContent p, #earth .art-BlockContent li, #water .art-BlockContent li, #fire .art-BlockContent li, #earth .art-BlockContent strong, #water .art-BlockContent strong, #fire .art-BlockContent strong, , #earth .art-BlockContent b, #water .art-BlockContent b, #fire .art-BlockContent b {
	color:#09466C;
	font-family:sans-serif;
	line-height:15px;
	margin:5px 0;
}
#packMain {
	margin:0 auto;
	width:560px;
}
#packMain p, #packMain ul li {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}