@charset "iso-8859-1";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	background-color: #7fb0e9;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#container  {
	width: 984px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003366;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #0055A5;
	background-image: url(../images/side_bk.gif);
	background-repeat: repeat-y;
	background-position: right top;
} 
#homeContainer {
	width: 984px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003366;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(../images/homepage.jpg);
	background-repeat: no-repeat;
	background-position: left 435px;
}
#header  {
	background: #003366 url(../images/masthead.jpg) no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 222px;
} 
#header_b {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 222px;
	background-color: #003366;
	background-image: url(../images/masthead-b.jpg);
	background-repeat: no-repeat;
}

#homeHeader {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 222px;
	background-color: #003366;
	background-image: url(../images/masthead_h.jpg);
	background-repeat: no-repeat;
}
#homeHeaderG {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 222px;
	background-color: #003366;
	background-image: url(../images/masthead_hg.jpg);
	background-repeat: no-repeat;
}
#homeHeaderR {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 222px;
	background-color: #003366;
	background-image: url(../images/masthead-hr.jpg);
	background-repeat: no-repeat;
}

#homeHeaderB {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 222px;
	background-color: #003366;
	background-image: url(../images/masthead-hb.jpg);
	background-repeat: no-repeat;
}


#header_g  {
	background: #003366 url(../images/masthead-g.jpg) no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 222px;
}
#header_r {
	background: #003366 url(../images/masthead-r.jpg) no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 222px;
}


#navbar {
	background: #3FA9F5;
	height: 25px;
	width: 745px;
	top: 102px;
	padding-left: 19px;
	position: relative;
	left: 220px;
}
#navbar-r {
	background: #3FA9F5;
	height: 25px;
	width: 745px;
	top: 102px;
	padding-left: 19px;
	position: relative;
	left: 220px;
}

#language a {
	color: #FFF;
}

#Phone {
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	float: left;
	margin-left: 15px;
	letter-spacing: 1px;
	vertical-align: baseline;
	padding-top: 3px;
	height: 22px;
	color: #FFF;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	line-height: 140%;
}
#mainContent  {
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
} 
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 35px;
	margin-bottom: 30px;
}
/* -- side navigation style --*/
#sidebar1 ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style:none;
	display: block;
}
#sidebar1 ul li{
	display:block;
	float: left;
}
#sidebar1 ul a{
	text-decoration:none;
	float:left;
	display:block;
	background-image: url(../images/button_bk.png);
	background-repeat: no-repeat;
	background-position: 8px top;
	height: 28px;
	color: #FFF;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 35px;
	width: 190px;
}
#sidebar1 ul a:hover{
	color: #0055A5;
	background-image: url(../images/button_over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer  {
	padding: 0 10px 0 20px;
	color: #FFF;
	font-size: 80%;
	line-height: 120%;
	text-align: left;
	background-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7FB0E9;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FDFAF6;
}
#CEmark {
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 5px;
}


#footer p a {
	color: #A1CDEA;
}
#mainContent h1 {
	font-weight: normal;
	font-size: 180%;
	margin-top: 20px;
	line-height: 140%;
}
#mainContent h2 {
	font-weight: normal;
	margin-bottom: -5px;
	font-size: 150%;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Newsheader {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	background: #0055A5;
	height: 28px;
	width: 210px;
	padding: 5px 5px 0px 10px;
	margin: 0px;
}
.bullet {
	margin-right: 5px;
}
.news {
	font-size: 90%;
	color: #0055A5;
	background: #E0F1FE;
	margin: 0px 0px 10px;
	padding: 10px;
	width: 203px;
	border-right: 1px solid #0055A5;
	border-bottom: 1px solid #0055A5;
	border-left: 1px solid #0055A5;
}
.people {
	padding: 10px 10px 0px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	height: 100%;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	color: #0055A5;
	width: 95%;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	background: #E0F1FE;
	padding: 2px;
	height: 22px;
}
.formfieldsmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #0055A5;
	width: 50%;
	height: 25px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	background: #E0F1FE;
	padding: 2px;
}
.formfieldTextarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #0055A5;
	width: 95%;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	background: #E0F1FE;
	padding: 2px;
}
#contact {
	font-weight: bold;
	color: #FFF;
	background: #0055A5;
	-webkit-border-radius: 5px;
	width: 214px;
	padding: 2px 0px 2px 10px;
	vertical-align: middle;
	font-size: 120%;
	margin-bottom: 10px;
}
#contact a:hover {
	color: #BEE1FC;
	text-decoration: none;
}
#contact a {
	color: #FFF;
	text-decoration: none;
}
.imagepad {
	margin-right: 10px;
	cursor: hand;
}
.caption {
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: center;
}
#bodytext {
	width: 670px;
}
#bodyContainer {
	width: 670px;
	float: left;
}
.bodyContainerHome {
	width: 650px;
	color: #FFF;
}
.imageright {
	border: 2px solid #FFF;
	margin-bottom: 8px;
}

.bodyContainerHome p a {
	color: #FFF;
	text-decoration: underline;
}


#language {
	float: right;
	height: 20px;
	width: 150px;
	padding-top: 5px;
	color: #FFF;
	font-size: 10px;
	position: relative;
	text-align: left;
}
.margin-r {
	margin-right: 5px;
}


#holder {
	width: 660px;
}

