@charset "utf-8";
/* CSS Document */

/*
* Original code by Creativempire.co.uk (www.creativempire.co.uk)
* This notice MUST stay intact for legal use
*/

*{margin-top:0;}

body{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#aa9d7e;
 background: #333;
}

p, a, li{
 font-weight:lighter;
 font-size: 10px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#aa9d7e;
}

h1{
 color:#e4dabb;
 font-size: 12px;
 font-weight: bold;
}

h2{
 color:#e4dabb;
 font-size: 11px;
 font-weight: bold;
}

strong{
 font-weight: bold;
}

ul {
 list-style: disc;
 margin: 0;
}

#container{
 width:820px;
 margin:0 auto;
}

#header{
 margin:0 auto;
 margin-top:10px;
 width:820px;
 height:110px;
 padding:0;
 background:url(../Images/Presentation/header.jpg);
}

#menu{
 margin:0 auto;
 width:820px;
 height:44px;
 background:url(../Images/Presentation/menu.jpg);
}

#menu ul{
 margin:0 auto;
 padding:10px;
 list-style:none;
}

#menu li{display:inline;}

#menu a{
 display:block;
 float:left;
 height:24px;
 padding:10px 17px 0 17px;
 border-right:1px solid #751313;
 text-decoration:none;
 text-align:center;
 font-size:10px;
 color:#e4dabb;
}

#menu span{
 display:block;
 float:right;
 height:30px;
 padding: 4px 0 0 0;
 background: #000;
}

#menu a:hover{
 color:#e4dabb;
 text-decoration:none;
 background:url(../Images/Presentation/hover.jpg) center no-repeat;
}

#menu li.active a{
 color:#e4dabb;
 text-decoration:none;
 background:#751313;/*url(../Images/Presentation/active.jpg) repeat-x*/;
}

#page{
 width:780px;
 padding:20px;
 background:url(../Images/Presentation/page.jpg) repeat-y;
}

#page a{}

#page ul.box/* For use with boxes (see below) */{
 margin:0;
 padding:0;
 list-style:none;
}

#page ul.box li/* For use with boxes (see below) */{display:inline;}

#page ul.box li .boxThirdContainer{
 display:block;
 float:left;
 width:240px;
 padding:0 10px;
}

#page ul.box li .boxThirdMiddle{
 width:220px;
 height:auto;
 padding:0 10px;
 background:url(../Images/Presentation/thirdboxmiddle.jpg) repeat-y;
}

#page ul.box li .boxThirdTop{
 width:240px;
 height:10px;
 margin-left:-10px;
 background:url(../Images/Presentation/thirdboxtop.jpg) top no-repeat;
}

#page ul.box li .boxThirdBottom{
 width:240px;
 height:10px;
 margin-left:-10px;
 background:url(../Images/Presentation/thirdboxbottom.jpg) bottom no-repeat;
}

#page ul.box li .boxHalfContainer{
 display:block;
 float:left;
 width:370px;
 padding:0 10px;
}

#page ul.box li .boxHalfMiddle{
 width:350px;
 height:auto;
 padding:0 10px;
 background:url(../Images/Presentation/halfboxmiddle.jpg) repeat-y;
}

#page ul.box li .boxHalfTop{
 width:370px;
 height:10px;
 margin-left:-10px; 
 background:url(../Images/Presentation/halfboxtop.jpg) top no-repeat;
}

#page ul.box li .boxHalfBottom{
 width:370px;
 height:10px;
 margin-left:-10px; 
 background:url(../Images/Presentation/halfboxbottom.jpg) bottom no-repeat;
}

#page .boxFullContainer{
 display:block;
 width:760px;
 padding: 0 10px;
}

#page .boxFullMiddle{
 width: 740px;
 padding:0 10px;	
 background:url(../Images/Presentation/fullBoxMiddle.jpg) repeat-y;	
}

#page .boxFullTop{
 width:760px;
 height:10px;
 margin-left:-10px; 
 background:url(../Images/Presentation/fullBoxTop.jpg) top no-repeat;
}

#page .boxFullBottom{
 width:760px;
 height:10px;
 margin-left:-10px; 
 background:url(../Images/Presentation/fullBoxBottom.jpg) bottom no-repeat;	
}

#page .newsFeedContainer{
 width: 190px;
 height: 250px;
 margin: -300px 10px 50px 580px;
 background: url(../Images/Presentation/newsFeed.jpg) no-repeat;
 text-align: center;
}

#page .newsFeedContainer h1{
 padding: 2px 0 0 0;
}

#page .newsFeed{
 padding-top: 1px;
 background: none;
}

#footer{
 margin:0 auto;
 width:820px;
 height:40px;
 background:url(../Images/Presentation/footer.jpg);
}

#footer a{
 margin:0;
 padding:0;
 color:#e4dabb;
 border-bottom:1px dotted #aa9d7e;
 text-decoration:none;
 font-size:10px;
}

* html #footer a{border-bottom:1px solid #aa9d7e;}

#footer a:hover{
 margin:0;
 padding:0;
 color:#e4dabb;
 border-bottom:1px solid #e4dabb;
 font-size:10px;
}

#footer p{
 margin:0;
 padding:8px 0 1px 18px;
 color:#e4dabb;
 font-size:10px;
}

.divider{
 display:block;
 width:auto; 
 font-size:0;
 background-color:#501313;
 height:2px;
}

.divider2{
 display:block;
 width:auto; 
 font-size:0;
 background-color:#e4dabb;
 height:2px;
}

img{border:none;}

/*.imgLeft{float:left;margin:10px 10px 10px 0;}
.imgRight{float:right;margin:10px 0 10px 10px;}
.divider2{display:block;font-size:0;background-color:#501313;height:2px;width:250px;padding:0;margin-bottom:15px;}*/

/*#content{float:left;position:relative;display:inline;width:780px;padding:10px 6px;background:none;margin:10px 0 0 15px;}
#content a{margin:0;padding:0 0 0 0;font-size:11px;line-height:20px;padding-bottom:5px;text-align:left;color:#fff;text-decoration:normal;}
#content p{margin:0;padding:0;font-size:11px;line-height:20px;padding-bottom:5px;text-align:left;}
#content h1{margin:0;padding:0 0 0 0;padding-bottom:7px;text-align:left;}
#content ul{list-style:none;padding:0;margin:0 5px 15px 5px;}
#content li{font-size:11px;margin:0 0 10px 10px;padding-left:10px;text-align:left;list-style-image:url(../Images/Presentation/bulletpoint.gif);}
#content p.inset{margin:0;padding:0 0 0 5px;font-size:11px;line-height:15px;padding-bottom:5px;text-align:left;}*/