/* ---------------------- */
/* STYLESHEET FOR BOMBCMS */
/* ---------------------- */

/* GENERAL PAGE ELEMENTS */

html { min-height: 101%; margin: 0; }

body {
	height: 100%;	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;	font-size: 15px;
	margin: 0;	padding: 0;	text-align: justify; 
	background: #fff;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: gray;
}

a:hover {
	text-decoration: underline;
	color: black;
}

table {
	font-size: 12px;
	margin: 0 auto;
	border: 0;
	border-collapse: collapse;
	width: 90%;
	table-layout: auto;
}

td {
	margin-right: 5px;
	padding: 2px;
	text-align: left;
}

th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid gray;
	padding: 0 5px;
}

img {
	margin: 10px;
}

img.border {	border: 1px solid black;	padding: 4px;	margin: 0;}

img.alignright {
	float:right;
	margin: 0 0 0 10px;
}

img.alignleft {
	float:left;
	margin: 0 10px 0 0;
}

li {
		margin-bottom: 10px;
}

ul {
		margin-right: 40px;
		margin-left: 0;
		list-style: disc url(http://static.bombcircle.net/common/greenstar.png) outside;
	}
	
h1 {
		margin: 0;
		margin-bottom: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 42px;
		letter-spacing: -2px;
		text-align:left;
	}
	
h2 {
		margin: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		text-align:left;
	}
	
h3 {
		margin: 10px 0;
	}
	
p {
		margin: 10px 0px;
		line-height: 1.3;
	}


/* PAGE SECTIONS */

 
#content {
	margin: 0 auto auto 50px;
	width: 800px;
	min-height: 100%;
	padding: 0;
	background: white url(http://static.bombcircle.net/common/header.jpg) no-repeat top left;
}

#header {
	height: 210px;
	border: 0;
	margin: 0;
}	

#menu {
	padding: 20px 0;
	width: 180px;
	background: transparent;
	margin: 0;
	float: right;
	min-height: 100%;

	}

#pages {
	width: 495px;
	text-align: justify;
	background: transparent;
	margin: 0;
	margin-left: 65px;
	padding: 0 25px;
	min-height: 500px;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
}

#footer {
	width: 495px;
	color:gray;
	text-align: center;
	padding: 20px 25px 0 25px ;
	margin-left:65px;
	font-size: 9px;
}

#footer a {
	color: white;
}

/* STRUCTURE DIVS */

/* Menu */#menu li {	list-style-type: none;
	list-style: none;
	margin: 0;}#menu ul, ol {
	list-style: none;
	list-style-image: none;	margin: 0;	padding: 0;
	text-align: left;	}#menu a {	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;	color: black;	margin: 0;	padding: 0px 10px;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 22px;
	}#menu a.current {
	color: #f8292f;
    font-weight: normal;

    }
    
#menu a:hover {
	/*margin-left: -5px;*/
	color: #f8292f;
    }
    
#menu a.scrollover {
      /* Default Colour/Styles here */
      color: black;
      text-decoration: none;
      font-weight: normal;
      margin-bottom:20px;
   }
#menu a.scrollover em:first-line {
      /* Rollover Colour/Styles here */
      color: #f8292f;
   }

.box {
	background: #DFFFBF;
	padding: 10px 10px;
	margin: 30px -25px;
	border-top: 1px solid #a5cc7a;
	border-bottom: 1px solid #a5cc7a;
	height: 180px;

}

.box p {
	margin: 10px 10px;
	font-size: 12px;
}

.box h2 {
	border-bottom: 0;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

.box img {
	padding: 4px;
	border: 0;
}

.box input {
	width: 100%;
	border: 1px solid gray;
}

blockquote {
	margin: 0 auto;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.quotes {
	width: 100%;
	margin: 0 auto;
}

.quotes blockquote {
	margin-top: 30px;
	font-style: italic;
	background: transparent url(http://static.bombcircle.net/content/images/leftquote.png) left top no-repeat;
}

.quotes blockquote div {
	padding: 0 50px;  	background: transparent url(http://static.bombcircle.net/content/images/rightquote.png) right bottom no-repeat;
}

.quotes .source {
	margin-top: 10px;
	font-style: italic;
	text-align: right;
	font-size: 10px;
	margin-right: 50px;
}
