/* CSS for FROG Consulting */

/* body */

body {
		margin: 0;
		padding: 0;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		background-color: #ffffee;
		}
		
/* Banner across the top of page that shows the logo */
#main-title {
				margin-bottom: 15px;
				margin-top: 15px;
				margin-left: 190px;
				margin-right: 220px;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 5px;
				padding-right: 5px;
				background-color: #ffffee;
				color: #000000;
				font-weight: bold;
				font-size: 1em;
				letter-spacing: 5px;
				text-align: center;
				}
				
/* Styles for main content of the page */

#main-text {
			margin-top: 10px;
			margin-bottom: 10px;
			margin-left: 190px;
			margin-right: 220px;
			background-color: #ffffee;
			color: #000000;
			}

#box {
		float: right;
		width: 30%;
		border: 2px solid #000066;
		margin: .7em;
		padding: .5em;
		color: #000000;
		background-color: #ffffcc;
		text-align: right;
		font-style: italic;
		font-size: .8em;
		font-weight: bold;
		}

#box2  {
		float: left;
		width: 90%;
		border: 2px solid #000066;
		margin: .7em;
		padding: .5em;
		color: #000000;
		background-color: #ffffcc;
		font-size: .8em;
		text-align: left;
		}		
		
#box3	{
			float: left;
			width: 100%;
			border-color: #FF0000;
			border-style: groove;
			border-width: 5px;
			padding .5em;
			padding-top: 1em;
			background-color: #fff;
			color: #FF0000;
			font-size: 1em;
			text-align: center;
			}
		


h1 		{
			margin-top: 0;
			margin-bottom: 15px;
			margin-left: 0;
			margin-right: 0;
			font-size: 1.1em;
			color:#ffffcc;
			background-color: #006666;
			display: block;
			padding-bottom: 5px;
			padding-top: 5px;
			padding-left: 10px;
			padding-right: 0;
			font-weight: bold;
			font-variant: small-caps;
			}

h2 		{
			margin-top: 0;
			margin-bottom: 15px;
			margin-left: 0;
			margin-right: 0;
			padding: 0;
			font-size: 1.5em;
			font-style: italic;
			color: #FF0000;
			font-weight: bold;
		}

p, ul, ol, table {
					margin-top: 0;
					margin-bottom: 17px;
					margin-left: 0;
					margin-right: 0;
					font-size: 1em;
					line-height: 1.1em;
					list-style-image: url(images/favicon2.ico);
					}

ol, ul {
			margin-left: 25px;
			}

pre {
		font-family: monospaced;
		}

a:link, a:visited {
					color: #000000;
					text-decoration: none;

					}

a:hover {
			color: #000000;
			font-weight: bold;
			font-size: 1.25em;
			text-decoration: none;
}

/* Styles for the navbar on the left side. */

#left-menu {
			position: absolute;
			top: 150px;
			left: 0;
			margin: 20px;
			width: 150px;
			background-color: #ffffee;
			}

#left-menu p {
				border-bottom: 2px #006666 solid;
				text-align: right;
				line-height: 20px;
				font-size: .8em;
				padding-bottom: 7px;
				padding-top: 7px;
				margin-bottom: 0;
				}

#left-menu a:link, #left-menu a:visited {
				color: #000000;
				}

#left-menu a:hover, #left-menu a.current {
				color: #ffffcc;
				background-color: #006666;
				padding-left: 2px;
				padding-right: 2px;
				text-decoration: none;
				font-size: 1.5em;
				font-weight: bold;
				}

/* Styles for the pullquote on the right side. */

#right-column {
				position: absolute;
				top: 160px;
				right: 0;
				margin: 20px;
				width: 170px;
				background-color: #ffffee;
				}

#right-column p {
				line-height: 1.25em;
				font-size: 1em;
				}

#right-column strong {
				color: #000066;
				font-style: italic;
}
#right-column a:link, #right-column a:visited {
				color: #000066;
				text-decoration: none;
				font-size: 1em;
				}

#right-column a:hover, #right-column a.current {
				color: #000066;
				text-decoration: none;
				font-size: 1.25em;
				font-weight: bold;
				}

/* Styles for the footer at the bottom of the page */

#footer {
				text-align: center;
				background-color: #ffffee;
				color: #000000;
				margin-bottom: 0;
				margin-left: 190px;
				margin-right: 220px;
				padding-top: 15px;
				padding-bottom: 15px;
				font-size: 1em;
				border-top: 5px #006666 solid; 
				}

#footer a:link, #footer a:visited {
				color: #000000;
				}

#footer a:hover {
				color: #000000;
				font-size: 1.25em;
				font-weight: bold;
				text-decoration: none;
				}

