
/* the basics ********************************************************************/

body {

	background-color: #1b1b1b;
	background-image: url(../images/backdrop.gif);
	background-repeat: repeat-x;
	color: #f7f7f7;
	font-family: Calibri, sans-serif;
	font-size: 100.01%;
	margin: 0;
	min-width: 900px;
	padding: 0;
	text-align: center;
}

/* main content wrapper **********************************************************/

#container {

	background-color: #1b1b1b;
	border: 0;
	margin: 0px auto;
	padding: 0px;
	text-align: justify;
   	width: 900px;
	w\idth: 898px	
}

/* social media marketing ********************************************************/

#SSM {
	background-color:#f7f7f7;
	border-bottom: 1px solid #e8e8e8;
	height: 36px;
	margin: 0;
}

#SSM img {

	float:right;
	border:1px solid #333;
	margin:4px 5px 3px 0;
}

/* header graphic or logo ********************************************************/

#banner {

        background: url('../images/banner.gif?<%response.write(time())%>') no-repeat;
	background-color: #e8e8e8;
	height: 180px;
	margin: 0
}

#top-nav {

	background-color:#000;
	border: 1px solid #ccc;
	border-left:0;
	border-right:0;
	float:left;
	margin-bottom: 20px;
	margin-left: 0px;
        margin-top: 0px;
        padding: 0 0 0 0;
	width: 898px;
}

#top-nav ul {

	border: 0px none;
       	float: left;
	margin: 0;
        padding: 0;
	width: 100%;
	list-style-type:none
}

#top-nav ul li {

        float: left;
        margin: 0;
        padding: 0;
}

#top-nav a, #mainmenu a:visited {

	border:0;
	border-right: 1px solid #666;
	color: #ccff00;
        display: block;
	font-size: 16px;
	font-weight:bold;
	letter-spacing:1px;
	line-height: 2.4;
        margin: 0;
        text-decoration: none;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:4px;
	text-transform:uppercase;
}

#top-nav a:hover {

        border-top: 0;
	text-decoration:underline;
}

/* content columns with divs *****************************************************/

#main_content {

	border: 0;
  	float: left;
  	padding: 3px;
	margin-bottom: 25px;
	margin-left: 10px !important;
  	margin-left: 4px;
	text-align: left;
	width: 530px;
}

/* right col *********************************************************************/

#col {

	border-left: 0;
  	float: right;
  	margin-right: 10px !important;
  	margin-right: 10px;
  	text-align: left;
	width: 300px;
	margin-left:0 !important;
	margin-bottom: 25px;
	padding-left:5px;
	padding-right:0;
	padding-top:3px;
	padding-bottom:0
}

#col h2 {

	border-bottom:0;
}

#col img {

	margin-left:10px;
}

/* data entry form styling *******************************************************/

#col fieldset {

	border: 0;
	clear: all;
	margin: 0;
	padding: 0;
}

#col fieldset label {
		
	clear: left;
	color: #000;
	display: block;
	float: left;
	font-size: 80%;
	font-weight: bold;
	margin: 4px 26px 4px 0;
	text-align: left;
	width: 100px;
}


#col fieldset label.checkbox {

	color: #000;
	display: block;
	float: left;
	font-size: 90%;
	font-weight: normal;
	margin: 13px 0 4px 0;
	width: auto;
}

#col fieldset input {

	border:2px solid #ccff00;
	color: #000;
	float: left;
	font-size: 110%;
	margin: 4px 0 4px 0;
	padding: 1px;
	width: 192px;
}

#col fieldset input.checkbox {

	border: 1px solid #000;
	color: #000;
	float: left;
	font-size: 110%;
	margin: 13px 5px 4px 0;
	width: auto;
}

#col fieldset input.submitbutton {

	background: #000000;
	clear: both;
	color: #fff;
	float: left;
	font-size: 70%;
	margin: 10px 6px 0 0;
	padding: 4px;
	width: 80px;
}

#col fieldset textarea {

	border:2px solid #ccff00;
	color: #000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin: 4px 0 4px 0;
	padding: 1px;
	width:260px;
}

/* generic html tag styling ******************************************************/

h1, h2, h3 {

	color:#f0f0f0;
	font-family:georgia;
	padding:10px;
	text-align:left;
}

h1 {
	color:#e8e8e8;
	font-size:180%;
	margin-top:0px;
}

h2 {
	border-bottom:1px dotted #ccc;
	font-size:140%;
	margin-top:0px;
}

h3 {

	font-size: 120%;
}

p {

	font-size: 105%;
	line-height: 1.5;
	padding:10px;
}

#main_content ol li {

	font-size: 80%;
	line-height: 1.5;
}

#main_content ul li {

	font-size: 100%;
	line-height: 1.5;
}

#col ul li {

	font-size: 100%;
	font-weight: bold;
	line-height: 2;
	list-style-type: none;
	margin-left: -30px;
}



/* hyperlinks - color and text dec ***********************************************/

a:link, a:active, a:visited, a:hover {

	color:#ccff00;
	text-decoration:underline;
}



/* images - borders, padding, margins and float **********************************/

.image_right {

	border: 1px solid #666;
	float: right;
	margin: 4px 0px 6px 10px;
	padding: 4px;
}

.image_left {

	border: 1px solid #666;
	float: left;
	margin: 0px 10px 0px 0px;
}

.img {
	
	border: 1px solid #666;
	padding: 4px;
}

/* footer - copyright and contact details ****************************************/

#footer {

	clear: both;
	font-size: 85%;
	height: 100%;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

#footer p {

	color: #f7f7f7;
	font-size: 95%;
	margin-bottom: 0px;
	padding: 4px 4px 4px 10px;
	text-decoration: none;
	
}

#footer a {

	color: #ccff00;
	text-decoration: underline;
}

#footer a:hover,
#footer a:focus {

	text-decoration: underline;
}