/* BODY */

body {
	color: #FFF;
	background: #002A5C;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.clear {clear: both; height: 20px;}

/* LINKS */

a {
	color: #c0c0c0;
	text-decoration: underline;
	padding: 0 6px;
}
a:hover {
	color: #c0c0c0;
	text-decoration: underline;
	padding: 0 6px;
}
a:active {
	color: #c0c0c0;
	text-decoration: underline;
	padding: 0 6px;
}

/* HEADINGS */

h1, h2,  h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
}
h1 {
	font-size: 225%;
	font-weight: normal;
	color: #fff;
	margin-bottom: 25px;
}
h2 {
	font-size: 175%;
	color: #fff;
	margin-bottom: 15px;
}

h3 {margin-bottom: 10px;}

/* HORIZONTAL RULES */

hr {
	color: #c0c0c0;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* IMAGES */

img {
	border: 0px;
	text-align: right;
	padding: 0px 0px 0px 10px;
}

/* FORMS */
form#send label {
	clear: left;
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	margin-bottom: 0.5em;
}
form#send input {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	border: 1px solid #fff;
	background: #002A5C repeat-x top left;
	padding-left: 0.5em;
	margin-bottom: 0.6em;
}
form#send textarea {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 12px;
	border: 1px solid #fff;
	background: #002A5C repeat-x top left;
	padding-left: 0.5em;
	margin-bottom: 0.6em;
	overflow: auto;
}
form#send button {
	color: #fff;
	border: 1px solid #fff;
	background: #002A5C repeat-x top left;
	padding-left: 0.5em;
	margin-bottom: 0.6em;
}		

/* DIVS */

#container {
	width: 85%;
	min-width: 1200px;
	max-width: 1200px;
	margin: 15px auto;
	text-align: left;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

#logo {
	margin-right: 0px;
}

#nav {
	margin: 15px auto;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}
#nav ul li {
	/*list-style-image: url(imgs/bul.gif)*/
	display: inline;
}
#nav ul li a {
	font-size: 14px;
}
#nav ul li a:hover {
	font-size: 14px;
}
#nav ul li a:active {
	font-size: 14px;
}

/*============================================================TOP NAV */
#topNavContainer {position: absolute; margin-top: -58px; margin-left: 190px; }
#topNavContainer ul  { list-style: none; font-size: 12px;}
#topNavContainer ul li { display: inline;}


#content {
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#content ul {
	list-style-type: circle;
}
#content ul li {
	/*list-style-image: url(imgs/bul.gif)*/
	font-size: 11px;
}


ol li {margin: 12px 0 0 0 }

ul.bodyContent li  {font-size: 14px !important; margin-top: 12px;} 

#footer {
	text-align: center;
	margin-bottom: 15px;
}	

		.quote {
			font-family:Georgia, Times New Roman, serif; 
			font-size:20px; 
			line-height:1.35; 
			font-weight:normal;
			width:340px; 
			margin-top:35px;		
		}
		
#formContainer { width: 370px; margin-top: 30px;}
#formContainerContact { width: 370px; margin-top: 40px; }

/* FORMS */
form#send label {
	clear: left;
	display: block;
	float: left;
	width: 100px;
	text-align: left;
	padding-right: 8px;
	color: #fff;
	margin-bottom: 0.5em;
}
form#send input {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	border: 1px solid #fff;
	background: #002A5C repeat-x top left;
	padding: 8px 3px;
	margin-bottom: 0.6em;
	width: 250px;

}
form#send textarea {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 12px;
	border: 1px solid #fff;
	background: #002A5C repeat-x top left;
	padding: 8px 3px;
	margin-bottom: 0.6em;
	overflow: auto;
	width: 250px;
}
form#send button {
	color: #fff;
	border: 1px solid #fff;
	background: #002A5C repeat-x top left;
	padding: 6px 8px;
	margin-bottom: 0.6em;
	float: right;
}

form#send button:hover {
	cursor: pointer;
	}

a.active {color: #fff;}

.ifaLogo {padding: 10px 10px 0 0; }

/*============================================================NEW Contact Page */
#left {float: left; width: 260px; }
#middle {float: left; width: 260px; }
#right {float: left; width: 260px; }
#rightForm {float: left;}

