﻿/* General */

/*Reset Common Tags*/

a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

/************************************/

.max-cat
{
    border:0;
}


/*shadowbox*/

#project-example
{
    float:left;
    width:420px;
    background:#fff;
    padding:15px;
}

#project-example-left
{
    float:left;
    width:235px;
}

#project-example-right
{
    float:right;
    width:430px;
}

.project-example-title
{
    float:left;
    width:235px;
    border-bottom:1px solid #e72c22;
    font-size:12px;
    color:#e72c22;
    padding-bottom:5px;
    margin-bottom:15px;
}
/*************************************/

body 
{
    margin:0px auto;
    padding:0px;
    font-family:Arial;
    font-size:12px;
    color:#333333;
    background:#b0c657;
}

a
{
    text-decoration:underline;
    color:#333333;
    outline:0;
}

a:hover
{
    text-decoration:none;
}

img
{
    border:0px;
}

p
{
    margin:15px 0;
}

h1
{
    font-size:30px;
    font-weight:normal;
    color:#857159;
    margin:0;
    padding:0;
}

h2
{
    float:left;
    font-size:18px;
    font-weight:normal;
    color:#857159;
    margin:0;
    padding:30px 0 15px 0;
}

h3
{
    margin:10px 0 0 0;
    padding:0;
    font-weight:normal;
    font-size:18px;
    color:#76bbab;
}

.text-green
{
    font-size:18px;
    color:#76bbab;
}


		/*---------------------layout--------------------*/

#header-wrapper
{
    float:left;
    width:100%;
    height:215px;
    background:url(/images/header-bg.jpg) repeat-x;
}

#header-bg
{
    float:left;
    width:100%;
    height:215px;
    background:url(/images/header-bg2.jpg) top center;
}

#main-wrapper
{
    float:left;
    width:100%;
    background:#f2f1df;
}

#footer-wrapper
{
    clear:both;
    width:100%;
}
	
.header-container
{
    width:1000px;
    height:215px;
    margin:0 auto;
    height:auto;
}
	
.container 
{
    width:940px;
    margin:0 auto;
    height:auto;
}

		/*---------------------header---------------------*/
		
#header-image
{
    float:left;
    width:1000px;
    height:170px;
    margin-top:3px;
}

#home-image-bottom
{
    width:940px;
    padding:0 30px;
    margin:0 auto;
    height:140px;
    border-left:5px solid #fff;
    border-right:5px solid #fff;
    border-bottom:5px solid #fff;
    position:relative;
    top:-5px;
    background:url(/images/header-home-bottom.jpg) no-repeat;
}

#home-image-bottom-text
{
    float:left;
    width:418px;
    font-weight:bold;
    color:#76bbab;
    background:#fff;
    border:1px solid #d1cbb1;
    padding:20px;
}

        /*----------------------nav-----------------------*/
        
.nav
{
    float:left;
    width:980px;
    height:37px;
    margin:0;
    padding:0 0 0 18px;
    list-style-type:none;  
    text-transform:uppercase;
    font-weight:bold;
}

.nav li
{
    display:inline;
    height:37px;
    line-height:37px;
}

.nav li a
{
    float:left;
    color:#fff;
    width:auto;
    display:block;
    height:37px;
    margin:0 12px;
    text-decoration:none;
}

.nav li a:hover,
.nav li a.current
{
    height:37px;
    background:url(/images/nav-arrow.jpg) top center no-repeat;
}

        /*---------------------content--------------------*/

/*home*/
.quicklinks-wrapper
{
    float:left;
    width:220px;
    margin-right:20px;
    margin-top:10px;
    margin-bottom:20px;
}

.quicklinks-home
{
    float:left;
    width:200px;
    padding:9px;
    font-size:11px;
    border-right:1px solid #d1cbb1;
    border-bottom:1px solid #d1cbb1;
    border-left:1px solid #d1cbb1;
    background:#fff;
}

.quicklinks-link
{
    clear:both;
    width:180px;
    padding:10px 10px 5px 10px;
    background:#eff4dd;
    text-align:right;
}

.quicklinks-link a
{
    font-size:12px;
    text-decoration:underline;
    color:#666;
    position:relative;
    top:-10px;
    right:5px;
}

.quicklinks-link a:hover
{
    text-decoration:underline;
}

#home-bottom-left
{
    float:left;
    width:445px;
    height:57px;
    padding:21px 0 0 15px;
    background:url(/images/home-bottom-bg.jpg) no-repeat;
    margin-bottom:30px;
}

#home-bottom-right
{
    float:right;
    width:445px;
    height:52px;
    padding:26px 0 0 15px;
    background:url(/images/home-bottom-bg.jpg) no-repeat;
    margin-bottom:30px;
}

.home-bottom-text
{
    position:relative;
    top:-12px;
    left:5px;
}

.home-bottom-text a
{
    color:#7f0e17;
}

/*breadcumbs*/
#breadcrumbs
{
    float:left;
    width:940px;
    font-size:10px;
    color:#76bbab;
    margin:10px 0;
}

#breadcrumbs a
{
    color:#76bbab;
    text-decoration:underline;
}

#breadcrumbs a:hover,
#breadcrumbs a.current
{
    text-decoration:none;
}

/*columns*/
.leftcol
{
    float:left;
    width:700px;
    padding-bottom:30px;
}
.leftcol ul li
{
    list-style-position:inside;
}

.rightcol
{
    float:right;
    width:220px;
    padding-bottom:30px;
}

/*stay informed*/
#submit-out
{
    float:left;
    width:210px;
    padding:4px;
    margin-bottom:20px;
    border:1px solid #e5e1d1;
    background:#fff;
}

#submit-in
{
    float:left;
    width:190px;
    padding:10px;
    background:#e5e1d1;
}

.submit-textbox
{
    width:182px;
    font-size:10px;
    border:1px solid #7f9db9;
    margin-bottom:5px;
    padding:3px;
}

/*follow us*/
#follow-us
{
    float:left;
    width:205px;
    height:53px;
    padding:25px 15px 0 0;
    background:url(/images/followus-bg.jpg) no-repeat;
    text-align:right;
}

/*exhibitors links*/
#exhibitors-out
{
    float:left;
    width:210px;
    padding:4px;
    margin-bottom:20px;
    border:1px solid #e5e1d1;
    background:#fff;
}

#exhibitors-in
{
    float:left;
    width:180px;
    padding:10px 20px 10px 10px;
    background:#ebebeb;
}

#exhibitors-in a
{
    float:left;
    width:180px;
    text-transform:uppercase;
    text-decoration:none;
    color:#857159;
    border-bottom:1px solid #fff;
    padding:7px 0;
}

#exhibitors-in a:hover
{
    color:#c2a480;
    text-decoration:underline;
}

/*content box*/
.content-box-wrapper
{
    float:left;
    width:700px;
    margin-top:15px;
}

.content-box-title
{
    float:left;
    position:relative;
    top:1px;
    padding:5px 10px 0 10px;
    border-right:1px solid #d1cbb1;
    border-top:1px solid #d1cbb1;
    border-left:1px solid #d1cbb1;
    background:#fff;
    font-size:18px;
    color:#76bbab;
}

.content-box
{
    float:left;
    width:678px;
    padding:10px 10px 20px 10px;
    border:1px solid #d1cbb1;
    background:#fff;
}

.events-white
{
    float:left;
    width:678px;
    font-size:11px;
    background:#fff;
}

.events-green
{
    float:left;
    width:678px;
    font-size:11px;
    background:#e4f1ee;
}

.events-white IMG,
.events-green IMG
{
    position:relative;
    top:2px;
}

.ev1
{
    width:74px;
    text-align:left;
    padding:3px 0 3px 2px;
}

.ev2
{
    width:100px;
    text-align:left;
    padding:3px 0 3px 0;
}

.ev3
{
    width:400px;
    text-align:left;
    padding:3px 0 3px 0;
}

.ev4
{
    width:100px;
    text-align:right;
    padding:3px 2px 3px 0;
}

/*bottom-nav*/
.bottom-nav,
.bottom-nav-news
{
    float:left;
    width:700px;
    margin:20px 0;
    font-size:16px;
    font-weight:bold;
    color:#857159;
}

.bottom-nav a
{
    text-decoration:none;
    color:#857159;
}

.bottom-nav-news a
{
    text-decoration:underline;
    color:#857159;
}

.bottom-nav-news a:hover,
.bottom-nav-news a.current
{
    text-decoration:none;
}

.bottom-nav-left
{
    float:left;
    width:350px;
}

.bottom-nav-right
{
    float:right;
    width:350px;
    text-align:right;
}

.bottom-nav IMG,
.bottom-nav-news IMG
{
    position:relative;
    top:8px;
}

/*gallery*/
.gallery-wrapper
{
    float:left;
    width:700px;
    padding-top:25px;
}

.gallery-title
{
    float:left;
    width:700px;
    font-size:24px;
    color:#857159;
}

.gallery-thumb
{
    float:left;
    width:45px;
    margin-right:20px;
    margin-top:10px;
}

.gallery-thumb2
{
    float:left;
    width:45px;
    margin-right:20px;
    margin-top:10px;
    margin-right:0;
}


.tickets-info
{
    float:left;
    background:#e4f1ee;
    width:180px;
    text-align:right;
    font-size:10px;
    padding:12px 10px 10px 10px;
}

.tickets-info IMG
{
    position:relative;
    top:3px;
}

/*sponsors*/
.sponsors-wrapper
{
    float:left;
    width:678px;
    background:#fff;
    border:1px solid #d1cbb1;
    margin-top:20px;
    padding:10px;
}

.sponsors-wrapper a
{
    color:#76bbab;
}

.sponsors-left
{
    float:left;
    width:200px;
}

.sponsors-right
{
    float:right;
    width:470px;
}

/*news*/
.news-wrapper
{
    float:left;
    width:678px;
    background:#fff;
    border:1px solid #d1cbb1;
    margin-top:15px;
    margin-bottom:25px;
    padding:0 10px 10px 10px;
}

.news-wrapper IMG
{
    float:left;
    margin:15px 20px 10px 0;
}

/*pdf download*/
.pdf-download
{
    float:left;
    width:438px;
    padding:0px 10px 10px 10px;
    border:1px solid #d1cbb1;
    background:#fff;
    margin:25px 0;
}

.pdf-left
{
    float:left;
    width:50px;
    margin-top:5px;
}

.pdf-right
{
    float:right;
    width:360px;
    padding:10px 10px 5px 10px;
    background:#e4f1ee;
    text-align:right;
    margin-top:5px;
}

.pdf-right a
{
    position:relative;
    top:-10px;
}

/*results*/
.results
{
    float:left;
    width:198px;
    padding:0px 10px 10px 10px;
    border:1px solid #d1cbb1;
    background:#fff;
    margin:20px 20px 20px 0;
}

.results2
{
    float:left;
    width:198px;
    padding:0px 10px 10px 10px;
    border:1px solid #d1cbb1;
    background:#fff;
    margin:20px 0px 20px 0;
}

.result-link
{
    float:left;
    width:188px;
    padding:5px;
    background:#f2f1df;
}

.result-link a
{
    position:relative;
    top:-10px;
    margin:0 5px;
}

/*contact*/
.contact-left
{
    float:left;
    width:280px;
    margin:10px 0 30px 0;
}

.contact-right
{
    float:right;
    width:380px;
    margin:10px 0 30px 0;
}

label
{
    float:left;
    width:165px;
}

textarea
{
    font-family:Arial;
    height:100px;
    overflow:auto;
}

        /*---------------------footer---------------------*/

#footer
{
    clear:both;
    float:left;
    width:940px;
    color:#687a1f;
    font-size:10px;
    padding:20px 0;
}

#footer-left
{
    float:left;
    width:400px;
}

#footer-right
{
    float:right;
    width:400px;
    text-align:right;
    padding-top:10px;
}

#footer-right IMG
{
    position:relative;
    top:5px;
}

.imgborder-left
{
    border:solid 1px #d1cbb1!important;
    background-color:#ffffff;
    padding:4px;
    float:left;
    margin:0px 15px 10px 0px;
}

.imgborder-right
{
    border:solid 1px #d1cbb1!important;
    background-color:#ffffff;
    padding:4px;
    float:right;
    margin:0px 0px 10px 15px;
}