/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/

/*Body and Base*/
body { 
	word-wrap: break-word; 
	font-size: 12px; 
	font-family: arial; 
	margin: 0; 
}

a:link {
	color: #CC3333;
	text-decoration: underline;
}
a:visited { }
a:hover {
	color: #000066;
}
a:active { }

/*Basic Structure*/
#header {
	width: 945px;
	height: 179px;
	background-image: url(/images/top-cap.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#headeremail {
	width: 945px;
	height: 179px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#logo {
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	height: 145px;
	width: 548px;
	position: relative;
	left: 0px;
	top: 0px;
}

#navigation { 
}
#wrapper{
	width: 945px;
	margin:0 auto;
	text-align:left;
}

#content-wrap{ 
}

#content{
	background-image: url(/images/content-tile.gif);
	background-repeat: repeat-y;
	width: 945px;
}
#contentemail{

	width: 945px;
margin-left: 140px;
}
#thecontent blockquote {
	margin-top: 5px;
	margin-left: 10px;
}

#footer{
	background-image: url(/images/foot.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 945px;
	font-size: 11px;
	line-height: 47px;
	font-weight: bold;
	color: #FFFFFF;
	
}

#sidebar{
	width: 172px;
	margin-top: 8px;
	margin-left: 8px;
}
#sidebar h1{
	color: #000066;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}
#sidebar a{
	color: #00326B;
	text-decoration: none;
}
#sidebar a:hover{
	color: #CC3333;
	text-decoration: none;
}
#utility{
}
#utility a {
	text-decoration: none;
	color: #CC3333;
}

#utility a:hover {
	text-decoration: none;
	color: #000062;
}
#utility-content{
	width: 240px;
	margin-left: 5px;
	color: #000066;
	position: relative;
	z-index: 5;
}


#thecontent {
word-wrap: break-word; 
	width: 469px !important;
	margin-top: 8px;
	margin-left: 8px;
}
#thecontentemail {
word-wrap: break-word; 
	width: 936px !important;
	margin-top: 8px;
	margin-left: 8px;
        margin-right: 8px;
}

#nav-secondary{
}

#search{
	background-image: url(/images/search.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 59px;
	width: 333px;
	left: 610px;
	top: -145px;
	overflow: hidden;
}
#search #search_form{
	position: relative;
	left: 106px;
	top: 21px;
}

#search #q {
	height: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	font-weight: bold;
	width: 141px;
	position: relative;
	top: 0px;
	left: 2px;
	background: none;
}
#search #button {
	position: relative;
	left: 5px;
	top: 0px;
}


#login{
}


#bug {
	background-image: url(/images/pm_bug.gif);
	display: block;
	height: 51px;
	width: 124px;
}

/*Basic Navigation*/

#navigation a { }
#navigation a:hover { }



/*Blog*/

#theblog {
	}

#theblog a { 
 }

#theblog a:hover {
}

.the_date{
}

.title{
}



/*Forms*/


.field{ 
 }


.regular{
}



.description{
}




h4{
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-style: normal;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
ol {
clear:both;
float:none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:5px;
padding:2px;
}

label {
color:#555555;
font-family:verdana,sans-serif;
font-size:11px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
li.sub-section {
clear:left;
padding:10px 10px;
}

li.form-element dt {
	float:left;
	width: 75px;
}

li.form-element {stylesheet.css (line 580)
clear:both;
padding-top:2px;
}

input.text-input {
	padding:2px;
	border: 1px solid #666666;
}

a.visibility-toggle {
font-size:100%;
}

.submit {
font-family:Arial,sans-serif;
font-size:14px;
font-weight:bold;
letter-spacing:0pt;
margin:5px 0pt 0pt;
}




/* BASE TYPOGRAPHY */
p, ul {
	margin: 0 0 1.5em;
}

h1, h2, h3 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	padding-bottom: .1em;
}

h1 {
	font-size: 196%;
	margin-top:.6em;
}

h2 {
	font-size: 136%
}

h3 {
	font-size: 126%
}


.highlight {
	color:#E17000
}

.subdued {
	color:#999
}



.success {
	color:#390;
	font-weight:bold
}

.caption {
	color:#999;
	font-size:11px
}

.date {
	font: bold 82% arial;color:#bbb;
	display:block;
	letter-spacing: 1px
}

small {
	font-size:11px
}

/*CUSTOM SITE FORMS*/

.loginfields{
}

.loginbutton{
}

/*CUSTOM SITE TYPOGRAPHY*/

.text_head {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000066;
}

.text_sub {
	font-size: 14px;
	font-weight: bold;
	color: #CC3333;
}

.text_date {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.text__location {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.text__description {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#promote {
	margin-top: 25px;
}
#promote table {
	border: 1px solid #3D5693;
}
.promote_bottom {
	font-size: 11px;
	color: #456099;
	background-color: #FFFDD7;
	height: 20px;
}
.add2small {
	font-size: 11px;
	cursor: pointer;
}
.promote_top {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3D5693;
}
td.column1 {
	width: 188px;
}
td.column2 {
	width: 496px;
}
td.column3 {
	width: 260px;
}
#error {
	position: relative;
	height: 50px;
	width: 333px;
	left: 610px;
	top: -145px;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#newsletter_subscribe {
	position: relative;
}
#newsletter_subscribe h1 {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #294A7B;
	margin: 0px;
}
#newsletter_subscribe label {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 2px;
}
#newsletter_subscribe .text-input {
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 10px;
	font-weight: bold;
	width: 180px;
	position: relative;
	top: 0px;
	left: 2px;
	color: #214273;
	background-color: #FFFFFF;
}
#newsletter_subscribe #login {
	height: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	font-weight: bold;
	width: 170px;
	position: relative;
	top: 0px;
	left: 2px;
	background: none;
}
#newsletter_subscribe #password {
	height: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	font-weight: bold;
	width: 170px;
	position: relative;
	top: 0px;
	margin-left: 1px;
	background: none;
	}
#newsletter_subscribe #cmd_submit {
	background-image: url(/images/login-trans.png);
	height: 24px;
	width: 64px;
	background-repeat: no-repeat;
	cursor: finger;
	position: relative;
	left: 0px;
	top: 7px;
	font-size: 0px;
}
