@charset "UTF-8";

/**************************************************************
/   STYLESHEET FOR OMEGAChapter.com                           /
/   Designed 2007-2009 Aculade, LLC                           /
/   Copyright (c) 2007,2008,2009 Aculade, LLC.                /
/   All rights reserved.                                      /
**************************************************************/

/********** Clear default spacing to appease browsers **********/
* { margin: 0px; padding: 0px; }


/********** Standard Elements **********/
html {  }
body {
   min-width: 980px;
   padding: 0px;
   background-color: #fff;
   background-image: url("/assets/bg.png");
   background-position: right top;
	font-family: verdana, sans-serif;
   font-size: 14px;
   color: #222;
}
a, a:link, a:visited, a:active {
	outline: none;
   color: #16b7cc;
   text-decoration: underline;
}
/*a:visited { color: #999; } */
a:hover { color: #777; }
a.button {
	display: block;
	width: 300px;
	height: 50px;
	padding-top: 12px;
	font-size: 1.5em;
	line-height: 1.3em;
	text-align: center;
	color: #222;
	text-decoration: none;
	background-image: url('/assets/button.png');
	background-repeat: no-repeat;
}
a img { text-decoration: none; border: none; }
p {
	margin: 1em 0px;
}
h1, h2, h3, h4, h5 { margin-top: 0px; padding-top: 0px; font-weight: normal; }
h1, h2 {
   margin-top: -5px;
	font-family: helvetica, arial, sans-serif;
   font-size: 3em;
   font-weight: bold;
   letter-spacing: -2px;
   line-height: 1.2em;
   text-align: left;
}
h2 {
	font-size: 2.8em;
	font-weight: normal;	
}
h3, .heading {
   margin: 1.5em 0px .5em 0px;
	font-family: 'times new roman', serif;
   font-size: 1.75em;
}
	h3.heading {
		margin-top: 0px;
		margin-bottom: .5em;
		font-size: 1.6em;
		border-bottom: #ddd solid 1px;
	}
h4, h5 {
	font-family: 'times new roman', serif;
   font-size: 1.2em;
   margin: 1em 0px;
}
ul {
	list-style: outside;
	padding-left: 25px;
}
li { }
table .heading { text-align: center; }
table td { text-align: left; }



/********** Pseudo Classes **********/
.left { text-align: left !important; }
.centered { text-align: center; }
div.centered, table.centered { margin-left: auto; margin-right: auto; text-align: inherit !important; }
.right { text-align: right !important; }
.blue { color: #00b9f2; }
.green { color: #5c875f; }
.bold { font-weight: bold !important; }
.italic { font-style: italic !important; }
.underline { text-decoration: underline !important; }
.stress {
	font-style: italic;
	text-decoration: underline;	
}
.top { margin-top: 0px !important; padding-top: 0px !important; }
.no-letter-space { letter-spacing: 0px; }
.clear { clear: both; }
.number {
	font-family: georgia, inherit;
	font-size: 1.35em;
/* Cross out prices when discount */
text-decoration: line-through;
}



/********** Page Element Classes **********/
#header {
	background-color: #413a34;
	color: #eee;
}
	#header_container {
		width: 900px;
		margin: 0px auto;
	}


.nav {
	float: left;
	font-family: helvetica, sans-serif;
	letter-spacing: 1px;
}
	.nav { padding: 0px; }
	.nav li { list-style: none; }
	.nav li {
		float: left;
		margin-right: 20px;
		padding: 0px 24px 0px 0px;
	}
		.nav li a {
			display: block;
			padding: 16px 0px;
			color: #5ceafe;
			border-top: transparent solid 3px;
			text-decoration: none;
		}
		.nav li a.current, .nav a:hover {
			border-top: #5ceafe solid 3px;
		}


#ad_logo {
	float: right;
	margin: 16px 0px 0px;
}
	#ad_logo img { height: 24px; }

	
#box {
	width: auto;
	margin: 0px auto;
	padding: 2em 0px;
	background-color: #afffff;
	border-bottom: #ddd solid 1px;
}
	#box_container {
		width: 900px;
		min-height: 365px;
		margin: 0px auto;
		background-image: url('/assets/box.png');
		background-repeat: no-repeat;
		background-position: top right;
	}
		#box_text {
			width: 420px;
		}
			#box_text h2 {
				margin-bottom: .5em;
			}
			#box_text h3 {
				margin: 1em 0px;
			}


#blurbs {
	margin: 2em auto;
}
	#blurbs .centered { width: 900px; }
	.col_3 {
		float: left;
		width: 279px;
		text-align: left;
	}
	.col_3_1 {
		padding-right: 30px;
	}
	.col_3_3 {
		padding-left: 30px;
	}
	
	h3.icon {
		padding-bottom: 5px;
		letter-spacing: 1px;
		background-repeat: no-repeat;
		background-position: top right;
	}
	.icon_megaphone {
		background-image: url("/assets/news.png");
	}
	.icon_bond {
		background-image: url("/assets/bond.png");
	}
	.icon_share {
		background-image: url("/assets/bird.png");
	}
	
	.icon_info {
		background-image: url("/assets/info.png");
	}
	
	.col_3 h3 { }
	.col_3 p {
		margin-top: 0px;
	}


#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 2em 0px;
}

	#content {
		float: left;
		width: 500px;
	}
		#content h1 {
			padding-bottom: .1em;
			font-size: 2.5em;
			font-weight: normal;
			border-bottom: #ddd solid 1px;
		}
	
	#sidebar {
		float: right;
		width: 350px;
		margin: 0px;
		padding: 0px;
		padding-left: 25px;
	}
		#billboard_frame {
			width: 330px;
			padding: 10px;
			border: #ddd solid 2px;
		}
			#billboard {
				height: 180px;
				overflow: hidden;
			}
			#billboard img {
				display: none;
				margin: auto;
				width: 100%;
            height: auto !important;
			}



.boxed {
	margin: 0px auto;
	padding: 15px;
	width: 910px;
	background-color: #eee;
	border: #ddd solid 1px;
}
.rounded {
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}



#footer {
	margin-bottom: 3em;
}
	#footer p {
		width: 900px;
		margin: 0px auto;
	}
/********** End Page Element Classes **********/



/********** Contact Page Styling **********/
form#email {
	margin: 1em 0px;
	padding: 0px 25px; 
	background-color: #f0f0f0;
	border: #e8e8e8 solid 3px;
}
	#email label {
		display: block;
		font-weight: bold;
		color: #999;
	}
	#email input[type=text], #email textarea {
		width: 96%;
		padding: 3px 6px;
		font-family: verdana, arial, sans-serif;
		font-size: 1.5em;
	   border: #ddd solid 3px;
	   color: #777;
	}
/*** End contact page syling ***/
