/*----------------- Design #402 ------------------*/

/*--------------------------------------------------
------------------  Reset   ------------------------
--------------------------------------------------*/
 
a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

img {border:none;}

/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

html {background: url(./images/html_bg.jpg);}

body {
	background: url(./images/body_bg.jpg) repeat-x top center;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	color: #67644c;
}

a {color: #9b5d21;}
a:hover {text-decoration: none;}

h1, .ContentHeader {font-size: 24px; color:;}
h2, .ContentSubHeader, .SidebarLabel {font-size: 16px; font-weight: bold; color: #145451; .line-height: 1.2em;}
h3 {font-size: 14px; color:;}

.HRule, hr {height: 1px; background: #d1cdb2; color: #d1cdb2; border: none;}

.clear {clear:both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#wrapper {font-size: 12px; min-height: 100%; height: auto !important; height: 100%; width: 940px; margin: 0 auto -200px;}

	#header {background: url(./images/header_bg.jpg) no-repeat; height: 305px; width: 940px; position: relative;}
	
		#header_bg_left {background: url(./images/header_bg_left.png) no-repeat; display: block; height: 305px; width: 28px; margin: 0 0 0 -28px; position: absolute;}
		
	#flashbox_wrap {height: 309px; width: 620px; position: absolute; top: 65px; right: -15px;}
	
		#flashbox_inside {background: #000; height: 270px; width: 585px; margin: 20px 0 0 15px; position: absolute; z-index: 1;}
	
#flashbox {background:#000;}

	#content {background: url(./images/wrapper_bg.jpg) repeat-y; float: left; height: auto; width: 940px;}
	
	#sidebar {background: url(./images/navbar_bg.jpg) no-repeat; float: left; min-height: 340px; width: 300px; padding: 20px;}
	
		#navbar {margin: -10px 0 0 40px; height: 280px; width: 220px;}
		
		#minicalendar {height: 240px; width: 260px; margin: 50px 0 0 25px;}
	
	#main {float: right; height: auto; width: 530px; line-height: 1.7; margin: 0 20px 20px 0; padding: 20px 20px 0;}
	
	#content_bottom {background: url(./images/content_bottom.jpg) no-repeat; clear: both; height: 40px; width: 940px;}
		
	#push {clear: both; height: 200px;}
	
#footer {background: url(./images/footer_bg.jpg) repeat-x top center; font-size: 12px; height: 200px; width: 100%;}

	#footer_content {color: #f6f5eb; height: 200px; width: 940px; margin: 0 auto;}
		

/*------------------ Sub-Page --------------------*/

#sub_main {float: right; height: auto; width: 530px; line-height: 1.7; margin: 0 20px 20px 0; overflow: hidden; padding: 80px 20px 10px; .padding: 100px 20px 10px;}

#sidebar_content {height: auto; width: 260px; line-height: 1.7; margin: 50px 0 0 25px;}

#breadcrumbs {
    background: #d1cdb2;
    background: rgba(202,198,170,.4);
    padding: 10px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin: 0 0 20px 0;
}

/*--------------------------------------------------
-------------------- Header ------------------------
--------------------------------------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 232px; width: 246px;
	margin: 35px 0 0 45px;
	position: absolute;
	text-indent: -9999px;
}

#login_links {color: #0d3c26; display: block; width: 220px; position: absolute; right: 45px; top: 3px;}

	#login_links a {color: #fff;}

/* ------ Flashbox Frame ------- */
	
		#flashbox_frame_left {background: url(./images/fb_frame_left.png) no-repeat; display: block; height: 309px; width: 30px; position: absolute; z-index: 2;}
		#flashbox_frame_top {background: url(./images/fb_frame_top.png) no-repeat; display: block; height: 30px; width: 560px; margin: 0 0 0 30px; position: absolute; z-index: 2;}
		#flashbox_frame_right {background: url(./images/fb_frame_right.png) no-repeat; display: block; height: 309px; width: 30px; margin: 0 0 0 590px; position: absolute; z-index: 2;}
		#flashbox_frame_bottom {background: url(./images/fb_frame_bottom.png) no-repeat; display: block; height: 29px; width: 560px; margin: 280px 0 0 30px; position: absolute; z-index: 2;}

/*--------------------------------------------------
-------------------- Main ------------------------
--------------------------------------------------*/

#welcome_header {background: url(./images/welcome_header.png) no-repeat; display: block; height: 26px; width: 123px; margin: 65px 0 0 0; position: absolute;}

#first_time {
	background: url(./images/first_time.png) no-repeat;
	display: block;
	height: 140px; width: 150px;
	margin: -50px 0 0 370px;
	position: absolute;
	text-indent: -9999px;
	z-index: 3;
}
		
#welcome {
border-top: 3px #d1ceb6 solid;
border-bottom: 3px #d1ceb6 solid;
height: 240px; width: 530px;
margin: 105px 0 0;
	.margin: 125px 0 0;
position: relative;
}

	#welcome_content {
	height: 200px; width: 330px;
	overflow: auto;
	position: absolute; top: 20px;
	}
	
	#service_times {
	background: #d1ceb6 url(./images/services_header.png) no-repeat;
	font-size: 11px;
	height: 160px; width: 140px;
	padding: 60px 20px 20px;
	overflow: hidden;
	position: absolute; right: 0;
	}
	
#image_links {
	height: 160px; width: 540px;
	list-style: none;
		.margin: 20px 0 0 -1px;
	padding: 0;
}

#image_links li {float: left;}

	#image_link1, #image_link2, #image_link3 {display: block; float: left; height: 160px; width: 170px; margin: 0 10px 0 0; text-indent: -9999px;}
	
	#image_link1 {background: url(./images/image_link1.jpg) no-repeat;}
	#image_link2 {background: url(./images/image_link2.jpg) no-repeat;}
	#image_link3 {background: url(./images/image_link3.jpg) no-repeat;}

/*--------------------------------------------------
------------------   Footer  -----------------------
--------------------------------------------------*/

#mini_site_map {display: inline; float: right; height: 140px; max-width: 600px; margin-top: 35px; overflow: hidden;}

	#mini_site_map ul {
	border-right: 1px solid #754413; 
	display: inline; 
	float: left; 
	height: 140px; width: 120px;
	list-style: none; 
	margin: 0; 
	padding: 0 20px;
	}
	
		#mini_site_map ul:last-child {border: 0;}
	
	#mini_site_map ul li {.list-style-position: outside;}
	
	.mini_sitemap_list_first {margin: 0 0 20px;}
	.mini_sitemap_list_first a {color: #3b210a; font-weight: bold;}
	.mini_sitemap_list {color: #f6f5eb; text-decoration: none;}
	.mini_sitemap_list:hover {text-decoration: underline;}

#copyright {display: inline; float: left; margin: 35px 0 0 20px; width: 300px;}
	#copyright a {color: #3b210a;}

#social_media_links_list {display: block; list-style: none; margin: 0; padding: 0;}
#social_media_links_list li {float: left;}
#social_media_links_list li a {padding-right: 7px;}

/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {z-index:1999; cursor: pointer; list-style-type:none; padding:0px; margin:0px; text-align:left; display:block; position:relative;}
.menu li {float:left;}
.menu li:hover {position:relative;z-index:1999;}
.menu li:hover>ul {display:block; position:absolute;}
.menu ul li {clear:both; display:block;}

/* first level styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu ul a {
	padding: 2px 10px 0;
	border-top: 1px solid #88beb7; 
	display: block; 
	margin: 0px; 
	text-decoration: none; 
	font-size: 14px;
	color: #f3f2e9;
	width: 200px;
	text-align: center;
}

.menu li a.first {border-top: 0;}

/* first level vertical centering */
.menu .cssnavlevelone {height:33px; vertical-align:middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {
	background: #377067;
	font-size: 12px;
	font-weight:normal; 
	padding: 5px 10px 5px;
	text-align: left; 
	width: 150px; 
	
	border-top: 1px solid #518d84;
	border-left: 1px solid #518d84;
	border-bottom: 1px solid #215049;
	border-right: 1px solid #215049;
}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container */
.menu ul li ul {margin-left:220px; margin-top:-36px;}
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:172px; margin-top:-32px;}

/* ------- Hover Styling ----------*/

/* first level rollovers */
#navbar li:hover>a {background: #518d84; cursor: pointer; display: block;}

/* 1st level active page button color or bg */
#navbar li>a.active {background: #518d84; color: #fff;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a, #navbar li ul li:hover>a.firstsubitem {cursor: pointer; display: block; background: #518d84;}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position: relative; height: 34px; overflow: hidden; display: block;}
#navbar .navimg {position: relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top: -34px;}

/* active states */
#navbar a.active img {top:-68px;}

/* --- don't show ie6 text --- */
#navbar span {display:none;}

/* --- IE6 undo graphic menu --- */
* html #navbar .navimg {display:none;}
* html #navbar span {display:inline;}
* html #navbar a.cssnavlevelone {overflow:visible; padding:0px 10px;}

/*---------- ie6 MAIN MENU hacks -----------*/
/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:url("images/overbgimage.jpg") no-repeat #518d84; color:#ffffff;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background:url("images/overbgimage.jpg") no-repeat #518d84; color:#ffffff;}
* html .menu li ul li a {}

* html .menu {display:inline-block;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}

* html .menu iframe {position:absolute; left:-9999px; top:-9999px; border:0px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}

/* correct position issue */
* html .menu li a table {position:relative;left:-110px;top:-1px;}
* html .menu li a table li a table {position:relative;left:-12px;top:9px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* enter as many levels as you wish to support */
* html .menu a:hover ul ul {visibility:hidden;}
* html .menu a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}

* html .menu a:hover ul {visibility:visible;z-index:2000;}
* html .menu a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative; text-decoration: none;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#145451;
    color: #f3f2e9;
    display:block;
    padding:5px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #145451;
    background: rgba(20,84,81,.9);
    border: 2px solid #297672;
    color: #f3f2e9;
    width: 200px;
    font-size: .75em;
    display: inline-block;
    padding: 10px 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.CalOverTitle {font-weight: bold; color: #88beb7;}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display:block; color: #67644c; height:25px; text-align:center;}
#calendartable td a:hover {background:#9b5d21; color: #fff; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

#calnav {text-align: right;}

/* ----------- MAIN Cal Styles ------------*/

#maincal {display: block;}
#mainCal td {width: 14%; vertical-align: top; padding: 5px 10px; font-size: 12px;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1; color: #145451;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#9b5d21; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #9b5d21; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #fff; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px; color: #9b5d21;}
.calEventName:hover {color: #145451;}

.ToDay {background: #f6f5eb; border: 1px solid #bbb79a;}
.WeekendDay, .WeekDay {background: #e4e2d0; border: 1px solid #bbb79a;}


/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {color: #fff; background: #145451; font-weight: bold; padding: 5px;}

.PicOff {border: 5px solid #d1cdb2; margin:5px;vertical-align:middle;}
.PicOn {border: 5px solid #285262;margin:5px;vertical-align:middle;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #d1cdb2;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#d1cdb2;border:1px solid #d1cdb2;}
#pagination .OnPageNumber {color:#67644c;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin-bottom:5px; margin-right:5px;vertical-align:middle;}

.RequiredFieldLabel {font-weight: bold;}
 
table td.top, table th.top, #mainCal td {vertical-align:top;}
table.contentTable, table.itemTable {border-collapse:collapse; width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #d1cdb2; text-align:left;}
.contentTable th {color:#67644c; border-bottom: 2px solid #d1cdb2; text-align:left; font-size:120%;}
.contentTable th strong, .itemTable th strong {font-size:100%;}
.contentTable th span {font-size:100%;font-weight:normal;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding:5px;}
.itemTable th {color:#67644c;width:100px;border-bottom: 1px solid #d1cdb2;text-align:right;font-size:120%;padding-right:20px;}
.contentTable tr:hover td {background:url(/sr/images/datahoverbg.png)}
.itemTable td, .itemTable th, .contentTable td, .contentTable th {vertical-align:middle;}
.itemTable tr.last td, .contentTable tr.last td, .itemTable tr.last th, .contentTable tr.last th {border-bottom:none;}
table td.center, table th.center {text-align:center;}
table td.right, table th.right {text-align:right;}
.tdcheckbox {width:75px;text-align:center;}
 
fieldset {
 border:1px solid #d1cdb2;
 padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend { color:#67644c; font-weight:bold; font-size: 120%; }

.GraphBar {background: #9b5d21; margin: 0 10px;}

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#222;border:1px solid #ccc;letter-spacing:0px;font-family:"trebuchet ms";font-size:12px;font-weight:bold;background:#fff url(/sr/images/buttonbg.jpg) repeat-x;margin:1px;
padding:0px 7px;overflow:visible;vertical-align:middle;}
.smallbutton, .smallselect, .smallinput {font-size:10px;font-weight:normal;padding:2px;text-transform:uppercase;}
.smallinput {background-image:none;}
.smallbutton, .submitbutton {cursor:pointer;}
.smallselect {border:none;}

.borderbox {padding:5px;border:1px solid #d1cdb2;}
.iconlink {margin:0px 5px;border:none;}

#editorbg>td {background:#fff;}
#editorbg td {color:#000;}

#help, .help {margin-bottom:10px;padding:10px;background:#ffffcc;border:2px solid #dddb54;color: #000;line-height:1em;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error {background-color: #fbe3e4; border: 3px solid #FBC2C4; color: #BB0000;
font-size: 11px; margin-bottom: 20px; padding: 5px;}
#error ul, .error ul {margin:0px;margin-left:15px;padding:0px;}
#success, .success {margin-bottom:10px;padding:10px;background-color:#E6EFC2;border:2px solid #C6D880;color:#529214}

/* --- END GLOBAL FRONT-END --- */



/*--------------------------------------------------
------------------  Marquee Box  -------------------
--------------------------------------------------*/

.marquee-rotator #timer {left: 0; height: 4px; background: #000; filter: alpha(opacity=60); opacity: 0.6;}

.marquee-rotator .button-over {background: #fff;}

/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */
/* ---.marquee-rotator .c-panel {width:100%;}
.marquee-rotator .thumbnails {margin:0px auto;}--- */
/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */

.marquee-rotator .c-panel {bottom: 10px; right: 10px; position:absolute;}

#rotator-tooltip .tt-img {border: 2px solid #fff; margin: 4px 0;}

/*----- PREV & BACK BUTTONS -----*/

.marquee-rotator .prev-btn, .marquee-rotator .next-btn {
	display:block;
	height:50px; width:50px; 
	margin: 5px; 
	position: absolute;
	text-align: center;
	text-indent:-9999px;
	z-index: 11;
}

.marquee-rotator .prev-btn {background:url(/sr/images/marquee_controls.png) 0 -50px; top: 40%; left: 0px;}
.marquee-rotator .next-btn {background:url(/sr/images/marquee_controls.png) -50px -50px; top:40%; right: 0px;}

.marquee-rotator .prev-btn:hover {background:url(/sr/images/marquee_controls.png) 0 0;}
.marquee-rotator .next-btn:hover {background:url(/sr/images/marquee_controls.png) -50px 0;}

/*------ PAGINATION -----*/

.marquee-rotator .thumbnails li {
	background: url(/sr/images/marquee_controls.png) -20px -100px; 
	height: 15px; width: 15px;
	margin: 3px;  /* --- keep margin even on both left and right --- */
	text-align: center;
}

.marquee-rotator .thumbnails ul li a img {width:200px;}

.marquee-rotator .thumbnails li:hover {background: url(/sr/images/marquee_controls.png) -40px -100px;}
.marquee-rotator .thumbnails li.curr-thumb {background: url(/sr/images/marquee_controls.png) -80px -100px;}
.marquee-rotator .thumbnails li.curr-thumb:hover {background: url(/sr/images/marquee_controls.png) -60px -100px;}

/* --- END Marquee Box --- */

/*---------- COLOR LEGEND -----------*/
.FGColor1 {color:#285262;}               /* SAME AS a:link color */
.FGColor2 {color:#fff;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#2c3958;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#fff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#34548d;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#fff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#bbb;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#285262;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#999;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#285262;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#a8bfdf;}              /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/

/*--------------------------------------------------
-------------------- ie6 styles --------------------
--------------------------------------------------*/

* html #welcome_header {margin: 65px 0 0 10px;}
* html #welcome {margin: 125px 0 0 10px;}

* html #image_link1, * html #image_link2, * html #image_link3 {margin: 0 0 0 5px;}

* html #sub_main {margin-left: 10px;}








