/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #f2f2f2 url('../img/bg.jpg') top repeat-x;
	color: #333;
	font-size: 12px; font-family: Helvetica, sans-serif;
	margin:0 auto;
	padding: 0;
	min-height:100%;
}


/* anchors
----------------------------------------------- */
a {
	color: #005190;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}

#redish li {
    color:#cc0000;
}

/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:none;
}


/* headings
----------------------------------------------- */

h1{
font-size: 1.8333em; /* 22px */ line-height: 1.6364em; /* 36px */ margin-top: 0.8182em; margin-bottom: 0em; }

h2{
font-size: 1.6667em; /* 20px */ line-height: 1.8em; /* 36px */ margin-top: 0.9em; margin-bottom: 0em; color:#005190;}

h3{
font-size: 1.5em; /* 18px */ line-height: 1em; /* 18px */ margin-top: 1em; margin-bottom: 0em; }

h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
a#branding {
top:10px;
left:75%;
margin-left:-245px;
background:url('../img/masthead.png') no-repeat;
position:absolute;
text-indent:-9000px;
z-index:10000;
width: 325px;
height: 124px;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	font-size: 1em; /* 12px */ line-height: 1.5em; /* 18px */ margin: 0 0 1.5em 0; 
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}



/* site information
----------------------------------------------- */
#site_info {
	color:#999;
	margin-bottom:10px;
}
#site_info a {
	color:#005190;
}
#site_info a:hover {
	color:#005190;
}


/* jQuery Coda-slider
----------------------------------------------- */

	.coda-slider-wrapper { margin-top:55px; padding: 20px 0;}
	.coda-slider { background: none; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 900px; min-height:575px; /*background: url("../img/shadow.png") */ bottom center no-repeat;} 

	
	/* Tab nav */
	.coda-nav ul li a.current { color: #005190; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center; }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { color: #000; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none; }
	.coda-nav ul li a:hover { color: #999; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; }
	.coda-slider { float: left; overflow: hidden; position: relative; }
	.coda-slider .panel { display: block; float: left; }
	.coda-slider .panel-container { position: relative; }


/* KISS Accordion
----------------------------------------------- */

#Accordion {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

 
.accordionButton {	
	width: 800px;
	margin-top:10px;
	padding: 2px 5px;
	font-size:1.2em;
	font-weight:bold;
	color:#999;
	cursor: pointer;
	}
 
.accordionContent {	
	margin: 0;
	padding: 8px;
	width: 800px;
	float: left;
	display: none;
	}
	
/* Columns
----------------------------------------------- */
#clientlist {
width:100%;
}

.clear {
clear:both;
}

.col {
float:left;
padding:10px;
font-size:12px;
line-height:16px;
}
