/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px;
	padding: 0;
	background: #E3EFFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	
}

h1, h2, h3 {
	font-size: 22px;
	margin-top: 0;
	padding-top: 0;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #356AA0;
	line-height: 22px;
}

h4 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #356AA0;
	
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	height: auto;
}

#header h1 {
	float: left;
	width: 439px;
	height: 80px;
	margin: 0;
	padding: 40px 0 0 20px;
	background: url(/templates/traditionalist/images/img1.gif) no-repeat;
	font-size: 30px;
}

#header h1 a {
	text-decoration: none;
	color: #73880A;
	
}

#header .logo {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 40px 0 0 20px;
	background: #CDEB8B url(/images/logo.jpg) no-repeat center;
}

#header h2 {
	float: right;
	width: 235px;
	height: auto;
	margin: 0;
	padding: 25px 0 25px 0;
	background: #FF7400 url(/templates/traditionalist/images/img2.gif) repeat-x;
	border: 2px solid #FF7400;
	text-align: center;
	letter-spacing: normal;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#header h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	padding: 5px;
	background: #FF7400 url(/templates/traditionalist/images/img2.gif) repeat-x left center;
	border: 2px solid #FF7400;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF url(/templates/traditionalist/images/img4.gif) repeat-y;
	height: auto;
}

#colOne {
	float: left;
	width: 559px;
}

#colTwo {
	float: right;
	width: 195px;
	padding: 5px 20px 5px 20px;
	background: url(/templates/traditionalist/images/img3.gif) repeat-x;
	border: 2px solid #CDEB8B;
}

#colTwo h4 {
	color: #73880A;
}

#colTwo h4 a{
	color: #73880A;
	text-decoration: none;
}

#colTwo ul {
	margin-left: 0;
	padding-left: 20px;
	list-style: square;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
}

.solid {
border: 1px solid #CDEB8B;
}

.solid2 {
border: 1px solid #73880A;
}

.s_field {
	color: #757575;			/* ! */
	font-size: 11px;		/* ! */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/dlet_field_s.gif);
	background-repeat: repeat-x;
	height: 14px;
	padding-left: 3px;
	border: 1px solid #73880A;	
	font-style: italic;
}

.a_field {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/dlet_field_a.gif);
	background-repeat: repeat-x;
	height: 14px;
	padding-left: 3px;
	font-style: italic;
	border: 1px solid #73880A;	
}

/* ==================== */

.f_textarea {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	width: 459px;
	height: 156px;
	border: 1px solid #e0e0e0;
}
.f_input {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	width: 300px;
	height: 14px;
	border: 1px solid #e0e0e0;
}
.f_select {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	height: 14px;
	border: 1px solid #e0e0e0;
}

.navigation {
	color:#666; 
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #636363;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-size:11px
}

.navigation a:hover {
	background:#799AE3;
	color:#FFFFFF;
	border-color:#E6E6E6;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#ccc;
	font-size:11px;
}

.speedbar {
	font-size:11px;
	text-decoration: none;
}
.speedbar a {
	text-decoration: none;
}
.speedbar a:hover {
	text-decoration: underline;
}

