/*
	blue:		#0095d9
	blue pale:	#75bee9
	grey:		#231f20
	grey pale:	#58585a
	white:		#fbfbfb
*/
html {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family:verdana, arial, sans serif;
}
body {
	margin: 0;
	padding: 0;
	background:#231f20 url(../i/body-bg.gif) repeat-y;
}
a {
	text-decoration: none;
	color: #015f93;
}
a:hover {
	text-decoration:underline;
}
h1,h2,h3,h4 {
	font-weight:normal;
	margin:4px 0 8px 0;
}
h1 {
	font-size:1.8em;
	color:#015f93;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1em;
	margin:20px 0 0 0;
}
ul {
	list-style:square;
	padding:4px 0 4px 24px;
}
ul li {
	margin:6px 0;
}
p {
	text-align:justify;
	line-height:1.3em;
}
input,
textarea {
	border:1px solid #999;
}
input[type="text"] {
	width:100%;
}
input:focus,
textarea:focus {
	background:#ffc;
}
.clear { clear:both; }
#page {
}


#head {
	background:#58585a url(../i/menu-bg.gif) repeat-x 0 100px;
	width:250px;
	vertical-align:top;
	border-right:2px solid #eee;
}
#logo {
	background:#fff url(../i/logo.jpg) no-repeat 6px 18px;
	width:250px;
	height:100px;
}	

.menu {
	margin:0;
	padding: 0;
	border-top: 1px solid #ccc;
	width:250px;
	font-size:1.3em;
}
.menu li {
	margin:0;
	border-bottom:1px solid #ccc;
}
.menu li a {
	display:block;
	letter-spacing:1px;
	color:#fff;
	padding:4px 10px;
}
.menu li a:hover {
	background:#888;
	text-decoration:none;
}
.menu li.active a {
	background:#0095d9!important;
}
#content {
	border-right:4px solid #fff;
	background:#fff;
	margin-left:255px;
	width:720px;
}
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, div.tagline {
	padding:10px 40px;
}
#content ul {
	padding:0 80px;
	font-size:.9em;
}
#footer {
	border-top:4px solid #eee;
	font-size:.8em;
	background:#58585a;
	text-align:right;
	padding:6px 20px;
	color:#fff;
}
#footer a { color:#75bee9; }
#topbanner {
	color:#666;
	font-size:1.2em;
	height:300px;
	width:720px;
}
#topbanner p {
	margin:0;
	padding:10px;
	text-align:left;
}

.tagline {
	color:#666;
	font-size:1.2em;
	background:#f4f4f4;
	border:1px solid #ccc;
	padding:10px;
	margin:10px 20px;
}

#slogan {
	font-size:1.5em;
	*font-size:1.2em;
	color:#999;
	padding:10px;
	text-align:left;
	margin-top:30px;
}
#slogan div {
	margin-left:40px;
}

.representants_table {
    margin-left: 30px;
    border-collapse: collapse;
    border: 1px solid #ddd;
    width: 90%;
}
.representants_table th {
    padding-top: 10px;
    padding-bottom: 3px;
    /*border-bottom: 1px solid black;*/
    background-color: #eee;
    text-align: left;
}
.representants_table th, .representants_table td {
    border-left: 1px solid #ddd;
    padding-left: 5px;
}
.representants_table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.red {
    color: #f00;
}
