/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body
{
	background-color:#fff;
	font-family: 'Droid Sans', sans-serif;
	margin:0;
	padding:0;
	text-align:left;
}

#wrap1
{
	height:240px;
	width:100%;
	float:left;
	clear:both;
	background-image:url(../images/bg1.jpg);
	background-repeat:repeat-x;	
}

#wrap1_home
{
	height:440px;
	width:100%;
	float:left;
	clear:both;
	background-image:url(../images/bg1_home.jpg);
	background-repeat:repeat-x;	
}

#wrap2
{
	width:100%;
	float:left;
	clear:both;	
	background-repeat:repeat-x repeat-y;
	background-image:url(../images/bg2.jpg);
	
}

#wrap3
{
	width:100%;
	float:left;
	clear:both;
	background-color:#fff;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	min-height:200px;
}

#header
{
	height:271px;
	width:961px;
}

#header_home
{
	height:471px;
	width:961px;
}

#logo
{
	width:400px;
	height:103px;
	float:left;
	clear:right;
}

#menus
{
	width:561px;
	height:103px;
	float:left;
	clear:right;
}

#topmenu
{
	width:561px;
	height:52px;
	float:left;
	clear:both;	
	background-image:url(../images/topmenu.jpg);
	background-repeat:no-repeat;	
}

#topmenu_inside
{
	margin-left:358px;
	margin-top:8px;
	text-align:center;
}

#topmenu_inside a, #topmenu_inside a:visited
{
	color:#7b7b7b;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
}

#topmenu_inside a:hover, #topmenu_inside a:visited:hover
{
	color:#94261d;
}

#bottommenu
{
	width:561px;
	height:43px;
	float:left;
	clear:both;	
	text-align:right;
	padding-top:8px;	
}

#bottommenu li
{
	list-style:none;
	text-shadow:1px 1px 1px #CCC;
}

#bottommenu a, #bottommenu a:visited
{
	background-image:none;
	color:#2b588b;
	text-transform:uppercase;
	font-size:13px;
	text-decoration:none;
	padding:8px 10px 0px 10px;
	padding-top:8px;
	font-weight:bold;
	border:1px solid transparent;
	text-shadow:1px 1px 1px #CCC;
}

/*#bottommenu a:hover, #bottommenu a:visited:hover
{
	background-image:url(../images/menuhover.jpg);
	background-repeat:no-repeat; 
	background-position:top center;
	padding-top:8px;	
}*/

#bottommenu a:hover, #bottommenu a:visited:hover
{
	background-color:#fff;
	padding-top:8px;	
	border:1px solid gray;
	color:#94261d;
}

#title
{
	height:103px;
	width:961px;
	float:left;
	clear:both;
	background-image:url(../images/title.jpg);
	background-repeat:no-repeat;
}

#banner
{
	height:137px;
	width:961px;
	float:left;
	clear:both;
	background-image:url(../images/banner_bg.jpg);
	background-repeat:no-repeat;	
}

#banner_home
{
	height:337px;
	width:961px;
	float:left;
	clear:both;	
	background-image:url(../images/bannerhome1.jpg);
	background-repeat:no-repeat;	
}

#contents
{
	width:961px;
	min-height:300px;	
	/*background-image:url(../images/bodybg.jpg);*/
	padding-top:0px;
	background-color:#f4f4f4;
	
}

#footer
{
	width:961px;
	min-height:200px;
}

/*------------------------------------------*/

/* Main */
#menu{
        width: 100%;
        margin: 0;        
        list-style: none;
        /*background: #111;
        background: -moz-linear-gradient(#444, #111);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
        background: -webkit-linear-gradient(#444, #111);
        background: -o-linear-gradient(#444, #111);
        background: -ms-linear-gradient(#444, #111);
        background: linear-gradient(#444, #111);
        -moz-border-radius: 50px;
        border-radius: 50px;
        -moz-box-shadow: 0 2px 1px #9c9c9c;
        -webkit-box-shadow: 0 2px 1px #9c9c9c;
        box-shadow: 0 2px 1px #9c9c9c;*/
}

#menu li{
        float: right;
        padding: 0 0 0px 0;
        position: relative;
		text-shadow:1px 1px 1px #CCC;
}

#menu a{
        float: right;
        height: 25px;		
        /*padding: 0 5px;*/
       /* color: #999;*/
        text-transform: uppercase;
        /*font: bold 12px/25px Arial, Helvetica;*/
        text-decoration: none;
        /*text-shadow: 0 1px 0 #000;*/
}

/*#menu li:hover > a{
        color: #fafafa;
}

*html #menu li a:hover{ 
        color: #fafafa;
}*/

#menu li:hover > ul{
        display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
   text-transform:uppercase;
    display: none;
    position: absolute;
    top: 30px;
	border:1px solid #999;
    left: 0;
    z-index: 99999;
    background:#fff;	
	padding:5px 2px;
    /*background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0px 10px;
	color:#7b7b7b;
	text-transform:uppercase;
    display: block;	
	text-shadow:1px 1px 1px #CCC;
    /*-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;*/
}

#menu ul li:last-child{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a, #menu ul a:visited{
    padding: 8px;
	
    height: 10px;
    line-height: 1;
    display: block;
	color:#7b7b7b;
    white-space: nowrap;
	text-transform:uppercase;
	font-size:12px;
    float: none;
    text-align:left;
	padding-left:15px;
	padding-right:15px;
}

*html #menu ul a{ /* IE6 */
        height: 10px;
        width: 150px;
		
}

*:first-child+html #menu ul a{ /* IE7 */
        height: 10px;
        width: 150px;
}

#menu ul a:hover{
		background-image:none;
		color:#94261d;
		border:1px solid transparent;
		background-image:url(../images/menuhover2.jpg);
		background-position:left middle;
		background-repeat:no-repeat;
		padding-left:15px;
		padding-right:15px;
        /*background: #0186ba;
        background: -moz-linear-gradient(#04acec,  #0186ba);
        background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
        background: -webkit-linear-gradient(#04acec,  #0186ba);
        background: -o-linear-gradient(#04acec,  #0186ba);
        background: -ms-linear-gradient(#04acec,  #0186ba);
        background: linear-gradient(#04acec,  #0186ba);*/
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 20px;
    top: -12px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;

}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #fff;
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */


h2{
	text-transform:uppercase;
	color:#8C231D;
	font-weight:bold;
	font-size:15px;
	letter-spacing:2px;
	text-align:left;
	margin: 0 20px 20px 20px;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
	text-shadow:1px 1px 1px #CCC;
	padding-top:20px;
}

h3{
	text-transform:uppercase;
	color:#195D8C;	
	font-weight:bold;
	font-size:15px;
	letter-spacing:1px;
	text-align:left;
	margin: 30px 20px 10px 20px;
	padding-bottom:5px;
	text-shadow:1px 1px 1px #CCC;
}

h4 {
	font-weight:bold;
	font-size:15px;
	letter-spacing:1px;
	margin-left:30px;
	color:#666;
	margin-bottom:10px;
}

p {
	margin:10px 30px 20px 30px;
	color:#525252;
	font-size:14px;
	line-height:20px;
}

td {
	
	color:#525252;
	font-size:14px;
	
}

.col_label p
{
	margin:10px 30px 20px 30px;
	color:#525252;
	font-size:14px;
	line-height:20px;
}

.main a, .main a:visited
{
	color:#487493;
	/*border-bottom:1px dotted #487493;*/
	text-decoration:none;
	border-bottom:1px solid transparent;
}

.main a:hover, .main a:visited:hover
{
	color:#94261d;
	/*border-bottom:1px dotted #94261d;*/
	text-decoration:underline;
}

.featured
{
	background-color:#fff;
}

.featured a, .featured a:visited
{
	color:#487493;	
	text-decoration:none;
}

.featured ul
{
	margin-left:40px;
}


.featured ul li
{
	text-transform:uppercase;
	font-size:12px;
	line-height:16px;
	margin-bottom:5px;
}

.featured a:hover, .featured a:visited:hover
{
	color:#94261d;
	
	text-decoration:underline;
}

ul, ol
{
	margin:0 20px 20px 60px;
}

ul li, ol li {
	color:#525252;
	font-size:14px;
	line-height:20px;
	text-align:left;
}

ul li {
	list-style:circle;
}

ol li {
	list-style:decimal;
}

.bodyimg_rt
{	
	float:right; 
	clear:left;
	border:5px solid #fff;
	-moz-box-shadow:    0px 0px 5px 2px #ccc;
    -webkit-box-shadow: 0px 0px 5px 2px #ccc;
    box-shadow:         0px 0px 5px 2px #ccc;
	margin:10px 20px;
	text-align:left;
}

.bodyimg_lt
{	
	float:left; 
	clear:right;
	border:5px solid #fff;
	-moz-box-shadow:    0px 0px 5px 2px #ccc;
    -webkit-box-shadow: 0px 0px 5px 2px #ccc;
    box-shadow:         0px 0px 5px 2px #ccc;
	margin:10px 20px;
}

#footer h4, #footer p, #footer a, #footer a:visited, #footer td
{
	color:#999;
	font-size:12px;
	margin:5px 20px;
}

#footer h4
{
	margin-bottom:15px;
}

#footer a
{
	
	text-decoration:none;	
	font-size:12px;
}

#footer a:hover, #footer a:visited:hover
{
	color:#94261d;
	
	
}

.footermenu a, .footermenu a:visited, .footermenu a:hover, .footermenu a:visited:hover
{
	border:none;
}

.bannertext
{
	width:400px;
}

.bannertext p, .bannertext ul li
{
	color:#12537D;
	font-size:14px;
	font-style:italic;	
}

.quotebox
{
	float:right;
	clear:left;
	width:250px;
	height:250px;
	background-color:#fff;
	/*background-image:url(../images/bodybg.jpg);*/
	border:1px solid gray;
	margin:0px 20px 20px 20px;
	-moz-box-shadow:    0px 0px 5px 2px #ccc;
    -webkit-box-shadow: 0px 0px 5px 2px #ccc;
    box-shadow:         0px 0px 5px 2px #ccc;	
}

.quotebox a, .quotebox a:visited, .quotebox a:hover, .quotebox a:visited:hover
{
	border:none;
}

#banner_home p
{
	margin:30px 40px;
}

#banner_home ul
{
	margin-left:80px;
	margin-top:0px;
}

#banner_home li
{
	list-style-type:circle;
	line-height:24px;
	font-style:italic;
}

.hometable td
{
	
}

.featured img
{
	width:198px; 
	height:75px; 
	margin:5px 20px; 
	border:1px solid gray;
	-moz-box-shadow:    0px 0px 5px 2px #ccc;
    -webkit-box-shadow: 0px 0px 5px 2px #ccc;
    box-shadow:         0px 0px 5px 2px #ccc;	
}

.featured td a, .featured td a:visited
{
	border:none;
}

.featured h4
{
	margin:0px 20px 10px 20px;
	color:#666;
	text-shadow:1px 1px 1px #CCC;
	font-size:13px;
}

/*=============================*/

#frame {
	
	z-index:0;
	width:739px;
	height:341px;
	
}

/*
	Slideshow
*/

#slides {
	
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
	border:1px solid #000;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:570px;
	height:270px;
	display:block;
}

.slides_container div.slide2 {
	width:570px;
	height:570px;
	display:block;
	overflow:scroll;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	border:none;
}

#slides .next {
	
}

/*
	Pagination
*/

.pagination {
	margin:0 298px;
	width:100px;
	list-style:none;
	border:none;
}

.pagination li {
	float:left;
	margin:0 1px;		
	border:none;
	margin:0;
	list-style:none;
	font-size:12px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);	
	float:left;
	overflow:hidden;
	margin:0;
	border:none;
}


.pagination li.current a {
	background-position:0 -12px;
	border:none;
}

/*
	Caption
*/

.caption p {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	margin-left:0;
	margin-bottom:35px;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:14px;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	
}

.sideheader
{
	text-transform:uppercase;	
	font-weight:bold;
	font-size:15px;
	line-height:15px;
	letter-spacing:2px;
	text-align:left;
	margin: 0 20px 20px 20px;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
	padding-top:20px;
}

sup, sub
{
	font-size:8px;
}

.touchus
{
	margin-bottom:40px;
}

.touchus a, .touchus a:visited
{
	background-image:url(../images/banner_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:5px 10px;
	margin-left:30px;
	color:#CCC;
	border:1px solid #CCC;
	-moz-box-shadow:    0px 0px 3px 1px #ccc;
    -webkit-box-shadow: 0px 0px 3px 1px #ccc;
    box-shadow:         0px 0px 3px 1px #ccc;	
}

.touchus a:hover, .touchus a:visited:hover
{
	color:#FFF;
	text-decoration:none;
}