/*
* Begin layout
*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px;
	font-size: 16px;
	font-family: sans-serif, Arial, Verdana;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

h1 {
	padding-bottom: 10px;
	text-align: center;
	font-weight: 500;
}

#wrapper {
	width: 100%;
	margin: auto;
	padding: 5px 0;
}

#header {
	background-color: #330099;
	width: 100%;
	font-size:80%;
}

#header a {
	color: #ffffff !important;
	font-weight: bold;
}

#left {
	width: 20%;
	margin: 10px 10px 10px 0;
	float: left;
	font-size: smaller;
}

.twocols #center {
	width: 78%;
	margin: 10px 0;
	float: left;
/*	font-size: large;*/
    /* height: 550px; */  /* set height for the main container if you want the footer to be set at a fixed position*/
}

.threecols #center {
	width: 450px;
	margin: 10px 0;
	float: left;
    /* height: 550px; */  /* set height for the main container if you want the footer to be set at a fixed position*/
}

.threecols #right {
	width: 155px;
	margin: 10px 0 10px 10px;
	float: left;
}

#footer
{
	clear: both;
	width: 100%;
}

/*
* End layout
*/


.panel_class {
	border: 0;
	margin: 0;
	padding: 0;
}

	.hidden {
		display: none;
	}

/* rounded corners styles */
.artop,.arbottom, .artop b, .arbottom b {display:block;}
.artop b, .arbottom b {height: 1px; overflow: hidden;font-size:1px}
b.r1 {margin: 0 3px;}
b.r2 {margin: 0 2px;}
b.r3 {margin: 0 1px;}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* up/down borders */
b.r1 {background-color: #525e94 !important;}

/* gradient style */
	.gradient_rounded b.artop b, .gradient_rounded .rcontent, .gradient_rounded b.arbottom b {
		background: url(../etc2a/images/gradient.gif) repeat-x;
		border: 1px solid #525e94;
		border-width: 0 1px;
	}

	.gradient_rounded .rcontent {
		background-color: #F5F6F9;
	}

/* white style */
	.white_rounded b.artop b, .white_rounded b.arbottom b, .white_rounded .rcontent {
		background-color: #FFF;
		border: 0 solid #525e94;
		border-width: 0 1px;
	}

/* gray style */
	.gray_rounded b.artop b, .gray_rounded b.arbottom b, .gray_rounded .rcontent {
		background-color: #F5F5F5;
		border: 0 solid #525e94;
		border-width: 0 1px;
	}

td {
	vertical-align: top;
}

.panel_class div h1 {
	margin: 0px;
}

/**
 * Default fonts inside a pannel.
 */ 
div.rcontent {
	padding: 4px !important;
}

div.panel_class div.rcontent{
	font-family: arial,helvetica,_sans;
/*	font-size: 12px;*/
	color: #000000;
}

/*
div.panel_class div.rcontent h1, h2, h3, h4, h5, h6 {
	margin: 12px 4px 8px 4px;
}
*/

div.panel_class div.rcontent hr {
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: none;
}
/*
div.panel_class div.rcontent a {
	color: #2D76D8;
	text-decoration: none;
}
*/

.panel__content {

}

.footerContent {
	font-size: smaller;
}

.redstyle {
	color: #FF0000;
	font-weight: bold;
}

/*********** # styles - Added by Mike D ***********/

.makebold {
	font-weight: bold
}

.listclass {
	padding-bottom: 20px;
}

#sectionLinks{
	position: relative;
	/*	border-top: 1px solid #cccccc;*/
	border-bottom: 1px solid #cccccc;
	list-style-type: none;
	font-family: sans-serif, Arial, Verdana;
	font-weight: 400;
	padding: 3px;
	margin: 0px;
}

#sectionLinks li{
	margin-top: 2px;
}

#sectionLinks h3{
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#sectionLinks a:link{
	/*	border-top: 1px solid #cccccc;*/
/*	width: 100%;*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#sectionLinks a:visited{
/*	border-top: 1px solid #cccccc;*/
	width: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-decoration: none;
}

#sectionLinks a:hover{
	/*	border-top: 1px solid #cccccc;*/
	background-color: #FFCCFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 0px;
	text-decoration: none;
	font-weight: bolder;
}
/*********** END #sectionLinks styles - Added by Mike D ***********/
.pcodeBody {
	width: 90%;
	margin-left: 5%;
}

.smalltext {	font-size: smaller; }
.headLogMenu {
	font-size: 12px;
	background-color: #F8F8F8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.servicelist {
	font-size: 12px;
	line-height: 1.5;
}

