

* {
    padding:0;
    margin:0;
  }


body {
    font-size:0.85em;
    background:#FFF;
    /*color:#666;
    */font-family:Arial, Helvetica, sans-serif;
  }


a {
    outline:none;
    color:#666666;
    text-decoration:none;
  }


a:hover {
    text-decoration:underline;
  }


a.imageLink {
    padding-right:0px;
  }


h2, h4 {
    color:#046839;
  }


img {
    border:0;
  }


img.alignleft {
    float:left;
  }


img.alignright {
    float:right;
  }

/*** Structure ***/


#container {
    width:960px;
	
    margin:0 auto;
   
    position:relative;
  }


#content-front, #content {
    width:960px;
  }

#cloud_panel {
	background:url(/images/wispy2.jpg) no-repeat;
	padding:0px;
	margin:0px;
	width:255px;
	height:320px;
}

#cloud_panel_splash {
	background:url(/images/wispy_background.jpg) no-repeat;
	padding:0px;
	margin:0px;
	width:255px;
	height:320px;
}

#content-top {
    background:url(/images/bluebar.jpg) no-repeat bottom;
    height:1px;
    /*padding-bottom:19px;
    ;*/
	padding:0px;
	padding-top:101px;
	margin:0px;
  }


#content-front {
    background:url(/images/header_image.png) no-repeat bottom;
    height:20px;
	color:white;
    /* padding-bottom:19px;
    ;*/
	/*padding-top:-500px;*/
  }

#content-gray {
 background:url(/images/footer_speckeled.png) no-repeat bottom;
height:20px;
color:#006699;
clear:both;
font-family: Georgia;
height:21px;
/*font-weight:bold;*/
}


#content-bottom {
    background:url(/images/bluebar3.jpg) no-repeat bottom;
    height:2px;
    /*padding-bottom:19px;
    ;*/
  }


#content-footer {
background:url(/images/footer_pattern.png) no-repeat bottom;
    text-align:center;
    font-size:10px;
	height:86px;
margin-top:-2px;
  }


#content {
    background:url(/images/bluebar.jpg) no-repeat top;
    padding:44px 0 25px 0;
    clear:both;
    position:relative;
  }

/*** Top Links ***/


#intro-video p {
    position:absolute;
    top:50px;
    margin-left:752px;
    height:47px;
    width:208px;
    text-indent:-9999px;
  }


#intro-video p a {
    display:block;
    height:47px;
    width:208px;
    background:url(/images/watch-intro-button.gif) no-repeat top left;
  }


#intro-video p a:hover {
    background:transparent url(/images/watch-intro-button.gif) 0px -47px;
  }


#toplinks {
    margin-top:-25px;
    /*** width:332;
    ***/float:right;
  }


#topc p a {
    display:block;
  }


#client-login a {
    background:url(/images/client-login.png) no-repeat;
    width:137px;
    height:20px;
position:relative;
    /*text-indent:-9999px;
    *//*margin-right:10px;
    */float:right;
    cursor:pointer;
  }


#inquiries a {
position:relative;
    background:url(/images/inquiries_button.png) no-repeat;
    width:137px;
    height:20px;
    /*text-indent:-9999px;
    */float:right;
    cursor:pointer;
    clear:none;
  }

#brochure a {
position:relative;
	background:url(/images/brochure_button.png) no-repeat;
	width:137px;
	height:20px;
	float:right;
	cursor:pointer;
	clear:none;
  }

/***
#uconn {
	background:url(/images/uconn-sponsor.gif) no-repeat;
	width:184px;
	height:40px;
	text-indent:-9999px;
	cursor:pointer;
	margin-right:10px;
	float:right;
}
***/


#client-login a:hover {
    background:transparent url(/images/client-login.png) 0px -20px no-repeat;
    height:20px;
  }


#inquiries a:hover {
    background:transparent url(/images/inquiries_button.png) 0px -20px no-repeat;
    height:20px;
  }

#brochure a:hover {
	background:transparent url(/images/brochure_button.png) 0px -20px no-repeat;
	height:20px;
}

/*** Header ***/


h1#header {
    background:url(/images/rmslogo1.png) no-repeat;
    /***width:255px;
    ***/height:125px;
    text-indent:-9999px;
  }


h1#header a {
    display:block;
    width:255px;
    height:100px;
  }

/*** for CrossFade ***/


#imageContainer {
    clear:both;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 960px;
    height: 446px;
    border: none;
    z-index:0;
  }


#imageContainer img {
    display:none;
    position:absolute;
    top:0;
    left:0;
    border: 0px;
  }

/*** Front Page Boxes ***/


#boxes {
    width: 960px;
    margin:0 auto;
    padding-top: 0px;
    clear: both;
    /*color: #999999;
    *//*font-size: 95%;
    line-height: 225%;
    ;*/
  }


#boxes a {
    color:#666666;
  }


#boxes a:hover {
    text-decoration:none;
    color:#8ec234;
  }


#boxes .left-col, #boxes .center-col {
    width: 288px;
    float: left;
    padding-right: 25px;
    border-right: 1px solid #999999;
  }


#boxes .center-col {
    margin-left:25px;
  }


#boxes .right-col {
    width: 280px;
    float: right;
    margin-left: 25px;
  }


#boxes .right-col p.text-fix {
    font-size:1.2em;
  }


#boxes h4 {
    font-size:1.4em;
    color: #046839;
    margin: 10px 0px 5px;
  }


#boxes h5 {
    font-size:1.5em;
    color: #046839;
    margin: 10px 0px 5px;
  }


#boxes p {
    /*font-size:1.2em;
    ;*/
  }


#boxes .right-col img, #boxes .img-border img {
    padding:4px;
    border:2px solid #999;
    /*margin-right:10px;
    ;*/
  }


#boxes img {
    margin-right:10px;
  }

/*#boxex .left-col img {
	border:none;
	padding:0px;
}*/

/*** Entry ***/


.entry {
    width: 725px;
  }


.enroll {
    min-height:500px;
  }


.entry ul, ol {
    margin-left:2em;
  }


.entry li {
    margin-bottom:.2em;
    list-style:none;
    list-style-image:url(images/bullet-leaf.jpg);
  }


.entry img.alignleft, .entry img.aligncenter {
    margin: 10px 25px 10px 0;
  }


.entry img.alignright {
    margin:10px 0px 10px 25px;
  }


.entry img.alignleft {
    padding:4px;
    border:2px solid #999;
  }


.entry img.alignright {
    padding:4px;
    border:2px solid #999;
  }


.entry blockquote {
    float:right;
    padding:20px;
    border:2px solid #999;
    margin:10px 0px 10px 25px;
    width:250px;
  }


.entry p {
    margin-bottom:0.7em;
    line-height:1.3em;
  }


.entry ul {
    margin-bottom:0.7em;
  }


.entry h2 {
    font-weight:lighter;
    font-size:2.4em;
    text-transform:uppercase;
    color:#fff;
    background:url(images/headerimg.jpg) no-repeat;
    height:73px;
    width:745px;
    padding:15px;
  }


.entry #carbonForm h3 {
    clear:both;
  }

/* Contact Tables*/


.entry .contact-text {
    margin-left:2em;
  }


table.contact-text {
    margin-bottom:.5em;
  }


table.contact-text td {
    width:100px;
    padding-bottom:.5em;
  }

/***Table***/


table.tablestyle td {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    padding: 4px;
  }

/*** Sidebar ***/


#sidebar {
    float:right;
    /*position:absolute;
    top: 75px;
    left: 580px;
    */width:181px;
    padding-bottom:25px;
  }


#sidebar h4 {
    font-weight:lighter;
    font-size:1.6em;
  }


#sidebar .top-slot {
    margin-top:-7px;
  }


.sidebar-entry {
    font-size:1.2em;
    line-height:1.4em;
    margin-left:-2px;
  }


.sidebar-entry img {
    margin-left:-1em;
  }


#sidebar ul, ol {
    margin-left:2em;
    text-align: left;
  }


#sidebar li {
    margin-bottom:.2em;
    list-style:none;
    list-style-image:url(images/bullet-leaf.jpg);
    text-align: left;
  }


#sidebar .subox {
    width: 90%;
    border: 1px #999;
  }


#sidebar blockquote {
    text-align: center;
    padding:5px;
    border:1px solid #999;
    margin-left:-43px;
    width:213px;
  }


#sidebar img.aligncenter {
    margin: 10px auto 5px auto;
  }

/*** Footer ***/


#footer {
    padding:25px 0;
    width:960px;
    margin:0 auto;
    clear:both;
    text-align:center;
  }


.border {
    border-top:1px solid #666;
  }


.no-border {
    border:none;
  }

/*  Netmark adds  */


.nm {
    font-size: 20px;
    font-weight: bold;
    color:#046839;
    padding-bottom: 20px;
  }


.hrgreen {
    color:#046839;
    height: 1px;
  }


.graph {
    color:#000000;
    border-bottom-color : #000000;
    border-bottom-style : solid;
    border-bottom-width : thin;
    border-left-color : #000000;
    border-left-style : solid;
    border-left-width : thin;
    border-right-color : #000000;
    border-right-style : solid;
    border-right-width : thin;
    border-top-color : #000000;
    border-top-style : solid;
    border-top-width : thin;
  }


.graph_header {
    color:#000000;
    font-size : 1em;
    font-weight : bold;
    border-bottom-color : #000000;
    border-bottom-style : solid;
    border-bottom-width : thin;
    border-left-color : #000000;
    border-left-style : solid;
    border-left-width : thin;
    border-right-color : #000000;
    border-right-style : solid;
    border-right-width : thin;
    border-top-color : #000000;
    border-top-style : solid;
    border-top-width : thin;
  }


.page_images {
    margin: 10px 0 10px 25px;
    border:2px solid #999999;
    padding:4px;
  }


.custom_li {
    margin-left : 50px;
  }


