@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

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: #000000;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/ss_website-1-4_02.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CADFFB;
}

/* Header */

#header {
	width: 800px;
	height: 146px;
	background-image: url(images/ss_website-1-4_03.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/* Navigation menu */

#navbar {
	float: right;
	width: 590px;
	height: 32px;
	text-align: left;
	margin-top: 112px;
} 
#navlist
{
	margin: 10px 0 0 0;
	padding: 0 0 10px 10px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 25px 0px 0px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-bottom: 2px;
	background: transparent;
	color: #2E2C84;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#navlist a:hover {
	color: #333366;
}

/* Main Content */

#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CADFFB;
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Left column where logo goes */

#leftcontent {
	float: left;
	width: 205px;
	height: 200px;
	background-image: url(images/ss_website-1-4_05.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Right column where content goes */

#rightcontent {
	float: right;
	width: 595px;
	height: auto;
	background-color: #FFFFFF;
} 

.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;
}

/* Link styles */

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2E2C84;
	font-weight: normal;
}
a:link#pointer {
	color: #4A77CF;
	text-align: right;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666699;
}
a:visited#pointer {
	color: #4A77CF;
}
a:hover {
	color: #6666FF;
}

/* Type styles */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: normal;
	color: #4A77CF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #CADFFB;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #333399;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E2C84;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330099;
	font-weight: normal;
	margin-right: 60px;
	margin-left: 20px;
	line-height: 16px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #3A388B;
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333366;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* the attribute is used on the testimonials page*/
#attribute {
	text-align: right;
	color: #6695E6;
}

/* this rule style is used below the definition on the home page*/
#rule {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: normal;
	color: #4A77CF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CADFFB;
	padding-bottom: 5px;
	margin-top: -10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
}


/* Footer */

#footer {
	width: 810px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#footerlist
{
margin: 10px 0 0 220px;
padding: 0 0 20px 0px;
}

#footerlist ul, #footerlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#footerlist a:link, #footerlist a:visited
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666699;
	text-decoration: none;
	padding: 0 10px 3px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666699;
}

#footerlist a:link#current, #footerlist a:visited#current, #footerlist a:hover
{
	color: #333366;
}
