/*Primary web style sheet for indigomoonsystems.com site
Last Edit: 
*/

/*				Layout
-------------------------------------------------------------
*/

	* {
		margin: 0;
		padding: 0;
		}
	body {
		background: #666699;
		font-family: helvetica, 'lucida sans', verdana, sans-serif;
		}
	p {
		font-size: 90%;
		color: grey;
		padding: 1% 0;
		}
	p.blog {
		color: black;
		font-size: 100%;
		}
	ul {
		font-size: 90%;
		color: grey;
		margin: 1% 5%;
		}
	ul.large {
		font-size: 110%;
		color: #000066;
		margin: 2% 5%;
		}
	H1 {
	color: #000066;
	font-family: 'lucida bright', verdana, sans-serif;
	padding: 1% 0% 1% 0%;
	}
	H2,
	H5,
	H6 {
		color: #000066;
		font-family: 'lucida bright', verdana, sans-serif;
		border-bottom: solid #FFCC00 2px;
		padding: 1% 0% 1% 0%;
		}
	H3,
	H4 {
		color: #FFCC00;
		}
	H4.popdown {
		text-decoration: underline;
		color: #000099;
		}
	H4.menu_text {
		color: #FFFFFF;
		border: 0px;
		}
	.top_title {
		background-image: url("images/top_bg.jpg");
		background-repeat: repeat-x;
		height: 100px;
		}
	.menu_bar {
		background-image: url("images/menu_bar.jpg");
		background-repeat: repeat-x;
		height: 80px;
		padding: 1% 3% 1% 3%;
		}
	.title_block {
		margin: 3% 3% 0;
		padding: 1% 2% 0;
		}
	.main_block {
		background: #FFFFFF url("images/top_bg.jpg") repeat-x;
		margin: 3 3% 3%;
		padding: 0 2% 2%;
		border-top: solid #FFCC00 2px;
		}
	.quoteright {
		float: right;
		position: relative;
		text-align: center;
		border-left: solid #FFCC00 2px;
		width: 120px;
		margin: 5px;
		padding: 20px 10px;
		}
	
			/*Links
--------------------------------------------------
*/		

	a {
		text-decoration: underline;
		color: #000066;
		}
	a.menu {
		text-decoration: none;		
		font-weight: bold;
		font-size: 80%;
		}
		a.menu:link {
		color: #6666CC; 
		}
		a.menu:visited {
		color: #6666CC; 
		}
		a.menu:hover {
		color: #000066; 
		}
	a.head {
		text-decoration: none;
		font-weight: bold;
		font-size: 100%;
		}	
		a.head:link {
		color: #CC9900; 
		text-decoration: underline;
		}		a.head:visited{
		color: #CC9900; 
		text-decoration: underline;
		}
		a.head:hover {
		color: #000066;
		}
	a.title {
		font-family: verdana;
		font-size: 200%;
		text-decoration: none;
		color:#000066;
		}