@charset "iso-8859-1";
/*By setting these values to 0, the elements will initially be rendered in an identical fashion and properties can be defined in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create 
consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body 
element to set the background color of the page and create a centered container for the page content to display. */
body {
	text-align: left; /* Centers the page content container in IE 5 browsers. */;
	padding: 0px;
	line-height: 1.2em;
	font-size: .9em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF url('Blue-background-Gradient.png') repeat-x;
}

body img {
	border: 0px;
	text-decoration: none;
}

.container .slides {
	display: none;
	background-color: #CEE6F7;
}


/* Commonly used to style page titles.  */
h1, h2, h3 {
	color: #003399;
	margin: 5px 0px 5px 0px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.7em;
	line-height: 22px;
}
/* Commonly used to style section titles. */
h2 {font-size: 1.3em;
}
h3 {font-size: 1.1em;
}

p {font-size: 16px; color: black
}

href {font-size: 1.8em; color:fuchsia
}





/* Sets the style for unvisited links. */
a,  a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* Sets the style for visited links. */
a:visited {
  color: #4870aa;
  text-decoration: none;
  font-weight: bold;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #2170bd;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #2170BD;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #039;
	background-color: #FFFFFF;
}


.sitename {
	color: #FFFFFF;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 2em;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to a
void the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container 
on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the 
left and right margins to center the container on the page. */

#slides {
	

 		<img alt="" height="214" src="images/rect-frustrated-1.png" width="750">
				<img alt="" height="214" src="images/rect-frustrated-2.png" width="750">
				<img alt="" height="214" src="images/rect-frustrated-3.png" width="750">
				<img alt="" height="214" src="images/rect-frustrated-4.png" width="750">
				<img alt="" height="214" src="images/rect-frustrated-5.png" width="750">
				<img alt="" height="214" src="images/rect-frustrated-6.png" width="750">

}



#outerWrapper {
	padding: 10px;
	background-color: #FFFFFF;
	width: 1050px;
	text-align: left; /* Redefines the text alignment defined by the body element. */;
	margin: 30px auto 0px auto;
}
#outerWrapper #header {
	background-color: #1757C1;
	border-bottom: solid 1px #4b647f;
	height: 195px;
	background-image: url('Synergy-Header-with-picture-text-blue.png');
	background-repeat: no-repeat;
}
#outerWrapper #topNavigation {
	border-top-left-radius: 0px;
	background: #EBF5FE none repeat-x;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
}
#outerWrapper #topNavigation li {
	float: left;
	font: .8px Verdana, Geneva, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}
#outerWrapper #topNavigation a {
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px 4px 12px;
	text-decoration: none;
	background: transparent;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#outerWrapper #topNavigation a:hover {
	background: #031894 url('../images/hover.jpg') no-repeat center bottom;
	color: #0000FF;
	padding-bottom: 6px;
}
	
	#outerWrapper #contentWrapper {
	background-repeat: repeat-y;
	background: none repeat-y right 50%;
	background-color: #FFFFFF;
}
#outerWrapper #contentWrapper #rightColumn1 {
	border: 4px groove #1757C1;
	border-radius: 25px;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	margin-top: 2px;
}

#outerWrapper #contentWrapper #rightColumn1 p {
	font-size: .85em;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	padding: 10px 20px 10px 20px;
	margin: 40px 30px 0px 250px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used 
without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated 
element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  display: block;
  clear: both;
}
#outerWrapper #border {
	background: none repeat-x;
	height: 45px;
}


#outerWrapper #footer {
	background-color: #FFFFFF;
	border-top: solid 1px #9bb6d2; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* removes the top and bottom margins*/
#outerWrapper #footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: .85em;
}
.imglft {
	padding: 5px 10px 5px 0px;
	float: left;
}
.imgrgt {
	padding: 5px 0px 5px 10px;
	float: right;
}
.ctr {
	text-align: center;
}
/* styling small size text*/
.smltxt {
	 font-size:small;
}

/* center image on the page */
.imgctr {
	display: block;
	margin: 0px auto;
}

/*============ form styles ==============*/
form fieldset {
	padding: 4px;
	font: 80%/1 "Times New Roman";
}
form fieldset label {
	width: 15%;
	margin-right: 0.5em;
	padding-top: 2px;
	text-align: right;
	font-weight: bold;
	padding-left: 2px;
}
form fieldset legend {
	/*	border: 1px solid #353c48;*/border-style: none;
	border-color: #FFFFFF;
	padding: 1px 20em .5em 20em;
	color: #FFFFFF;
	font-size: 100%;
	text-align: center;
	font-variant: small-caps;
	background-color: #0000FF;
}
.cf {
	border: thin solid #C0C0C0;
	background-image: none;
	background-repeat: repeat;
}
.button {
	font: normal 90% Verdana, serif;
	height: 22px;
	border: 0px solid #353c48;
	background-color: #0000FF;
	color: white;
}

/*============ For Bing search box ==============*/

#WLSearchBoxDiv {
	margin: 1em;
}


#companyname {
	font-family: "Calisto MT";
	text-align: center;
	line-height: 42px;
	color: #003399;
	padding-top: -6px;
}


#upper-quote {
	border: medium solid #003399;
	padding: 10px;
	margin: 40px 160px 40px 160px;
	background-color: #faf9f7;
}
#upper-quote2 {
	border: medium solid #800000;
	padding: 10px;
	margin: 10px 160px 50px 60px;
	background-color: #faf9f7;
	height: 220px;
}



#2ndbox {
	border: thin solid #800000;
	padding: 10px;
	margin: 10px 160px 10px 160px;
	background-color: #FF9933;

}
#3rd-box {
	border-style: solid;
	border-width: thin;
	border-bottom:1px purple
}
hr {
	color: #7C0336;
}
