@import url(reset.css);
@import url(forms.css);
@import url(lists.css);
@import url(tables.css);
@import url(type.css);
@import url(menu.css);
@import url(custom.css);

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

body { 
	background-color: #2D2A2C;
	color: #000;
}

#page {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 760px;
}

/* Header
------------------------------------------------------------------------------*/

div#header {
	background-color: #2D2A2C;
	height: 103px;
}

div#logo {
	float: left;
	margin-top: 15px;
	width: 142px; height: 70px;
}

#banner {
	height: 162px;
}

/* Main
------------------------------------------------------------------------------*/

#main {
	background-color: #fff;
}

#content {
	float: left;
	padding: 20px;
	width: 450px;
}

#rail {
	float: right;
	padding: 20px 20px 20px 0; 
	width: 235px;
}

#rail div.block {
	margin-bottom: 1em;
}

#rail div.separated {
	border-bottom: 1px dotted #ccc;
}

/* Type
------------------------------------------------------------------------------*/

body {
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%;
	text-align: center;
}

h1 {
	color: #A0222C;
	font-size: 2em;
	line-height: 1em;
	padding-bottom: 0.3em;
}

h2
{
	padding: 0.5em 0 0.5em 0;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.5em;
}

#rail h2 { 
	border-bottom: none; 
	padding: 0.2em 0 0 0;
	margin-bottom: 0;
}

h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.5em 0 0.5em 0;
}

a { color: #A0222C; text-decoration: none; }
a:hover { color: #aaa; }

p { 
	padding: 0.5em 0 0.5em 0;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong { font-weight: bold; }

/* Lists
------------------------------------------------------------------------------*/

#content ul li {
	margin-left: 13px;
}

#content ul { list-style: disc; }

#content dt {
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	padding: 1em 0 0.2em 0;
}

#content dd {
	font-weight: bold;
}

#accreditations {
	list-style: none;
}

#accreditations li {
	display: inline;
	margin-right: 16px;
}

#accreditations li.last_in_list { margin-right: 0; }


/* Custom
------------------------------------------------------------------------------*/

#copyright { color: #999; float: left; padding-left: 20px; }

#roxxor { 
	color: #999; 
	float: right;
	padding-right: 20px;
}

#roxxor a { color: #999; }

table#client_list td {
	padding: 1em;
}
