/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

.align-center { text-align:center;}
.align-left { text-align:left;}
.align-right { text-align:right;}

html, input, textarea
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:0.8125em;
		line-height:1.154em;
		color:#494949;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#000; text-decoration:underline; font-weight:bold; outline:none;}
a:hover{text-decoration:none;color:#555;}
p {padding-top:15px;}

.link { font-size:1.077em;}
.link1 { color:#FFAA00;}
.link2 { font-size:1.077em; margin-right:14px;}

/* ============================= main layout ====================== */

.imgindent {margin:0 15px 0 0; float:left;}
.imgindent1 {padding:10px 0 8px;}
.imgindent2 { padding:0 0 0 5px; vertical-align:middle;}


.indent1 { padding-top:20px;}
.indent2 { padding-top:25px;}
.indent3 { padding-top:30px;}
.indent4 { padding-top:15px;}
.indent5 { padding-top:40px;}
.indent6 { padding-top:10px;}
.indent7 { padding-top:70px;}
.indent8 { padding-top:13px;}

.text1 { font-size:1.154em; line-height:1.333em; color:#000;}
.text2 { color:#9B9B9B;}


/* ============================= header ====================== */
#header { width:920px; margin:0 auto; text-align:left;}

.logo { position:absolute; margin:26px 0 0 1px;}

.row-1 { height:63px; }
.row-1 ul { font-size:0.923em; color:#262626; padding:52px 4px 0 0; line-height:1em;}
.row-1 li { display:inline; padding-left:3px; background:none;}
.row-1 li a { padding-right:6px; text-decoration:none;}
.row-1 li a:hover { color:#FFFFFF;}

#header .col-1 { width:659px;}
#header .col-2 { width:240px;}

.row-2 { width:899px; height:35px; margin-left:11px; background-image: url("images/menu-background3.jpg")}

/* ============================= content ====================== */
#content { width:899px; margin:0 auto; text-align:left;}



.phone { float:left; width:76px;}
.phone2 { float:left; width:81px;}

/* ============================= footer ====================== */
#footer { width:900px; height:80px; margin:0 auto; text-align:left; border-top:1px solid;	}
.policy { font-size:1.154em; padding:29px 0px 0px 30px; }
.rs { position:absolute; margin:27px 0px 0px 842px;}
.rs a { color:#494949; background:url(images/rs.gif) top right no-repeat; padding-right:21px; text-decoration:none;}
.rs a:hover { color:#FFFFFF;}
/* ============================= forms ============================= */

#SearchForm {line-height:1em; }
#SearchForm input {width:165px; height:20px; border:0px; font-size:1em; background:#1A1A1A; padding:1px 0 0 3px; }
#SearchForm .button { width:54px; height:21px; border:0px; margin:0 0 0 4px; vertical-align:middle; cursor:pointer; outline:none; }

label { height:30px; display:block;} 
#ContactForm {height:33px; line-height:1em;}
#ContactForm input {width:176px; height:18px; border:1px solid #525252; font-size:1em; background:#C4C4C4; padding:1px 0 0 3px; }
#ContactForm textarea {width:176px; height:171px; border:1px solid #525252; font-size:1em; background:#C4C4C4; padding:0 0 0 2px; overflow:auto;    }



#navigation li a:hover {
	background-color:#5A728F;
	color:#FFD306;
}
#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#111;
	
}
#navigation li a.head {
	cursor:pointer;
	border:1px solid #111;
	background: url(menus/menu1active.jpg) no-repeat;
	color:#FFFFFF;
	display:block;
	margin:0px;
	padding:0px;
	text-indent:15px;
	text-decoration: none;
}
#navigation li a.head {
	width:251px;
	color:#FFFFF;
	text-decoration: none;
}
#navigation li a.selected {
	width:251px;
	background-image: url(menus/menu1active1.jpg);
	color:#FFD306;
}

#navigation li a.current {
	width:251px;
	background-color:#FFD306;
	color:#000;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#fff;
	border:1px solid #111;
	border-top:none;
	width:251px;
}
#navigation li {
	list-style:none outside none; display:inline;
	line-height:25px;
}
#navigation  li a {
	width:251px;
	color:#000;
	background-color:#ccc;
	display:block;
	text-indent:10px;
	font-size: 11px; 
	text-decoration: none;
	font-weight:normal;
	border-top: 1px dotted;
}
#navigation li a:hover {
	width:251px;
	background-color:#5e6376;
	color:#FFD306;
} 
 
 
/* Navigation menu styles */

#navigationMenu{	/* the unordered list */
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

#navigationMenu li{
	border-right:1px solid #444444;
	display:inline-block;	/* changing the display property */
	float:left;	/* floating the list items to the left */
	height:35px;
	list-style-type:none;	/* disabling the list icon */
	overflow:hidden;	/* hiding the overflowing content */
}

#navigationMenu li a, #navigationMenu ul li a:hover,
#navigationMenu li a:visited{
	text-decoration:none;	/* removing the underline text-decoration */
}

/* styling the links */
.normalMenu, .normalMenu:visited,
.hoverMenu, .hoverMenu:visited,
.selectedMenu,.selectedMenu:visited {/* these properties are shared between the classes */
	outline:none;
	padding:10px 10px;
	display:block;
}

/* styles that are assigned individually */

.hoverMenu,.hoverMenu:visited,
.selectedMenu,.selectedMenu:visited {
	margin-top:-35px;
	background:url(images/menu-background4.jpg) repeat-x #eeeeee;
	color:#444444;
}

.selectedMenu,.selectedMenu:visited {
	margin:0;
}

.normalMenu, .normalMenu:visited{
	color:white;
	background:url(images/menu-background3.jpg) repeat-x #444444;
}
