
/* tag definitions */
body {margin:0px; padding:0px; font-family: arial, sans-serif; color: #333333; font-size:12px;
	background-color:white;
	background-image: url('http://candsmeetings.com/images/csbg.png');
	background-repeat: repeat-x;}

h1, h2, h3, h4, h5{font-family: Trebuchet MS, sans-serif; color: #0089A5;}
h1{font-size:16px;margin-bottom:8px;}
h2{font-size:14px;margin-bottom:8px;}
hr {background-color:#0089A5; height:2px; width: 98%; border-style: solid; border: 1px solid #0089A5;}

table, tr, td {padding:0; margin:0}
td {text-align:left; vertical-align:top;}

/* grid layout */

#frame{margin:75px auto; width:809px;}

#frame-header{
height:110px;
width:809px;
background-color:transparent;
background-image: url('http://candsmeetings.com/images/cshead.png');
background-repeat: no-repeat;}

#frame-nav{
height:92px;
width:809px;
background-color:transparent;
background-image: url('http://candsmeetings.com/images/cspage.png');
background-repeat: repeat-y;}

#frame-page{
min-height:400px;
width:809px;
background-color:transparent;
background-image: url('http://candsmeetings.com/images/cspage.png');
background-repeat: repeat-y;}

#frame-address{
height:25px;
width:809px;
text-align:right;
background-color:transparent;
background-image: url('http://candsmeetings.com/images/cspage.png');
background-repeat: repeat-y;
padding-top:20px;}

#frame-footer{
height:21px;
width:809px;
background-color:transparent;
background-image: url('http://candsmeetings.com/images/csfoot.png');
background-repeat: no-repeat;}

/* You may want to drop the kerning (letter-spacing), and change font to 12px.*/
#nav-bar {letter-spacing: -0.1em; font-size:13px; font-weight:bold; padding-top:46px; text-align:center; width:100%;}
#address-bar {margin-right:53px;}
#nav-bar a { color: #0089A5; text-decoration: none; }
#nav-bar a:hover { text-decoration: none;color: #333333; }
#nav-bar a:visited { color: #0089A5; text-decoration: none; }
#nav-bar a.current {text-decoration: none;color: #333333;}
.supertight {margin:-2px;width:805px;}
.doublespace {line-height:15px;}

/* Link */
a { color: #fff; text-decoration: none; }
a:hover { text-decoration: none;color: #c3c3c3; }
a:visited { color: #fff; text-decoration: none; }


/* padding */
.nopad {padding:0; margin:0}
.infopad {padding:15px 20px;}


/* fonts */
.bold {font-weight:bold;}
.min {font-size:8pt;}
.small {font-size:9pt;}
.details {font-size:10pt;}

/* colors*/
.c1 {color:#0089A5;}
.c2 {color:#fff;}

/* backgrounds */
.b1 {background-color:#0089A5;}

/*Lists*/
ul {color:#FFFFFF;
float:left;
font-size:13px;
font-weight:normal;
line-height:1.6em;
margin-top:5px;
text-align:left;
width:260px;
margin-left:-20px;
padding-left:30px; !important /*Fixes menu in IE*/ }
ul li {list-style-type:none;}
ul li .linker{list-style-type:none;}
.linker a:link{text-decoration:none;}
.linker a:hover{text-decoration:none; color:#6eb0bd;}
.linker a:visited{text-decoration:none; color:#fff;}

ul .infopad2 {margin-left:-15px;}