/* -------------------------------------------------- */
/* http:// */
/* CSS Development by LinxSmart - http://www.linxsmart.com/ */
/* -------------------------------------------------- */
/* Even Out The Browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border:0;
outline: 0;
}
/* -------------------------------------------------- */
/* Containers */

html {
	width:100%;
	overflow-x:hidden;
}
body{
font-family:"Arial";
background:#000;
width:100%;
border-top:30px solid #000;
}

.wrapper{
width:970px;
margin:0 auto;
overflow:hidden;
}

#content{
background:#FFF;
overflow:hidden;

}

#footer {
padding-top:15px;
overflow:hidden;

}

/* -------------------------------------------------- */
/* Content */

.left{
padding-top:15px;
color:#4f4f4f;
width:245px;
float:left;
text-align:center;
}
.right{
padding-top:15px;
color:#4f4f4f;
width:700px;
float:right;
}

.box{
background:url(../images/gradient.png) repeat-x top;
padding:10px 15px 15px 15px;
}

/* -------------------------------------------------- */

h1#logo{
width:210px;
height:78px;
background:url(../images/logo.gif) no-repeat;
margin:0 auto 15px auto;
}

p{
margin-bottom:10px;
font-size:14px;
}
p a{
color:#e00024;
}
p.quote {
	color:#e00024;
	font-style:italic;
}
ul.bullets{
list-style:none;
overflow:auto;
margin-bottom:10px;
font-size:14px;
}
ul.bullets li{
padding-left:20px;
background:url(../images/bullet.png) no-repeat 0px 0px;
}
h1 {
	color:#e00024;	
	font-size:44px;
	font-weight:bold;
}
h2{
font-size:24px;
color:#e00024;
margin-bottom:10px;
text-transform:uppercase;
font-family:Trebuchet MS,Arial;
letter-spacing:0px;
}

h3{
margin-bottom:5px;
font-size:14px;
color:#000;
}


/* -------------------------------------------------- */

table.boxes{
border-collapse:collapse;
width:100%;
}

table.boxes td div{
background:#c9c3b3 url(../images/box-bg.png) repeat-x top;
padding:10px 15px;
overflow:hidden;
height:85px;
}

img.float-left {
float:left;
margin-right:15px;
}

table.boxes td div h5{
color:#e00024;
font-size:17px;
margin-bottom:0px;
}

table.boxes td div p{
font-size:13px;
}

table.boxes td div p a{
display:block;
padding-top:5px;
}

table.boxes td.one{width:234px;}
table.boxes td.three{width:310px;}
table.boxes td.four{width:247px;}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* Style Table */
.styleTable{
border-collapse:collapse;
}
.styleTable td{
padding:3px 8px;
font-size:13px;
border:1px solid #d9d9d9;
}
.styleTable tr.title td{
background:#565451;
color:#FFF;
font-weight:bold;
padding:8px 8px;
}
/* -------------------------------------------------- */
/* Form Styles */

.box h3{
font-size:16px;
margin-bottom:15px;
color:#000;
}

.styleForm h4{
margin-bottom:10px;
font-size:14px;
}
.styleForm h4.highlight{
color:#e00024;
}
.styleForm table{
margin-bottom:10px;
}

.styleForm .blockText{
float:left;
display:block;
width:290px;
}
.formTip{
font-size:12px;
display:block;
width:290px;
margin-left:115px;
margin-top:5px;
margin-bottom:10px;
}
.formTip a{
color:#676563;
}
.styleForm .rightTip{
font-size:11px;
}
.styleForm fieldset{
border:none;
background:url(../images/formBg.png) no-repeat top;
padding:25px 0 12px 20px;
}
.styleForm .formLink{
display:block;
margin-left:115px;
margin-top:5px;
margin-bottom:10px;
font-size:11px;
color:#308ab9;
}
.styleForm label{
padding-right:10px;
color:#565451;
font-size:12px;
font-weight:bold;
display:block;
float:left;
width:85px;
}
.styleForm .txt{
width:200px;
}

.styleForm ol{
list-style:none;
}
.styleForm ol li{
padding-bottom:7px;
font-size:12px;
clear:both;
}

.styleForm ol.inline-list{
list-style:none;
overflow:auto;
margin-bottom:10px;
}
.styleForm ol.inline-list li{
padding-bottom:7px;
font-size:12px;
clear:none;
float:left;
width:165px;
}

/* -------------------------------------------------- */
/* Live Edit */
.liveEditBut{
display:block;
width:80px;
background:#e7f3ce;
padding:3px 10px 5px 10px;
}
.liveEditBut a{
text-decoration:none;
font-weight:bold;
color:#006699;
font-size:13px;
}
.liveEditBut a:hover{
color:#9f0005;
}
.liveEditBut img{
margin-bottom:-3px;
}
.editMe{
border:1px dotted #69980a;
}
/* -------------------------------------------------- */
/* Hide Text */
.specialText{
position:absolute;
text-indent:-5000px;
}
/* Clearing Div */
.easyClear{
clear:both;
}
/* -------------------------------------------------- */
/* Event Lists */
.messageHolder{
padding-top:10px;
}
#errorList{
margin: 0px 0px 10px 0px;
padding: 15px 10px 15px 65px;
border: solid 1px #dd3c10;
background: #ffebe8 url(../images/errorImg.gif) no-repeat 10px center;
clear:both;
list-style:none;
font-size:13px;
}
#successList{
margin: 0px 0px 10px 0px;
padding: 15px 10px 15px 65px;
border: solid 1px #82c242;
background: #dafab9  url(../images/successImg.gif) no-repeat 10px center;
clear:both;
list-style:none;
font-size:13px;
}
/* -------------------------------------------------- */
/* Standard Button Styles */
.buttons{
font-size:13px;
}
.buttons a, .buttons button{
display:block;
float:left;
margin:10px 7px 0 0;
background-color:#f5f5f5;
border:1px solid #dedede;
border-top:1px solid #eee;
border-left:1px solid #eee;
font-family:"Tahoma", Arial, Verdana, sans-serif;
font-size:100%;
line-height:130%;
text-decoration:none;
font-weight:bold;
color:#565656;
cursor:pointer;
padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
width:auto;
overflow:visible;
padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
padding:5px 10px 5px 7px; /* Firefox */
line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
margin:0 3px -3px 0 !important;
padding:0;
border:none;
width:16px;
height:16px;
}
/* STANDARD */
button:hover, .buttons a:hover{
background-color:#dff4ff;
border:1px solid #c2e1ef;
color:#336699;
}
.buttons a:active{
background-color:#6299c5;
border:1px solid #6299c5;
color:#fff;
}
/* POSITIVE */
button.positive, .buttons a.positive{
color:#82c242;
}
.buttons a.positive:hover, button.positive:hover{
background-color:#dafab9;
border:1px solid #8fc955;
color:#82c242;
}
.buttons a.positive:active{
background-color:#82c242;
border:1px solid #529214;
color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative{
color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
background:#fbe3e4;
border:1px solid #fbc2c4;
color:#d12f19;
}
.buttons a.negative:active{
background-color:#d12f19;
border:1px solid #d12f19;
color:#fff;
}
/* -------------------------------------------------- */
/* Query Log */ 
#queryLog{
width:800px;
margin:0px auto;
background:#eee;
padding:20px 30px 30px 30px;
font-size:13px;
color:#000;
}
.queryBar{
margin:5px 5px 10px 5px;
}