
body {
	margin: 0;
	padding: 0;
	background: #191919;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align: center;
}

a {
	border-bottom: 1px dotted #7D9412;
	text-decoration: none;
	color: #F2900B;
}

a:hover {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Header */

#header1 {
	width: 800px;
	height: 65px;
	margin: 20px auto;
	text-align: left;
}

#header1 a {
	border: none;
}

#header1 img {
	border: none;
}

#header2 {
	width: 800px;
	height: 203px;
	margin: 15px auto;
	background: url(../images/demobanner.jpg);
	text-align: left;
}

#header * {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	letter-spacing: -4px;
	font-size: 4em;
}

#header h2 {
	margin-top: -.5em;
	font-size: 1em;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: left;
}

/* Main Column One */

#maincolOne {
	float: left;
	width: 360px;
	text-align:justify;
}

#maincolOneHeader {
	padding: 4px 0 0 0px;
	font-size: 0.6em; 
}

#maincolOne h2 {
	margin-top: 0;
	font-size: 2.0em;
	padding-left: 0;
	color: #CCCCCC;
}

#maincolOne p, #colOne ul, #colOne ol {
	line-height: 200%;
}

#maincolOne .credits {
	margin-bottom: 50px;
	padding: 5px 0 8px 8px;
	background: #000000;
	border-left: 2px solid #F2900B;
}

#maincolOne .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

#maincolOne a {
	border: none;
}

#maincolOne img {
	border: none;
}

/* Column One */

#colOne {
	float: left;
	width: 550px;
}

#colOneHeader {
	padding: 4px 0 0 0px;
	font-size: 0.6em; 
}

#colOne h2 {
	margin-top: 0;
	font-size: 2.0em;
	padding-left: 0;
	color: #CCCCCC;
}

#colOne h3 {
	margin-top: 0;
	font-size: 1.1em;
	padding-left: 0;
	text-decoration:underline;
	color: #CCCCCC;
}

#colOne p, #colOne ul, #colOne ol {
	line-height: 200%;
}

#colOne .credits {
	margin-bottom: 50px;
	padding: 5px 0 8px 8px;
	background: #000000;
	border-left: 2px solid #F2900B;
}

#colOne .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

#colOne a {
	border: none;
}

#colOne img {
	border: none;
}

/* Main Column Two */

#maincolTwo {
	float: right;
	margin: 35px 0 0 0;
	width: 415px;
}

#maincolTwoHeader {
	padding: 4px 0 0 30px;
	font-size: 0.6em;
	text-align: center;
}

#maincolTwo ul {
	/* next line displays wierd in IE - switch -10 to 0 to fix */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#maincolTwo li {
	margin-bottom: 20px;
}

#maincolTwo li li {
	margin-bottom: auto;
	background: none;
}

#maincolTwo li ul {
	padding-top: 0;
	padding-left: 10px;
	list-style: square inside;
}


#maincolTwo h2 {
	margin-top: 0;
	font-size: 2.0em;
	padding-left: 0;
	color: #F2900B;
}

/* Column Two */

#colTwo {
	float: right;
	margin: 0 0 0 0;
	width: 200px;
	background: #111111;
}

#colTwo ul {
	/* next line displays wierd in IE - switch -10 to 0 to fix */
	margin: -10px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 20px;
	background: url(../images/img3.gif) repeat-x;
}

#colTwo li li {
	margin-bottom: auto;
	background: none;
}

#colTwo li ul {
	padding-top: 15px;
	padding-left: 20px;
	list-style: square inside;
}

#colTwo h2 {
	height: 25px;
	padding: 10px 0 0 10px;
	background: url(../images/img4.gif) no-repeat right top;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
	color: #F2900B;
}

.dlink {
	list-style: square inside;
	text-decoration: underline;
	
}

#form1 {
	background: #191919;
}

#textfield1 {
	width: 100px;
	margin-left: 20px;
}

#submit1 {
}

.loginForm {
	width:438px;
	height:428px;
	border: 0;
	background: url(../images/showgunlightbox.jpg) no-repeat;
	color: #ccc;
	margin-left:0px;
	margin-top:0px;
	padding-top: 55px;
}

/* Footer */

#footer {
	clear: both;	
	width:860px;
	height: 40px;
	margin: 0 auto;
}

#footer img {
	margin: 0;
	border: 0;
}

#footer a {
	margin: 0;
	border: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
}

/* form styles */
    #content form fieldset {
        border: none;
        border: 2px solid #94D4FF;
        padding: 0;
        background: #fff;
        }
    
    #content form ol {
        list-style: none;
		padding: 0;
		margin: 0;
        }
    
    #content form ol li {
        padding: 0 0;
        /* border-bottom: 1px dashed #94D4FF; */
        }
    
    #content form label {
        float: left;
		padding-left: 0;
        width: 130px;
        text-align: right;
        padding-right: 0.5em;
        line-height: 22px;
        }
    
    #content form input {
		padding: 1px;
		border: 1px inset #ccc;
		width: 200px;
		background: white;
        }
    
    #content form input:focus {
        border-color: #000;
        }
    
    #content form legend {
        display: none;
        }
    
    #content form li.validation label {
        color: #ccc;
        }
    
    /*#content form li.validation input {
        background: white url(images/bg_requiredVal.gif) no-repeat 98% 50%;
        }*/
    
   #content form li.validation input {
		color: #fff;
	    border-color: #ccc;
		border: 1px solid #fff;
		background: #c00;
	    /*background: url(images/bg_requiredVal.gif) white no-repeat 98% 50%;*/
	    }
	
    #content form button {
        border: 2px solid #333333;
        background: #ffffff /*url(../img/bg_button.gif) repeat-x */; 
        margin: /*1em*/ 0 auto 0 auto;
        width: 70px;
		height: 30px;
		font: 1.3em "Trebuchet MS", Sans-Serif;
        color: #000000;
        cursor: pointer;
        padding: 0 0;
        display: block;
        }
    
    #content form input.required {
        /*background: white url(images/bg_required.gif) no-repeat 98% 50%; */
        padding-right: 20px;
    }
    
    #warning {
   		padding-top:0px;
		padding-bottom:0px;
        border: none; 
		margin-top: 0;
        margin-bottom: 0;
		margin-right: auto;
		margin-left: auto;
        display: none;
        color: #ccc;
		width: 300px;

        }
/* // form styles */
