@charset "UTF-8";
body {
	font: 100% "Trebuchet MS", Arial, Verdana, sans-serif;
	background: #196389;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	color: #407c00;
	font-weight:normal;
	font-size:18px;
	margin-bottom:0;
}

h2 {
	color: #407c00;
	font-size:14px;
	margin-bottom:0;
}

h3 {
	color:#262626;
	font-size:13px;
	margin-bottom:0;
}

p, blockquote, ul, ol {
	margin-bottom: 10px;
	line-height: 20px;
	color:#4f4f4f;
	font-size:13px;
}


a {
	color: #0d6189;
}

a:hover {
	color: #0387ca;
}
a[href^="http"] {
	background:url(images/icon-link-external.jpg) no-repeat 0 1px;
	padding-left:19px;
}
a[href$=".pdf"] {
	background:url(images/icon-pdf.jpg) no-repeat 0 1px;
	padding-left:19px;
}


.pdf {
	background:url(images/icon-pdf.jpg) no-repeat;
	padding-left:60px;
	margin-bottom:20px;
}


/* Containers */
#container, #containerL2 {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* Home Page Container */
#container  {
	background: url(images/background.jpg) no-repeat #6caecc;
	
}
/* Content Page Container */
#containerL2 {
	background: url(images/background-content.jpg) repeat-x #6caecc;
}
	


/* Menu */

#menu {
	float: right;
	padding-right: 50px;
	background:none;
}

#menu ul {
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 104px;
	height: 35px;
	margin: 0 3px;
	padding: 10px 0 0 0;
	background: url(images/bgrnd-l2nav.gif) no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #0d6189;
	text-decoration: none;
}

#menu a:hover, #menu .active a {
	background-image: url(images/bgrnd-l2nav-over.gif);
	color: #02486a;
}

/* Home logo */
#logo {
	float: left;
	Margin: 40px 50px 0 30px;
	background:url(images/logo.gif) no-repeat;
	width:403px;
	height:158px;
	
}
/* Content logo */

#logoContent {
	float: left;
	Margin: 20px 0 0 30px;
	background:url(images/logo-l2.gif) no-repeat;
	width:306px;
	height:70px;
	
}

/* page top and bottom */
#pagetop {
	background:url(images/background-top.gif) no-repeat;
	height:27px;
	padding-top:10px;

}
#pagebottom {
	background:url(images/background-btm.gif) no-repeat;
	height:27px;
}

/* Home content container */
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
/* Content page content container */
#mainContentL2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
#mainContentL2 img {
	float:left;
	margin:0 15px 10px 0;
}



/*home Text box*/
#wrap {
	width:483px;
	float:left;
	margin:90px 0 0 30px
	
}

#wrap a {
	color:#0d6189;
	border-bottom:dotted 1px #0d6189;
	text-decoration:none;
}
#wrap a:hover {
	color: #0387ca;
}


#wrap p {
	margin-top:0;
}
#wrap .bottom, #wrap .top {
	width:483px;
	height:20px;
	float:left;
}
#wrap .bottom {
	background:transparent url(images/rounded-btm.gif) no-repeat; 
}
#wrap .top {
	background:url(images/rounded-top.gif) no-repeat;
	margin-bottom:-4px;

}

#wrap .box {
	float:left;
	padding:5px 25px;
	width:433px;
	background:url(images/rounded-bg.gif) repeat-y;
	
}


/*home Contact Info box*/
.L1Contactwrap {
	width:184px;
	float:left;
	margin:255px 0 100px 195px
	
}
.L1Contactwrap p {
	margin-top:0;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
}
.green {
	color:#407c00;
	font-weight:bold;
}
.L1Contactbottom, .L1Contacttop {
	float:left;
	width:184px;
	height:20px;
}
.L1Contactbottom {
	background:transparent url(images/contact-box-sm-bot.gif) no-repeat; 

}

.L1Contacttop {
	background:url(images/contact-box-sm-top.gif) no-repeat;
	margin-bottom:-4px;
}

.L1Contactbox {
	float:left;
	padding:5px 22px;
	width:134px;
	background:#d6f0fd;
	border-left:3px solid #62a0be;
	border-right:3px solid #62a0be;	
}


/*Content Text box*/
.Contentwrap {
	width:791px;
	float:left;
	margin:30px 0 0 60px
	
}
.Contentwrap p {
	margin-top:0;
}
.Contentbottom, .Contenttop {
	float:left;
	width:791px;
}
.Contentbottom {
	background:transparent url(images/content-bucket-bot.gif) no-repeat;
	height:20px;
}

.Contenttop {
	background:url(images/content-bucket-top.gif) no-repeat;
	height:57px;

}

.Contenttop h1 {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:16px;
	color:#fff;
	padding:10px 0 0 20px;
	margin:0;
}

.Contentbox {
	float:left;
	padding:5px 25px;
	width:741px;
	background:url(images/content-bucket-bgrnd.gif) repeat-y;
}

/* content table */



.table {
	
}

.table th {
	font-weight:bold;
	background:#e8e8e8;
	padding:2px 0;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.table td {
	
	padding:2px 10px 2px 0;
}




/* Accordian CSS */

.accordion_toggle {
	display: block;
	height: 27px;
	background: url(images/accordion_toggle.jpg) no-repeat 0 0;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #c6caca;
	cursor: pointer;
	margin: 10px 0 0 0;
}
		
.accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	background: url(images/accordion_toggle_active.jpg) no-repeat;
	color:#000;
}
		
.accordion_content {
	background-color: #f0f4f5;
	overflow: hidden;
	padding:10px 20px;
}
.accordion_content h2 {
	color:#000;
	font-size:13px;
}
.accordian_bottom {
	border-bottom: 1px solid #c6caca;
}


/*L2 Contact info box*/
.L2Contactwrap {
	width:787px;
	float:left;
	margin:10px 0 0px 64px
	
}
.L2Contactwrap p {
	margin:0;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
	text-align:center;
}

.L2Contactbottom, .L2Contacttop {
	float:left;
	width:787px;
	height:10px;
}
.L2Contactbottom {
	background:transparent url(images/contact-box-bottom.gif) no-repeat; 

}

.L2Contacttop {
	background:url(images/contact-box-top.gif) no-repeat;
	margin-bottom:-4px;
}

.L2Contactbox {
	float:left;
	padding:10px 27px 0;
	/*Your width is 200px minus 20px for your left and right padding totally to 180px*/
	width:733px;
	background:#d6f0fd;
	background:url(images/contact-box-top.gif) no-repeat;

}

#copyright {
	color:#fff;
	font-size:11px;
	padding:5px;
}