body {
	margin:0;
	padding:0;
	font: 75% sans-serif;
	color: #333;
	background: #3c65b2 url("/intranet/images/layout/gradient2.png") repeat-x;
}
p {
	font: sans-serif;
	line-height: 1.4;
	padding:none;
	margin-top:6px;
	margin-left:3px;
	margin-bottom:15px;
}

a, a:visited {
	text-decoration:underline;
	color: #064372;
	background: inherit;
}
a:hover {
	color: #336633;
	background: inherit;
	text-decoration:none;
}

h1 {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #064372;
	margin-top:6px;
	margin-left:3px;
	border-bottom:1px #999 solid;
	font-style: italic;
	line-height:1.5em;
}
h2 {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 150%;
	color: #064372;
	margin-top:6px;
	margin-left:3px;
	margin-bottom: 10px;
	line-height:1.2em;
	text-transform:uppercase;
}
h3 {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 120%;
	color: #064372; 
	padding:none;
	margin-left:4px;
}

#topnavcontainer {
	height:27px;
}
.topnavbar {
	color:#DEECFA;
	font-weight:bold;
	line-height:2.1em;
}
.topnavbar a {
	color:#DEECFA;
	font-weight:bold;
	text-decoration:none;
}
.topnavbar a:visited {
	color:#DEECFA;
	font-weight:bold;
	text-decoration:none;
}
.topnavbar a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

/* === logo header section === */

#header {
	margin: 0px auto;
	width: 1014px;
	margin-top:20px;
	font-size: 0.95em;
	color:#666;
}
#headericons {
	text-align:left;
	width:140px;
	position:relative;
	float: right;
	padding-bottom:5px;
	font-size:11px;
}
#headericons img {
	padding-bottom:2px;
}
#headericons a {
	color:#666;
	text-decoration:none;
}
#headericons a:visited {
	color:#666;
	text-decoration:none;
}
#headericons a:hover {
	color:#007195;
	text-decoration:underline;
}
#headericonsSIC {
	text-align:left;
	width:175px;
	position:relative;
	float: right;
	font-size:11px;
}
#headericonsSIC img {
	padding-top:20px;
}
#headerdate {
	position:relative;
	float: left;
	width:250px;
	height:45px;
	margin-left:-30px;
	margin-top:15px;
	text-align:left;
	border-left:1px dotted #666;
	padding-top:10px;
	padding-left:15px;
}

/* === 3-columm content section === */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:none;
	width: 1014px;
	background:#fff url("/intranet/images/layout/background3.png") repeat;  
}
#side-a {
	float: left;
	width: 245px;
	padding:1px 2px 1px 6px;
}

#content { 
	float: right;
	width: 750px;
	background-color:#FFF;
}
#content H1 {
	padding-top:5px;
	padding-bottom:3px;
}
#content ul, ol {
	margin: 0 0 20px 15px;
	padding: 0 10px;
}
#content ul li {
	list-style-image: url(/intranet/images/layout/bullet.gif);
	line-height:1.5em;	
}

#footer {
	clear: both;
	background: #A2A2A2;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

#footerwrapper{
	float: left;
	width: 100%;
	height: 30px;
	background-image: url("/intranet/images/layout/topBack.gif");
	background-repeat: repeat;
}
#footerwrapper p{
	margin: 0;
	text-align: center;
	padding-top:6px;
	font: 11px sans-serif;
	font-weight: normal;
	color: #ddd;
}
#footerwrapper a{
	color: #ddd;
	text-decoration:none;
}
#footerwrapper a:visited{
	color: #ddd;
	text-decoration:none;
}
#footerwrapper a:hover{
	color: #fff;
	text-decoration:underline;
}


/* Sidebars */	

#sidebar {
	width: 100%;
	padding: 0; margin: 0;	
	padding-top:10px;
	color: #333;	
}	
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 2px 4px 8px 0; padding: 0;
	text-decoration: none;	
	background: url(/intranet/images/layout/dots.png) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(/intranet/images/layout/dots.png) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	font-size:0.9em;
	color: #333;	
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #333;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #007195;	
	text-decoration:underline;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none;  }

#dropcontainer {
	width:237px;
	height:25px;
	overflow:none;
}
.dropdownmenusidebar {
	font-size:0.8em;
	color:#064372;
	height:18px;
	width:235px;
}
.dropdownmenu {
	font-size:0.9em;
	color:#333;
	height:18px;
}
.leftimg {
	float:left;
	margin-right:9px;
	margin-bottom:7px;
}
.rightimg {
	float:right;
	margin-left:9px;
	margin-bottom:7px;
}
#newsbreakblock {
	position:relative;
	width:100%;
	height:200px;
	margin-bottom:10px;
	border:none;
}

#newsbreakarchive {
	position:relative;
	width:100%;
	height:22px;
	overflow:hidden;
	background:#e7f9d4;
	border:1px solid #81b74a;
	padding:0;
	margin-top:10px;
	margin-bottom:1px;
	font-size: .9em;
}
#homeNews {
	font-size:0.95em;
	line-height: 1.2em;
	height:433px;
	overflow:auto;
	margin:-5x 0 13px 0;
	color:#333;
}
#homeNews p {
	padding-right:15px;
	margin-bottom:15px;
}

#webrequest {
	position:relative;
	width:100%;
	height:20px;
	overflow:hidden;
	background:#e7f9d4;
	border:1px solid #81b74a;
	padding-top:2px;
	margin-bottom:1px;
	font-size: .9em;
	text-align:center;
}

table.tablelines { border-spacing: 0px 0px; border-collapse: collapse; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-top-color: #CDCDCD; border-bottom-color: #CDCDCD; border-right-width: 0px; border-left-width: 0px; border-right-color: #FFFFFF; border-left-color: #FFFFFF }

table.tablelines td { border-spacing: 0px 0px; border-collapse: collapse; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-top-color: #CDCDCD; border-bottom-color: #CDCDCD; border-right-width: 0px; border-left-width: 0px; border-right-color: #FFFFFF; border-left-color: #FFFFFF }

table.tablelines th { border-spacing: 0px 0px; border-collapse: collapse; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-top-color: #CDCDCD; border-bottom-color: #CDCDCD; border-right-width: 0px; border-left-width: 0px; border-right-color: #FFFFFF; border-left-color: #FFFFFF }

.title {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.titlecell {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-weight:bold;
	background-color:#d3e1f6;
}

.notvisible {
	line-height:0;
	visibility:hidden;
}

.quicklinkscontainer {
	float:left;
	width:195px;
	height:25px;
	color:#333;
}
.quicklinks {
	font-size:0.9em;
	color:#333;
	font-weight:normal;
	margin-left:2px;
}

.search {
	font-size:0.9em;
	color:#688AC4;
	font-weight:100;
	margin-top:1px;
	background: #E8EEF9;
	border: 1px solid #688AC4;
	height: 16px;
	line-height:1.3em;
}
.smallp {
	font-size:0.95em;
}
#minical {
	font-size: 0.9em;
	padding: 0 0 5px 0;
}
.sidecontainer {
	line-height: 1.4em;
	padding: 2px 0 2px 4px;
}
#marqueecontainer {
	position:relative;
	float:right;
	width:203px;
	max-height:150px;
	overflow:auto;
	border:none;
	margin-bottom:10px;
	padding-bottom:5px;
	z-index:100;
  	color:#333;
	font-size:1.1em;
}
#eventlist {
	font-size:0.95em;
	padding:0 0 5px 0;
	margin-left:0;
	border-bottom:1px solid #bdcde6;
	width:95%;
	list-style:none;
}
#eventlist ul li {
	list-style:none;
	margin:0;
	padding:2px;
	border-top:1px solid #bdcde6;
	line-height:1.3em;
}
#eventlist li a {
	list-style:none;
	text-decoration:none;
}
#eventlist li a:hover {
	list-style:none;
	text-decoration:underline;
}

#schoolquicklinks ul{
	position:relative;
	float:right;
	width:200px;
	max-height:265px;
	border:0;
	padding:0;
	margin: 5px 0 5px 0px;
	overflow:auto;
	color:#333;
	font-size:0.9em;
	line-height:1.4em;
}
#schoolquicklinks li {
	list-style:none;
	margin:0;
	padding:1px;
}
#schoolquicklinks li a {
	text-decoration:none;
}
#schoolquicklinks li a:hover {
	text-decoration:underline;
}
#contentSidebar {
	font-size: 0.9em;
	line-height: 1.3em;
}
#content {
	min-height:400px;
	line-height: 1.3em;
	font-size:1em;
	margin:0 5px 1px 2px;	
}
#homeWelcome {
	font-size:0.95em;
	max-height: 225px;
	overflow:hidden;
}
#homeLinks {
	font-size:0.95em;
	line-height: 1.3em;	
	max-height: 220px;
	overflow:hidden;
}
#homeVideo {
	font-size:0.95em;
	line-height: 1.3em;	
	max-height: 220px;
	overflow:hidden;
}

#homeNewsExtended {
	font-size:0.95em;
	line-height: 1.3em;
	max-height:485px;
	overflow:auto;
}

#navdrop {
	height:30px;
	width:1014px;
	background:#89a url(/intranet/images/layout/topBack.gif) repeat-x left center;
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	z-index:500;
	border:1px solid #ccd;
	border-width:1px 1px 0 1px;
	margin-left:-1px;
}
#navdrop ul#menu {
	margin:0;
	padding:0 0 0 60px;
	list-style:none;
	white-space:nowrap;
}
#navdrop ul#menu li.level1-li {
	float:left;
	height:29px;
	padding-top:1px;
	margin-right:1px;
}
#navdrop ul#menu li.level1-li a.level1-a {
	display:block;
	height:26px;
	float:left;
	border-left:1px solid #7e8586;
	border-right:1px solid #2d2d2d;
	padding:0 10px 0 10px;
	text-decoration:none;
	line-height:24px;
	white-space:nowrap;
	font-weight:bold;
	color:#ddd;
}
#navdrop ul#menu li.sub a.level1-a {
	color:#ddd;
}
#navdrop ul#menu li.level1-li:hover, #navdrop ul#menu li.level1-li a.level1-a:hover {
	position:relative;
}
#navdrop ul#menu li.level1-li a.level1-a:hover, #navdrop ul#menu li.level1-li:hover a.level1-a {
	border-left:1px solid #2d2d2d;
	border-right:1px solid #000;
	color:#fff;
	background:url(/intranet/images/layout/over.gif);
}
#navdrop ul#menu li.sub a.level1-a:hover {
	height:29px;
	color:#000;
	background:url(/intranet/images/layout/topHover.gif);
}
#navdrop ul#menu li.sub:hover > a.level1-a {
	height:29px;
	color:#000;
	background:url(/intranet/images/layout/topHover.gif);
}
#navdrop ul#menu li div.listHolder {
	position:absolute;
	left:-9999px;
	top:30px;
	background:#fff url(/intranet/images/layout/divider.gif);
	border:1px solid #000;
	border-width:0 1px 1px 1px;
	padding:0;
} /* IE6 only */
#navdrop table {
	border-collapse:collapse;
	margin:-1px -10px;
	font-size:1em;
	width:0;
	height:0;
}
#navdrop ul#menu :hover div.listHolder {
	left:0;
}
#navdrop ul#menu a:hover div.listHolder {
	left:-1px;
	top:29px;
}
#navdrop ul#menu div.col1 {
	width:215px;
}
#navdrop ul#menu div.col2 {
	width:460px;
}
#navdrop ul#menu div.col3 {
	width:420px;
}
#navdrop ul#menu a:hover div.left1, #navdrop ul#menu :hover div.left1 {
	left:-250px;
}
#navdrop ul#menu div.listHolder div.bottomLine {
	clear:left;
	background:#666;
	padding:5px 10px;
}
#navdrop ul#menu a:hover div.listHolder div.bottomLine {
	height:1px;
}
#navdrop ul#menu div.listHolder div.bottomLine p {
	padding:0 0 0 15px;
	margin:0;
	color:#fc0;
	background:none;
	font-weight:bold;
}
#navdrop ul#menu div.listHolder div.bottomLine p a {
	color:#fff;
}
#navdrop ul#menu div.listHolder div.bottomLine p a:hover {
	text-decoration:none;
}
#navdrop ul.atoz {
	padding:0;
	margin:0;
	list-style:none;
	width:420px;
	height:24px;
	background:#fff;
}
#navdrop ul.atoz div.subListHolder {
	position:absolute;
	left:-9999px;
}
#navdrop ul.atoz li {
	display:block;
	float:left;
}
#navdrop ul.atoz li a {
	display:block;
	padding:0 10px;
	float:left;
	height:24px;
	line-height:24px;
	background:#fff;
	color:#000;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
#navdrop ul.atoz li a:hover {
	background:#069;
	color:#fff;
}
#navdrop ul.atoz li:hover > a {
	background:#069;
	color:#fff;
}
#navdrop ul.atoz :hover div.subListHolder {
	left:-1px;
	top:24px;
	background:#fff url(/intranet/images/layout/divider.gif);
	border:1px solid #000;
	border-width:0 1px 1px 1px;
}
#navdrop div.listCol {
	display:block;
	float:left;
	padding:10px;
	margin:0;
	width:200px;
}
#navdrop div.listCol h5 {
	padding:5px 0 0 0;
	margin:0;
	font-size:11px;
	line-height:13px;
	background:url(/intranet/images/layout/linedot.gif) repeat-x left bottom;
	text-align:left;
}
#navdrop div.listCol ul {
	padding:0;
	margin:0;
	list-style:none;
}
#navdrop div.listCol ul li {
	line-height:15px;
	padding:0;
	margin:0;
}
#navdrop div.listCol ul li a {
	display:block;
	color:#069;
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;
	background:url(/intranet/images/layout/dot.gif) no-repeat left center;
	white-space:nowrap;
	text-align:left;
	width:190px;
}
#navdrop div.listCol ul li a:hover {
	text-decoration:underline;
}
#navdrop div.sublistCol {
	display:block;
	float:left;
	padding:10px;
	margin:0;
	width:200px;
	text-align:left;
	line-height:15px;
}
#navdrop div.sublistCol h5 {
	clear:left;
	padding:5px 0 0 0;
	margin:0;
	font-size:11px;
	line-height:13px;
	background:url(/intranet/images/layout/linedot.gif) repeat-x left bottom;
	text-align:left;
	color:#000;
}
#navdrop div.sublistCol ul {
	padding:0;
	margin:0;
	list-style:none;
	width:190px;
}
#navdrop div.sublistCol ul li {
	line-height:15px;
	padding:0;
	margin:0;
	width:190px
}
#navdrop div.sublistCol ul li a {
	display:block;
	float:left;
	color:#069;
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;
	background:url(/intranet/images/layout/dot.gif) no-repeat left center;
	white-space:nowrap;
	height:15px;
	line-height:15px;
	font-weight:normal;
}
#navdrop div.sublistCol ul li a:hover {
	text-decoration:underline;
	color:#069;
	background:url(/intranet/images/layout/dot.gif) no-repeat left center;
}
#navdrop div.sublistCol ul li:hover a {
	text-decoration:underline;
	color:#069;
	background:url(/intranet/images/layout/dot.gif) no-repeat left center;
}
#navdrop ul#menu :hover div.listHolder ul.atoz div.bottomLine {
	clear:left;
	background:#666;
	padding:5px 10px;
	text-align:left;
}
#navdrop ul#menu a:hover div.listHolder ul.atoz div.bottomLine {
	height:1px;
}
#navdrop ul#menu :hover div.listHolder ul.atoz div.bottomLine p {
	padding:0 0 0 15px;
	margin:0;
	line-height:20px;
	color:#fc0;
	background:none;
	font-weight:bold;
}
#navdrop ul#menu :hover div.listHolder ul.atoz div.bottomLine p a {
	color:#fff;
	background:#666;
	display:inline;
	float:none;
	padding:0;
	text-decoration:underline;
}
#navdrop ul#menu :hover div.listHolder ul.atoz div.bottomLine p a:hover {
	text-decoration:none;
}
#navdrop table table {
	border-collapse:collapse;
	margin:-1px -10px 0 -10px;
	font-size:1em;
	width:0;
	height:0;
}



/* main image slider */
.main_view {float: left;position: relative;}
.window {height:241px; width:754px;overflow: hidden; position: relative;top: 1px;}
.ie .window {height:241px;width:754px;overflow: hidden;position: relative;top: 0;}
.image_reel {position: absolute;top: 0; left: 0;}
.image_reel img {float: left; border:none;}
.swirl {position: absolute;	bottom: 0px; right: 0;width:754px; height:84px;z-index: 100;background: url(/intranet/images/layout/swirl.png) no-repeat;display: none;}
.paging {position: absolute;top: 1px; right: 0;	width: 103px; height:14px;z-index: 100;text-align: center;line-height: 11px;background:url(http://sbo.nn.k12.va.us/intranet/images/index/paging_bg.png) no-repeat;display: none;}
.ie .paging {position: absolute;top: 1px; right: 0;width: 100px; height:14px;z-index: 100;text-align: center;line-height: 14px;background:url(http://sbo.nn.k12.va.us/intranet/images/index/paging_bg.png) no-repeat;display: none;}
.paging a {padding: 0 4px;text-decoration: none;color:#ccc;font-size: .8em;}
.paging a.active {font-weight: bold;font-size: .8em;color:#000;background:url(http://sbo.nn.k12.va.us/intranet/images/index/paging_bg_white.png) no-repeat;}
.paging a:hover {font-weight: bold;}
/*==============*/



.menudrop {width:730px; height:30px; font-size: 11px; position:relative; z-index:1000;border-right:0px solid #000; }
* html .menudrop {width:731px; w\idth:730px;}
.menudrop ul {padding:0;margin:0;list-style-type:none;}
.menudrop ul ul {width:210px;}
.menudrop li {float:left;margin:0 15px 0 15px; width:210px; position:relative;}
.menudrop a, .menudrop a:visited {display:block; text-decoration:none; color:#DEECFA; width:210px; height:30px; border:0px; padding-left:10px; line-height:25px; font-weight:bold;}
* html .menudrop a, * html .menudrop a:visited {width:210px; w\idth:208px;}
.menudrop ul ul a.drop, .menudrop ul ul a.drop:visited {background:#d4d8bd;}
.menudrop ul ul a.drop:hover{background:#c9ba65;}
.menudrop ul ul :hover > a.drop {background:#c9ba65;}
.menudrop ul ul ul a, .menudrop ul ul ul a:visited {background:#e2dfa8;}
.menudrop ul ul ul a:hover {background:#b2ab9b;}
.menudrop ul ul {visibility:hidden; position:absolute;height:0;top:29px;left:-10px; width:210px;border-top:0px;}
* html .menudrop ul ul {top:29px;t\op:30px;}
.menudrop ul ul ul{left:200px; top:0px; width:210px;}
.menudrop ul ul ul.left {left:-200px;}
.menudrop table {position:absolute; top:0; left:0; border-collapse:collapse;;}
.menudrop ul ul a, .menudrop ul ul a:visited {background:#F3F5F8 url(/intranet/images/layout/bluebar2.png) repeat-x; color:#006; height:auto; line-height:1em; padding:6px 10px; width:210px; border-width:0 1px 1px 1px;}
* html .menudrop ul ul a, * html .menudrop ul ul a:visited {width:210px;w\idth:200px;}
.menudrop a:hover, .menudrop ul ul a:hover{color:#fff; background:#8ca4d1 url(/intranet/images/layout/bluebar.png) repeat-x;}
.menudrop :hover > a, .menudrop ul ul :hover > a {color:#fff; background:#8ca4d1 url(/intranet/images/layout/bluebar.png) repeat-x;}
.menudrop ul li:hover ul,
.menudrop ul a:hover ul{visibility:visible;}
.menudrop ul :hover ul ul{visibility:hidden;}
.menudrop ul :hover ul :hover ul{ visibility:visible;}

.glossymenu{
margin: 25px 0;
padding: 0;
width: 240px; /*width of menu*/
border: none;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: none;
font: bold 14px "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #064372;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height:30px;
padding: 0;
text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #064372;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: relative;
left: 5px;
top: 2px;
margin-right: 15px;
border: none;
}

.glossymenu a.menuitem:hover{
/* background-image: url(glossyback2.gif); */
background:none;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: none;
margin-top:-10px;
margin-bottom:15px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 7px 0 25px 0;
padding: 0; 
}

.glossymenu div.submenu ul li{
	list-style: none;
	padding: 1px 0 2px 17px;
	margin: 0 2px;	
	color: #333;
	border-bottom:1px #666 dotted;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 0.9em sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: none;
text-decoration: underline;
color: #007195;
}

/* SIC BLUE BUTTONS */

#SICcontainer
{
background: transparent;
margin: 0 auto;
padding: 0;
padding-bottom:15px;
font-family: sans-serif;
}

#SIClist
{
padding: 5px;
margin:0;
width: 233px;
}

#SIClist p
{
display: block;
float: left;
width: 30%;
margin: 0;
padding: 3px;
}

#SIClist a
{
display: block;
width: 100%;
padding: 2px 2px 2px 4px;
border-width: 1px;
border-color: #91b2dd #4486ca #4486ca #91b2dd;
border-style: solid;
color: #064372;
text-decoration: none;
background: #DFEBFF;
}

#SICcontainer>#SIClist a { width: auto; }

#SIClist #active a
{
background: #f0e7d7;
color: #800000;
}

#SIClist a:hover, #SIClist #active a:hover
{
color: #fff;
background: #4486ca;
border-color: #91b2dd #4486ca #4486ca #91b2dd;
}

/* SIC GREEN BUTTONS */

#buttons {
	width: 230px ;
	text-align:center;
	text-transform:uppercase;
}
#buttons ul {
	margin: 4px ;
	padding: 1px ;
	list-style: none ;
}
#buttons li {
	margin: 2px 0 3px 0;
	padding: 0;
	display: block;
	list-style: none;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 1.6em;
}
#buttons li a {
	color: #064372 ;
	background-color: #CBEDE2 ;
	border: 1px solid ;
	border-color: #8dbcad #308778 #308778 #8dbcad;	
	width: 230px ;
	text-decoration: none ;
	display: block ;
}
#buttons li a:hover {
	color: #fff ;
	background-color: #54a899 ;
}
