/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 22px;
	color: #666666;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

strong {
	color:#666666;
}

/** HEADINGS */

h1 {
	font-size: large;
	font-family: "Trebuchet MS";
	color: #003366;
	margin-left: 5px;
}

h2 {
	font-size: medium;
	font-family: "Trebuchet MS";
	color: #003366;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	padding-bottom: 5px;
}


h3 {
	font-size: medium;
	font-family: "Trebuchet MS";
	color: #25588B;
	margin-left: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	padding-bottom: 5px;
}

/** LINKS */

a {
	color: #003366;
	background: inherit;
	text-decoration: underline;
	}
	
a:hover {
	color: #003366;
	background: inherit;
	text-decoration: underline;
}

a:visited {
	color: #660066;
	background: inherit;
	text-decoration: none;
}

/** BANNER */

#banner {
	background-color: #003366;
	background-image: url(images/home-banner4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#banner h1 {
	font-size: x-large;
	color: #FFCC33;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 400px;
	font-weight: bold;
	letter-spacing: -1px;
}
 

#banner p {
	text-transform: none;
	letter-spacing: -1px;
	font-size: large;
	color: #FFFFFF;
	margin-left: 400px;
}
 

#banner .more {
	margin: 0px;
}


#banner a {
	display: block;
	height: 40px;
	text-transform: none;
	text-decoration: none;
	font-size: medium;
	margin-left: 600px;
	color: #003366;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(images/button1.png);
	background-repeat: no-repeat;
	background-position: left top;
}

 

#banner a:hover {
	text-decoration: underline;
}



/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }



/** FOOTER */

#footer {
	background-color: cccccc;
}

#footer p {
	padding-top: 5px;
	text-align: center;
	font-size:10px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC33;
}

#callbox1 {
	background-color:#CCFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 5px;
	width: 130px;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339933;
	border-right-color: #339933;
	border-bottom-color: #339933;
	border-left-color: #339933;
}

#callbox2 {
	background-color:#FFCCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 5px;
	width: 180px;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #993399;
	border-right-color: #993399;
	border-bottom-color: #993399;
	border-left-color: #993399;
}

#callbox3 {
	background-color:#ccccff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 5px;
	width: 180px;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3366CC;
	border-right-color: #3366CC;
	border-bottom-color: #3366CC;
	border-left-color: #3366CC;
}

#callbox.heading {
}


#testimonial {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-color:#990000;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	background-image: url(images/menu-banner.gif);
}

#footer {
	font-size: x-small;
	clear: both;
	padding: 15px;
	background-color: #FFFFFF;
}
#footer a { color: #444; }
