@charset "UTF-8";

/* Basic reset of margin & padding etc */
* {
	margin: 0px;
	padding: 0px;
}

/* nofloat to ensure side bars push down bottom menu & footer */
.nofloat {
	clear: both;
}
#super_container {
	background-color: #8fd06a;
	padding: 20px;
}

#container {
	width: 910px;
	font-family: Arial, Helvetica, sans-serif;
	border: 4px solid #090;
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari and Chrome */
	border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-box-shadow: 10px 10px 20px #444; /* Firefox */
	-webkit-box-shadow: 10px 10px 20px #444; /* Safari and Chrome */
	box-shadow: 10px 10px 20px #444; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

	filter:
		progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=5);
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#header_container {
	background-color: #FFF;
}
#top_menu {
	width: 625px;
	float: left;
	margin-top: 88px;
}

/* menu state styles */
body#default a#menu_default,
body#services a#menu_services,
body#benefits a#menu_benefits,
body#about a#menu_about,
body#ssassipp a#menu_ssassipp,
body#faq a#menu_faq,
body#contact a#menu_contact
{
	background-color: 94D06A;
	background-position: 0 -60px;
	color: #EEE;
	font-weight: bold;
}

body#default a#menu_default span,
body#services a#menu_services span,
body#benefits a#menu_benefits span,
body#about a#menu_about span,
body#ssassipp a#menu_ssassipp span,
body#faq a#menu_faq span,
body#contact a#menu_contact span
{
	background-color: 94D06A;
	background-position: 100% -60px;
	color: #EEE;
	font-weight: bold;
}
/* end of menu state styles */

/* start of tabbed menu styles */
ol#top_menu_tabs {
	height: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#top_menu_tabs li {
    float: left;
    margin: 0 1px 0 0;
}

ol#top_menu_tabs a {
	color: #444444;
	display: block;
	float: left;
	height: 2em;
	padding-left: 10px;
	text-decoration: none;
	background-color: 94D06A;
	background-image: url(images/menutab.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

ol#top_menu_tabs a:hover {
	background-color: 94D06A;
	background-position: 0 -120px;
	color: #222;
}

ol#top_menu_tabs a:hover span {
    background-position: 100% -120px;
}

ol#top_menu_tabs span {
	display: block;
	line-height: 2em;
	padding-right: 10px;
	background-image: url(images/menutab.gif);
	background-position: 100% 0;
}

/* end of tabbed state styles */

#logo {
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #090;
}

#content_container {
	background-color: #FFF;
	clear: left;
}

#main_content {
	float: left;
	width: 630px;
	font-size: 12px;
	color: #444444;
	padding-top: 30px;
}
#main_content ul li {
	margin-left: 30px;
}
#main_content a {
	color: #444444;
}

#main_content a:hover {
	color: #090;
	text-decoration: none;
}
#right_menu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 650px;
	padding-top: 30px;
	padding-left: 22px;
}

#right_menu #box1 {
	background-image: url(images/box1.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 215px;
}

#right_menu #box1_header {
	position: relative;
	top: 13px;
	left: 31px;
}

#right_menu #box1_items {
	position: relative;
	top: 38px;
	left: 63px;
}
#right_menu #box2 {
	background-image: url(images/box2.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 115px;
}

#right_menu #box2_header {
	position: relative;
	top: 13px;
	left: 34px;
}

#right_menu #box2_items {
	position: relative;
	top: 40px;
	left: 10px;
}

#right_menu h1 {
	font-size: 18px;
	color: #444444;
	letter-spacing: 1px;
}
#right_menu ul li {
	line-height: 30px;
	list-style-type: square;
}
#right_menu ul li a {
	text-decoration: none;
	color: #444444;
}
#right_menu ul li a:hover {
	text-decoration: underline;
}
/* End of right_menu box styles */

#bottom_menu_container {
	background-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #090;
	border-right-color: #090;
	border-bottom-color: #090;
	border-left-color: #090;
}
#bottom_menu {
	height: 25px;
	padding-top: 3px;
	position: relative;
	left: -41px;
}

#bottom_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#bottom_menu ul li {
	margin: 4px;
	float: left;
	width: 150px;
}
#bottom_menu ul li a {
	text-decoration: underline;
	font-size: 12px;
	color: #666;
}
#bottom_menu ul li a:hover {
	color: #090;
	text-decoration: none;
}

#footer {
	font-size: 10px;
	color: #999;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
}

.footnote  {
	font-size: 9px;
}

img.leftimage {
	float: left;
	padding-right: 15px;
}

blockquote p
	{
	padding: 0px 15px 0px 0px;
	margin-bottom: 10px 0px 20px 0px;
	font-size: 22px;
	float: left;
	background: url(images/quote_down.png) bottom right no-repeat;
	text-align: center;
}

blockquote
	{
	padding: 20px;
	font-size: 1.8em;	
	background: url(images/quote_up.png) top left no-repeat;
}


#quote_container {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 60px;
}
