/* GENERAL STYLES */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: small;
	margin: 0px;
	padding: 0px;
	color: #FFFF00;
}
.clearthefloats {
	clear: both;
}
img{
	display:none;
}

/* BACKGROUNDS */

body.bg-connexions            { 	background-image: none; !important }
.container-connexions         { 	background-image: none; !important }

body.bg-contact               { 	background-image: none; !important }
.container-contact            { 	background-image: none; !important }

body.bg-free_time             { 	background-image: none; !important }
.container-free_time          {	background-image: none; !important }

body.bg-fun_stuff             { 	background-image: none; !important }
.container-fun_stuff          { 	background-image: none; !important }

body.bg-health                { 	background-image: none; !important }
.container-health             { 	background-image: none; !important }

body.bg-housing               { 	background-image: none; !important }
.container-housing            { 	background-image: none; !important}

body.bg-money                 { 	background-image: none; !important }
.container-money              { 	background-image: none; !important}

body.bg-relationships         { 	background-image: none; !important }
.container-relationships      { 	background-image: none; !important }

body.bg-travel                { 	background-image: none; !important}
.container-travel             { 	background-image: none; !important }

body.bg-work                  { 	background-image: none; !important}
.container-work               { 	background-image: none; !important }

body.bg-your_rights           { 	background-image: none; !important }
.container-your_rights        {	background-image: none; !important }

body.bg-your_views            { 	background-image: none; !important }
.container-your_views         {	background-image: none; !important }

/* SIZE CONTAINER */
.container-default {
	width: 800px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#header {
	height: 76px;
	background-repeat: no-repeat;
	background-position: 10px;
}
#csslinks{
	font-size: 90%;
	padding-top: 10px;
	float: right;
}

#csslinks a {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-transform: uppercase;
	color: #00FFFF;
	float: left;
}
#csslinks a:link, #csslinks a:visited {
	text-decoration: none;
	color: #00FFFF;
	font-size: 90%;
	font-weight: bold;
}
#csslinks a:hover, #csslinks a:active {
	text-decoration: underline;
}
#csslinks a.divider{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #454545;
}
#atticlogo {
	float: left;
	padding-left: 10px;
}
#atticlogo a {
	display: block;
	height: 76px;
	width: 220px;
}



/* PAGE LAYOUT 1 - 2 COLUMN */

#column1 {
	width: 160px;
	float: left;
	padding-top: 75px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#breadcrumbs{
	text-transform: uppercase;
	color: #FFFF00;
	padding-left: 250px;
	font-size: 80%;
	font-weight: bold;
	padding-top: 20px;
}
#breadcrumbs a:link, #breadcrumbs a:visited{
	color: #00FFFF;
	text-decoration: underline;
}
#breadcrumbs a:hover, #breadcrumbs a:active{
	color: #00FFFF;
	text-decoration: none;
}

/* MKH ADDED FOR DRUPAL BREADCRUMBS */

.breadcrumb {
display:inline;
padding-bottom: .5em;
}

/* NAVIGATION */
#mainnav {
	margin-bottom: 20px;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainnav li {
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainnav a {
	color: #00FFFF;
	font-weight: bold;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	margin: 0px;
	clear: both;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#mainnav a:link, #mainnav a:visited {
}
#mainnav a:hover, #mainnav a:active {
}
#mainnav a.current {
}

/* QUICK LINKS */
#quicklinks{
	color: #FFFFFF;
	display: none;
}
#quicklinks h2{
	display: none;
}
#quicklinks img{
	display: none;
}
#quicklinks a{
	display: none;
}
a.w3c{
	display: block;
	background-image: url(/assets/valid-xhtml10-blue.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 88px;
	float: right;
}
#main{
	background-repeat: no-repeat;
	background-position: left top;
}

/* COLUMN 2 */
#column2 {
	width: 420px;
	float: left;
	padding:0px;
	margin:0px;
}
#column2_wide {
	float: left;
	padding:0px;
	margin-top: 75px;
	width: 620px;
}
#mainimage{
	width:420px;
	margin:0px;
	padding:0px;
 }
/* MAIN TEXT */
#content.narrow {
}
#content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
}

#content h1 {
	font-size: 170%;
	margin: 0px;
	color: #FFFF00;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#content h2 {
	font-size: 130%;
	color: #614182;
	font-weight: bold;
}
#content a:link, #content a:visited {
	color: #00FFFF;
	text-decoration: none;
}
#content a:hover, #content a:active {
	text-decoration: underline;
}
#content ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content ul li {
	padding-bottom: 10px;
	background-image: url(../assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
}
#content ol li {
	padding-bottom: 10px;
}


hr{
	height: 2px;
	padding: 0px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#column3 {
	width: 180px;
	float: left;
	color: #FFFF00;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}


.feature_box {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.feature_box h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFF00;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.feature_box h3 {
	font-size: 110%;
	font-weight: bold;
	color: #FFFF00;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.feature_box a:link, .feature_box a:visited{
	color: #00FFFF;
	text-decoration: none;
}
.feature_box a:hover, .feature_box a:active{
	color: #00FFFF;
	text-decoration: underline;
}


#connexions {
	height: 51px;
	width: 180px;
}
#footer {
	text-transform: uppercase;
	color: #FFFF00;
	font-size: 80%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#footer a:link, #footer a:visited{
	color: #00FFFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active{
	color: #00FFFF;
	text-decoration: none;
}


/* TABLE STYLES */

#content table {
	width: 100%;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
}
#content td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}

td.headerrow {
	text-transform: uppercase;
	color: #FFFF00;
	font-weight: bold;
}
td.evenrow {
}

#content table.listing td{
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#content td h2{
	margin: 0px;
	padding: 0px;
}
#content table.listing {
	padding-bottom: 10px;
	margin-bottom: 5px;
}
