/******* General Styles *****/	
html, body, ul, li { margin: 0; padding: 0; border: 0; }
li { list-style: none; }
a, img { color:#444444; border:none; font-weight:bold}	
a, a:visited { color:#444444; text-decoration: none;font-weight:bold }
a:hover { text-decoration: underline; }
html{height:100%;}

body {height:100%;
	background-image: url("/common/images/left-box.gif");
	background-color: #585858;
	text-align: center;
}

p {	font-size:75%;
	font-family:Arial, Helvetica, Sans-Serif;
	}

li {
	font-size:75%;
	font-family:Arial, Helvetica, Sans-Serif;
	}

h1 {
	font-size:110%;
	color:#222222;
	font-family:Garamond,sans-serif;
}

h2 {
	font-size:100%;
	color:#222222;
	font-family:Garamond,sans-serif;
}


.White-Arrow-Bulleted-List li{
	list-style-type: none;
    padding-left: 1em;
    background-image: url(/common/images/down-arrow-2.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

.Square-Bulleted-List li{
	list-style-type: none;
    padding-left: 1em;
    background-image: url(/common/images/bullet-square-7x7.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

.Body-Container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	background-color:#ffffff;
	position:relative;
	width:800px;
	
	margin-top:10px;
	border:1px solid black;
}
	
.Middle-Container {
	width:100%;
	min-height:600px;
	position:relative;
}	

.Red-And-Bold {
	color:#e02502;
	font-weight:bold;
}

.Logo {
	margin-top:5px;
	margin-left:5px;
}

.Bullet-Image {
	margin-bottom:2px;margin-right:5px;
}



/******* Middle-Container Divs *****/	
.Left-Nav {
	position:relative;
	float:left;
	width:160px;

	}
.Right-Well	 {
	position:relative;
	float:left;
	width:640px;
	}
/******** End Middle-Container Divs *****/

/******** Footer Divs *****/
.Footer {
	width:100%;
	position:relative;
	clear:both;
	/* bottom:0px; */
}

.Footer-Box {

	position:relative;
	width:100%;
}

.Footer-Text {

	position:relative;
	background-color:#ffffff;
	font-size: 80%;
	font-family:"Times New Roman",Garamond,sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:10px;
	text-align:right;
}


.Footer-Menu, .Footer-Menu div  {
	position:relative;
	background-color:#454545;
	color:white;
	font-size: 80%;
	font-family:"Times New Roman",Garamond,sans-serif;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:10px;
	text-align:right;
	height:15px;
}

.Footer-Menu a, .Footer-Menu a:visited{

	color:white;
	font-weight:normal;
}
		
/******** End Footer Divs *****/		
		
.fake-img { background-color:red }

/******** Begin: Top Menu *********/
.Top-Slogan-Bar {
	padding-top: 5px;
	padding-left:15px;
	height:25px;
	position:relative;
	background-color:#454545;
	color:#ffffff;
	font-weight:bold;
	font-family:"Times New Roman",Garamond,sans-serif;
	font-size: 11pt;	
}
.Top-Menu-Nav {
	width:100%;
	position:relative;
	clear:both;
	z-index:999;
}

/**** FlyOut Navigation ******/
.Top-Menu-Nav ul {
	background: #ffffff;
	}
.Top-Menu-Nav li {
	width:140px;
	height:40px;
	border-bottom: #ffffff solid 1px;
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 80%;
	vertical-align: bottom; /* for IE5/win */
	}
.Top-Menu-Nav ul a {
	padding: 5px 10px;
	vertical-align: bottom; /* needed for IE5/win */
	text-align: center;
	text-decoration: none;
	color: #000000;
	}
/* Main-Menu and Sub-Menu -- Gray Background onHover */
.Top-Menu-Nav ul li:hover {
	background: #888888;
}
/* Main-Menu -- White onHover */
.Top-Menu-Nav li:hover a {
	color: #ffffff;
	}
/* Sub-Menu Popup Positioning */
.Top-Menu-Nav ul li:hover ul {
	left: 0px;
	top: 41px;
	background: #bbbbbb;	
}
/* Sub-Menu links */
.Top-Menu-Nav ul li:hover ul a{
	padding:0px;
	color:#000000;
}
/* Sub-Menu -- Styling */
.Top-Menu-Nav ul ul { 
	position: absolute;  
	left: -3000px;
	background: #bbbbbb; 
	}	/* flyout elements need a background image or color to avoid bugs in IE/win */
/* Sub-Menu -- Styling */
.Top-Menu-Nav ul ul li {
	border: none;
	height:18px;
	font-weight:normal;
	font-family: lucida, arial, sans-serif;
	width: 140px;
	font-size: 80%;
}
.Top-Menu-Nav ul ul li a div {
	position:relative;
	float:left;
	text-align:left;
	margin-left:2px;
	padding:0px;
	border:0px;
	cursor: pointer;
	width:135px;
	height:100%;
}

/* Sub-Menu links -- White onHover */
.Top-Menu-Nav ul ul li a:hover {
	color:#ffffff;
}

/* \*/ /*/ 
.Top-Menu-Nav ul li ul {position: static;}
/* */

/******* End: Top Menu ******/

/******* Begin: Content Well ***/

.Content{
	margin-right:5px;
}

.Content-Well {
	padding-top:30px;
	position:relative;
}
.Content-Well-Left-Container {
	position:relative;
	float:left;
	width:250px;
	height:100%;
}
.Content-Box-Title{
	position:relative;
	padding-left:5px;
	padding-bottom:2px;
	background-color:#e02502;
	font-weight:bold;
	color:#ffffff;
}
.Content-Box-Title a , .Content-Box-Title a:visited {
	font-size:85%;
	color:#ffffff;
}
.Content-Well-Right-Container {
	margin-left:5px;
	position:relative;
	float:left;
	height:100%;
}
.Content-Well-Box {
	position:relative;
	width:250px;
	height:160px; /* hack for presentation */
	margin-bottom: 4px;
	border: #aaaaaa solid 1px;
	font-family:"Times New Roman",Garamond,sans-serif;
}
.Content-Well-Box ul li {
	margin-left:5px;
	margin-top:6px;
	font-size:80%;
}
.Content-Box-Fake-Right-Img {
	position:relative;
	background-color:#ffdddd;
	height:250px;
	width:300px;
	border: solid black 1px;
}
/******* End: Content Well ***/


/******* Begin: Top Image Bar ***/
.Content-Well-Image-Bar {
	position:relative;
	height:175px;
}
.Content-Well-Image-Wrapper {
	position:relative;
	float:left;
}

.Content-Well-Image-Block-Right {
	position:relative;
	float:left;
	height:100%;
	width:265px;
	margin-left:5px;
	background-color:gray;
}

.Content-Well-Image-Block-Left {
	position:relative;
	float:left;
	height:100%;
	width:175px;
	margin-right:5px;
	background-color:gray;
}

.Content-Well-Image-Quote {
	font-weight:bold;
	color:#ffffff;
	position:absolute;
	bottom:10px;
	padding-left:5px;
	padding-right:5px;
	font-family:"Times New Roman",Garamond,sans-serif;
}
/******* End: Top Image Bar ***/

/******* Begin: About Us Page ***/
.About-Employee-Container {
	border:1px #aaaaaa dashed;
	padding-left:5px;
	padding-right:5px;
}

.About-Us-Employee-Info {
	position:relative;
	margin-top:10px;
	/* overflow-x:hidden;overflow-y:auto; */
	* height:320px;
}

.About-Us-Employee-Info-Hidden {
	position:relative;
	margin-top:10px;
	display:none;
	/* overflow-x:hidden;overflow-y:auto; */
	* height:320px;
}

.Employees-List, .Employees-List li {
	padding-bottom:3px;
	margin:0px;
	border:0px;
}




/******* End: About Us Page ***/

.Div-Breaker {
	position:relative;
	clear:both;
}


.Left-Nav-Menu-Group {
	background-color:#dddddd;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px; 
}

.Left-Nav-Menu-Header {
	float:left;
	background-color:#444444;
	color:white;
	font-weight:bold;
	width:100%;
	height:20px;
	border-bottom:1px black solid;
}

.Left-Nav-Menu-Header div {
	padding-top:2px;
	padding-left:5px;
}

.Left-Nav-Menu-Item {
	background-color:#dddddd;
	float:left;
	font-size: 80%;
	width:145px;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	
	
}

.Left-Nav-Menu-Item ul {
	padding-top:2px;
}
.Left-Nav-Menu-Item ul li {
	padding-bottom:5px;
}


/**************************
.Left-Nav-Menu-Item:hover li{
	background: #888888;
	color:white;
}

 .Left-Nav-Menu-Item:hover a, .Left-Nav-Menu-Item:hover a:visited {
 	color:white;
 	text-decoration:none;
 }
**********************/
.Indented-Paragraph {
	margin-left:20px;
}
.Indented-List {
	margin-left:20px;
}

/************ Begin: Blogs Styles **********/
.Post {
	padding-left:5px;
	padding-right:5px;
	background-color:#ffffff;
}
.Shaded-Post {
	padding-left:5px;
	padding-right:5px;
	background-color:#f6f6f6;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dashed #cccccc;
	border-top:1px dashed #cccccc;
}
.Comment-Box {
	display:none;
	padding:5px;
	border:1px #aaaaaa dashed;
	margin-top:5px;
}
/************ End: Blogs Styles **********/

/************ Begin: Breadcrumbs Styles **********/
.Bread-Crumbs {
	border-top:1px solid #ffffff;
	font-family:"Times New Roman",Garamond,sans-serif;
	background-color:#454545;
	font-size:80%;
	color:white;
	clear:both;
	font-weight:bold;
	padding-left:5px;
}
.Bread-Crumbs a,.Bread-Crumbs a:visited  {
	color:white;
	text-decoration:none;
}
.Bread-Crumbs a:hover {
	text-decoration:underline;

}
/************ End: Breadcrumbs Styles **********/
