* { margin: 0; padding: 0; }

body {
color: #444;
background: url(bg.png) top repeat-x #FFF;
font-family: georgia, times, times new roman, serif; 
font-size: 13px;
line-height: 20px;
margin-bottom: 20px; 
min-width: 940px;
}

p { padding: 0px 0px 16px 0px; }

a:link { color: #006699; font-weight: bold; }
a:visited { color: #006699; font-weight: bold; }
a:hover { color: #0099cc; font-weight: bold; }
a:active { color: #006699; text-decoration: none; font-weight: bold; }

h1 { color: #cc6600; font-family: helvetica neue, arial, sans; font-size: 24px; line-height: auto; margin-bottom: 1em }

h2 { color: #663300; font-family: helvetica neue, arial, sans; font-size: 18px; margin-bottom: .75em; }

h3 { color: #663300; font-family: helvetica neue, arial, sans; font-size: 13px; text-transform: uppercase;  }

h4 { font-family: arial, sans; font-size: 12px; text-transform: uppercase; }

img { border: 0; }

img.left { float: left; padding: 2px; margin: 0px 5px 0px 0px; }
img.right { float: right; padding: 2px; margin: 0px 0px 0px 5px; }
img.center { margin-left: auto; margin-right: auto; }

blockquote {
font-size: 12px; 
padding: 0px 20px 0px 20px; 
}

code { color: #ff3300; font: courier new 11px; }

ol {
padding: 0 20px 16px 40px;
}

li { line-height: 20px; margin-bottom: 5px; }

select { font-size: 11px; width: 200px; border: 1px solid #999; background-color: #fff; }

#remember input { padding-right: 10px; }

ul, ol {
margin: 0 14px 14px 14px;
}

/*----------------------------------------------------------------------- 
   Layout styles
 ------------------------------------------------------------------------ */

#masthead {
width: 942px;
height: 121px;
background: url(masthead.jpg) no-repeat;
margin: 0 auto 0 auto;
}


#panel {
float: left;
width: 340px;
padding: 15px 15px 0px 15px;
}


#frame {
width: 900px;
background-color: #FFF;
text-align: left; 
margin: 0 auto 0 auto;
padding: 20px; 
}

#welcome {
width: 900px;
height: 123px;
background: url(bg_welcome.jpg) no-repeat;
margin-bottom: 20px; 
}

#welcome h1 { color: #663300; padding: 15px 15px 5px 15px; }

#welcome p { font: 12px arial; line-height: 18px; padding: 0 550px 15px 15px; }

#front-left {
float: left;
width: 500px;
background: url(bg_blog_front.jpg) no-repeat;
padding: 10px 15px 15px 15px;
margin: 0px 20px 0px 0px;
}


#front-left h2 { padding-bottom: 5px; line-height: 22px; }

#front-right {
float: left;
width: 320px;
margin: 0;
}

#profile-menu ul {
font: 12px arial;
list-style-image: url(member_caret.gif);
list-style-type: bullet; 
margin: 3px 0 10px 0px;
padding: 0 0 0 18px;
}

#profile-menu li {
line-height: 18px;
margin: 0; 
padding: 0 0 3px 0;
}


#col-content {
float: left;
width: 519px;
padding: 0px 20px 20px 20px;
margin-right: 10px;
border-left: 1px dotted #ccc; 
}

#col-content h1 { margin-bottom: 20px; }

#col-content h4 { text-transform: uppercase; }

#col-content-wide {
float: left;
width: 900px;
}

#col-content-semiwide {
float: left;
width: 689px;
padding: 0px 20px 20px 20px;
border-left: 1px dotted #ccc; 
}

#col-two {
float: left;
width: 140px;
padding: 10px;
}

.col-two {
float: left;
width: 180px;
}

#blog {
width: 900px;
background: url(bg_blog.png) no-repeat;
}

.blog-rsslink {
float: right;
margin: 20px 20px 0px 0px; 
}

#blog-left {
float: left;
width: 605px;
padding: 15px;
margin: 10px 10px 0px 0px; 
}

.blog-date {
float: left;
width: 125px;
padding: 0 15px 15px 15px;
}

.blog-post {
float: left;
width: 420px;
padding: 0px 0px 0px 15px;
}

.blog-post ul {
padding: 0px 0px 10px 18px;
}

.blog-post h2 { padding-bottom: 5px; line-height: 18px; }

#blog-sidebar {
float: left;
width: 225px;
font: 13px arial;
line-height: 18px;
padding: 15px;
margin-top: 16px;
}

#blog-sidebar h4 { margin-bottom: 3px; }

#blog-sidebar ul {
list-style: none;
margin: -10px 0px 16px 0px;
}


#footer {
width: 940px;
font: 11px arial;
line-height: 16px;   
border-top: 5px solid #153749;
margin: 0px auto 0 auto; 
}

.footer-left {
width: 550px;
}

a.footer {
float: left;
width: 79px;
color: #cc6600;
border-left: 1px solid #CCC;
padding: 3px 5px 3px 10px;
margin: 5px 0px 0px 0px;
}

a.footer-noside {
float: left;
width: 80px;
color: #cc6600;
padding: 3px 5px 3px 10px;
margin: 5px 0px 0px 0px;
}

.footer-right {
float: right; 
width: 350px;
padding: 10px; 
}

fieldset { border: 1px solid #ccc; margin: 10px 0px 16px 0px; padding: 10px; }

select { padding: 2px; font: 12px arial; }

select.search { width: 250px; font: 12px arial; padding: 2px; }


/*----------------------------------------------------------------------- 
   Table styles
 ------------------------------------------------------------------------ */


table.tableborder, table.tableBorder {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.tableborder th, .tableborder td {
	padding:		10px;
	border-bottom: 	1px solid #ccc;
	font: 12px arial; 
}

th {
	color:			#fff;
	font: 			13px arial;
	font-weight: 	bold;
	background-color: #96917c;
	padding:		10px;
}

table.noborder {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	font: 13px arial; 
}


/*----------------------------------------------------------------------- 
   Nav styles
 ------------------------------------------------------------------------ */

#nav {
width: 942px;
height: 39px;
background: url(nav_new.png);
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
top: 0px;
margin: 0 auto 0 auto;
}

#nav span { display: none; }

#nav li { margin: 0px; padding: 0px; list-style: none; position: absolute; top: 0px; }

#nav li, #nav a { height: 39px; display: block; }
#nav1 { left: 0px; width: 157px; }
#nav2 { left: 157px; width: 157px; }
#nav3 { left: 314px; width: 157px; }
#nav4 { left: 471px; width: 157px; }
#nav5 { left: 626px; width: 157px; }
#nav6 { left: 785px; width: 157px; }

#nav1 a:hover { background: transparent url(nav_new.png) 0px -39px no-repeat;}
#nav2 a:hover { background: transparent url(nav_new.png) -157px -39px no-repeat;}
#nav3 a:hover { background: transparent url(nav_new.png) -314px -39px no-repeat;}
#nav4 a:hover { background: transparent url(nav_new.png) -471px -39px no-repeat;}
#nav5 a:hover { background: transparent url(nav_new.png) -626px -39px no-repeat;}
#nav6 a:hover { background: transparent url(nav_new.png) -785px -39px no-repeat;}



/*----------------------------------------------------------------------- 
   Classes
 ------------------------------------------------------------------------ */

.xs { font-size: 10px; }
.s, .note_link_back { font-size: 11px; line-height: 16px; }
.m { font-size: 12px; }

.b { font-weight: bold; }

.sans { font-family: arial; }

.quote { color: #999; font: bold 18px arial; margin-top: 60px; }

.dotted { clear: both; height: 1px; background: url(dotted_rule.gif) repeat-x 0 50%; margin-bottom: 10px; }


.up { text-transform: uppercase; }
.rss { color: #f60; line-height: 26px; }

.search { width: 160px; padding: 1px; font-family: georgia, times new roman, serif; font-size: 11px; }

.light-grey { color: #777; }
.label { color: #663300; }

.permalink { font: 11px arial; text-transform: uppercase; }

a.continue { background: url(icon_continue.gif) no-repeat 0 50%; padding-left: 15px; margin-right: 20px; }
a.comment { background: url(icon_comment.gif) no-repeat 0 50%; padding-left: 15px;}

.red { color: #cc0000; }





/*----------------------------------------------------------------------- 
   Forums (community) 
  ------------------------------------------------------------------------ */
 
#frame-forum {
width: 900px;
background-color: #FFF;
text-align: left; 
margin: 0 auto 0 auto;
padding: 20px; 
}


 
 /* Classes */
 
 .tableHeading { color: #663300; font-size: 18px; font-family: helvetica neue, helvetica, arial; font-weight: bold; }
 .tableRowHeadingBold, .itempad { font-size: 13px; font-family: arial; font-weight: bold; }
 .forumName, .topicTitle { font-size: 16px; font-family: helvetica neue, helvetica, arial; font-weight: bold; }
 
 .topicTitle a { color: #cc6600; }
 
 .smallLinks { font-size: 11px; font-family: arial; font-weight: bold; }
 
.defaultBold { font-weight: bold; }
td.tableRowHeadingBold { color: #2e5467; font-size: 16px; font-family: arial; font-weight: bold; }

.action  {
line-height: 18px;
background: url(subnav_caret.gif) no-repeat 0 50%;
padding: 0 0 0 17px;
margin: 0;
}

.paginate a { margin-right: 10px;}

.paginateCur { margin-right: 10px;}

/* Blockquotes */
blockquote
{ display:block; margin:10px 20px; color:#B08D34;  letter-spacing:1.5px; border-style: solid; border-color: #5B6F49; border-width: 4px 0; padding: 10px 0; width:250px; float:right}
blockquote p
{font-weight:bold; color:#B08D34; line-height:1.75em }
blockquote cite, blockquote p.whosays 
{ display:block; margin:0; text-align:right; color:#666; font-size:90%; font-weight:normal}
#sidebar blockquote p
{font-size: 1.25em}



