/* Dynamic Drive CSS Liquid Layout #3.3- (Fixed-Fluid-Fixed) etc */

body{
margin:0;
padding:0;
font-size: 12px;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

#logo{
position: absolute;
top: 10px;
left: 30px;
}

#login{
position: fixed; 
top: 0px; 
right: 0px; 
background-color: #C3CCDD;
height: 28px; 
width: 50%;
}

#menu{
position: fixed;
top: 0px;
left: 168px; 
height: 28px;
background-color: #C3CCDD;
}

#menucorner{
position: fixed;
top: 0px;
left: 140px;
}

#mastmiddle{
position: absolute;
top: 75px;
left: 180px;
}

#search{
position: absolute;
top: 40px;
right: 34px;
}

#viewtools{
position: absolute;
top: 110px;
right: 25px;
}

#breadcrumbs1, #breadcrumbs2{
position: absolute;
top: 140px;
background: #eaeef6; 
border-top: 3px solid  #305880;
padding: 5px 0px 5px 10px;
color: #000;
height: 20px;
}

#breadcrumbs1 {
position: absolute;
right: 0px;
width: 98%;
}

#breadcrumbs2{
position: absolute;
left: 0px;
}

#bottomwrapper {margin-top: 173px}

#contentwrapper{
float: left;
width: 100%;
}

#content{
margin: 0 200px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -100%;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
background: #eaeef6 url('/images/corners/grey28sw.gif') no-repeat bottom left;
}

#footer{
clear: both; 
background: #C3CCDD; 
border-top: 3px solid #305880;
height: 50px;	  
padding: 5px 20px 10px 20px;
}

.innertube{
margin: 25px 15px; /*Margins for inner DIV inside each column (to provide padding)*/
}


/* Son of SuckerFish Menu */

#nav a.daddy {
	background: url("/images/icons/orangeright.gif") center right no-repeat;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: #C3CCDD;
	font-size: 13px;
	padding: 0;
	border: solid #C3CCDD;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	color: #305880;
	text-decoration: none;
	padding: 5px 10px;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 11.4em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;       
}

#nav li li {
	padding-right: 1em;
	width: 10em;
}

#nav li ul a {
	width: 10em;
}

#nav li ul ul {
	margin: -1.75em 0 0 11em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #FFF;
}

/* links */

a { 
	color: #294b6d;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #000;
	background-color: inherit;
	text-decoration:underline; 
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif; color: #305880; padding-top: 10px;
}
h1 { font-size: 2em; color: #294b6d; border-bottom: 1px solid #e68200; padding-top: 0px;} 
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

p, h1, h2, h3, h4, h5, h6 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}

/* comment form elements */
#comment {
	margin: 10px; padding: 5px; 
	background: #eaeef6 url('/images/corners/grey14ne.gif') no-repeat top right;
 	border-left: 3px solid  #305880;   
}
#commentlabel {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
#commentinput {
	padding: 2px;
	border:1px solid #C3CCDD;
	font: normal 1em Verdana, sans-serif;
}
#commenttextarea {
	width:450px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #C3CCDD;
	height:100px;
	display:block;
}
input.commentbutton { 
	margin-left: 15px; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #C3CCDD;
	background: #FFF; 
	padding: 2px 0px; 
	color:  #305880;	
}

/*post*/

.post-footer {
	background: #eaeef6 url('/images/corners/grey14ne.gif') no-repeat top right;
	border-left: 3px solid  #305880;   
        padding: 5px 20px; 
        margin: 10px 15px 0px 15px;
	font-size: 90%;	
}

/*box */

.box { 
  background: #FFFFFF; 
}
.boxtop { 
  background: url('/images/corners/white14ne.gif') no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 14px; 
  background: url('/images/corners/white14nw.gif') no-repeat top left; 
}
.boxbottom { 
  background: url('/images/corners/white14se.gif') no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 14px; 
  background: url('/images/corners/white14sw.gif') no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 14px 0px 14px;
}

/* orange border */

.t {background: url(/images/corners/dot1.gif) 0 0 repeat-x;}
.b {background: url(/images/corners/dot1.gif) 0 100% repeat-x}
.l {background: url(/images/corners/dot1.gif) 0 0 repeat-y}
.r {background: url(/images/corners/dot1.gif) 100% 0 repeat-y}
.bl {background: url(/images/corners/bl1.gif) 0 100% no-repeat}
.br {background: url(/images/corners/br1.gif) 100% 100% no-repeat}
.tl {background: url(/images/corners/tl1.gif) 0 0 no-repeat}
.tr {background: url(/images/corners/tr1.gif) 100% 0 no-repeat; padding:10px}

#fineprint {font-size: 11px}

#contentcorner {position: absolute; top: 173px; right: 200px;}

/* HJ Social Bookmarks */

ul.hj_social_bookmarks {
	border: none;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;

}

ul.hj_social_bookmarks li {
	border: none;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

img
{  border-style: none;
}