/************************
*                       *
*     Main Elements     *
*                       *
************************/

/* HTML and Body */

html, body
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82.5%;
	text-align: center;
	line-height: 18px;
	background-color: #231F20;
}

/* Links */

a
{
	color: #FFF;
}

a:hover
{
	color: #FF33CC;
}

a img
{
	border: 0px !important;
}

a.submit-xlarge
{
	display: block;
	width: 150px;
	height: 22px;
	text-align: center;
	background: url(../images/button_bg_xlarge.gif) no-repeat;
	padding: 2px 0px;
	margin: 12px 0px 0px;
	border: 0px;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a.submit-xlarge:hover
{
	color: #FFFFFF;
}

/* Tables */

table
{
	font-size: 1em;
}

/* Forms */

form
{
	margin: 0px;
	padding: 0px;
}

form span
{
	font-size: 0.8em;
}

form .error, form .message
{
	
	margin-left: 0px;
	margin-right: 0px;
	
}

.req
{
	color: #CC0000;
	font-weight: bold;
	font-size: 1.2em;
}

fieldset
{
	margin: 10px 0px 20px;
	padding: 5px 15px 15px;
	border: 2px solid #957793;
	position: relative;
}

fieldset.over
{
	background-color: #595158;
}

fieldset .left
{
	float: left;
	text-align: left;
}

fieldset .right
{
	float: right;
	text-align: left;
}

legend
{
	position: absolute;
	top: -1em;
	left: .5em;
	padding: 0px 6px 2px;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #957793;
}

legend a:hover
{
	color: #FFF;
}

label
{
	display: block;
	font-size: 1em;
	margin: 6px 0px 2px 0px;
	text-align: left;
}

label.over
{
	font-weight: bold !important;
}

input, textarea, select
{
	border: 1px solid #CC99CC;
	font: 1.1em Arial;
	padding: 1px;
}

input.check
{
	border: 0px;
}

input.submit
{
	display: block;
	width: 100px;
	height: 22px;
	text-align: center;
	background: url(../images/button_bg.gif) no-repeat;
	padding: 0px;
	margin: 12px 0px 0px;
	border: 0px;
	cursor: pointer;
}

input.submit-small
{
	display: block;
	width: 80px;
	height: 22px;
	text-align: center;
	background: url(../images/button_bg_small.gif) no-repeat;
	padding: 0px;
	margin: 0px;
	border: 0px;
	cursor: pointer;
}

input.submit-large
{
	display: block;
	width: 120px;
	height: 22px;
	text-align: center;
	background: url(../images/button_bg_large.gif) no-repeat;
	padding: 0px;
	margin: 12px 0px 0px;
	border: 0px;
	cursor: pointer;
}

input.submit-xlarge
{
	display: block;
	width: 150px;
	height: 22px;
	text-align: center;
	background: url(../images/button_bg_xlarge.gif) no-repeat;
	padding: 0px;
	margin: 12px 0px 0px;
	border: 0px;
	cursor: pointer;
}

input.submit-xxlarge
{
	display: block;
	width: 200px;
	height: 22px;
	text-align: center;
	background: url(../images/button_bg_xxlarge.gif) no-repeat;
	padding: 0px;
	margin: 12px 0px 0px;
	border: 0px;
	cursor: pointer;
}

input.summarysubmit
{
    font-weight: bold;
    font-size: 1.5em;
    background: url(../images/summary_submit_button.gif) no-repeat !important;
    width: 200px;
	height: 100px !important;
}

/* Text */

h1
{
	color: #CA9BC9;
	font-size: 2em;
	padding: 0px;
}

h1#logo
{
	display: block;
	width: 780px;
	height: 78px;
	margin: 15px auto 0px;
	padding: 0px 0px 15px;
	text-align: right;
}

h2
{
	color: #CA9BC9;
	font-size: 1.6em;
	margin: 14px 0px 0px;
	padding: 0px;
}

h2.right
{
	margin: 0px;
}

h3
{
	color: #CA9BC9;
	font-size: 1.6em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h4
{
	color: #CA9BC9;
	font-size: 1.15em;
	margin: 0px;
	padding: 0px;
}

h5
{
	color: #CA9BC9;
	font-size: 1.15em;
	margin: 0px;
	padding: 0px;
}

h6
{
	color: #041567;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

p
{
}

pre
{
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: left;
	background-color: #FFF;
	color: #000;
	padding: 5px;
	margin: 10px;
}


/************************
*                       *
*       Messages        *
*                       *
************************/

.error
{
	display: block;
	padding: 10px;
	margin: 10px;
	font-weight: bold;
	font-size: 1.1em;
	color: #CC0000;
	text-align: center;
	border: 1px solid #CC0000;
	background-color: #231F20;
}

.error a
{
	color: #AD0303;
}

.error .error
{
	margin: 10px !important;
}

.message
{
	display: block;
	margin: 10px;
	padding: 10px;
	font-weight: bold;
	font-size: 1.6em;
	color: #3AB331;
	text-align: center;
	border: 1px solid #3AB331;
	background-color: #231F20;
}

.message a
{
	color: #0E7007;
}

.message .message
{
	margin: 10px !important;
}



/************************
*                       *
*    Float and Clear    *
*                       *
************************/

.left
{
	float: left;
}

.right
{
	float: right;
	text-align: right;
}

.clear
{
	clear: both;
}

.show
{
}

.hide
{
	display: none;
}

.inline
{
	display: inline !important;
}



/************************
*                       *
*      Sort Table       *
*                       *
************************/

.sorttable_none
{
	padding-right: 20px;
	background-image: none;
}

.sorttable_asc
{
	padding-right: 20px;
	background: url(../images/arrow_up.png) no-repeat right bottom;
}

.sorttable_desc
{
	padding-right: 20px;
	background: url(../images/arrow_down.png) no-repeat right bottom;
}



/************************
*                       *
*     Wrappers and      *
*      Containers       *
*                       *
************************/

/* Main Wrappers */

#wrapper
{
	width: 780px;
	background: url(../images/bg.gif);
	margin: 0px auto;
	text-align: center;
}

/* Header */

#header
{
	padding: 0px 0px 15px;
	text-align: left;
	width: 780px;
	margin: 15px auto 0px;
}

/* Menu Left */

#menu_left
{
	float: left;
	width: 180px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	background: #444041;
	text-align: left;
}

#menu_left .pink
{
	color: #CA9BC9;
	font-size: 1.6em;
}

#menu_left .pink:hover
{
	color: #FF33CC;
}

/* Content */

#content
{
	float: left;
	width: 390px;
	background-color: #444041;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	text-align: left;
}

/* Right Column */

#right_col
{
	float: left;
	width: 180px;
	background-color: #444041;
	padding: 20px 0px 0px;
}


/************************
*                       *
*        Menus          *
*                       *
************************/

/* Left Menu */

#menu_left ul
{
	list-style-type: none;
	margin: 15px;
	padding: 0px;
}

#menu_left ul a
{
	text-decoration: none;
}

#menu_left ul a:hover
{
	text-decoration: underline;
}


#menu_left > ul
{
	border-bottom: 1px solid #CC99CC;
}

#menu_left > ul > li
{
	padding: 10px 0px;
	border-top: 1px solid #CC99CC;
	font-weight: bold;
}

#menu_left ul li ul
{
	margin: 10px 0px 0px 15px;
	padding: 0px;
}

#menu_left ul li ul li a
{
	font-weight: normal;
}


/************************
*                       *
*    Content Elements   *
*                       *
************************/

#content .text
{
	padding: 20px;
}

/* Clients */

#content #clients
{
	background-color: #FFF;
	margin: 0px;
	padding: 20px 18px;
	border: 1px solid #CC99CC;
}

#content #clients li
{
	list-style-type: none;
	vertical-align: text-top;
	display: inline;
}

#content #clients li img
{
	padding: 15px 10px;
}

/* Venue Finding */

#content #venue_finding
{
	width: 100%;
}

#content #venue_finding th
{
	font-weight: normal;
}

#content #venue_finding input
{
	width: 170px;
}

#content #venue_finding textarea
{
	width: 310px;
}

/* Event Information */

#content #event_information
{
	width: 100%;
}

#content #event_information th
{
	font-weight: normal;
}

#content #event_information td
{
	text-align: right;
}

#content #event_information input
{
	width: 170px;
}

#content #event_information textarea
{
	width: 310px;
}



/************************
*                       *
*     Right Column      *
*                       *
************************/

#right_col img
{
	margin: 0px 0px 20px;
	border: 1px solid #FFF;
}



/************************
*                       *
*        Footer         *
*                       *
************************/

#footer
{
	width: 780px;
	margin: 15px auto 0px;
	padding: 10px 0px 50px;
	background-color: #231F20;
	border-top: 1px solid #FFF;
	text-align: left;
}

#footer img
{
	margin-top: 5px;
}

/*************************
*			 *
*	Downloads	 *
*			 *
*************************/

.download-holder
{
	display:block;
	float:left;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #957793;
	height:auto;
}

.download-holder .title
{
	height:20px;
	width:545px;
	display:block;
	background-color:#957793;
	text-indent:10px;
	font-weight:bold;
}

.download-holder .thumb
{
	text-align:center;
	display:block;
	background-color:#ffffff;
	float:left;
	border: 1px solid #957793;
	padding:5px;
	margin:10px 30px 10px 450px;
}

.download-holder .description
{
	display:block;
	float:left;
	padding: 0px 5px 5px 5px;
	margin:0;
	width:530px;
}

.download-holder .download-bar
{
	background-color:#595158;
	width:544px;
	border-top:1px solid #957793;
	border-bottom:1px solid #957793;
	text-align:right;
	font-weight:bold;
	float:left;
}

.download-holder .download-bar a
{
	margin-right:30px;
	text-decoration:none;
}




