/* @grouGeneral Styles */

body {
	background-color: #52505E;
	font: 13px Arial, sans-serif, "Helvetica Neue", Helvetica, Geneva;	
	color: #4a4a3f;
	margin: 0 auto;
	padding: 0;
}

p {
	padding-bottom: 7px;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: url(images/content-grad.png) repeat-y;
	width: 790px;
}

#top{
	background: url(images/header-partner.jpg) no-repeat 21px 0;
	height: 150px;
}

#flash{
	position: absolute;
	left: 50%;
	margin-left: -374px;
	margin-top: 50px;
	z-index: 400;
}

#logo {
	margin-top: -115px;
	margin-left: -46px;
}

#menu {
	position: absolute;
	width: 748px;
	height: 100px;
	left: 50%;
	margin-left: -379px;
	margin-top: 15px;
}

h1{
	margin: 0;
	padding-top: 20px;
	font-size: 24px;
}

h2{
	margin: 0;
	padding-top: 20px;
	line-height: 24px;
}

h3{
	font-size: 18px;
	line-height: 24px;
}

h4{
	font-size: 14px;
}

a:link, a:visited {
	color: #639;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

ul {
	list-style-type: square;
}
	
/* @end */

/* @grouLayout */

#container{
	margin: 0;
	padding: 0;
	position: relative;
}

.clearer{
	clear:both;
}

#content{
	width: 700px;
	float: right;
	padding-top: 10px;
	padding-right: 50px;
	line-height: 21px;
}

#sidebarContainer #sidebar {
	float: left;
	font-size: 11px;
	color: #fff;
	line-height: 21px;
	width: 155px;
	padding-left: 40px;
}

#sidebarContainer .sideHeader {
	font-size: 31px;
	color: #fff;
	font-family: times;
	line-height: 44px;
	padding-left: 38px;
	padding-top: 10px;
}

#sidebar a{
	color:#F90;
	text-decoration:underline;
}

#sidebar a:hover{
	color:#F00;
	text-decoration:underline;
}

#footer, footer a{
	position: absolute;
	padding: 0 0 10px 21px;
	margin-top: 5px;
	font-size: 11px;
	clear: left;
	color: #FFF;
}

#footer a:link, #footer a:visited {
	color: #336699;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}
	
/* @end */

blockquote {
	padding: 10px 10px 10px 10px;
	color: #666;
	margin: 20px;
	border-left: 3px dashed #006699;
	border-bottom: 3px dashed #006699;
	border-right: 3px dashed #006699;
	border-top: 3px dashed #006699;
}

.bottomline {
	border-bottom: #CCC dashed thin;
}