/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background-color:#FFFFFF;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}


/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana;
	font-size:12px;
	color:#01389D;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003494;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0px;
	text-align: inherit;
	color: #FFFFFF;
	}
address {
}
blockquote {
}
cite {
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Here are some basic page elements that you might find useful. Please feel free to delete the ones you do not use in final layout. */

/* Creates DIV container for header. */
div#header {
	background-image:url(images/header.jpg);
	height:390px;
	background-repeat:no-repeat;
	background-color: #333333;
}
/* Creates the div container for the site. */
div#container {
	margin: 0px auto;
	width: 800px;
	position:relative;
		background-image:url(images/content.gif);
}
/* Creates the div container for the site. */
div#content {
	width: 800px;

}

div#body{
	float: left;
	width: 430px;
	padding-bottom: 20px;
	padding-left: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	top: 20px;

}

div#rightcol{
	float: right;
	clear: right;
	padding-bottom: 10px;
	width: 190px;
	padding-left: 0px;
	padding-right: 55px;
	padding-top: 0px;


}

/* Creates the div container for the footer. */
div#footer {
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/footer.gif);
	height:40px;
	background-repeat: repeat;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003494;
	text-align: center;
}
/* Creates the div container for the copyright. */
div#copyright {
	margin-left:0px;
	margin-right:0px;
	color: #003494;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
	
div#copyright a:link, div#copyright a:visited{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#003494;
}

div#copyright a:active, div#copyright a:hover{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: underline;
	color:#003494;
}
	
address {
	color:#000000;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 30px;
	padding-left: 27px;
	}
	
address a:link, address a:visited{
	color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
	
address a:hover, address a:active{
	color: #999999;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}	

div#cta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003494;
	text-align: center;
}
		

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 7px;
	border: 1px solid #000000;
}
.right {
	float: right;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.clear {
clear: both;
}


/*-----------------------IMAGE ----------------------------------*/
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	padding-left: 0px;
	list-style-type: square;
	padding-right: 0px;
	float: none;
}

/*-----------------------CUSTOM ----------------------------------*/

div#leftlist {
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #01389D;
	text-align: left;
	padding-top: 12px;
	float: left;
	clear: both;
	margin-right: 0px;
}
	
div#rightlist {
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #01389D;
	text-align: left;
	padding-top: 10px;
	float: left;
	clear: right;
}

div#imgcenter {
	padding-left: 28px;
	padding-top: 0px;
	width: 190px;



}

div.services {
	width: 215px;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: square;
	margin: 0px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003494;
	line-height: 20px;
	font-weight: normal;


}
