﻿body
{
    margin:0;
    font-size:12pt;
    font-family:Verdana;
    background-color:#000;
}

td
{
    font-size:10pt;
    font-family:Verdana;
}

a
{
    text-decoration:none;
    color:#0b3543;
}

a:hover
{
    text-decoration:underline;
    color:#FF0000;
}

img
{
    border:none 0;
}

h1,h1 a
{
    font-size:1.5em;
    color:#0b3543;
}
h2
{
    font-size:1.1em;
    color:#5d4955;
}

legend
{   
    color:#5d4955;
    font-size:1.3em;
    margin-bottom:15px;
}
fieldset
{
    padding:15px;
}

.watermark
{
    color:#CACACA;
}


#slider .header
{
    font-size:1.7em;
    color:#FF0000;
}

#slider .text
{
    font-size:1.2em;
}

#slider img
{
    margin-right:20px;
}
#slider li
{
    display:block;
    overflow:hidden;
    width:900px;
    height:250px;
    padding: 0px 0px;
    margin-left:0px;
}
#slider ul
{
    margin:0;
    padding:0;
    height:250px;
}
.contentslide
{
    width:980px;
    height:270px;
    border:solid 1px #000;
    padding-left:48px;
}

/* ================ */
/* = The 1Kb Grid = */     
/* 13 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }
.grid_13 { width: 1020px; }

.column {
	margin: 5px 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 1045px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0px -10px;
	width: auto;
	display: inline-block;
}
.nav
{
    background-color:#750708;
    width:1040px;
    margin-left:-10px;
    
}
/* Navigation */
.nav a
{
    display:block;
    margin:0 50px;
    text-transform:uppercase;
    text-decoration:none;
    font-size:1.3em;
    font-weight:bold;
    float:left;
    color:#FFF;
    padding:5px 0px;
}


/*  Slider */
#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:48px;
		height:77px;
		position:relative;
		left:-40px;
		top:-160px;
		z-index:9999;
		clear:both;
		border:none 0px;
		outline-style:none;
	 	text-indent:-4000px;
		}	
	#nextBtn, #slider1next{ 
		left:925px;
		top:-240px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
    	border:none 0px;
		outline-style:none;
		display:block;
		position:relative;
		width:48px;
		height:100px;
		background:url(images/arrow_left_green_48.png) no-repeat 0 0;
		font-size:0px;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/arrow_right_green_48.png) no-repeat 0 0;	
		}	
		
/* Form Formatting */

.entryform
{
	width: 800px;
}

.entryform .row
{
	width: 800px;
	margin-bottom: 5px;
}

.entryform .row label
{
	width: 200px;
	margin-left:10px;
	float: left;
}

.entryform .row span
{
	width: 20px;
	float: left;
}

.entryform .row input[type='text']
{
	width: 300px;
	float: left;
}
.entryform .submit
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.entryform .row textarea
{
	width: 500px;
	height: 120px;
	float: left;
}

.entryform .row:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*            Msg Boxes            */
.boxErr, .boxMsg, .boxSuccess
{
    border: 1px solid #000;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.boxErr
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/Err.png');
}

.boxMsg
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/msg.png');
}

.boxSuccess
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('images/success.png');
}

