body {
	font-size: 100.1%; /*** Don't change this setting. Make all other font-sizes in % (preferred) or ems ***/
	color: #000000;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/templates/sameday/images/background.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-attachment: scroll;
	border-collapse: separate;
}

body.float {
	background-image: url(/templates/sameday/images/background2.png);
}

body.fullfloat {
	background-image: none;
}

table, td, tr, input, select {
	font-size: 1em;
}

.WarningStrip {
	background-color: #ffffe1;
	border: none;
	border-bottom: solid 1px black;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: .75em;
	padding: .3em;
}

#toolbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	line-height: 1.5em;
	background-color: #3b8fbe;
	text-align: right;
	color: #ffffff;
	padding-top: 2px;
}

#toolbar a {
	margin-top: 2px;
	padding-left: .7em;
	padding-right: .9em;
	background-image: url(/images/new/menu_divider.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

#toolbar form {
	padding-left: .5em !important;
	padding-right: 20px;
	color: #ffffff;
	text-decoration: none;
}

#toolbar form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #effef8;
}

#toolbar form button
{
	position: relative;
	top: -2px;
	vertical-align: middle;
	cursor: pointer;
}

#toolbar a:visited, #toolbar a:active {
	color: #ffffff;
}

#toolbar a:hover, #toolbar form button:hover {
	background-color: #4fadd9;
	color: #ffffff;
}


#toolbar form {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	display: inline;
}

#toolbar form input {
	margin: 0px;
	vertical-align: baseline;
	border: none;
	margin-top: 2px;
	padding: 1px 1px;
}

#toolbar form button {
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
}

#banner {
	border: 0;
	padding: 0;
	margin: 0;
	height: 100px;
	background-image: url(/templates/sameday/images/banner_filler.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

#banner_left {
	float: left;
	height: 100px;
	min-height: 100px;
}

#banner_right {
	float: left;
	height: 100px;
	min-height: 100px;
	width: 240px;
	min-width: 240px;
	background-image: url(/templates/sameday/images/banner_splash.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner_right_small {
	float: right;
	height: 100px;
	min-height: 100px;
	width: 240px;
	min-width: 240px;
	background-image: url(/templates/sameday/images/banner_splash_small.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#navigation {
	font-size: .7em;
	height: 25px;
	background-image: url(/templates/sameday/images/navfill.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#navigation_left {
	float: left;
	padding-left: 1px;
	height: 25px;
}

.menubar ul ul {
	width: 15em;
}

.menubar ul ul li {
	background-color: #3b8fbe;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

.menubar ul ul li:hover {
	background-color: #4fadd9;
}

.menubar ul ul li a {
	padding: 2px 7px 2px 8px;
	color: #ffffff;
	text-decoration: none;
}

.menubar ul ul li.hasSubmenu {
	background-image: url(/templates/sameday/images/menu_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.menubar ul ul ul {
	border-left: solid 1px #666666;
	top: 2px;
}

#navigation_right {
	text-align: right;
	float: right;
	width: 246px;
	height: 25px;
	background-image: url(/templates/sameday/images/navsplash.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#navigation_right_SC {
	text-align: right;
	float: right;
	width: 220px;
	height: 25px;
}

#content {
	background-color: #ffffff;
	font-size: .8em;
	line-height: 1.5em;
}

#rightbar {
	background-image: url(/templates/sameday/images/sidebar.png);
	background-position: 0px 125px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	
}

#rightbar .dialogbox {
	margin: 4px 0px 4px 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#rightbar .dialogbox h1 {
	margin: 0px;
	display: block;
	width: auto;
	padding: 2px 34px 2px 4px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	min-height: 21px;
	background-image: url(/templates/sameday/images/box_gradient.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#rightbar .dialogbox form {
	padding: 5px;
	border: solid 1px #ece9d8;
	background-color: #eff4f8;
	margin: 0px;
}

#rightbar .dialogbox form label {
	width: 88px;
	margin: 2px 5px 2px 0px;
	text-align: right;
	display: inline-block;
	display: -moz-inline-box;
}

#rightbar .dialogbox .dialogcontent {
	padding: 5px;
	border: solid 1px #ece9d8;
	background-color: #eff4f8;
	margin: 0px;
}

#rightbar .dialogbox .dialogcontent a 
{
	
	display: block;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
	height: auto;
}

#rightbar .dialogbox input {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #b3b9bf;
	padding: 2px;
	margin: 2px 0px;
	font-weight: normal;
	width: 120px;
}

#rightbar .dialogbox button {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: solid 1px #ffffff;
	padding: 1px 2px 2px 2px;
	margin: 3px 0px;
	width: 75px;
	background-color: #b3b9bf;
	background-image: url(/templates/sameday/images/button_gradient.gif);
	background-position: left center;
	background-repeat: repeat-x;
	text-align: center;
}

#rightbar a {
	margin: 2px 0px 2px 0px;	
	padding: 0px;
	display: -moz-inline-box;
	display: inline-block;
	width: 225px;
	text-align:left;
	/*height: 47px;*/
}

#rightbar a img 
{
	margin-left: auto; margin-right: auto;
	width: 225px;
	text-align:center;
	/* height: 47px;*/
}

#footer {
	font-size: xx-small;
	background-color: #ffffff;
	color: #666666;
	border-top: solid 1px #666666;
	padding: 3px; /*	text-align: center; */
}

#footer #drgroup_logo {
	float: right;
	height: 43px;
	width: 110px;
	margin: 0px 65px 0px 65px;
	border: 0px;
}

#footer a {
	text-decoration: none;
	color: #6666ff;
}

a.more {
	font-size: .7em;
	color: #888888;
}

a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	padding-top: .5em;
	padding-bottom: .3em;
	margin: 0;
	color: #3b8fbe;
	line-height: 1em;
}

#content h1 {
	border-bottom: solid 1px #e2e2e2;
}

#content h1 {
	font-size: 2em;
}

#content h2 {
	font-size: 1.5em;
}

#content h3 {
	font-size: 1.2em;
}

#content h4 {
	font-size: 1em;
}

#content h5 {
	font-weight: normal;
	font-size: 1em;
	text-decoration: underline;
}

#content h6 {
	font-size: 1em;
	font-weight: normal;
}

#content form {
	font-size: 1em;
	padding: 5px;
	border: solid 1px #ece9d8;
	background-color: #eff4f8;
	margin: 0px;
}

#content form button {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: solid 1px #ffffff;
	padding: 1px 2px 2px 2px;
	margin: 0px 3px;
	width: 75px;
	background-color: #b3b9bf;
	background-image: url(/templates/sameday/images/button_gradient.gif);
	background-position: left center;
	background-repeat: repeat-x;
}

#content table {
	font-size: 1em;
	border: solid 1px #cccccc;
	margin: .5em 0em;
	background-color: #ffffff;
}

#content form table, #content table table {
	border: none;
	background-color: transparent;
}

#content table th {
	background-color: #3b8fbe;
	color: #ffffff;
	font-weight: bold;
	font-size: .9em;
	padding: 2px 4px;
	vertical-align: top;
}

#content table td {
	color: #000000;
	background-color: #eff4f8;
	padding: 2px 4px;
}

.submit {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: solid 1px #ffffff;
	padding: 1px 2px 2px 2px;
	margin: 0px 3px;
	width: 80px;
	background-color: #b3b9bf;
	background-image: url(/templates/sameday/images/button_gradient.gif);
	background-position: left center;
	background-repeat: repeat-x;
}

.submit.size1 {
	width: 80px;
}

.submit.size2 {
	width: 122px;
}

.submit.size3 {
	width: 170px;
}
.submit.disable1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: solid 1px #ffffff;
	padding: 1px 2px 2px 2px;
	margin: 0px 3px;
	width: 80px;
	background-color: gray;	
	background-image: none;
	background-position: left center;
	background-repeat: repeat-x;
}

.submit.disable2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: solid 1px #ffffff;
	padding: 1px 2px 2px 2px;
	margin: 0px 3px;
	width: 170px;
	background-color: gray;	
	background-image: none;
	background-position: left center;
	background-repeat: repeat-x;
}

.contactTitle
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11pt;
    COLOR: navy;
}

.contactLocation
{
    FONT-WEIGHT: bolder;
    /*FONT-SIZE: 12pt;*/
    COLOR: #3b8fbe;
}

.contactGroup
{
    FONT-WEIGHT: bolder;
    /*FONT-SIZE: 8pt;*/
    COLOR: #4fadd9;
}

.lightgrey
{
	background-color: lightgrey;
}

.whitesmoke
{
	background-color: whitesmoke;
}
.small
{
	font-size: 9pt;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

	.anchor{
		cursor:pointer; 
		cursor:hand;
		text-decoration: underline;
	}
	
	#Caption
	{
		display: none;
		z-index: 11;
	}
		
	.CaptionHolder
	{
		background: white;
		display:block;
		position:relative;
		width: 400px;
		border-top: solid 2px gray;
		border-left: solid 2px gray;
		border-right: solid 2px gray;
		border-bottom: solid 2px gray;	
		z-index: 11;		
	}

	.CaptionContent{
		display:block;
		position:relative;
		text-align : left;
		padding:5px;
		z-index: 11;
	}