@charset "UTF-8";
/* CSS Document */

/* Body style tags e*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #7AA1ED;
	background-image: url(images/synergybkgimg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a: Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366CC;
	text-decoration: none;
}

a: visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366CC;
	text-decoration: none;
}

a: hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a: active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366CC;
	text-decoration: none;
}

/* Breadcrumbs links */


.breadcrunbs a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
.breadcrunbs a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6666CC;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
.breadcrunbs a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #789FEB;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
.breadcrunbs a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}


/* Page Headlines*/

h1 {
	font-size: 24px;
	color: #FF9900;
	text-align: left;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

h2 {
	font-size: 20px;
	color: #000099;
	text-align: left;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}

h3 {
	font-size: 21px;
	color: #000099;
	text-align: left;
	padding-bottom: 10px;
}

h4 {
	font-size: 18px;
	color: #666666;
	text-align: left;
	padding-bottom: 10px;
}

h5 {
	font-size: 14px;
	color: #000099;
	text-align: left;
	padding-bottom: 10px;
}

h6 {
	font-size: 12px;
	color: #3399FF;
	text-align: left;
	padding-bottom: 10px;
}

/* List style for main body*/

li {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/purplesquare.jpg);
}

.header {
	background-image: url(images/synergyheader.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 220px;
	width: 1000px;	
}

#conbak {
	background-image: url(images/syfauxbls.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

/* Footer Styles and controls*/


.footer {
	background-image: url(images/syfootertbls.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	width: 1000px;
}

#3colcontents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#3colcontents a: link {
	color: #0066CC;
	text-decoration: none;
}
#3colcontents a: visited {
	color: #FF9900;
	text-decoration: none;

}
#3colcontents a: hover {
	color: #000099;
	text-decoration: underline;

}
#3colcontents a: active {
	color: #006600;
	text-decoration: none;
}

/* Content middle styles*/

#contentmiddle {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #6699CC;
	width: 550px;
	padding-left: 15px;
	line-height: 19px;
	text-align: justify;
	display: block;
	padding-bottom: 150px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #6699CC;
	padding-right: 15px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}

#contentmiddle a: link {
	color: #0066CC;
	text-decoration: none;
}
#contentmiddle a: visited {
	color: #FF9900;
	text-decoration: none;

}
#contentmiddle a: hover {
	color: #000099;
	text-decoration: underline;

}
#contentmiddle a: active {
	color: #006600;
	text-decoration: none;
}



/* Content repeating background style*/

#fauxbackg {
	background-image: url(images/syfauxbls.jpg);
	background-repeat: repeat;
	background-position: top;
	width: 1000px;
	background-color: #6699FF;

}

/* Main Nav Link Starts Here*/

#navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #000099;
	font-weight: bold;
	height: 43px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;	
}

.navlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #000099;
	font-weight: bold;
	height: 60px;
	padding-top: 25px;
	padding-bottom: 15px;
}
.navlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	font-weight: bold;
	height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6699CC;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000099;
	height: 60px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
}
.navlinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #000099;
	font-weight: bold;
	height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
}


/* Main Nav Link Ends Here*/

/* Main Nav background control*/

#mainnavtbls {
	background-image: url(images/synavbls_1100_43.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 43px;
	padding-left: 45px;
}

#synergyheader {
	background-image: url(images/synergyheader.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 220px;
	width: 1000px;

}

/* Left Nav Link styles Starts Here*/

#leftsidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	padding-bottom: 10px;
	text-decoration: none;
}
#leftsidebar a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
#leftsidebar a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
#leftsidebar a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #789FEB;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
#leftsidebar a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

/* Left Nav Link state ends Here*/

/* Right Nav Link styles Starts Here*/

#rightsidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	}

#rightsidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	width: 144px;	
}
#rightsidebar a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
	width: 144px;
}
#rightsidebar a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6666CC;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
	width: 144px;
}
#rightsidebar a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
	width: 144px;
}
#rightsidebar a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/right_triangle.gif);
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 10px;
	text-decoration: underline;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
	width: 144px;
}


/* Right Nav Link state ends Here*/

