/*
** Layout styles
*/

body {
	margin: 0px;
	text-align: center;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 10px;
	color: #666;
	background: #000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #bbb;
}

img, .nolink {
	border: 0px !important;
}

p, ul {
	margin: 15px 0px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
}

#container {
	position: relative;
	width: 940px;
	margin: 30px auto 80px;
	padding: 0px 10px 1px 10px;
	text-align: left;
	background-color: #fff;
}

#header {
	padding: 22px 0px;
	text-align: center;
}

.divider {
	clear: both;
	width: 940px;
	height: 1px;
	margin-bottom: 14px;
	background: url(../images/design/divider.gif) top left no-repeat;
}

#navigation, #content, #contacts {
	float: left;
	min-height: 635px;
	margin-bottom: 22px;
}

#navigation, #contacts {
	width: 140px;
}

#content {
	width: 620px;
	margin: 0px 20px;
	font-size: 11px;
}

h1, h2, .h1Link {
	margin: 8px 0px;
	/*border-bottom: none !important;*/
	color: #999;
}

h1, h2, .h1Link, #navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: georgia, "palatino linotype", palatino, serif;
	font-size: 12px;
	font-weight: bold;
}

a.h1Link:link, a.h1Link:visited {

	color: #999;
}
a.h1Link:hover {
	/*border-bottom: 1px solid #bbb !important;*/
	color: #999;
}

.h1Black {
	color: #000;
}

/*
** Navigation layout styles
*/

#navigation a {
	border: none;
}

#navigation a:link, #navigation a:visited {
	color: #000;
}
#navigation a:hover {
	color: #666;
}

#navigation a.navigationSelect:link, #navigation a.navigationSelect:visited {
	color: #cb2127;
}
#navigation a.navigationSelect:hover {
	color: #cb2127;
}

#navigation a, #contacts h1 {
	margin: 0px 0px 8px 0px;
}

/*
** Content layout styles
*/

#content img {
	margin-bottom: 17px;
}

#content p {
	line-height: 2;
}

/*
** Contact layout styles
*/

#contacts {
	font-family: georgia, "palatino linotype", palatino, serif;
	color: #000;
}

#contacts h1 {
	color: #cb2127;
}

#contacts div {
	margin: 3px 0px;
}

#contactPhone, #contactEmail {
	padding-top: 8px;
}

#contactPhone {
	font-style: italic;
}

/*
** Footer layout styles
*/

#copyright, #byline {
	font-family: georgia, "palatino linotype", palatino, serif;
	color: #888;
	margin-top: 10px;
}

#byline a:hover {
	border: none;
}

#copyright {
	left: 10px;
	float: left;
}

#byline {
	text-align: right;
	float: right;
	right: 10px;
}

#byline a:link, #byline a:visited {
	color: #888;
}
#byline a:hover {
	color: #bbb;
}

#menuDownloads a {
	border: none !important;
}

#menuDownloads img {
	margin-right: 2px !important;
}

/* Newsletter Signup */

#signup {
	margin-top: 15px;
	padding: 8px 0px;
	border-style: solid none;
	border-width: 1px;
	border-color: #cb2127;
	text-align: center;
}

#signup a:hover {
	color: #000;
}

#signup2 a:link, #signup2 a:visited {
	color: #000;
	text-decoration: none;
}
#signup2 a:hover {
	color: #000;
	text-decoration: none;
}