/* Start of CMSMS style sheet 'Default' */
/*	STRUCTURES
=============================== */

html { min-height: 100%; margin-bottom: 1px; }
	
body {
	background: #0e1815 url(media/images/backgrounds/background.gif) top repeat-x;
	margin: 0;
	}
table, tr, th, td {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}


	
#site { background: url(media/images/backgrounds/green.gif) center repeat-y }

#else { background: url(media/images/backgrounds/ourspecialties.jpg) top center no-repeat; }
#welcome { background: url(media/images/backgrounds/ourspecialties.jpg) top center no-repeat; }
#aboutus { background: url(media/images/backgrounds/aboutus.jpg) top center no-repeat; }
#ourmission { background: url(media/images/backgrounds/ourspecialties.jpg) top center no-repeat; }
#ourspecialties { background: url(media/images/backgrounds/ourspecialties.jpg) top center no-repeat; }
#currentofferings { background: url(media/images/backgrounds/ourspecialties.jpg) top center no-repeat; }
#contact { background: url(media/images/backgrounds/ourspecialties.jpg) top center no-repeat; }

#header {
	width: 980px;
	height: 220px;
	margin: 0 auto;
	}
	
#collage {
	margin: 15px;
	text-align: center;
	}
	
#content {
	width: 670px;
	margin: 0 auto;
	padding: 15px 0;
	}

#footer {
	background: url(media/images/backgrounds/footer.gif) top repeat-x;
	margin: 15px 0 0 0;
	padding: 15px 0 30px 0;
	text-align: center;
	}
#bottomPhoto { 
	margin: 0 0 15px 0;
	text-align: center;
	clear: both;
	}
#bottomPhone {
	margin: 15px 0;
	}
#address { }
#copyright { }

.iframe {
	float: right;
	margin: 15px 0 15px 15px;
	text-align: center;
	}
.iframe iframe {
	border: 3px solid #bea56c;
	margin: 0 0 10px 0;
	}
	
dfn { display: none; }
.floatRight { float: right; }
.floatLeft { float: left; }
.clear { clear: both; }
.right { text-align: right; }
.center { text-align: center; }
.print { display: none; }
.nodisplay { display: none; }

/*	FONTS
=============================== */

body, table, tr, th, td, input, select, textarea {
	font: 16px/1.4 arial, helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	}
	
#footer {
	font-size: 13px;
	color: #fff;
	}

#footer span {
	font-size: 14px;
	color: #bea56c;
	}

#copyright {
	font-size: 9px;
	color: #fff;
	}

p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

h1 {
	font: normal 28px georgia, serif;
	color: #fff;
	}
	
h2 {
	font: bold 17px 'arial narrow', arial, helvetica, sans-serif;
	color: #bea56c;
	}
	
h3 { font: bold 16x 'arial narrow', arial, helvetica, sans-serif; }

h4 {
	font-size: 14px;
	font-weight: bold;
	}
	
h5 {
	font-size: 12px;
	font-weight: bold;
	}
	
h6, .required {
	font-weight: bold;
	font-size: 11px;
	color: #c40d00;
	}

sup { font-size: 8px; }


/*	LINKS
=============================== */

a:link, a:active, a:visited {
	color: #bea56c;
	text-decoration: underline;
	}
a:hover { color: #e1cea3; }

#footer a:link, #footer a:active, #footer a:visited {/* padding links to #menu ul */
	color: #bea56c;
	text-decoration: none;
	}
#footer a:hover {
	color: #e1cea3;
	}

#copyright a:link, #copyright a:active, #copyright a:visited {/* padding links to #menu ul */
	color: #fff;
	text-decoration: none;
	}
#copyright a:hover {
	color: #e1cea3;
	}
	
/*	LISTS
=============================== */
ul, ol { margin-bottom: 15px; }
ul li, ol li { margin-bottom: 8px; }

#footer ul {
	font-size: 14px;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	}
#footer ul li {
	list-style-image: none;
	display: inline;
	margin: 0;
	padding: 0 9px;
	border-right: 1px solid #bea56c;
	}
#footer ul li.edge { border: none; }

/*	IMAGES
=============================== */

.hr {
	background: #1a2d2b;
	width: 100%;
	height: 1px;
	display: block;
	margin: 25px 0;
	}

img { border: none; }



.photoRight {
	float: right;
	margin: 0 0 20px 20px;
	}
.photoLeft {
	float: left;
	margin: 0 20px 20px 0px;
	}
.photoLeft img, .photoRight img, iframe, .center img {
	background: #fff;
	border: 2px solid #bea56c;
	}

#bottomPhoto img { border: 3px solid #bea56c; }

/*	FORMS
=============================== */

form {
	margin: 0;
	padding: 0;
	}

/*	MISCELLANEOUS
=============================== */

.hr {
	background: #ccc;
	width: 100%;
	height: 1px;
	display: block;
	margin: 25px 0;
	}
.hr hr { display: none; }

blockquote { margin-left: 25px; }



/* End of 'Default' */

