/* Start of CMSMS style sheet 'Hyphen' */
/* CSS Document */

* { 
	padding: 0; margin: 0; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 17px;
}

hr
{
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 100%;
}

a:link, a:visited
{
	color: #2D8B83;
	text-decoration: underline;

}
a:hover 
{
	text-decoration: none;
	color: #2D8B83;
 }

.title {
	color: #2D8B83;
	font-weight: bold;
}

.smalltext {
        font-size: 9px;
}

/*
Layout styles
*/

#wrapper { 
	margin: 0 auto;
	width: 100%;
}

#logo {
	/*position:absolute;
	left: 10px;
	top: 10px;*/
	width: 188px;
	height: 100px;
             /*padding: 0px 0px 0px 5px;*/
	z-index:1;
	background: url(uploads/images/logo.gif) center center no-repeat;
             /*border: 1px #000000 solid;*/
}

#header {
	width: 100%;
	float: left;
             /*margin-top: 120px;*/
	padding: 0px 0px 6px 0px;
	/*border: 1px solid #ccc;*/
	height: 125px;
	/*margin: 10px 0px 5px 0px;*/
	background-image: url(uploads/images/bg.gif);
	background-repeat: repeat-x;
}

#banner {
	position: relative;
	left: 200px;
	top: 0px;
	height: 100px;
	width: 500px;
	padding: 0px 0px 0px 0px;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	/*background-image: url(uploads/images/home.gif);
	background-repeat: no-repeat;*/
}

#slogan {
	position: relative;
	left: 600px;
	top: 0px;
	height:100px;
	width: 200px;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	background-image: url(uploads/images/slogan.gif);
	background-repeat: no-repeat;
}

#latestnews {
        background-color: #F5F5F5;
}

#content_wrapper { 
	float: left;
	height: auto;
        width: 1000px;
}

.leftcolumn { 
	margin: 0px 0px; 
        padding: 0px 6px;
	width: 184px;
        vertical-align: top;
}

.leftcolumn td {
        padding: 6px;
}

.content {
	margin: 0px 0px; 
        padding: 0px 6px;
        vertical-align: top;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 476px;
}

.rightcolumn { 
	margin: 0px 0px; 
        padding: 0px 6px;
	width: 280px;
        vertical-align: top;
}

.rightcolumn td {
        padding: 6px;
}

#footer { 
	width: 100%;
	clear: both;
             /*border-top: 1px solid #ccc;
	margin: 0px 0px 10px 0px;*/
	padding: 6px 0px 0px 0px;
             text-align: left;
}

#footer hr
{
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 1000px;
             margin: 0px 0px 0px 6px; 
             border: 0px;
}

#footer span
{
             padding: 6px;
}

/* End of 'Hyphen' */

