/***** Reset *****/
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11px;
	vertical-align: baseline;
	background: transparent;
	font-family:Verdana, Geneva, sans-serif;
}
ul,li,ol{font-family:Verdana, Geneva, sans-serif;font-size:11px}
td{margin: 0;padding: 0;}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


 .detailtitle {
background-color:#880003;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:3px;
text-decoration:none;
text-transform:capitalize;
width:100%;
font-weight:bold
}

.details {
clear:both;
display:block;
float:left;
margin-top:20px;
width:100%;

} 

.details p{margin:0px;margin-top:10px}
.details table {width:100%;margin-top:10px}
.details table td{padding:5px;text-align:center}
.pagearea ul.textpoint1 li {
background-image:url("images/bullet_small.gif");
background-position:left 5px;
background-repeat:no-repeat;
clear:both;
display:block;
margin-bottom:2px;
margin-top:2px;
padding-left:6px;
width:auto;
}
/***** Main Styles *****/

body {
	font-family:'Droid Sans', 'Helvetica', sans-serif;
	font-size:12px;
	color:#000;
	line-height:24px;
	background-image:url('../images/bg.jpg');
	background-position:top;
	background-attachment:fixed;
}

#maping{color:#f7931e;font-size:11px;font-family:Verdana, Geneva, sans-serif}
#maping a{color:#f7931e;text-decoration:none;font-size:11px}
#maping a:hover{text-decoration:underline}
.PA_Title{font-size:18px;direction:ltr;color:#f7931e;text-transform:uppercase;font-family:arial;padding-bottom:10px}
#PA_Text{color:#000;text-align:justify;direction:ltr;vertical-align:top;font-family:verdana;line-height:normal}
.tit{color:#f7941e;font-family:arial;font-size:18px;font-weight:bold;padding-bottom:10px}
.titlink{color:#FFF;text-decoration:none;font-size:11px;font-family:arial}
.ERROR{color:#F00;font-weight:bold;text-align:center;border:1px #CCC dashed;background-color:#FF9;margin-bottom:10px}
.ItemTitle{font-family:arial;font-size:11px;text-decoration:none;color:#000}

body.dark-bg { background:#16161b url('../img/styles/dark/bg-dark.png') center -210px no-repeat; }
body.dark-bg.index { background:#16161b url('../img/styles/dark/bg-dark.png') center 20px no-repeat; }
body.blue-bg { background:#0c3569 url('../img/styles/blue/bg-blue.png') center 40px no-repeat; }
body.blue-bg.index { background:#0c3569 url('../img/styles/blue/bg-blue.png') center 40px no-repeat; }
body.grey-bg { background:#4d4848 url('../img/styles/grey/bg-grey.png') center 40px no-repeat; }
body.grey-bg.index { background:#4d4848 url('../img/styles/grey/bg-grey.png') center 40px no-repeat; }
body.wood-bg.index {background-image:url('../images/bg.jpg');background-position:top;background-attachment:fixed;background-color:#921415 }

h1, h2, h3, h4, h5, h6 {
	font-family:'Droid Sans', 'Helvetica', sans-serif;
	font-weight:700;
}

h2 {
	font-size:20px;
	display:inline-block;
	margin-top:35px;
	margin-bottom:25px;
}

h3 {
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
}

h4 {
	font-size:14px;
	font-weight:700;
	margin-bottom:15px;
}

h5 {
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
}

a:hover {
	text-decoration:underline;
}

.wrapper {
	width:960px;
	clear:both;
	overflow:hidden;
}

.last {
	margin-right:0 !important;
}

/***** Header Styles *****/

#secondary-nav {
	float:left;
	text-align:left;
	height:55px;
}

#secondary-nav li {
	display:inline;
	padding:0 15px;
	line-height:55px;
	height:55px;
	background:url('../img/topbar-separator.png') center right no-repeat;
}

#secondary-nav li:last-child {
	background:none;
	padding-right:0;
}

#secondary-nav li a {
    color: #95959e;
    font-family: 'Droid Sans','Helvetica', sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 55px;
    text-decoration: none;
}
#secondary-nav li.current a, #secondary-nav li a:hover {
	color:#111111;
}


#header {
	width:960px;
	margin:0 auto;
	height:110px;
	padding-top:20px;
	border-bottom:1px solid #d02626;
	position:relative;
}

.blue-bg #header { border-bottom:1px solid #447289; }
.grey-bg #header { border-bottom:1px solid #666565; }
.wood-bg #header { border-bottom:1px solid #d0a071; }

#logo {
	float:left;
	width:110px;
	height:61px;
	margin-top:10px;
	filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,sizingmethod=image,src='../images/logo.png'); 
}

#slogan {
    background: url("../img/styles/dark/logo-separator.png") no-repeat scroll 0 center transparent;
    color: #dbd69d;
    float: left;
    font-family: 'Droid Serif','Georgia', serif;
    font-size: 13px;
    font-weight: normal;
    height: 110px;
    line-height: 110px;
    padding-left: 20px;
    width: 180px;
	text-shadow:0px 1px 1px #333;
}

.blue-bg #slogan { background: url("../img/styles/blue/logo-separator.png") no-repeat scroll 0 center transparent; }
.grey-bg #slogan { background: url("../img/styles/grey/logo-separator.png") no-repeat scroll 0 center transparent; color:#b9dee5;}
.wood-bg #slogan { background: url("../img/styles/wood/logo-separator.png") no-repeat scroll 0 center transparent; color:#fbf2cb;}

#navigation {
	float:right;
	text-align:right;
	height:70px;
	margin-top:35px
}

#navigation li {
	display:inline;
	padding:0 15px;
	line-height:15px;
	height:70px;
	font-family:tahoma;
}

#navigation li:last-child {
	padding-right:0;
}

#navigation li a {
    color: #FFF;
    font-family: 'Droid Serif','Georgia', serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    text-decoration: none;
	text-shadow:0px 1px 1px #333;
	font-family:tahoma;
	text-align:center
}

#navigation li.current a, #navigation li a:hover {
	color:#FBB44A;
}

#navigation li ul {
	/* background:url('../img/submenu-arrow.png') 47px top no-repeat; */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:200px;
	z-index:1000;
}

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

#navigation li ul li:last-child, #navigation li ul li.last-item {
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
}

#navigation li ul li:first-child.last-item {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#navigation li ul li, #navigation li ul li.last-item {
	background:#111115 url('../img/submenu-bg.png');
	height:40px;
	width:200px;
	padding:0 0 1px;
}

#navigation li ul li a {
	font-family:arial;
	font-weight:normal;
	font-size:11px;
	color:#95959e;
	width:111px;
	margin:0px 20px;
	line-height:28px;
	text-align:left;
	width:144px;
	padding:10px 8px;
	height:28px;
	border-bottom:1px solid #2b2b2f;
}

.blue-bg #navigation li ul li a { color:#95959e; }

#navigation li ul li a:hover, #navigation li.current ul li a:hover {
	color:#FFF;
}

#navigation li ul li:last-child a, #navigation li ul li.last-item a {
	border-bottom:none;
}

#navigation li.current ul li a {
	color:#95959e;
}

.sfHover {
	background:url('../img/submenu-arrow.png') center 84px no-repeat;
}


/***** Mega Menu Styles *****/

#navigation li ul.mega-menu {
	width:960px;
	left:0px;
	padding:0;
	background:#111115 url('../img/submenu-bg.png');
}

#navigation li ul.mega-menu li {
	float:left;
	width:280px;
	line-height:24px;
	height:100%;
	text-align:left;
	padding:30px 0px 30px 30px;
	display:inline;
	color:#95959e;
}	

#navigation li ul.mega-menu li.last {
	padding:30px 30px;
}

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

#navigation li ul.mega-menu li:last-child, #navigation li ul.mega-menu li.last-item {
	-moz-border-radius:0px 5px 5px 0px;
	-webkit-border-radius:0px 5px 5px 0px;
	border-radius:0px 5px 5px 0px;
}

#navigation li ul.mega-menu li a {
	font-family:'Droid Sans', 'Helvetica', sans-serif;
	font-size:11px;
	line-height:24px;
	color:#9c9550;
	text-shadow:none;
	text-decoration:underline;
	display:inline;
	padding:0;
	border:0;
	margin:0;
}

#navigation li ul.mega-menu li h4 {
	color:#FFF;
	border-bottom:1px solid #2b2b2f;
	padding-bottom:20px;
	margin-bottom:20px;
}

#navigation li ul.mega-menu li p {
	margin:0px 0px 20px;
}

#navigation li ul.mega-menu li .widget-image {
	padding:7px 7px 0px 7px;
	margin-bottom:15px;
	background:#2e2e32;
	width:266px;
	line-height:24px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#navigation li ul.mega-menu li .widget-image img {
	padding:0;
	margin:0;
	height:auto;
}

/***** Top Area Styles *****/

#top {
	padding:20px 0;
	width:960px;
	margin:0 auto;
	position:relative;
}

#top.home {
	padding:35px 0 0px;
}

.tagline {
	padding:15px 0 15px;
	overflow:hidden;
	width:800px;
	margin:0px auto;
}

.pagetitle {
	padding:35px 0 25px;
	overflow:hidden;
	width:430px;
	margin-right:30px;
	float:left;
}

.top-cta {
	overflow:hidden;
	float:right;
	height:45px;
	background:url('../img/white-transparent-bg.png');
	border:1px solid #232328;
	margin:20px 0 25px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	padding:19px 20px 15px;
}

.top-cta h3 {
	float:left;
	width:300px;
	color:#a7a7a7;
	font-family:'Droid Serif', 'Georgia', serif;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	text-shadow:0px 1px 1px #000;
	margin-top:-3px;
}



.top-cta .cta-button {
	float:right;
}

.top-cta.counter {
	padding:25px 0px 20px 20px;
	height:32px;
}

.top-cta.counter .rss, .top-cta.counter .fb, .top-cta.counter .twitter {
	display:inline-block;
	line-height:30px;
	height:32px;
	padding-left:47px;
	font-family:'Droid Serif', 'Georgia', serif;
	font-weight:normal;
	font-style:italic;
	color:#D9D9D9;
	font-size:17px;
	text-shadow:0px 1px 2px #111;
	background:url('../img/counter-rss.png') no-repeat;
	margin-right:20px;
	text-decoration:none;
}

.top-cta.counter .rss a, .top-cta.counter .fb a, .top-cta.counter .twitter a {
	font-family:'Droid Serif', 'Georgia', serif;
	font-weight:normal;
	font-style:italic;
	color:#D9D9D9;
	font-size:17px;
	text-shadow:0px 1px 2px #111;
	text-decoration:none;
}

.top-cta.counter .rss a:hover, .top-cta.counter .fb a:hover, .top-cta.counter .twitter a:hover {
	color:#E5E5E5;
	text-decoration:none;
}

.top-cta.counter .fb {
	background:url('../img/counter-fb.png') no-repeat;
}

.top-cta.counter .twitter {
	background:url('../img/counter-twitter.png') no-repeat;
}

.tagline h1 {
    color: #FFF;
    font-family: 'Allan','Helvetica',sans-serif;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 15px;
    text-align: center;
	-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac. */
	text-shadow:0px 1px 2px #111;
}

.tagline h3 {
	text-align:center;
	font-family:'Droid Serif', 'Georgia', serif;
	font-weight:normal;
	font-size:14px;
	color:#dbd69d;
	margin-bottom:0;
	text-shadow:0px 1px 1px #333;
}

.grey-bg .tagline h3 { color:#b9dee5; }
.wood-bg .tagline h3 { color:#fbf2cb; }

.pagetitle h1 {
    color: #FFF;
    font-family: 'Allan','Helvetica',sans-serif;
    font-size: 31px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 15px;
    text-align: left;
	-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac. */
	text-shadow:0px 1px 2px #111;
}

.pagetitle h3 {
	text-align:left;
	font-family:'Droid Serif', 'Georgia', serif;
	font-weight:normal;
	font-size:14px;
	color:#dbd69d;
	margin-bottom:0;
	text-shadow:0px 1px 1px #333;
}

.grey-bg .pagetitle h3 { color:#b9dee5; }
.wood-bg .pagetitle h3 { color:#fbf2cb; }

#top .cta {
	height:60px;
	text-align:center;
	margin:20px 0 8px;
	border-bottom:1px #a41717 solid;
	padding-bottom:20px;
}

#top .cta span {
	display:inline-block;
	height:45px;
	width:75px;
	background:url('../img/styles/dark/cta-button-separator-dark.png') center center no-repeat;
	line-height:45px;
	font-family:'Droid Serif', 'Georgia', serif;
	font-weight:normal;
	font-size:12px;
	font-style:italic;
	color:#C8C8C8;
}

.blue-bg #top .cta span { background:url('../img/styles/blue/cta-button-separator-blue.png') center center no-repeat; }
.grey-bg #top .cta span { background:url('../img/styles/grey/cta-button-separator-grey.png') center center no-repeat; }
.wood-bg #top .cta span { background:url('../img/styles/wood/cta-button-separator-wood.png') center center no-repeat; color:#FFF;}

.cta-button {
	display:inline-block;
	height:45px;
	width:180px;
	background:url('../img/styles/dark/cta-button-bg-dark.png') center center no-repeat;
	line-height:45px;
	font-family:'Droid Serif', 'Georgia', serif;
	font-weight:normal;
	font-size:12px;
	color:#dbd69d;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 1px #000;
}

.blue-bg .cta-button { background:url('../img/styles/blue/cta-button-bg-blue.png') center center no-repeat; color:#FFF; }
.grey-bg .cta-button { background:url('../img/styles/grey/cta-button-bg-grey.png') center center no-repeat; color:#FFF; }

.cta-button:hover {
	background:url('../img/styles/dark/cta-button-bg-dark-hover.png') center center no-repeat;
	text-decoration:none;
}

.blue-bg .cta-button:hover { background:url('../img/styles/blue/cta-button-bg-blue-hover.png') center center no-repeat; color:#FFF; }
.grey-bg .cta-button:hover { background:url('../img/styles/grey/cta-button-bg-grey-hover.png') center center no-repeat; color:#FFF; }

.cta-button.small {
	background:url('../img/styles/dark/cta-button-small-bg-dark.png') center center no-repeat;
	width:150px;
	line-height:43px;
}

.blue-bg .cta-button.small { background:url('../img/styles/blue/cta-button-small-bg-blue.png') center center no-repeat; }
.grey-bg .cta-button.small { background:url('../img/styles/grey/cta-button-small-bg-grey.png') center center no-repeat; }

.cta-button.small:hover {
	background:url('../img/styles/dark/cta-button-small-bg-dark-hover.png') center center no-repeat;
}

.blue-bg .cta-button.small:hover { background:url('../img/styles/blue/cta-button-small-bg-blue-hover.png') center center no-repeat; }
.grey-bg .cta-button.small:hover { background:url('../img/styles/grey/cta-button-small-bg-grey-hover.png') center center no-repeat; }



#slider-wrapper {
    width:926px;
    height:246px;
}

#slider {
	position:relative;
    width:926px;
    height:246px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:400px;
	bottom:-25px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:41px;
	height:36px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-41px 0;
	right:420px;
}
a.nivo-prevNav {
	left:420px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
