* {
	margin:0;
	padding:0;
	}

body {
	font-family:Arial, Helvetica, Sans Serif;
	font-size:50%;
	background:#eee;
	}

#everything {
	font-size:125%;
	color:#000;
	width:953px;
	padding:0 10px 10px 10px;
	margin:0 auto;
	background:#fff;
	}
	
a:link,
a:visited,
a:hover,
a:active {
	color:#0078C1;
	text-decoration:underline;
	}

#commonHeader {
	width:953px;
	height:117px;
	}

#commonHeader #logo {
	width:187px;
	float:left;
	display:inline;
	}

#commonHeader #logo a img {
	border:0;
	padding:12px 0 12px 0;
	}

#commonHeader #commonLinks {
	float:left;
	display:inline;
	width:766px;
	padding-top:46px;
	text-align:right;
	font-size:1.1em;
	}

#commonHeader #commonLinks a {
	margin-right:5px;
	}

#commonHeader #commonLinks img {
	border:0;
	vertical-align:middle;
	margin-right:5px;
	}

#commonHeader #commonLinks a {
	vertical-align:bottom;
	}

#commonHeader #commonLinks a:link,
#commonHeader #commonLinks a:visited {
	color:#999;
	text-decoration:none;
	}

#commonHeader #commonLinks a:hover,
#commonHeader #commonLinks a:active {
	color:#00537C;
	text-decoration:none;
	}

#commonHeader #headerContact p {
	float:left;
	display:inline;
	width:570px;
	margin:18px 5px 0 5px;
	color:#00537C;
	font-size:1.3em;
	text-align:center;
	}

#commonHeader #headerContact a {
	color:#00537C;
	text-decoration:none;
}

#commonHeader #search {
	float:left;
	display:inline;
	width:186px;
	margin-top:17px;
	text-align:right;
	}

#commonHeader #search img {
	border:0;
	}

#commonHeader #search label {
	display:none;
	}

#commonHeader #search input {
	font-size:1em;
	padding:2px 3px;
	border:1px solid #999;
	background:url(../images/input_bg.gif) 0 0 repeat-x #fff;
	margin-right:5px;
	width:140px !important;
	height:14px !important;
	}

#main {

	}
	
#footer {
	clear:both;
	}

#footer #footerLinks {
	float:left;
	display:inline;
	margin:0 0 0 192px;
	width:575px;
	}

#footer #footerLinks ul {
	list-style:none;
	}

#footer #footerLinks a {
	float:left;
	display:inline;
	width:186px;
	padding:3px 0;
	margin:5px 5px 5px 0;
	text-align:center;
	}

#footer #footerLinks a:link,
#footer #footerLinks a:visited {
	color:#00537C;
	font-size:1.1em;
	text-decoration:none;
	background:url(../images/footer_link_bg_off.gif) 0 0 repeat-x;
	}

#footer #footerLinks a:hover,
#footer #footerLinks a:active {
	background:url(../images/footer_link_bg_on.gif) 0 0 repeat-x;
	}

#footer #footerContact p {
	clear:both;
	width:953px;
	padding:5px 0 10px 0;
	color:#00537C;
	font-size:1.3em;
	text-align:center;
	margin:0;
}

#footer #footerContact a {
	color:#00537C;
	text-decoration:none;
}

#footerNav1,
#footerNav2 {
	color:#999;
	font-size:1.1em;
	text-align:center;
	padding:0 0 8px 0;
	}

#footerNav1 a,
#footerNav2 a {
	color:#999;
	text-decoration:none;
	}

#footerNav1 a:hover,
#footerNav1 a:active,
#footerNav2 a:hover,
#footerNav2 a:active {
	color:#999;
	text-decoration:underline;
	}
	
.clear {
	clear:both;
	}
	
.highlight {
	color:#00aeef;
	}

/* Styles for UserPoll */

.userPoll table {
	border:0 !important;
	width:100% !important;
	}

.userPoll table table {
	border:0 !important;
	width:auto !important;
	margin-top:-4px;
	}

.userPoll table tr td {
	padding:1px 7px 2px 7px;
	}

.userPoll table tr td table tr td {
	padding:0;
	}

.userPoll span {
	color:#fff;
	font-size:1.2em;
	}

.userPoll label {
	margin-left:5px;
	}

.userPoll table tr td input {
	position:relative;
	top:-30px;
	right:-2px;
	}

.userPoll table tr td table tr td input {
	top:2px;
	right:0;
	}
/* Blogging Plugin  Styles */
.BloggingAboutBox
{
                padding: 10px;
}

.BloggingAboutBox A
{
                display: block;
}

.RSSFeedLink
{
                float:right;
                margin-top: -30px;
                margin-right: 5px;
}

.BlogItem
{
                margin-bottom: 30px;
}

.BlogItem .CreatedDate
{
                font-size: x-large;
                color: navy;
                border-bottom: 1px dashed navy;
                padding-bottom: 10px;
                margin-bottom: 10px;
}

.BlogItem h1.Title
{
                font-size: large;
}

.BlogItem .Content
{
                margin-bottom: 10px;
}

.CommentItem
{
                border-bottom: 1px lightgrey dashed;
                padding-bottom: 10px;
                margin-bottom: 10px;
}

.CommentItem .Title
{
                font-weight: bold;
                margin-bottom: 5px;
}

.CommentItem .MetaData
{
                font-style: italic;
                color: gray;
                margin-bottom: 10px;
}

.CommentItem .Content
{
                margin-bottom: 10px;
}

.CommentItem .CreatedDate
{
                font-weight: bold;
}




/* New comment form layout */
.BlogEntryNewCommentForm fieldset {
  margin-bottom: 10px;
}
.BlogEntryNewCommentForm legend {
                padding: 0 2px;
                font-weight: bold;
                _margin: 0 -7px; /* IE Win */
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

.BlogEntryNewCommentForm fieldset ol, 
.BlogEntryNewCommentForm fieldset ul 
{
  margin: 0;
  padding: 0;
}


.BlogEntryNewCommentForm fieldset li {
  list-style: none;
  list-style-image: none;
  padding: 5px;
  margin: 0;
  clear: both;
  border: 0;
}

.BlogEntryNewCommentForm fieldset li input,
.BlogEntryNewCommentForm fieldset li textarea
{
  width: 350px;
}

.BlogEntryNewCommentForm fieldset li div.captcha
{        
    line-height: 1.8em;    
    margin-bottom: 5px;
    float: left;    
}

.BlogEntryNewCommentForm fieldset label, .captchaLabel
{
    width: 120px; /* Width of labels */
    vertical-align:top;
    line-height: 1.8em;
    float: left;
    margin-right: 5px;
}

.BlogEntryNewCommentForm fieldset li div.captcha img 
{
    margin-bottom: 2px;
}

/* Form styles */
                
.BlogEntryNewCommentForm legend { padding-left: 0; color: #333; }

.BlogEntryNewCommentForm fieldset {
                border: none;
                /*border-top: 1px solid #C9DCA6;*/
                }
                                
.BlogEntryNewCommentForm fieldset li {
                padding: 5px 10px 7px;
                border-top: 1px solid #C9DCA6;
                }

/* End blogging styles */

/* Rss Feed Styles */
UL.rssFeed		{list-style:none; margin:0px; margin-bottom:20px; width:40em;}
UL.rssFeed LI		{margin-bottom:.75em;}
UL.rssFeed A		{font-size:120%; font-weight:bold;}
Ul.rssFeed .desc	{margin-bottom:.2em;}
Ul.rssFeed .meta	{}
