div
{
    /*border:dotted 1px gray;*/
}
/***************************************
    GLOBAL STYLES
    ------------------------------------
    Style rules with a global effect.
***************************************/
#container
{
    margin: 0 auto;
    width: 904px;
}
*
{
}
body
{
    padding: 0;
    margin: 10px 0;
    font: 13px Verdana, tahoma, arial, sans-serif;
    color: #313132;
}


/* Global text colour styles */
.DarkRed
{
    color: #990000;
}
.Teal
{
    color: #336666;
}
.Mustard
{
    color: #CCCC99;
}
a
{
    text-decoration: none;
    color: #000;
}
a:hover
{
    color: #111;
    text-decoration: underline;
}
address
{
    margin-left: 0;
    font-style: normal;
}
h1
{
    font: Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #266B65;
}
h2 .small
{
    font-size: 11px;
}
h2
{
    font-size: 16px;
    font: Verdana, Tahoma;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    color: #7F0F18;
}
h3
{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: -10px;
    color: #B0A775;
}
h4
{
    font-weight: bold;
    font-size: 12px;
    color: #000;
}
#content img
{
    padding: 3px;
    background: #fff;
    border: solid 1px #FFFFFF;
}
.gold
{
    color: #B0A775;
}
.red
{
    color: #7F0F18;
}
.green
{
    color: #256A64;
}
span.small
{
    font-size: 14px;
}
p.small
{
    font-size: 10px;
}

/* tagline added above header. */
.tagline 
{
 position:relative;
 left:265px;
 font-size:10px;
 width:300px;
 color: #990000;
}


/***************************************
    HEADER STYLES: #header
    ------------------------------------
    Style rules for the header
    area only.
***************************************/
#header
{
    width:100%;
    float: left;
    height:230px;
}
#header .contact
{
    float:right;
    background: #fff url(../images/greenbox.jpg) no-repeat top center;
    font-size: 14px;
    color:#FFFFFF;
    text-align: center;
    width:202px;
    height:200px;
    padding-top:25px;
}
#header .contact .c_text
{
    padding-top:45px;
    line-height:30px;
}
#header .contact a
{
    color:#FFFFFF;
}
#header .logo
{
    clear:left;
    float:left;
}
#header .slideshow
{
    float:left;
    margin:3px 45px 10px 45px;
    width:415px;
}
#header .slideshow img
{
    width:415px;
    height:195px;
}

/***************************************
    GLOBAL NAVIGATION STYLES: #globalnav
    ------------------------------------
    Style rules for the *global*
    navigation.
***************************************/
#globalnav
{
    width:195px;
    float: left;
    margin:5px 50px 20px 0px;
    position: relative;
    border-bottom-width: 0;
    font-size: 13px;
    font-weight: bold;
}

#globalnav a.menuitem
{
    color: white;
    display: block;
    width: auto;
    padding: 23px 0px 23px 8px;
    text-decoration: none;
    margin-top: 5px;
}

#globalnav a.greenmenu
{
    background: #fff url(../images/BTNGreen.png) no-repeat top center;
}

#globalnav a.redmenu
{
    background: #fff url(../images/BTNRed.png) no-repeat top center;
}

#globalnav a.menuitem:visited, #globalnav .menuitem:active
{
    color: white;
}

#globalnav a.menuitem .statusicon
{
}

#globalnav a.menuitem:hover
{
    color: #000;
}

#globalnav div.submenu
{
    /*DIV that contains each sub menu*/
    background: white;
}

#globalnav div.submenu ul
{
    /*UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#globalnav div.submenu ul li
{
}

#globalnav div.submenu ul li a
{
    background-position: 2px;
    display: block;
    margin-left: 8px;
    padding-left: 16px;
    background-image: url('../images/BulletRed.png');
    background-repeat: no-repeat;
    font-size: 11px;
}

#globalnav div.submenu ul li a:hover
{
}
/***************************************
    CONTENT STYLES: #content
    ------------------------------------
    Style rules for the primary
    content area only.
***************************************/
#content
{
    width:645px;
    padding-right:10px;
    float:right;
    display:inline;
}
#content a
{
    text-decoration: underline;
    font-weight: bold;
}
/*floating image left*/
#content a.left
{
    display: block;
    float: left;
    padding: 0 8px 8px 0;
}
/*floating image right*/
#content a.right
{
    display: block;
    float: right;
    padding: 0 0 8px 8px;
}
#content p
{
    margin-top: 15px;
    text-align: justify;
}
#content hr
{
    width: 80%;
}
/*
	left / right floating things
	use for images etc
*/
#content .floatleft
{
    float: left;
    display: block;
    margin: 5px 10px 5px 0;
}
#content .floatright
{
    float: right;
    display: block;
}
#content .quote
{
    height: 92px;
    width: 623px;
    color: #000000;
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
    margin: 20px 0 20px 15px;
    clear: both;
}
#content div.bulletrow
{
    width: 100%;
    margin: 15px 0;
}
#content ul li span
{
    color: #313132;
}
#content div.bulletrow ul, #content div.bulletrow li
{
    list-style-position: inside;
    padding: 0;
    padding-top: 5px;
    margin: 0;
}
#content div.bulletcol1, #content div.bulletcol2, #content div.bulletcol3
{
    float: left;
    width: 33%;
}
#content div.bulletcol1
{
    width: 40%;
}
#content div.bulletcol2
{
    width: 40%;
    padding-left: 20px;
}
#content div.bulletcol3
{
    width: 25%;
}
#locDiv
{
    margin-top: -10px;
}
/* Tables */
#content table
{
    padding: 0;
}
#content table caption
{
    caption-side: bottom;
    font: 0.8em italic;
}
#content table th
{
    background-color: #7E0F18;
    color: White;
    margin-top: 5px;
    padding: 5px;
}
#content tr.trPadd td
{
    padding-bottom: 10px;
}
#content tr.trAlt
{
    background-color: #FFFADF;
}
#content table .odd
{
    background: #FFF4E9;
}
#content tr.trPaddTop td
{
    padding-top: 10px;
}
#content tr
{
    background-color: #F4EED0;
}
#content td
{
    padding-left: 5px;
}
/* Lists */
#content ol
{
}
#content ul
{
    line-height:20px;
}
#content ul li
{
    list-style-position: inside;
}
/***************************************
     Portfolio Styles 
**************************************/
ul#portfolio {
	list-style: none;
	padding-left:0px;
	margin-left:0px;
}
ul#portfolio li {
	float: left;
	padding: 2px;
	display:inline;
	text-decoration:none;
}
ul#portfolio a {
	width: 100%;
}

ul#portfolio a:hover {
	text-decoration: none;
	color: #333;
}


/***************************************
    FOOTER STYLES: #footer
    ------------------------------------
    Style rules for the footer
    area only.
***************************************/
#footer
{
    clear: both;
    padding-top: 8px;
    margin-top: 12px;
    font-size: 10px;
    border-top: 1px solid #9F9F9F;
}
#footer .footerleft
{
    float: left;
    text-align: left;
}
/*the footerright class pushes down the .clear class with the grey line on top*/
#footer .footerright
{
    float: right;
    text-align: right;
    position: relative;
    margin-right: 90px;
    padding-bottom: 9px;
}
/*center sitemap link*/
#footer div.middle
{
    margin-left: 30px;
}
#footer #xhtml
{
    padding: 0;
    margin: 4px 0 0 0;
    border: none;
    display: inline;
    position: absolute;
    bottom: 6px;
    right: -90px;
}
#footer .clear
{
    font-size: 9px;
    color: #313132;
    border-top: 1px solid #9F9F9F;
    padding-top: 4px;
    margin-bottom: 10px;
}
#footer address
{
    display: inline;
    margin: 0;
    font-style: normal;
}
/***************************************
    SINGLE PAGE STYLES: #page
    ------------------------------------
    Style rules for specific pages.
    Replace the id #container with a
    unique id to do this.
***************************************/
/*sitemap*/
#ourteam span
{
    display: block;
    float: left;
}
#ourteam .leftrow
{
    width: 80px;
    clear: both;
}
#ourteam .rightrow
{
    width: 500px;
    display: inline;
}
#ourteam .background
{
    margin-top: 8px;
}
/*sitemap*/
#sitemap a
{
    font-weight: normal;
    text-decoration: none;
}
#sitemap a:hover
{
    font-weight: normal;
    text-decoration: underline;
}
#sitemap ul
{
    color: #7F0F18;
}
#sitemap ul ul
{
    color: #256A64;
    list-style-type: disc;
}
#logos img
{
    padding-right:40px;
    height:55px;
}
#aboutlogos img
{
    padding-right:40px;
}
#tourismlogos img
{
    height:80px;
    padding-right:55px;
}
#regenerationlogos img
{
    height:70px;
    padding-right:40px;
}
#marketinglogos img
{
    height:70px;
    padding-right:40px;
}
/***************************************
    USEFUL
***************************************/
.clear
{
    clear: both;
}

/***************************************
    END
***************************************/

