/* CSS Document */

html {
	height:100%;
}

body {
	padding:0; 
	margin:0; 
	height:100%; 
	background:url(images/bg.jpg) repeat-x top left #317DD3;
	font-size:13px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

/* You can change the width of this container to whatever the width of the site is, but
you need to have a width on the container. Check the width of the main table too.*/

#container {
	margin:0 auto;
	padding:0;
	width:892px;
}

.content {
	line-height:16px;
}

.border td {
	border:2px solid #FEFFB0;
}



/* ----------- HEADER STYLES ------------ */

h1 {
	font-weight:bold;
	font-size:18px;
	display:inline;
	color:#1D329D;
	font-style:italic;
}

h2 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h3 {
	font-weight:bold;
	font-size:13px;
	display:inline
}

.phone {
	font-size:14px;
	color:#1D329D;
	font-weight:bold;
}

table, td, img, form {
	padding:0;
	margin:0;
}

input, textarea{
	font-size:13px;
    font-family:Tahoma;
	color:#49453c;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

select, input {
	font:13px tahoma, arial, helvetica, sans-serif; 
	color:#49453c; 
	vertical-align:top;  
	text-align:left;
}

img {
	border:0;
}

img a { 
	border:0;
}

.border img a {
	border:0px;
}


/* ------------ CHANGE LINK COLOR HERE ------------ */

a:link, a:active, a:visited{
	color:#1D329D;
	text-decoration:underline;
}

a:hover {
	color:#1D329D;
	text-decoration:none;
}

a.bottom:visited {
	color:#1D329D;
}


.footer {
	font-size:12px;
	color:#666;
	text-align:center;
}

.footer a {
	color:#666;
}

.white {
	text-align:center;
	font-size:10px;
	color:#FFF;
}

.white a {
	color:#FFF;
}


/*ul{
	margin:0; 
	padding:0; 
	list-style:none;
}

li{ 
	margin:0px; 
	padding-left:8px; 
	line-height:18px ;
}
li a{
	color:#ffffff; 
	text-decoration:underline;
}
li a:hover{
	color:#ffffff; 
	text-decoration:none;
} */

.clear{clear:both;}

.noshow {
	display:none;
}
