/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background:url(../background.jpg) repeat-x #000000;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color:#990000;
}

a:link, a:visited, a:hover {
	color:#000000;
	text-decoration:underline;
}

h3 {
	font-size: 14px;
	font-weight:bold;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
	list-style:square;
	font-size:14px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

#content {
	background:url(../images/background_03.jpg) repeat-y;
	}
	
#footer {
	background:url(../images/website_14.jpg) no-repeat;
	background-color:#ffef01;
	text-align:center;
}

#newsbox {
	background:url(../images/website_08.jpg);
	background-repeat:no-repeat;
	height:296px;
	overflow:hidden;
	width:540px;
}

#newsbox P {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}

#actionbox {
	background:url(../images/website_10.jpg);
	background-repeat:no-repeat;
	height:298px;
	text-align:center;
}

#actionbox P {
	padding-top:30px;
	padding-left:55px;
	padding-right:30px;
	padding-bottom:30px;
	color:#FFFFFF;
	font-weight:700;
	font-size:16px;
}

#navigation {
	background:url(../images/website_04.jpg);
	background-repeat:no-repeat;
	text-align:center;
	height:48px;
}

#navigation a, a:visited {
	font-size:14px;
	color:#000000;
	line-height:30px;
	text-decoration:none;
	}
	
#navigation a:hover {
	font-size:14px;
	color:#333333;
	line-height:30px;
	text-decoration:underline;
	}
	
#footer a, a:visited {
	font-size:14px;
	color:#000000;
	line-height:30px;
	text-decoration:none;
	}
	
#footer a:hover {
	font-size:14px;
	color:#333333;
	line-height:30px;
	text-decoration:underline;
	}
	
#header {
	background:url(../images/website_02.jpg);
	height: 411px;
}

.logos {
	vertical-align:top;
}


#sddm {
	padding-right: 0px;
	padding-left: 30px;
	z-index: 30;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	width: 920;
}
#sddm LI {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	font: bold 11px arial;
	padding-top: 0px;
	list-style-type: none;
}
#sddm LI A {
	padding-right: 10px;
	display: block;
	padding-left: 10px;
	background: #FFC10E;
	padding-bottom: 4px;
	margin: 0px 1px 0px 0px;
	color: #000000;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
}
#sddm LI A:hover {
	background: #FFC10E;
}
#sddm DIV {
	border-right: #000000 1px solid;
	padding-right: 0px;
	border-top: #000000 1px solid;
	padding-left: 0px;
	background: #eaebd8;
	visibility: hidden;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #000000 1px solid;
	padding-top: 0px;
	border-bottom: #000000 1px solid;
	position: absolute;
}
#sddm DIV A {
	padding-right: 10px;
	display: block;
	padding-left: 10px;
	background: #eaebd8;
	padding-bottom: 5px;
	margin: 0px;
	font: 11px arial;
	width: auto;
	color: #000000;
	padding-top: 5px;
	white-space: nowrap;
	position: relative;
	text-align: left;
	text-decoration: none;
}
#sddm DIV A:hover {
	background: #eaebd8;
	color: #000000;
	font: 11px arial;
}

A.redlinks, a:hover.redlinks, a:visited.redlinks {
	color:#990000;
}

.testimonial {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

.writer {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}

.borderimgs {
	BORDER-RIGHT: #990000 1px solid;
	BORDER-TOP: #990000 1px solid;
	BORDER-LEFT: #990000 1px solid;
	BORDER-BOTTOM: #990000 1px solid;
}