/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #FFFFFF;
/*background: #f1f1f1 url("../images/bg.gif") repeat;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666;
font-size: 14px;
line-height: 18px;
}
	
/* layout */
#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
-webkit-box-shadow: 3px 3px 3px 3px #777;
-moz-box-shadow: 3px 3px 3px 3px #777;
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background: #45BF55;

/* CSS3 Gradient Effect */
background: -moz-linear-gradient( top, #45BF55, #a3dfab); /* FF, Flock */
background: -webkit-gradient(linear, left top, left bottom, from(#45BF55), to(#a3dfab)); /* Safari, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab); /* IE 5.5 - IE 7 */
progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab);
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)"
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab)";   /* IE 8 */
}

header {
width: 940px;
height: 200px;
margin: 0 auto;
background: #fff url(../images/headerimg.jpg) no-repeat left top;
padding-bottom: 25px;
}

#main {
width: 940px;
margin: 0 auto;
background: #FFF;
overflow: hidden;
}

#content {
float: right;
width: 940px;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a:link, a:visited {
color:#D66C6C;
}

a:hover, a:active {
color: #D66C6C;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 16px;
font-weight: bold;
}

nav .menu ul {

margin: 0;

padding: 17px 0 0 20px;

list-style: none;

line-height: normal;

}



nav .menu li {

display: block;

float: left;

}



nav .menu a {

display: block;

float: left;

margin-right: 5px;

padding: 0px 15px;

text-decoration: none;
color: #FFF;
}



nav .menu a:hover {
border-top: #FFF 1px solid;
border-bottom: #FFF 1px solid;
}

/** HEADER */



header h1, header h2 {

margin: 0;

padding: 0 0 0 30px;

line-height: normal;

}



header h1 { 	

font-size: 40px;
float: left;

padding-top: 20px; 

}



header h1 a:link, header h1 a:visited {

text-decoration: none;

color: #FFF;

}

header h1 a:hover { 
text-decoration: underline; 
}



header h2 {

padding: 20px 0 0 30px;

font-style: italic;
font-size: 14px;

color: #FFFFFF;

}

/** ARTICLES **/

article {
padding: 0 30px 0 30px;
}

article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

article h2 {
font-family: Lucida Grande, Verdana, sans-serif;
margin-top: 20px;
text-shadow: -3px 0 4px #CD2626;
position: relative;
}

/* article h2 span {
  background: url(gradient.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
} */

article h2 a:link,
article h2 a:visited,
article h2 a:hover,
article h2 a:active {
text-decoration:none; 
  color: #EE2C2C;
  -webkit-mask-image: -webkit-gradient(linear, left top, »
    left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  }

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* footer widget blocks */

aside h3 {
font-size: 18px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

aside li a {
display: block;
text-decoration: none;
}

aside li a:hover {
text-decoration: underline;
}

#footer-area {
background: #45BF55;
color: #FFF;
font-size: 90%;
padding: 18px 0;
overflow: hidden;

/* CSS3 Gradient Effect */
background: -moz-linear-gradient( top, #45BF55, #a3dfab); /* FF, Flock */
background: -webkit-gradient(linear, left top, left bottom, from(#45BF55), to(#a3dfab)); /* Safari, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab); /* IE 5.5 - IE 7 */
progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab);
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)"
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab)";   /* IE 8 */
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

.footer-segment-copyright{
float: right;
margin-right: 0px;
margin-left: 0px;
width: 120px;
font-size: 10px;
-webkit-text-size-adjust:none;
}

footer aside h4 {
color: #FFF;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #FFF;

}

footer p {
margin-top: -15px;
}


/** ACCORDION */

.accordbk {
background: #fff url(../images/accordinfo.jpg) bottom right no-repeat;
}

.verticalaccordion>ul {
margin: 0;
padding: 0;
list-style:none;
height: 400px;
width: 300px;
}

.verticalaccordion>ul>li {
display:block;
overflow: hidden;
margin: 0;
padding: 0;
list-style:none;
height: 40px;
width: 300px;

/* Decorative CSS */
background-color:#f0f0f0;

/* CSS3 Transition Effect */
transition: height 0.3s ease-in-out;
-moz-transition: height 0.3s ease-in-out;
-webkit-transition: height 0.3s ease-in-out;
-o-transition: height 0.3s ease-in-out;
}

.verticalaccordion>ul>li>h3 {
display:block;
margin: 0;
padding:10px;
height:19px;

/* Decorative CSS */
border-top:#f0f0f0 1px solid;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
text-transform:uppercase;
color: #fff;
background:#a89ab3;



/* CSS3 Gradient Effect */
background: -moz-linear-gradient( top, #4f3466, #a89ab3);
background: -webkit-gradient(linear, left top, left bottom, from(#4f3466), to(#a89ab3));
progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4f3466, endColorstr=#ffa89ab3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4f3466, endColorstr=#ffa89ab3); /* IE 7 */
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)"
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4f3466, endColorstr=#ffa89ab3)";   /* IE 8 */
}

.verticalaccordion>ul>li>div {
margin:0;
overflow: auto;
padding:10px;
height:220px;
}

.verticalaccordion>ul>li>div img {
float: left;
margin-right: 8px;
}

.verticalaccordion>ul>li:hover {
height: 280px;
}

.verticalaccordion:hover>ul>li:hover>h3 {
color:#fff;
background:#3b274c;

/* CSS3 Gradient Effect */
background: -moz-linear-gradient( top, #4f3466, #3b274c); /* FF, Flock */
background: -webkit-gradient(linear, left top, left bottom, from(#4f3466), to(#3b274c)); /* Safari, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4f3466, endColorstr=#ff3b274c); /* IE 5.5 - IE 7 */
progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4f3466, endColorstr=#ff3b274c);
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)"
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4f3466, endColorstr=#ff3b274c)";   /* IE 8 */
}

.verticalaccordion>ul>li>h3:hover {
cursor:pointer;
}

.verticalaccordion h4 {
font-size: 16px;
}