/*
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-image:url(../images/bg.gif);
	line-height: 1.8em;
	color: #749A75;
}

h1, h2{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
	font-size: 1.5em;
	line-height: 1.8em;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #235324;
}

a:hover {
	text-decoration: none;
}


#wrapper {
	width:700px;
	background:#FFFFFF;
	margin: 0 auto;
	border: 1px solid #198CFF;
	padding:0;
}

/* Header */

.header{
   width:700px;
   height:130px;
   clear:both;
}

.header h1 {
	font-size:3em;
	color:#FFFFFF;
	background-color:#198CFF;
	border: solid 1px #FFFFFF;
	width: 560px;
	text-align:center;
	float:left;
}


.header h2 {
	font-size: 1.2em;
	color:#198CFF;
	border: solid 1px #FFFFFF;
	width: 560px;
	float:left;
	text-align:center;
}

.header h4 {
	font-size:1.2 em;
	color:#FFFFFF;
	background-color:#198CFF;
	border: solid 1px #FFFFFF;
	width: 560px;
	text-align:center;
	float:left;
}

.header h5 {
	font-size:12px;
	color:#198CFF;
	border: solid 1px #FFFFFF;
	width: 560px;
	text-align:center;
	float:left;
}

/*---Menu----*/	

.invertedshiftdown2{
padding: 0;
margin-top:5px;
width: 100%;
border-top: 5px solid #198CFF; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
letter-spacing:5px;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #198CFF; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: lightblue; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom: 5px solid #198CFF; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 a:active{
background-color: #C6BDC5; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom: 5px solid #198CFF; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #C6BDC5; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom: 5px solid lightblue; /*Highlight red color theme*/
color: white;
}

.phone{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	/*background: #EFFCF0 url(../images/img04.gif) repeat-y;*/
	background-color:#c6bdc5;
	border-top: none;
	padding:0;
	color:#000000;
}

/* Footer */

#footer {background-color:#198CFF; color:#FFFFFF;}

#footer p {
	text-align: center;
	font-size: x-small;
}

#footer a {
	text-decoration:underline;
	color:#FFFFFF;
}


.formtext {font-family: Arial, Helvetica, sans-serif; font-size:0.9em; font-weight:normal;}