@charset "UTF-8";


/*----------------------------------------------------------------------------- 
[www.seawindmedicalclinic.com] Screen Stylesheet 

version:   1.0 
date:      02/7/08 
author:    [Brandon L. Rager] 
email:     [brandonlee@cysy.com] 
website:   [www.cysy.com]
-----------------------------------------------------------------------------*/



/* Import other stylesheets
@import url("typography.css");
-----------------------------------------------------------------------------*/



/* Remove padding and margin ------------------------------------------------*/ 
* { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}



/* Random Classes -----------------------------------------------------------*/

.clear 
    { 
    clear:both; 
} 

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}

.indent_hours {
	text-indent: 3pt;
}




/* Tables 
-----------------------------------------------------------------------------*/ 

table 
    { 
      border-spacing: 0; 
    border-collapse: collapse; 
} 

td 
    { 
    font-weight: normal; 
}




body {
	background-image: url(images/background.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: left top;
	text-align: center;
	color: #9a9a9a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
}

a {
	color: #2c8682;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #565555;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #bee3dd;
	font-weight: normal;
	line-height: 12px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #2c8682;
	font-weight: normal;
	line-height: 40px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: italic;
	line-height: 23px;
	color: #8b8b8b;
	font-weight: normal;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: italic;
	line-height: 23px;
	color: #2c8682;
	font-weight: normal;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #8b8b8b;
	font-weight: normal;
}

/* ------------------------------------------------------------------ DIV ID's ---------------------------------------------------------------- */


#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#top_nav {
	width: 950px;
	height: 33px;
	display: block;
}

#image_logo {
	width: 950px;
	height: 239px;
	display: block;
}

#content {
	background-image: url(images/content_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 950px;
	display: block;
	text-align: left;
}
		#content_left {
	width: 670px;
	display: block;
	text-align: left;
		}
		
		#content_right {
	width: 206px;
	display: block;
	text-align: left;
		}

#footer {
	width: 950px;
	margin-top: 45px;
	display: block;
}





/*  ----------------------------------------------------------------- Random Class Definitions -----------------------------------------------   */

.toplink {
	margin: 12px 0px 0px 0px;
	font-family: Trebuchet MS, Arial Narrow, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #ffffff;
	float: right;
}
.toplink a {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.toplink a:hover {
	font-weight: normal;
	color: #CDF6FC;
	text-decoration: underline;
}

.right_nav_text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #aaaaaa;
	text-decoration: none;
}
.right_nav_text a {
	font-weight: normal;
	color: #797979;
	text-decoration: underline;
}
.right_nav_text a:hover {
	font-weight: normal;
	color: #2c8682;
	text-decoration: none;
}
.right_nav_text b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #2c8682;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #b4b4b4;
	text-decoration: none;
	font-weight: normal;
}
.footer_text a {
	color: #b4b4b4;
	text-decoration: none;
}
.footer_text a:hover {
	color: #797979;
	text-decoration: underline;
}


strong {
	color: #2c8682;
	font-weight: normal;
}
