@charset "utf-8";
/* CSS Document */
/* 
The grey: CCCCCC
Almost black text: 1A1A1A
Light grey: d7d7d7

*/

body {
	background-color: #ffe140;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, sans-serif;
	font-size: .9em;
	letter-spacing: 0px;
}
a {outline:none;}
a img {border:none;}

hr {
	color: #8b0f05;
	height: 4px;
	background-color:  #8b0f04;
	margin-bottom: 0px;
	padding: 0px;
	border: none;
}

.redTopBorder{
	border-top: 4px solid #8B0f04;
	
}

h3 {
 font-size: 1.3em;
 /*font-weight:bold;*/
 color:#737373;
 padding-top:12px;
}

h4 {
 font-size: 1em;
 padding-top:12px;
}


a, a:link, a:visited{
	text-decoration: none;
	color: #8b0f04;
}

a:hover {
	text-decoration: none;
	color: #8b0f04;
}


#hrdashed {
	color: #d7d7d7; 
	background-color: #d7d7d7; 
	border: 1px dashed;
	border-bottom-color: #737373;
	outline-width: thick;
}

#verticalHr {
	color: #d7d7d7; 
	background-color: #d7d7d7; 
	border: 2px dotted;
	border-left-color: #737373;
	outline-width: thick;
	height: 100px;
	width: 2px;
}

#boxdotted {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #737373;
	border-left-style: dotted;
	border-left-width: 2px;
	border-left-color: #737373;
	background-color: #b9b9b9;
	margin:0px;
	padding: 0px;
}


#menudotted {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #737373;
	border-left-style: dotted;
	border-left-width: 2px;
	border-left-color: #737373;
}

#menuitem {
	font-size: 1.15em;
	right:50px;
}

#main {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 770px;
	background-color: #303030;
	padding: 0px;
	border-width:0px;
	border-style:solid;
}

#navBar {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
	margin-bottom: 25px;
}


#navLeft {
	float: left;
}

#navRight {
	float: right;
	padding-top:27px;
}

#mainContent {
	width: 720px;
	margin-top:25px;
	margin-left: 25px;
	margin-right: 25px;
	font-family: Verdana, sans-serif;
	font-size: .8em;
	letter-spacing: 0px;
	text-align: left;
}

#content {
	margin:0;
}

#homeQuote {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#mainLeft {
	width: 455px; 
	background-color: #d7d7d7;
	float:left;
	border-top: solid;
	border-top-width: 7px;
	border-top-color: #ffdf00;
	margin-bottom: 5px;
	height: auto;

}

#mainLeftLeft {
	margin-left: 10px;
	margin-top: 7px;
	width: 180px;
	float: left;
}

#mainLeftRight {
	margin: 0px;
	width: 255px;
	float: right;
}

#mainRight{
	border-top: solid;
	border-top-width: 7px;
	border-top-color: #ffdf00;
	width: 250px; 
	background-color: #d7d7d7;
	float:right;
	margin-bottom: 5px;
	height: auto;
}

#mainSection{
	border-top: solid;
	border-top-width: 7pf;
	border-top-color: #ffdf00;
	background-color: #d7d7d7;
	padding-bottom:15px;
	margin-bottom: 15px;
}

#flash {
	margin-top: 30px;
}

#sectionTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	letter-spacing: 0px;
	color: #8B0F04;
}

#blogDate {
	font-family: Verdana, sans-serif;
	font-size: 0.85em;
}

#copyright{
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0px;
	text-align: left;
}

#quote {
	font-family: Georgia;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #8b0f04;

}

#author {
	font-family: Georgia;
	font-size: 1.2em;
	font-style: italic;
	color: #707070;
	text-align: right;
	/*width: 400px;*/
	display:block;
}


.cform input[type="password"],  input[type="text"],.cform textarea, .cform select{
	background-color:#FFFFFF;
	border:#737373 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#737373;
	/*height: 17px;*/
}

.blackfont{
	color:	#000000;
}
.redfont{
	color:	#8b0f04;
}

.white {color: #FFFFFF}

#twtr-profile-widget .twtr-doc {-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;}