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, font, img, ins, kbd, q, s, samp, small, strike, 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;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline; } /* remember to define focus styles! */ :focus {	outline: 0; } body {	line-height: 1.4; color: #000000; background: #000000; font-family: 'Times New Roman', Times, serif; } ol, ul {	list-style: none; } /* tables still need 'cellspacing="0"' in the markup */ table {	border-collapse: separate;	border-spacing: 0;} caption, th, td {	text-align: left;	font-weight: normal;} blockquote:before, blockquote:after, q:before, q:after {	content: "";} blockquote, q {	quotes: "" "";}

body { 
	background: #000000 url(images/front_bg.jpg) repeat-x;
	font: 76% Tahoma, Arial, sans-serif;
  padding:0px;
  margin:0px;
}

a { color:#fff; font-weight:bold; text-decoration:none; cursor:pointer; }

#footer {
	text-align:center;
	width:900px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	position:relative;	
	color:#e46101;	
}

#container {
	width:900px; 
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;	
	background: url(images/drop_down_bg.png) repeat-y;
}

#wrap-head {
	width:840px; 
	display: block;
	background: #000000 url(images/ca_landing.jpg) no-repeat;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;

}

#header {
	height:140px;
}

#banner{
	margin-left:auto;
	margin-right:auto;
	position:relative;

}

#pHeader {
	background: #8c8c8c;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	padding:4px;
	opacity:1;
	filter:alpha(opacity=100);	
}

div#scroll_bg {
	background: url(images/login_scroll.png) no-repeat;
	width:253px;
	height:210px;
}

div#content{width: 805px;margin: 0 auto;}

div#transparent_bg {
	background: #000000; 
	opacity:0.8;
	filter:alpha(opacity=80);
	height:600px;
}

.ShoutBox {
    font-size: 12px;
}

.ShoutBoxName {
    background-color: #83926e;
    padding: 3px;
    color: #ccc;
    font-weight:bold;
    font-variant: small-caps;
}

.ShoutBoxName a {
    color: #ccc;
    font-weight:bold;
    font-variant: small-caps;
    text-decoration:none;
}

.ShoutBoxName a:hover {
    color: #fff;
    text-decoration:none;
}

.ShoutBoxNameAdmin {
    background-color: #8C8C8C;
    padding: 3px;
    color: #990000;
    font-weight:bold;
    font-variant: small-caps;
}

.ShoutBoxNameAdmin a {
    color: #990000;
    font-weight:bold;
    font-variant: small-caps;
    text-decoration:none;
}

.ShoutBoxNameAdmin a:hover {
    color: #fff;
    text-decoration:none;
}

.ShoutBoxTime {
    background-color: #becbac;
    color: #0f4209;
    padding:3px;
    font-size:10px;
}


.ShoutBoxMsg {
    background-color: #becbac;
    color: #0f4209;
    padding:3px;
    padding-bottom:5px;
}

.ShoutBoxMini {
    font-size: 12px;
}

.ShoutBoxMiniName {
    background-color: #8C8C8C;
    padding: 3px;
    color: #323232;
    font-weight:bold;
    font-variant: small-caps;
}


.ShoutBoxMiniName a {
    color: #323232;
    font-weight:bold;
    font-variant: small-caps;
    text-decoration:none;
}

.ShoutBoxMiniName a:hover {
    color: #fff;
    text-decoration:none;
}

.ShoutBoxMiniNameAdmin {
    background-color: #8C8C8C;
    padding: 3px;
    color: #990000;
    font-weight:bold;
    font-variant: small-caps;
}

.ShoutBoxMiniNameAdmin a {
    color: #990000;
    font-weight:bold;
    font-variant: small-caps;
    text-decoration:none;
}

.ShoutBoxMiniNameAdmin a:hover {
    color: #fff;
    text-decoration:none;
}

.ShoutBoxMiniTime {
    background-color: #323232;
    color: #ccc;
    padding:3px;
    font-size:10px;
}

.ShoutBoxMiniMsg {
    background-color: #323232;
    color: #fff;
    padding:3px;
    padding-bottom:5px;
}



input, textarea, select {border:solid 1px #becbac; background-color:#323232; color: #becbac; font-family:Verdana; font-size:11px; padding: 2px; }
input[type="button"],input[type="submit"],input[type="reset"] {
    color: #fff; 
    background-color: #550000; 
    border:solid 1px #323232 ; 
    font-size:11px;
    font-weight: bold;
    padding: 3px; 
    margin-top:5px; 
    margin-bottom:5px; 
    cursor:pointer;
    background:url(images/button_bg.gif);
}

div.btn {
    margin-top:10px; 
    margin-bottom:10px;
}

.InvUse {
    margin-top:8px; 
    margin-bottom:10px;
    margin-right:5px;
}

hr { border:solid 1px #ffffff; border-collapse:collapse;}


btn, a.btn, div.btn a {


    color: #fff;
    background-color: #550000; 
    background:url(images/button_bg.gif);
    border:solid 1px #323232 ; 
    font-size:11px;
    font-weight: bold;
    padding: 3px;
    padding-left:5px; 
    padding-right:5px;
    margin-top:5px; 
    margin-bottom:5px;    
    cursor:pointer;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, a.btn:hover, div.btn a:hover, btn:hover {
    color: #e3b825 ;
    border:solid 1px #e3b825; 
    text-decoration:none;
}


div.btn2 {
    margin-bottom:4px;
    margin-left: 3px;
    padding: 3px;
    padding-left:5px; 
    padding-right:5px;
    background-color: #263b68; 
    border:solid 1px #faf6e4; 
}

div.btn2 a {
    color: #ffffff; 
    font-size:10px;
    font-weight: bold;
    cursor:pointer;
}

div.btn2 a:hover {
    color: #e3b825 ;
    text-decoration:none;
}
div.btn2:hover {
    border:solid 1px #e3b825; 
}

