/* Project: Scheduling Consultants
URL: http://www.schedulingconsultants.com/
Date: March 2010
Author: Red Kite Creative
Author URL: http://www.redkitecreative.com */

/**************************************
  Override default styling rules
**************************************/
/* zeroes all margins and paddings */
*, html, body, div, p, th, td, ul, ol, li, form, fieldset, input, h1, h2, h3, h4, blockquote, pre {
	margin: 0;
	padding: 0;
}
/* commented backslash hack for ie5mac \*/ 
html, body {
	height: 100%;
} 
/* normalize font-size for all headers */
h1, h2, h3, h4 {
	font-size: 100%;
}
/* remove list-style from lists */
ul, ol {
	list-style: none;
}
/* set base font size to 13px for most browsers */
html {
	font-size: 76%;
}
/* avoid image-gap bug in Gecko browsers */
img, fieldset {	
	display: block;
	border: none;
}
/* The following is for transparent png's in IE6 */
img { 
	behavior: url(iepngfix.htc);
}
/**************************************
  Default rules
**************************************/
/*html {
	 height: 100%; Required for footerstickalt 
	text-align: left;
}*/
h1, h2, h3, h4 {
	margin-bottom: 0.4em;
	padding: 0;
	color: #0C1138;
	background-color: transparent;
	font-family: Georgia, Times, serif;
	font-weight: bold;	
}
h1 {
	font-size: 1.7em;
	text-align: center;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 0.2em;
	padding: 0.4em 0 0.2em 0;
	text-align: center;
}
h3 {
	padding-top: 0.4em;
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
p {
	margin-bottom: 0.6em;
	padding: 0;
	color: #0C1138;
	background-color: transparent;
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: justify;
}
a {
	color: #1A2574;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}
a:link, a:visited {
	color: #1A2574;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #0C1138;
	background-color: #CCB48D;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul li {
	padding-bottom: 0.8em;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: .1em;
	margin-left: 0;
}
acronym {
	border-bottom: 1px dotted #333;
}
hr {
	margin: 1em 0 0 0;
   border-top: 3px double #0C1138;
	border-right: none;
	border-bottom: none;
	border-left: none;	
   height: 3px;
}
/************************************************
  Document and header rules
************************************************/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #0C1138;
	background-color: #726859;
}
#wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	position: relative;
	width: 960px;
	color: #FFF;
	background-color: transparent;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 951px;
	height: 120px;
	color: #B99863;
	background-color: #1A2574;
}
#header #logo {
	position: relative;
}
#header #text-logo {
	position: absolute;
	top: 18px;
	left: 220px;
}
#header #text-solution {
	position: absolute;
	top: 75px;
	right: 12px;
}
/************************************************
  Content rules
************************************************/
#content {
	position: relative;
	width: 951px;
	height: auto;
}
#headline {
	position: relative;
	margin-top: 15px;
	height: 40px;
	background-image: url(images/3px_border.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#headline h1 {
	margin-left: 200px;
	color: #FFF;
	background-color: transparent;
}
#main {
	float: right;
	margin: 0;
	width: 713px;
	background-color: transparent;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
}
h2.logo-box-headline {
	margin-top: 10px;
}
.logo-box {
	margin: 12px 0 20px;
	text-align: center;
}
.logo-box img {
	margin: 0 auto 4px;
}
.logo-box h3 {
	margin: 0 auto;
}
div.horizontal-logos {
	clear: both;
	margin: 30px auto 20px;
	width: 525px;
}
div.horizontal-logos-box {
	float: left;
	display: block;
	margin-right: 15px;
	height: 90px;
	line-height: 90px;
}
div.horizontal-logos-box img {
	vertical-align: middle;
}
#sidebar {
	float: left;
	margin: 0;
	padding: 0;
	width: 201px;
	border-right: 1px solid #FFF;
}
/*#sidebar img {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}*/
#sidebar h3 {
	padding: 10px 0 5px 10px;
	font-size: 1.3em;
}
#sidebar ul {
	padding-left: 10px;
}
ul.bullet-list {
	margin: 1em 3em;
	list-style-type: disc;
}
ul.bullet-list li, ul.nonbullet-list li {
	padding-bottom: .6em;
	font-size: 110%;
	color: #0C1138;
	background-color: transparent;
}
ul.bullet-list li ul {
	margin: 1em 1em -0.8em 3em;
	padding: 0;
	list-style-type: disc;
}
ul.bullet-list li ul li {
	padding-bottom: 0.6em;
	font-size: 100%;
}
ul.nonbullet-list {
	margin: 1em 1em 1em 3em;
	list-style-type: none;
}
/************************************************
  Movie rules
************************************************/
.movie {
	width: 600px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.movie h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
.movie img {
	margin: 10px auto;
	border: 3px double #1A2574;
}
.movie p {
	text-align: center;
}
/************************************************
  Project images rules
************************************************/
#albumlist {
	margin: 15px 0 0 0;
	list-style-type: none;
}
#albumlist li {
	float: left;
	margin-bottom: 10px;
	width: 235px;
	color: #0C1138;
	background-color: transparent;
}
#albumlist img {
	display: block;
	margin-bottom: 5px;
	border: 1px solid #1A2574;
}
/************************************************
  Form rules
************************************************/
.formbox {
	margin: 20px auto 0 auto;
	width: 330px;
}
.formfield {
	margin-bottom: 10px;
}
/************************************************
  Footer rules
************************************************/
#footer {
	clear: both;
	position: relative;
	width: 960px;
	height: 27px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#subfooter {
	position: relative;
	top: 25px;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 400px;
	height: 15px;
	text-align: center;
	font-size: 85%;	
}
/************************************************
  Main navigation rules
************************************************/
#nav {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 24px;
	width: 951px;
	list-style-type: none;
	background-image: url(images/nav_bg2.png);
	background-repeat: no-repeat;
	border-top: 1px solid #FFF;
}
/* The following is for transparent png's in IE6 */
img, #nav { 
	behavior: url(iepngfix.htc);
}
ul#navlist {
	position: relative; /* must do for z-index to work! */
	margin: 0 auto;
	width: 950px;
	/*z-index: 15;*/
}
#navlist li {
	float: left;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
	width: auto;	
}
/*#navlist li.first {
	margin-left: 4px;
}*/
#navlist li a, #navlist li a:link {
	padding: 2px 14px 4px 14px;
	display: block;
	background-color: transparent;
	color: #0C1138;
	font-weight: bold;
	text-decoration: none;	
}
#navlist li a:hover {
	color: #FFF;
	background: #1A2574;
}
#navlist li a.current, #navlist li a.current:link {
	color: #FFF;
	background: #1A2574;
}
#navlist li a.current:hover {
	color: #FFF;
	background: #1A2574;
}
/************************************************
  Misc. rules
************************************************/
.bold {
	font-weight: bold;
}
.centered, .centered p {
	text-align: center;
}
.submit {
	text-align: center;
}
.img-right {
	float: right;
	margin: 0 10px 0.2em 1em;
	width: 120px;
	border: 1px solid #FFF;
}
.left-align {
	text-align: left;
}
.light-headline {
	color: #192375;
	background-color: transparent;
}
.newsletter {
	padding: 0;
	width: 700px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.newsletter h2 {
	margin-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
}
.newsletter p {
	text-align: center;
}

