/* 	===================== Begin Drop Down Menu Styles =====================
								Version 1.1
	These styles need to be placed at the top of the style sheet
*/

ul.menu {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	z-index: 500;
}
ul.menu li {
	position: relative;
}
li ul.submenu {
	position: absolute;
	left: 199px;
	top: 0;
	display: none;
}
ul.menu li a {
	display: block;
}
ul.submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
}
ul.submenu li a {}
li.topfix {}
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; }
* html ul.menu li a { height: 1%; }
/* End */

a.menu {
	position: absolute;
	visibility: hide;
}

/* 	===================== End Drop Down Menu Styles ===================== */

body {
	
}


p{
	margin-bottom:11px;
	line-height:18px;

}

div#MainNav {
	position: absolute;
	display: block;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	top: 0px;
	background-color: transparent;
	z-index: 100;
}

table#NavTable {
	position: relative;
	top: 23px;
	float: right;
	/*margin-left: 430px;*/
}


.navdivider{
	padding-left:10px;
	padding-right:10px;
}

.inputtext {

	color:#000000;

}





/* 	========================================================================= */
/* 	===================== Definition Bubble Menu Styles ===================== */
div.bubble {
	position: absolute;
	display: none;
	width: 500px;
	height: auto !important;
	height: 275px;
	min-height: 275px;
}

span#bubbleTop {
	position: relative;
	display: block;
}

span#BubbleContent {
	position: relative;
	display: block;
	height: auto !important;
	height: 229px;
	min-height: 229px;
	background-color: #b4d034;
	padding: 0px 23px;
	font: 14px/21px Arial;
	color: #000000;
	text-align: left;
	letter-spacing: 1px;
}
span#BubbleContent span {
	color: #000000 !important;
}
span#bubbleBottom {
	position: relative;
	display: block;
}
/* 	===================== Definition Bubble Menu Styles ===================== */
/* 	========================================================================= */


/* 	========================================================================= */
/* 	============================== Blog Styles ============================== */
span.BlogDate {
	position: relative;
	display: block;
	width: 81px;
	height: 53px;
	text-align: center;
	padding-left: 2px;
	background: transparent url(/snapblog/images/date-bg.jpg) no-repeat;
	font: 11px/18px Arial;
	color: #ffffff;
}

span.BlogDay {
	font: 30px/30px Arial;
	color: #ffffff;
}

span.BlogItem {
	position: relative;
	display: block;
	margin-top: -53px;
	margin-left: 100px;
	width: 590px;
}

h1.BlogHeading {
	font: 24px Arial;
	color: #ffffff;
	text-decoration: none;
}
h2.BlogHeading a:link, h2.BlogHeading a:visited {
	font: 24px Arial;
	color: #ffffff;
	text-decoration: none;
}

p.BlogAuthor {
	margin: 10px 0px;
	font: 14px Arial;
	color: #b4d035;
}
p.BlogMainBody {
	font: 12px/21px Arial;
	color: #ffffff;
}


img.divider {
	position: relative;
	display: block;
	margin-top: -2px;
}

td.BlogNavigation a:link, td.BlogNavigation a:visited {
	font: 12px/30px Arial;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

span#cqTitle {
	position: relative;
	display: block;
	margin-left: 25px;
}
span#cqDivider {
	position: relative;
	display: block;
	margin-top: -2px;
}
table#cqTable {
	position: relative;
	display: block;
	margin-left: 25px;
}

.inputComment {
	font: 12px Arial;
	color: #666666;
}

/* 	============================== Blog Styles ============================== */
/* 	========================================================================= */