/* Css Reset */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
    margin:0;
    padding:0;
}
ul,ol{
    list-style:none;
}
fieldset{
    display:inline;
    border:0;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
    content:"";
}
table {
    border-collapse:separate;
    border-spacing:0;
}
a img{
    border:0;
}
.skiplink{
    display:none;
}
label{
    cursor:pointer;
}
/* General Styles */
a,a:link,a:visited{
    color:#731f1e;
    outline:0;
    text-decoration:none;
}
a:focus,a:hover{
    text-decoration:underline;
}
body{
    background:#e7e4d8 url(../images/bg-top.png) repeat-x top;
    color:#5d5846;
    font-size:62.5%;
    font-family:Georgia,Arial,sans-serif;
}
#wrapper{
    width:870px;
    margin:0 auto;
}
#header{
    position:relative;
    float:left;
    width:870px;
    height:288px;
}
#logo{
    float:left;
}
#logo a{
    display:block;
    width:387px;
    height:262px;
    background:url(../images/logo.png) no-repeat;
    text-indent:-5000px;
}
#topnav{
    float:right;
    width:322px;
    height:33px;
    margin-right:30px;
    background:url(../images/bg-topnav.png) no-repeat;
}
#topnav ul{
    float:left;
    font-size:1.1em;
    color:#fff;
    text-transform:uppercase;
    margin:0 12px 0 18px;
}
#topnav li{
    float:left;
    margin:8px 3px;
}
#topnav li.sep{
    width:10px;
    height:10px;
    margin-top:10px;
    background:url(../images/bullet-green.png) no-repeat;
}
#topnav li a{
    color:#fff;
}
#topnav form{
    float:left;
    margin-top:4px;
}
#topnav input{
    vertical-align:middle;
}
#topnav input.txt{
    width:119px;
    height:17px;
    margin-right:4px;
    font-size:1em;
    color:#484d1c;
    padding:2px 5px 0;
    border:1px solid #838373;
    background:#f4f1e5;
}
#slideshow{
    position:absolute;
    top:48px;
    right:40px;
    width:479px;
    height:255px;
    background:url(../images/bg-slideshow.png) no-repeat;
}
#slideshow .container{
    margin:25px 0 0 30px;
}
/* nav */
ul#nav{
    clear:both;
    margin:0 0 0 33px;
}
ul#nav li{
    float:left;
    font-size:1.4em;
    text-transform:uppercase;
    background:url(../images/nav-sep.png) no-repeat left;
}
ul#nav li.first{
    background:none;
}
ul#nav li a,
ul#nav li a:visited{
    display:block;
    color:#eda5a4;
    padding:0 25px;
    line-height:48px;
    vertical-align:middle;
}
ul#nav li a:hover{
    color:#fff;
    text-decoration:none;
    background:#591312 url(../images/bg-navhover.png) repeat-x;
}
/* content */
#bg-contenttop{
    clear:both;
    height:16px;
    overflow:hidden;
    background:url(../images/bg-contenttop.png) no-repeat center;
}
#bg-subcontenttop{
    clear:both;
    height:16px;
    overflow:hidden;
    background:url(../images/bg-subcontenttop.png) no-repeat center;
}
#content{
    float:left;
    width:800px;
    padding:0 35px;
    overflow:hidden;
    background:url(../images/bg-content.png) repeat-y center;
}
#subcontent{
    float:left;
    width:800px;
    padding:0 35px;
    overflow:hidden;
    background:url(../images/bg-subcontent.png) repeat-y center;
    min-height:500px;
}
#subcontent2{
    float:left;
    width:800px;
    padding:0 35px;
    overflow:hidden;
    background:url(../images/bg-subcontentBLANK.png) repeat-y center;
    min-height:500px;
}
.side_sub_links{
    font-size:14px;
    line-height:18px;
}
/* mainbox */
#mainbox{
    float:left;
    /* width:430px; */
    padding:10px 25px;
}
#mainbox h2{
    font-size:3em;
    font-weight:normal;
    color:#621514;
    margin-bottom:10px;
}
#mainbox h3{
    font-size:1.5em;
    font-weight:normal;
    line-height:16px;
    text-transform:uppercase;
}
#mainbox p{
    font-size:1.4em;
    line-height:20px;
    text-align:justify;
    margin-bottom:15px;
}
#mainbox #subpage h1,
#mainbox #subpage h2,
#mainbox #subpage h3{
    font-weight:normal;
    color:#621514;
    margin-bottom:2px;
}
#mainbox #subpage h1{
    font-size:2.2em;
}
#mainbox #subpage h2{
    font-size:1.9em;
}
#mainbox #subpage h3{
    font-size:1.6em;
}
#mainbox #subpage h4,
#mainbox #subpage h5,
#mainbox #subpage h6{
    font-weight:normal;
    color:#323612;
    margin-bottom:2px;
}
#mainbox #subpage h4{
    font-size:2.0em;
}
#mainbox #subpage h5{
    font-size:1.7em;
}
#mainbox #subpage h6{
    font-size:1.4em;
}
#mainbox #subpage ul li *{
    font-size:1.2em;
}
#mainbox #subpage p{
    font-size:1.5em;
    line-height:18px;
    text-align:left;
    margin-bottom:15px;
}
#mainbox #subpage blockquote{
    margin-bottom:20px;
    padding:20px 20px 5px 30px;
    border:1px solid #eae8d8;
    background:#f5f3e9;
}
#mainbox #subpage blockquote h6{
    color:#621514;
}
#mainbox #subpage .list{
    margin:0 0 10px 30px;
}
#mainbox #subpage ol{
    list-style:decimal;
    margin-bottom:20px;
}
#mainbox #subpage ul{
    list-style:disc;
    margin-bottom:20px;
}
#mainbox #subpage ol li{
    margin-left:22px;
}
#mainbox #subpage ul li{
    margin-left:0px;
}
.inp-text-holder{
    width:155px;
}
.button_go{
    float:right;
    margin-top:-21px;
}
.button_go:focus{
    border:none;
}
#mainbox #subpage li{
    font-size:1.2em;
    margin-bottom:2px;
}

/* mainbox2 */
#mainbox2{
    float:left;
    width:450px; 
    padding:10px 0px;
}
#mainbox2 h2{
    font-size:3em;
    font-weight:normal;
    color:#621514;
    margin-bottom:10px;
}
#mainbox2 h3{
    font-size:1.5em;
    font-weight:normal;
    line-height:16px;
    text-transform:uppercase;
}
#mainbox2 p{
    font-size:1.4em;
    line-height:20px;
    text-align:justify;
    margin-bottom:15px;
}
#mainbox2 #subpage h1,
#mainbox2 #subpage h2,
#mainbox2 #subpage h3{
    font-weight:normal;
    color:#621514;
    margin-bottom:2px;
}
#mainbox2 #subpage h1{
    font-size:2.5em;
}
#mainbox2 #subpage h2{
    font-size:1.9em;
}
#mainbox2 #subpage h3{
    font-size:1.6em;
}
#mainbox2 #subpage h4,
#mainbox2 #subpage h5,
#mainbox2 #subpage h6{
    font-weight:normal;
    color:#323612;
    margin-bottom:2px;
}
#mainbox2 #subpage h4{
    font-size:2.4em;
}
#mainbox2 #subpage h5{
    font-size:1.7em;
}
#mainbox2 #subpage h6{
    font-size:1.4em;
}
#mainbox2 #subpage p{
    font-size:1.5em;
    line-height:18px;
    text-align:left;
    margin-bottom:15px;
}
#mainbox2 #subpage blockquote{
    margin-bottom:20px;
    padding:20px 20px 5px 30px;
    border:1px solid #eae8d8;
    background:#f5f3e9;
}
#mainbox2 #subpage blockquote h6{
    color:#621514;
}
#mainbox2 #subpage .list{
    margin:0 0 10px 30px;
}
#mainbox2 #subpage ol{
    list-style:decimal;
    margin-bottom:20px;
}
#mainbox2 #subpage ul{
    list-style:disc;
    margin-bottom:20px;
}
#mainbox2 #subpage ol li{
    margin-left:22px;
}
#mainbox2 #subpage ul li{
    margin-left:19px;
}
#mainbox2 #subpage li{
    font-size:1.2em;
    margin-bottom:2px;
}

/* mainbox3 -- for the homepage only*/
#mainbox3{
    float:left;
     width:430px;
    padding:10px 25px;
}
#mainbox3 h2{
    font-size:3em;
    font-weight:normal;
    color:#621514;
    margin-bottom:10px;
}
#mainbox3 h3{
    font-size:1.5em;
    font-weight:normal;
    line-height:16px;
    text-transform:uppercase;
}
#mainbox3 p{
    font-size:1.4em;
    line-height:20px;
    text-align:justify;
    margin-bottom:15px;
}
#mainbox3 #subpage h1,
#mainbox3 #subpage h2,
#mainbox3 #subpage h3{
    font-weight:normal;
    color:#621514;
    margin-bottom:2px;
}
#mainbox3 #subpage h1{
    font-size:2.2em;
}
#mainbox3 #subpage h2{
    font-size:1.9em;
}
#mainbox3 #subpage h3{
    font-size:1.6em;
}
#mainbox3 #subpage h4,
#mainbox3 #subpage h5,
#mainbox #subpage h6{
    font-weight:normal;
    color:#323612;
    margin-bottom:2px;
}
#mainbox3 #subpage h4{
    font-size:2.0em;
}
#mainbox3 #subpage h5{
    font-size:1.7em;
}
#mainbox3 #subpage h6{
    font-size:1.4em;
}
#mainbox3 #subpage p{
    font-size:1.2em;
    line-height:18px;
    text-align:left;
    margin-bottom:15px;
}
#mainbox3 #subpage blockquote{
    margin-bottom:20px;
    padding:20px 20px 5px 30px;
    border:1px solid #eae8d8;
    background:#f5f3e9;
}
#mainbox3 #subpage blockquote h6{
    color:#621514;
}
#mainbox3 #subpage .list{
    margin:0 0 10px 30px;
}
#mainbox3 #subpage ol{
    list-style:decimal;
    margin-bottom:20px;
}
#mainbox3 #subpage ul{
    list-style:disc;
    margin-bottom:20px;
}
#mainbox3 #subpage ol li{
    margin-left:22px;
}
#mainbox3 #subpage ul li{
    margin-left:0px;
}
#mainbox3 #subpage li{
    font-size:1.2em;
    margin-bottom:2px;
}
#bcrumbs{
    width:100%;
    font-size:.9em;
    text-transform:uppercase;
    overflow:hidden;
    margin-bottom:15px;
}
#bcrumbs li{
    float:left;
    margin:0 2px 0 0;
}
/* rightbox */
#rightbox{
    float:left;
    width:240px;
    padding:10px 30px 0 40px;
}
#rightbox .box{
    margin-bottom:15px;
}

#rightbox .box h2{
    font-size:2.7em;
    font-weight:normal;
    color:#621514;
    margin-bottom:5px;
}
#rightbox .box ul{
    font-size:14px;
    margin-bottom:5px;
}
#rightbox .box li{
    padding:7px 0;
    border-top:1px solid #d1cdc1;
}
#rightbox .box ul li a{
    color:#5d5846;
}    
#rightbox .box ul.bullet li a{
    display:block;
    padding-left:14px;
    background:url(../images/bullet-red.png) no-repeat 0% 30%;
}
#rightbox .box li span.date{
    color:#681c1a;
    margin-bottom:5px;
}
#rightbox .box li p{
    margin-top:5px;
}
#rightbox .box p.viewall a{
    display:block;
    width:75px;
    height:23px;
    text-indent:-5000px;
    background:url(../images/btn-viewall.png) no-repeat;
}
#rigthbox .box .green-bg {
	background-image: url(../images/cvapex_whats_happening.png) no-repeat;
	/*width: 268px;*/
	height: 89px;
}

/* leftbox */
#leftbox{
    float:left;
    width:230px;
    padding:10px 50px 0 40px;
}
#leftbox .box1{
    margin-bottom:5px;  
    border-bottom:1px solid #d1cdc1;
}
#leftbox .box1 h2{
    font-size:2.7em;
    font-weight:normal;
    color:#6f1f1d;
    margin-bottom:5px;
}
#leftbox a{
    color:#5d5846;
}
#leftbox .box1 ul{
    font-size:1.3em;
    color:#5d5846;
    padding-top:10px;
    border-top:1px solid #d1cdc1;
}
#leftbox .box1 li{
    margin-bottom:5px;
}
#leftbox .box2{
    margin-bottom:20px;
    margin-top:10px;
}
#leftbox .box2 h2,
#leftbox .box3 h2,
#leftbox .box4 h2{
    font-size:1.8em;
    font-weight:normal;
    color:#6f1f1d;
    margin-bottom:5px;
}
#leftbox .box2 li,
#leftbox .box3 li,
#leftbox .box4 li{
    font-size:14px;
    padding:8px 0;
    border-top:1px solid #d1cdc1;
}
#leftbox .box2 li a{
    display:block;
    padding-left:15px;
    background:url(../images/bullet-red.png) no-repeat 0% 20%;
}
#leftbox .box2 p.viewall a,
#leftbox .box3 p.viewall a{
    display:block;
    width:75px;
    height:23px;
    text-indent:-5000px;
    background:url(../images/btn-viewall.png) no-repeat;
}
#leftbox .box3{
    margin-bottom:20px;
}
#leftbox .box3 li span.date{
    color:#681c1a;
    margin-bottom:5px;
}
#leftbox .box4{
    float:left;
    width:230px;
    margin-bottom:20px;
}
#leftbox .box4 li{
    float:left;
}
#leftbox .box4 li.first{
    border-top:0;
}
#leftbox .box4 li .thumb{
    float:left;
    width:76px;
    height:76px;
    padding:9px 0 0 9px;
    margin-right:10px;
    background:url(../images/bg-thumb2.png) no-repeat;
}
#leftbox .box4 li .text{
    float:left;
    width:135px;
    padding-top:5px;
}
#leftbox .box5 li .text{
    padding-top:16px;
}
#leftbox .box4 li .text h3{
    font-size:1.4em;
    font-weight:normal;
    color:#6f1f1d;
    margin-bottom:5px;
}
#leftbox .box4 li .text h3 a{
    color:#6f1f1d;
}
#leftbox .box4 p.more a{
    display:block;
    width:52px;
    height:18px;
    text-indent:-5000px;
    margin-top:5px;
    background:url(../images/btn-more.png) no-repeat;
}
#leftbox .box4 p.viewphotos a{
    display:block;
    width:87px;
    height:18px;
    text-indent:-5000px;
    margin-top:5px;
    background:url(../images/btn-viewphotos.png) no-repeat;
}
#leftbox .box4 p.viewall a{
    clear:both;
    display:block;
    width:75px;
    height:23px;
    text-indent:-5000px;
    background:url(../images/btn-viewall.png) no-repeat;
}
/* footer */
#footer{
    clear:both;
    background:url(../images/bg-footertop.jpg) repeat-x top;
}
#footer-container{
    width:800px;
    padding:20px 35px 0;
    margin:0 auto;
    overflow:hidden;
    background:url(../images/bg-footconttop.png) no-repeat top;
}
#footer-container ul{
    padding:15px 0;
    overflow:hidden;
}
#footer-container li{
    display:inline-table;
    width:190px;
    border-left:2px solid #68634e;
}
#footer-container li.first{
    border-left:0;
}
#footer-container li .thumb{
    width:182px;
    height:97px;
    padding:14px 0 0 14px;
    margin-bottom:10px;
    background:url(../images/bg-thumb.png) no-repeat;
}
#footer-container li .text{
    color:#a8a498;
    padding:0 15px;
}
#footer-container li .text h3{
    font-size:1.8em;
    font-weight:normal;
    color:#e7e3d8;
    margin-bottom:5px;
}
#footer-container li .text h3 a{
    color:#e7e3d8;
}
#footer-container li .text p{
    font-size:14px;
    line-height:20px;
}
#footer-container li .text p.readmore{
    margin-top:10px;
}
#footer-container li .text p.readmore a{
    display:block;
    width:97px;
    height:24px;
    text-indent:-5000px;
    background:url(../images/btn-readmore.png) no-repeat;
}
#footer-bottom{
    background:url(../images/bg-footerbottom.jpg) repeat-x;
}
#footer-bottom-container{
    width:790px;
    padding:45px 40px 15px;
    margin:0 auto;
    color:#464232;
    overflow:hidden;
}
#footer-bottom-container a{
    color:#464232;
}
#footer-bottom-container .contact{
    float:left;
}
#footer-bottom-container .contact h3{
    font-size:1.5em;
    font-weight:normal;
}
#footer-bottom-container .contact p{
    font-size:1.2em;
}
#footer-bottom-container ul.developerlogin{
    float:right;
}
#footer-bottom-container ul.developerlogin li{
    float:left;
}
#footer-bottom-container ul.developerlogin li.dlogo a{
    display:block;
    width:39px;
    height:32px;
    text-indent:-5000px;
    background:url(../images/btn-developer.png) no-repeat;
}
#footer-bottom-container ul.developerlogin li.login{
    padding:7px 0 0 10px;
}
#footer-bottom-container ul.developerlogin li.login a{
    display:block;
    width:41px;
    height:17px;
    text-indent:-5000px;
    background:url(../images/btn-login.png) no-repeat;
}
/* Drop-down menu */
#nav li ul{
    position:absolute;
    text-align:left;
    left:-999em;
    z-index:100;
    
    display:block;
    width:178px;
    padding:0;
    margin:0;
    border-top:1px solid #f9f8f5;
}
#nav li:hover ul,
#nav li.sfhover ul {
    display:block;
    left:auto;
}
#nav li:hover a{
    color:#fff;
    text-decoration:none;
    background:#591312 url(../images/bg-navhover.png) repeat-x;
    height:auto;
}
#nav ul li{
    display:block;
    clear:both;
    width:100%;
    background:url(../images/bgr_submenu.png) repeat-y;
    border-bottom:1px solid #f9f8f5;
}
#nav li ul a,
#nav li:hover ul a{
    font-size:14px;
    color:#595442;
    background:url(../images/bgr_submenu_line.png) no-repeat left bottom;
    text-align:left;
    width:147px;
    padding:13px 0 8px 29px;
    margin:0 0 0 1px;
    line-height:22px;
    vertical-align:middle;
}
#nav li:hover ul a:hover,
#nav ul a:hover{
    color:#fff;
    background:url(../images/bgr_submenu_on.png) repeat-x;
}
/*--- page-2 ---*/
.bg-content {
	width: 800px;
	overflow: hidden;
	background: url("../images/bg-content.gif") repeat-y;
}
.primary-content-2 {
	float: left;
	width: 451px;
	padding: 0 10px 0 10px;
}
.primary-content-3 {
	float: left;
	padding: 0 32px 0 38px;
}
.breadcrumbs {
	width: 452px;
	padding: 20px 38px 17px 41px;
	text-transform: uppercase;
}
.breadcrumbs li {
	color: #696a6a;
	font-size: 9px;
	display: inline;
}
.breadcrumbs li span {color: #b7b7b7;}
.breadcrumbs li a {color: #b7b7b7;}
.breadcrumbs2 {
    width: 452px;
    padding: 20px 38px 17px 10px;
    text-transform: uppercase;
}
.breadcrumbs2 li {
    color: #696a6a;
    font-size: 9px;
    display: inline;
}
.breadcrumbs2 li span {color: #b7b7b7;}
.breadcrumbs2 li a {color: #b7b7b7;}

.secondary-content-2 {
	float: right;
	width: 200px;
	height: 100%;
	margin: 50px 10px 0 0;
	padding: 20px 19px 30px 19px;
	background-color:#e9f1f9
}
.sublink-box {
	padding: 0;
	background: url("../images/h-line.gif") no-repeat 0 100%;
}
.sublink-box h3 {
	color: #0061aa;
	font-size: 16px;
	padding: 6px 0 13px 29px;
	/*background: url("../images/h-line.gif") no-repeat 0 100%;*/
}
.sublink-box ul {padding: 9px 0 0 0;}

.sublink-box ul li {
	font-size: 14px;
	padding: 0 0 6px 29px;
	background: url("../images/i-2.gif") no-repeat 15px 5px;
}
.sublink-box ul li  a {color: #fc9400;}

.related-box {
	padding: 8px 0 12px 0;
	background: url("../images/h-line.gif") no-repeat 0 100%;
}

.related-box h3,
.separator h3,
.gallery-box h3 {
	color: #0061aa;
	font-size: 14px;
	padding: 0 0 3px 29px;
	background: url("../images/i-2.gif") no-repeat 15px 3px;
}
.related-box p {
	color: #FC9400;
	font-size: 11px;
	line-height: 14px;
	padding: 0 22px 9px 29px;
}
.related-box p a {color: #B7B7B7;}
.mb-1 {margin-bottom: 5px !important;}

.separator {
	margin: 9px 0 0 0;
	padding: 7px 0 0 0;
	background: url("../images/h-line.gif") no-repeat;
}
.separator p ,
.gallery-box p {padding: 17px 0 0 0;}

.button-box {padding: 2px 0 0 25px;}
.button-box a {margin: 0;}

.flashElement {
	float: left;
	width: 800px;
	height: 196px;
	background: url("../images/flashElement.jpg") no-repeat;
	padding: 0px 0px 0 0px;
}
.whiteBG {
	width: 845px;
	margin: 0 auto;
	background: url("../images/whiteBG.png") repeat-y;
	padding: 0px 0px 0 0px;
}

