* {margin:0px;padding:0px;}
body 
{
	background: url(images/bg.jpg) top center no-repeat #000000;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif; 
	font-size: 12px;
	text-align:left;
}

a
{
	position:relative;
}

.content-section
{
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.content-section h2 a
{
	text-decoration: none;
	font-size: 18px;
	color: #eeeeee;
}

.blogarticle
{
	padding-bottom: 20px;
	padding-top: 10px;
	border-top: dashed 1px #dddddd;
}


.logo
{
	background:url("images/logo.png") repeat scroll 0 0 transparent;
	height:375px;
	margin-bottom:-75px;
	margin-left:-93px;
	position:relative;
	width:1054px;
	z-index:1;
}

        * html .logo
        {
                background-image: none;
                filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logo.png", sizingMethod="crop"); 	
        }

.topshadow
{
	background:url("images/topshadow.png") repeat-x;
	position:absolute;
	top:0px;
	width:100%;
	height:99px;
	z-index:3;
	left:0px;
}

        * html .topshadow
        {
                background-image: none;
                filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/topshadow.png", sizingMethod="scale"); 	
        }



.page
{
	text-align:left;
}

label
{
	color: #B7B7B7;
}

h1
{
	font-size: 18px;
	color:#ffffff;
	font-family:arial;
}

h2
{
	padding-bottom: 3px;
}

h3, h4
{
	color:#ffffff;
}

.intro
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	margin-top: 15px;
	color:#b7b7b7;
}



.seotitle
{
	font-size: 1px;
	text-indent: -2000px;
}

img
{
	border: 0px;
}

.titlebar
{

}



.contentarea
{
	width:811px;
	margin:0 auto;
}
.pagecontent
{
	background:url("images/pagebg.png");
	margin-top:10px;
	padding:10px;
}

        * html .pagecontent
        {
                background-image: none;
                zoom:1;
                filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/pagebg.png", sizingMethod="scale"); 
                	
        }
        
.menuarea
{
	background:none repeat scroll 0 0 #232323;
	margin-bottom:20px;
	margin-top:20px;
}

.menu
{
	padding:5px 0;
	font-size: 11px;
	
	font-size:11px;
	padding:5px 0;
	position:relative;
	z-index:2;
}

.menu h2
{
	margin:0px;
	padding: 0px;
	border-bottom: solid 2px #C0C0C0;
	color: #074B7A;
}

.menu ul
{
	list-style-type: none;
}

.menu li
{
	display: inline;

}
.menu li a
{
	color:#8f8f8f;
	padding:5px 7px;
}

.menu li:hover
{
	color: #ffffff;
	cursor: pointer;
}

.menu li:hover a
{
	color: #ffffff;
}

.menu li:last-child
{
	border-right: none;
	padding-right:none;
}
.menu a
{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-size: 13px;
	
}

.menu a:hover
{
	color: #ffffff;
	
}


.memberzone
{
	position:absolute;
	left: 704px;
	top:0px;
	width: 158px;
	background: #f2f2f2;
	margin-bottom:0px;
	padding-bottom:0px;
}

.memberzone a
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.pagesection
{
	background:url("images/contentbg.png");
	padding:15px;
}

        * html .pagesection
        {
                background-image: none;
                zoom:1;
                filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/contentbg.png", sizingMethod="scale");
        }

.sitebanner
{
	margin-bottom: 10px;
}

.verticalbar
{
	width: 1px;
	float: left;
	border-left: dotted 1px #AEA485;
	height: 100%;
	
}

.linksArea
{
	width: 200px;
	float:right;
	margin-right: 5px;
}

.linksArea h2
{
	text-align:right;
	width: 100%;
	border-bottom: solid 1px #5C4F25;
	font-weight: normal;
	font-size: 11px;
}

.linksArea ul
{
	list-style-type: none;
	margin:0px;
	padding:0px;

	margin-bottom: 4px;
}

.linksArea li
{
	width: 195px;
	background: #CCAF52;
	height: 20px;
	margin-top: 2px;
	padding-left: 5px;
	padding-top: 2px;
}

.linksArea li:hover
{
	cursor: pointer;
	background: #BB9F45;
}

.linksArea a
{
	text-decoration: none;
	color: #000000;
}

.homepageWelcomeArea
{
	border: solid 1px #8E7636;
	background: #EDCC5F;
	height: 520px;
	width:498px;
}

.primaryPressRelease
{
	padding:4px;
}

.primaryPressRelease .headlineArea
{

	margin-left:10px;
	margin-right:10px;

}

.primaryPressRelease .primaryContent
{
		
}

.primaryPressRelease .primaryContent p
{
	margin-bottom: 8px;
}

.pressReleaseSummary
{
}

.pressReleaseSummary h2
{
}

.pressReleaseSummaryItem
{
	margin-top: 5px;
	background:#444444;
	padding-top:4px;
}

.pressReleaseSummaryItem:hover
{
	cursor: pointer;
	background:#333333;
}

.pressReleaseSummaryItem h3
{
	text-align:right;
	margin-right: 5px;
	font-size:12px;
	color:#dcdcdc;
}

.summaryItemDetails
{
	margin-left: 5px;
	margin-right: 5px;
}

.summaryItemDetails a
{
	text-decoration: none;
	font-weight: bold;
	color: #B7B7B7;
}

.miniPressReleaseSummaryItem
{
	margin-top: 5px;
	background: #434343;
	padding-left: 5px;
	color: #B7B7B7;
}

.miniPressReleaseSummaryItem:hover, .miniPressReleaseSummaryItem:hover a
{
	background: #333333;
	cursor: pointer;
}

.miniPressReleaseSummary h1
{
}
	
.miniPressReleaseSummary h2
{
	font-size: 11px;
	font-weight: normal;
}

.primaryEvent
{
	background: #FFFFF;
}


.primaryEvent h4
{
	font-size: 11px;
	font-weight: normal;
}

.primaryEvent h4 a
{
	color:#ffffff;
}

.primaryEvent .primaryContent p
{
	margin-bottom: 8px;
}

.eventSummary
{
}

.eventSummary h2
{
	padding-bottom: 4px;
}

.no-decoration
{
        padding:2px;
        background: url(images/pressreleasesummary_bg.jpg) no-repeat #E4E4E4;
        margin-top:3px;
}

.no-decoration:hover
{
        background: url(images/pressreleasesummary_bg_over.jpg) no-repeat #F9D55D;
	cursor: pointer;
}

.eventSummaryItem 
{
	margin-right: 5px;
	font-size:11px;
	font-weight: normal;
	background:none repeat scroll 0 0 #444444;
	padding-top:3px;
	padding-bottom:3px;
	color:#B7B7B7;
}

.eventSummaryItem:hover,  .eventSummaryItem:hover a
{
	background: #333333;
	cursor:pointer;
}

.eventMiniSummary
{
	
}

.eventMiniSummary h1
{
}

.primaryLink
{
	background: #FFFFF;
}

.primaryLink h2
{
}

.primaryLink .primaryContent p
{
	margin-bottom: 8px;
}

.linkItem
{
	padding: 5px;
	margin-top: 5px;
	height: 80px;
}

.linkItem img
{
	padding: 2px;
	float:left;
}

.linkItem a
{
	text-decoration: none;
	font-weight: bold;
	color: #B7B7B7;
}

.linkItem h3
{
	text-align:left;
	margin-left: 5px;
	font-size:15px;
}

.joinprompt
{
	padding:4px;
	background-color: #F9D55E;
}

.joinprompt h2
{
	font-size: 15px;
}

.joinprompt ul
{
	margin-left:15px;
	padding:0px;
}

.joinprompt li
{
	margin:0px;
	padding:0px;
}

.signup-personal
{
	margin-top:10px;
}

.signup-personal h2
{
	margin-bottom: 5px;
}

.signup-personal label
{
	float:left;
	width: 100px;
	text-align:right;
	margin-right: 5px;
}

.signup-personal p
{
	margin-top: 5px;
}

.signup-personal .textinput
{
	width: 200px;
}

input
{
	font-size: 11px;
}


table
{
}

.forumLatestMessages
{
	border:1px solid #ffffff;
	margin-top: 10px;

}

.forumLatestMessages a
{
	text-decoration: none;
	font-weight:normal;
	color: #333333;
}

.forumLatestMessages a:hover
{
	text-decoration: none;
	font-weight:normal;
	color: #000000;
}


.forumLatestMessages .message
{
	background: #E4E4E4;
}

.forumLatestMessages .message:hover
{
	background: #f5f5f5;
	cursor:pointer;

}

.forumLatestMessages .message .messagedate
{
	width: 120px;
}

.forumLatestMessages .message .messageText
{
	width: 262px;
}

.forumLatestMessages .message .messageUser
{
	width: 110px;
}

.forumsList
{
	width: 100%;
	padding:0px;
}

.forumsList .forumDetails
{
	background: #E4E4E4;
}

.forumsList .forumDetails:hover
{
	background: #F9D55D;
	cursor:pointer;

}

.forumsList .forumDetails td
{
	padding:2px;

}

.forumsList a
{
	text-decoration: none;
	color: #2E2401;
}

.forumDiscussionList
{
	width: 100%;
}

.forumDiscussionList tr
{
	background: #E4E4E4;
}

.forumDiscussionList tr:hover
{
	background: #f5f5f5;
	cursor:pointer;

}

.forumDiscussionList tr td
{
	padding:2px;

}

.forumDiscussionList a
{
	text-decoration: none;
	color:#2E2401;
}

.forumDiscussionList a:hover
{
	text-decoration: underline;
}

.footer
{
	font-size: 10px;
	color: #8f8f8f;
	padding-bottom:40px;
	margin-top:10px;
}

.footer a
{
	text-decoration: none;
	color: #8f8f8f;
	font-weight:bold;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer .lhs
{
	width: 300px;
}


.rhs
{
	float:right;
}


.forumdiscussionstitle
{
	font-size:14px;
}

.forumdiscussionsheader
{
	font-family: arial, trebuchet ms, verdana, tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color:#2E2401;
}

.forumdiscussionsheader:hover
{
	text-decoration: underline;
}

.prompt_newtopic a
{
	text-decoration:none;
	color: #2e2401;
	font-weight: bold;
}

.prompt_newtopic a:hover
{
	text-decoration: underline;
}

.forumtopics_area
{
	margin-top: 10px;
}

.messageuserdetails
{
	width:120px;
}

.messageactions
{
	width: 120px;
}

.discussionmessages
{
	width: 100%;
	margin-top: 10px;
}

.discussionmessages tr
{
	background: #E4E4E4;
}

.discussionmessages .alt
{
	background: #ececec;
}

.discussionmessages td
{
	padding: 4px;

}

textarea
{
	font-size: 11px;
	font-family: trebuchet ms, arial, verdana, tahoma, sans-serif;
}

.new_message
{
	background: #e0e0e0;
	margin-top: 10px;
	padding: 4px;
}

.new_message th
{
	text-align:left;
	width: 200px;
}

.new_message .advice
{
	font-weight: normal;
	text-style: italic;
	color: #555555;
	font-size: 10px;
}

.messageactions
{
	background: #ffffff;
	vertical-align: bottom;
}

h2
{
	font-size: 13px;
	font-weight: Bold;
	padding-bottom: 4px;
	/*border-bottom: dotted 1px #98171B;*/
	margin-bottom: 6px;
	color:#ffffff;
}

.message_navigation
{
	text-align:right;
}

.discussionmessages .censoredmessage
{
	background-color:#B5B3AA;
}

.primaryEvent h2
{
	font-size: 18px;
	font-weight: bold;
}

.primaryEvent .headlineArea
{

}

.primaryEvent .headlineArea h2
{
	margin:0px;
	padding:0px;
}

.eventdatedetails
{
	width: 100%;
	color:#B7B7B7;
}

.eventdatedetails td
{
}

.eventdetails-date
{
	width: 50%;
}

.eventdetails-time
{
	text-align:right;
	width:50%;
}


.shop_item
{
	margin-bottom: 10px;
}

.shop_item h2
{
	font-size: 20px;
	background-color: #F9D55E;
	margin-bottom: 10px;
}

.shop_item_info
{
	width: 530px;
}

.shop_item_description
{
	width: 530px;
	margin-bottom: 10px;
}

.shop_price
{
	font-size: 20px;
	color: #F9D55E;
	font-weight: bold;
	margin-bottom: 10px;
}

.shop_item_image
{
	float: right;
	width: 300px;
	padding-left: 10px;
}

.eventdescription
{
	
}

.eventlocation
{
	width:50%;
	background:#DEDDD8;
	padding:3px;
}

.tandc_info h2
{
	font-size: 16px;
	font-weight: bold;
}

.tandc_info p
{
	margin-bottom: 10px;
}

.memberlogin_zone
{
	margin-top: 10px;
}

.userlogin_form h1
{
	font-family: trebuchet ms, arial, tahoma, verdana;
	font-size: 15px;
}

.userlogin_form
{
	background: #e0e0e0;
	margin-top: 10px;
	padding: 4px;
	border:solid 1px #000000;
}

.userlogin_form table
{
	width:100%;
}

#sysloginbox
{
	position: absolute;
	width: 250px;
	height:250px;
	top:50%;
	left:50%;
	margin-left:-125px;
	margin-top: -125px;
}

#syscontainer
{
	opacity: .5;
	filter: alpha(opacity=50);

	background-color:#000000;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

.standard h1
{
	font-size: 17px;
}

.standard h2
{
	font-weight: bold;
	font-size: 15px;
}


.contactdetails
{
	
}

.contactdetails tr
{
	background:#f8f8f8;
}

.contactdetails td
{
	padding: 5px;
	vertical-align: top;
}

.contactdetails th
{
	width:150px;
	vertical-align:top;
	text-align:left;
	padding: 5px;
}

.memberpriceheaders
{
	width: 100%;
}

.memberpriceheaders th
{
	padding: 5px;
	text-align: left;
}


.memberpriceheaders td
{
	padding: 5px;
}

.memberpriceheaders tr
{
	background: #f8f8f8;
}

.memberpriceheaders .header
{
	background: #f5f5f5;
}

/* ----------------------------------------------------------------------------
// DOWNLOADS
// ----------------------------------------------------------------------------*/  
.primaryDownload
{
        margin-top:10px;
}
        .primaryDownload h2
        {
                font-size:1.5em;
                margin:0px;
                margin-top:8px;
                border:0px solid;
        }
        
        .primaryDownload p
        {
                margin:0px !important;
        }
        
        .downloadcollection
        {
                padding-left:20px;
                margin-top:10px;
        }
        
                .downloadfileContainer
                {
                        padding-left:20px;
                }
                
                .catdots
                {
                        background:transparent url(images/breadcrumb_dots.gif) repeat scroll 0 0;
                        height:11px;
                        margin-left:-28px;
                        position:absolute;
                        width:18px;
                }
                
                        .downloadfile
                        {
                                background-color:#444444;
                                margin-top:2px;
                                padding:3px 3px 3px 5px;
                                cursor:pointer;
                        }
                        
                        .downloadfile:hover
                        {
                                background:#333333 none repeat scroll 0 0;
                        }
                        
                                .downloadfile a
                                {
                                        text-decoration:none;
                                        color:#ffffff;
                                }
                        
                                .downloadfile h4
                                {
                                        font-weight:100;
                                }
                                
/* ----------------------------------------------------------------------------
// File types
// ----------------------------------------------------------------------------*/   
div.filetype
{
        float:left;
        width:20px;
        height:20px;
        margin-right:5px;
}
.jpg, .gif, .bmp, .tif, .jpeg, .png { background: url(images/filetypes/image.gif) no-repeat; }
.html, .htm, .php, .asp, .aspx, .jsp, .cfm { background: url(images/filetypes/html.gif) no-repeat; }
.mov, .avi, .wmv, .rm, .qt, .mpg, .mpeg { background: url(images/filetypes/movie.gif) no-repeat; }
.ppt, .ppm { background: url(images/filetypes/powerpoint.gif) no-repeat; }
.pdf { background: url(images/filetypes/pdf.gif) no-repeat; }
.txt, .nfo { background: url(images/filetypes/txt.gif) no-repeat; }
.swf, .flv { background: url(images/filetypes/swf.gif) no-repeat; }
.doc, .dot { background: url(images/filetypes/word.gif) no-repeat; }
.xls { background: url(images/filetypes/excel.gif) no-repeat; }
.zip, .rar, .arj, .tar, .tgz, .gz, .zoo, .lha, .lzh { background: url(images/filetypes/archive.gif) no-repeat; }
.xml, .xsl, .xsd, .dtd { background: url(images/filetypes/xml.gif) no-repeat; }
.mp3, .mp2, .aif, .aiff, .wav { background: url(images/filetypes/sound.gif) no-repeat; }
.dll, .exe, .com { background: url(images/filetypes/exe.gif) no-repeat; }

/* ----------------------------------------------------------------------------
// GALLERY
// ----------------------------------------------------------------------------*/  
.primaryGallery
{
        margin-top:10px;
}

.primaryGallery a
{
        color:#000000;
        text-decoration:none;
}
        .primaryGallery img
        {
                height:150px;
                width:150px;
                margin:5px;
                margin-left:0px;
        }
                
        .primaryGallery h2
        {
                font-size:1.5em;
                margin:0px;
                margin-top:8px;
                border:0px solid;
        }
        
        .primaryGallery p
        {
                margin:0px !important;
        }
        
        .gallerycollection
        {
                padding:10px;
                margin:5px;
                margin-left:0px;
                background:#444444 none repeat scroll 0 0;
                
        }
        
.galleryimages
{
}
                .galleryimages img
                {
                        height:100px;
                        width:100px;
                        margin:5px;
                        margin-left:0px;
                        float:left;
                        margin-right:5px;
                }
                
                .galleryimages h2
                {
                        font-size:1.5em;
                        margin:0px;
                        margin-top:8px;
                        border:0px solid;
                }
                
                .galleryimages p
                {
                        margin:0px !important;
                }
                
        
.galleryfileContainer
{
       float:left;
       border:1px dashed rgb(192,192,192);
       margin:5px;
       margin-left:0px;
       padding:5px;
       width:100px;
       color:#B7B7B7;
}

.galleryfileContainer:hover
{
        background:#EEEEEE none repeat scroll 0 0;
        cursor:pointer;
        color:#000000;
}
        .galleryfile
        {
                margin-top:2px;
                cursor:pointer;
                margin-bottom:5px;
        }
        
        
        .galleryfile a
        {
                text-decoration:none;
                color:#B7B7B7;
                font-weight:bold;
                
        }

        .galleryfile p
        {
                
        }
        
.morelink
{
        text-align:right;
        color:#B7B7B7;
        font-weight:bold;
        text-decoration:none;
}
        .morelink a
        {
                color:#B7B7B7;
                text-decoration:none;
        }
        
div#fancy_bg 
{
	display: none;
}
	
div.fancy_bg 
{
	position: absolute;
	display: block;
	z-index: 70;
}
div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(images/shadow/shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/shadow/shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(images/shadow/shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/shadow/shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(images/shadow/shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/shadow/shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(images/shadow/shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/shadow/shadow_nw.png) no-repeat;
}


