﻿body {
	padding: 0px;
	margin: 0px;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	background-color: White;
	font-size: 11px;
	font-family: Arial;
	color: Black;
}
form 
{
	padding: 0px;
	margin: 0px;	
}
img
{
	border: none;
}
a
{
	text-decoration: underline;
	color: #24b24e;
}
a:hover
{
	text-decoration: underline;
	color: #93d7a6;
}
.error
{
	color: Red;	
}
#container {
	width: 992px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}
#container-print {
	width: 620px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}
#logo 
{
	padding-top: 55px;
	float: left;	
}
#container-body 
{
	float: right;
	width: 730px;	
	background-image: url(images/content_bg.png);
}
#left-border 
{
	width: 30px;
	height: 720px;
	background-image: url(images/left_content_border.png);
	float: left;
	z-index: 50;	
}
#right-border 
{
	width: 30px;
	height: 720px;
	background-image: url(images/right_content_border.png);
	float: right;
	z-index: 50;	
}
#menu-div {
	width: 670px;
	height: 45px;
	float: left;
	background-color: #e4eedd;
}
#content
{
	width: 620px;
	padding: 30px 25px 10px 25px;
	float: left;
	z-index: 20;
}
#content ul
{
	margin-top: 2px;
}
#content ul li
{
	margin-bottom: 10px;
}
#contact-left
{
	width: 300px;
	float: left;
}
#contact-right
{
	width: 300px;
	margin: 80px 0 0 20px;
	float: right;
}
h1
{
	margin: 0px;
	padding: 0px;
	font-size: 46px;
	font-family: Arial;
	color: #24b24c;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}
h2
{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Arial;
	color: #24b24c;
	line-height: 18px;
}
#prescription-green-bg
{
	width: 620px;
	height: 280px;
	background-image: url(images/questions_bg.png);
}
#pills
{
	width: 290px;
	height: 190px;
	background-image: url(images/pills.png);
	float: right;	
}
#get-prescription
{
	padding-top: 20px;
	width: 330px;
	height: 190px;
	float: left;	
}
#get-prescription div 
{ 
	padding-left: 10px; padding-bottom: 20px;
}
#hand-container
{
	width: 620px;
	height: 0px;	
}
#hand
{
	width: 330px;
	height: 580px;
	background-image: url(images/hand.png);
	position: relative;
	z-index: 5;
	top: 0px;
	left: -329px;
}
#hand-2
{
	width: 330px;
	height: 580px;
	background-image: url(images/hand.png);
	position: relative;
	z-index: 5;
	top: -118px;
	left: -329px;
}
#radio-div-1 { height: 20px; padding: 32px 0px 0px 18px; }
/*#radio-div-1 input { margin: 0 -2px 0 -2px; }*/
#radio-div-2 { height: 20px; padding: 26px 0px 0px 18px; }
/*#radio-div-2 input { padding: 0 -2px 0 -2px; }*/
#radio-div-3 { height: 20px; padding: 24px 0px 0px 18px; }
/*#radio-div-3 input { padding: 0 -2px 0 -2px; }*/
#radio-div-4 { height: 20px; padding: 26px 0px 0px 18px; }
/*#radio-div-4 input { padding: 0 -2px 0 -2px; }*/
#radio-div-5 { height: 20px; padding: 26px 0px 0px 18px; }
/*#radio-div-5 input { padding: 0 -2px 0 -2px; }*/

#results-green-bg
{
	width: 620px;
	height: 204px;
	padding-top: 60px;
	padding-bottom: 15px;
}
#results-table
{
	clear: both;
	padding-top: 20px;	
}
#results-text
{
	padding-left: 10px;
	width: 610px;
}
#results-text p
{
	float: left;
	width: 360px;
	padding-top: 10px;
}
#results-text a
{
	float: right;
	padding-left: 10px;	
}

#results-table
{
	width: 620px;
	font-size: 11px;
	font-family: Arial;
	color: Black;
	clear: both;
}
#results-table table { margin: 0px; padding: 0px; width: 620px; border: 0px; background-color: #ededed; }
#results-table td { padding: 4px 8px 4px 8px; margin: 2px; background-color: White; }

#results-table td.pri_server { padding-right: 12px; background-color: #ffca08; }
#results-table td.pri_software { padding-right: 12px; background-color: #00adef; }
#results-table td.pri_security { padding-right: 12px; background-color: #eb1c24; }
#results-table td.pri_comms { padding-right: 12px; background-color: #918cc4; }
#results-table td.pri_managed { padding-right: 12px; background-color: #92d050; }
#results-table td.pri_advisory { padding-right: 12px; background-color: #c4bd97; }

#results-table td.sec_server { width: 230px; padding-left: 8px; background-color: #ffe169; }
#results-table td.sec_software { width: 230px; padding-left: 8px; background-color: #6ccff6; }
#results-table td.sec_security { width: 230px; padding-left: 8px; background-color: #faad7f; }
#results-table td.sec_comms { width: 230px; padding-left: 8px; background-color: #cdcae5; }
#results-table td.sec_managed { width: 230px; padding-left: 8px; background-color: #c2e498; }
#results-table td.sec_advisory { width: 230px; padding-left: 8px; background-color: #e2e0ce; }

div.pri_server { margin-top: 2px; }
div.pri_software { margin-top: 2px; }
div.pri_security { margin-top: 2px; }
div.pri_comms { margin-top: 2px; }
div.pri_managed { margin-top: 2px; }
div.pri_advisory { margin-top: 2px; }

div.pri_server span { margin-right: 8px; height: 14px; width: 14px; background-color: #ffca08; }
div.pri_software span { margin-right: 8px; height: 14px; width: 14px; background-color: #00adef; }
div.pri_security span { margin-right: 8px; height: 14px; width: 14px; background-color: #eb1c24; }
div.pri_comms span { margin-right: 8px; height: 14px; width: 14px; background-color: #918cc4; }
div.pri_managed span { margin-right: 8px; height: 14px; width: 14px; background-color: #92d050; }
div.pri_advisory span { margin-right: 8px; height: 14px; width: 14px; background-color: #c4bd97; }

#footer
{
	width: 620px;
	padding: 0px 25px 10px 50px;
	float: left;
	z-index: 20;
}
#footer-menu
{
	width: 620px;
	padding: 0px 0px 0px 0px;
}
#csa-logo
{
	float: right;
	z-index: 10;
	text-align: right;
}
#footer-lower-left
{
	float: left;
	color: #24b24e;
}
#footer-lower-left h1
{
	color: Black;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
a.footer 
{
	text-decoration: underline;
	color: #24b24e;
	padding: 2px 0px 2px 0px;
	text-transform: uppercase;
	line-height: 17px;
}
a.footer:hover 
{
	text-decoration: underline;
	color: #93d7a6;
	padding: 2px 0px 2px 0px;
	text-transform: uppercase;
	line-height: 17px;
}
span.menu-div
{
	color: #24b24e;
	padding: 2px 5px 2px 5px;
	line-height: 17px;
}
input.text-long {
	width: 250px;
	height: 14px;
	border: solid 1px #afafb1;
	font: 11px Arial;
	color: #3c3c3c;
}
input.button {
	width: 55px;
	height: 20px;
	background-color: #e0c7a8;
	border: solid 1px #c69d69;
	font: 11px Arial;
	color: #c69d69;
	cursor: pointer;
}

/****************************************************
CONTACT FORM
****************************************************/

#contact-right div.field-title {
	margin: 0 0 4px 0;
	width: 100px;
	height: 20px;
	float: left;
	font: 12px Arial;
	font-weight: bold;
	color: #24b24c;
	clear: both;
}

#contact-right div.field-value 
{
	width: 200px;
	float: right;
	margin: 0 0 4px 0;
	font: 11px Arial;
	color: #3c3c3c;
}

#contact-right input.text-long {
	width: 100%;
	height: 14px;
	border: solid 1px #3e3e3e;
	font: 11px Arial;
	color: #3c3c3c;
}

#contact-right input.text-short {
	width: 80px;
	height: 14px;
	border: solid 1px #3e3e3e;
	font: 11px Arial;
	color: #3c3c3c;
}

#contact-right textarea.text-comment {
	width: 100%;
	height: 60px;
	border: solid 1px #3e3e3e;
	font: 11px Arial;
	color: #3c3c3c;
}

#contact-right
{
	font: 12px Arial;	
}

#contact-right p
{
	margin: 0px;
	padding: 0px;
}

/****************************************************
MAIN MENU
****************************************************/
#menu-div ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu-div ul li {
	position: relative;
	display: inline;
	float: left;
}
#menu-div ul li a.top {
	height: 40px;
	width: 80px;
	display: block;
	padding: 5px 15px 0px 15px;
	text-align: center;
	text-decoration: none;
	color: White;
	background-image: url(images/menu_bg.png);
	font: 10px Arial;
	line-height: 12px;
}
#menu-div ul li a.top:hover {
	background-image: url(images/menu_bg_selected.png);
	color: Black;
}
a.top-selected 
{
	height: 40px;
	width: 80px;
	display: block;
	padding: 5px 15px 0px 15px;
	text-align: center;
	text-decoration: none;
	color: Black;
	background-image: url(images/menu_bg_selected.png);
	font: 10px Arial;
	line-height: 12px;
}
a.margin-r 
{
	margin-right: 2px;
}
/****************************************************
END MAIN MENU
****************************************************/

