@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(../public/images/gradientback.jpg) repeat-x #00a3fe;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size:12px;
	color: #000000;
}

p{
	line-height:1.75em;  /*line height for all text in <p> tag*/
	margin:0;
	padding:0px 0 1em 0 ;
}

h3 {
	padding:0;
	margin:0;
	font-size:14px;
}


.grayh1                          /*gray header class for H1 tag*/
{
	background:url(../public/images/h1image.jpg) no-repeat;
display:block;
width:530px;
height:52px;
padding:0px 0 0 10px;
margin:0;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
line-height:2em;
font-size:18px;
}




.twoColFixLtHdr #shadow { width:830px;
background:url(../public/images/shadow.png) top; padding:0px 0 0 0; margin: 20px auto 0 auto;
}

.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
	min-height:900px;
	
} 
.twoColFixLtHdr #header { 
	background:url(../public/images/whitebackgroundtop.png) top no-repeat;
	height:16px;
	width:800px;
	 z-index:1000;
	margin:0 auto;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #nav {width:625px; height:125px;    /*navigation style box*/
margin:0 auto;
padding: 0px 0px 0px 0px;
text-align:center;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
font:Verdana, Arial, Helvetica, sans-serif;
border-top:1px solid #6596d9;
}


.twoColFixLtHdr #nav a { text-decoration:none; color:#ffffff;}    /*text link on navigation*/




.twoColFixLtHdr #nav a:hover {text-decoration:none; color:#00FFFF; }     /*text link on navigation on roll over*/


.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #contentContainer {
background:#ffffff; width:730px; padding-bottom:25px; margin:0 auto; z-index:0;}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0 0 0;
	margin:0px 0 0 20px;
	display:block;
}


.box {                /*boxes setting*/
width:219px;
margin:0;
color:#333;
padding: 10px;
background:url(../public/images/boxsectiontop.jpg) #05e3f3 no-repeat;
}


.box h3 {
	padding:0;
	margin:0;
	color:#333;
	font-size:14px;
}


.box a { color:#333;}   /*box hyperlink color*/

.box a:hover { color:#309;}   /*box hyperlink color rollover*/




 .footerbox {     /*boxes round corner footer*/
display:block;
width:239px;


padding: 0px 0px 15px 0px;
background:url(../public/images/boxsection-bottom.jpg) no-repeat;

}

.twoColFixLtHdr #mainContent { /*content if there is side column*/
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:30px 10px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	width: 550px;
} 


.twoColFixLtHdr #mainContent2 {   /*content if there is no side column*/
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0 auto;
	width: 770px;
} 


#footertext {   /*text on footer style*/
font-size:10px;
font-weight:bold;
color:#000000;
text-decoration:none;
font:Arial, Helvetica, sans-serif;
text-align:center;
padding-top:7px;}

#footertext a { color:#000000; text-decoration:none;}
#footertext a:hover { color:#cccccc; text-decoration:none;}



.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




.navpanel   {
	background:url(../public/images/side-panel.jpg) no-repeat #0089db top;
	padding:10px;
	margin:0;
	width:180px;
	color:#FFF;
	min-height:85px;

}

.navpanel-bottom { background:url(../public/images/side-panel-bottom.jpg);
	width:200px;
	height:12px;
	margin:0 0 10px 0;
	padding:0;
	
	
}

.navpanel  h2 {
	margin:0;
	padding:0px;
	font-size:16px;


}


.navpanel ul {
	margin:0;
	padding:0;
	list-style-position:inside;

	
}

.navpanel ul  li {
	border-bottom:1px solid #FFF;
	height:25px;
	line-height:2.4em;
	font-size:11px;
	padding:0;
	margin:0;


}

.navpanel ul  li a{
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}

.navpanel ul  li a:hover {
	color:#FF0;
}


.contentpadding {
	padding: 0 20px 0 10px;}
	
	blockquote {
		border-left:3px solid  #CCC;
		padding:10px;

}

