/*Body Styles*/
body {
        background-color: #660000;
        color: #444;
        font-family: Arial, Verdana, sans serif;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 12px;
}
body.cms {
        background-color: #660000;
        color: #000;
        font-family: Arial, Verdana, sans serif;
        margin: 10px 10px;
        padding: 0;
        border: 0;
        font-size: 12px;
}

a {
	color: #999;
}
a:hover {
	color: #00f;
}
a:visited {
	color: #999;
}

#whitetable {
	background-color: #FFFFFF;
}

/*Index Page Styles*/
#index {
        color: #444;
        border: 1px solid #ccc;
		padding: 0;
		marging: 0;
}
#subpage {
        color: #444;
        border: 1px solid #ccc;
		text-align: left;
}
		

#indexfooter {
        color: #444;
}


/*Header Declarations*/
#header {
	/*background-color: #036;*/
}

#header img, #header object, #header embed {
        margin: 0;
        padding: 0;
        border: 0;
        clear: right;
        float: left;
}


/*Main (Top) Navigation Declarations*/
#mainnav {

}

#mainnav img {
        margin: 0;
        padding: 0;
        border: 0;
        clear: right;
        float: left;
}


/*Second Navigation Declarations*/
#secondnav {
        margin: 0;
        padding: 0;
        border: 0;

}

#secondnav img {
        float: left;
        clear: left;
}


/*Quotes Declarations*/
#quotes {
		margin: 0; 
		padding: 10px; 
		border: 0; 
		background-color: #d1e0eb; 
		clear: both;
		color: #000;
}


/*Content Text Styles*/

#text {
	margin: 0;
	padding: 20px 15px 15px 15px;
	border: 0;
	line-height: 16px;
}
#text h3 {
	margin-top: 0;
	color: #036;
	font-size: 16px;
}
#text h4 {
	color: #9c6;
	font-size: 16px;
	margin-bottom: 2px;
	padding: 0; 
	border: 0;
}
#text h5 {
	color: #693;
	font-size: 12px;
	margin: 15px 0;
	padding: 0; 
	border: 0;
}

/*Site (Right Side) Declarations*/
#sites {
	margin: 0;
	padding: 20px 0 0 10px;
	border: 0;
	width: 210px;	
	float: right;
	clear: right;
}
#sites a img {
	border: 0;
}
#sites a img:hover {
	border: 1px solid blue;
}

#products {

}

/*News Items Declarations*/
#news p, #news div {
     margin: 0;
     padding: 7px;
     border: 0;
     font-size: 11px;
	 text-align: left;
}

#news a {
     color: #999;
     text-decoration: underline;
     font-size: 11px;	 
}

/*Services Declarations*/
p.services {
     margin: 0;
     padding: 5px 0 15px 5px;
     border-left: 2px dotted #ccc;
	 text-align: left;	 

}

p.services a, p.services a:hover {
     color: #999;
     text-decoration: underline;
     font-size: 11px;
}

p.services a:visited {
     color: #999;
     text-decoration: underline;
     font-size: 11px;
}

/*Footer Styles*/
#footer, #contact {
     color: #666;
     font-size: 11px;
     margin: 0;
     padding: 5px;
     border: 0;
}

#footer a {
     color: #666;
     text-decoration: none;
}

#footer a:hover {
     text-decoration: underline;
}

#footer #terms {
     float: left;
}

#footer #links {
     float: right;
}

.forsearch {
	font-family:  arial, helvetica, sans-serif;
	font-size: 10px; 
	color: #A5BAC4; 
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
#bottomhr {
	margin-bottom: -5px;
}

/*Support Declarations*/
#agentq {
	display: none;
}
#bugzilla {
	display: block;
}

.warning {
	color: #f00;
}
