/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg/thin_line_bg.jpg);
	background-repeat: repeat;
}
#shadow-wrapper {
	background-image: url(../images/content_shadow_rt.jpg);
	background-repeat: repeat-y;
	width: 840px;
}

#wrapper	{
	clear: both;
	float: none;
	width: 800px;
	margin:0px auto;
}
/* header */
#header {
	height: 125px;
	padding: 0 15px;
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#logo {
	float: left;
	width: 200px;
	height: 120px;
	background: url(../images/logo.gif) no-repeat left 10px;
}
#logo h1	{
	display:none;
	font-size:12px;
}

#logo a {
	width: 200px;
	height: 120px;
	display: block;
}
#tagline {
	float: right;
	padding-top: 30px;
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: lighter;
	font-style: italic;
}

/* /header */


/* navigation */
#menu {
	width: 800px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	background-color: #6a1225;
	clear: both;
}
#menu ul {
	margin: 2px 0px;
}
#menu ul li {
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 10px;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color: #ffd800;
	text-decoration: none;
}

/* /navigation */


/* content */
#content-wrapper {
	padding: 0;
	background-color: #fff;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(../images/content_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#breadcrumbs {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	margin: 0px;
	padding: 20px 10px 10px;

}

#content a img, #content abbr, #content img {
	border: 0;
	margin:0px;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #6A1225;
}

#content a:hover {
	text-decoration: underline;
}

#content ul, #content ol {
	margin-top: 0px;
	margin-left: 2em;
	margin-bottom: 0px;
}
#content ul li, #content ol li {
	margin-left: 20px;
	margin-bottom: 0px;
}


#content p	{
	padding-left:0px;
	padding-right:0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: 0.5em;
	line-height: 1em;
	margin-top: 0px;
}

#content h2 {
	color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top: 0px;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 12px;
	padding-top: 10px;
}

#content h3 {
	color: #6A1225;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 12px;
}

#content h4 {
	color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
#content h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 14px;
	padding-left: 10px;
}
#content blockquote {
	margin-top: 6px;
}


/* /content */

/* footer */
#footer {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 0.25em;
	clear: both;
}

#footer p {
	padding: 10px 0px 0 0;
	font-size: 12px;
	color: #666;
	text-align: center;
}

#footer p a {
	color: #666;
}
/* /footer */
#footer .small {
	font-size: 10px;
	padding-top: 6px;
}
.imagemargin {
	margin: 0px;
	padding: 10px;
}

/* form styles */
form	{
}
textfield	{
	font-size: 12px;
	color: #000;
}
submit	{
}
legend	{
	color: #6A1225;
	font-weight: bold;
}
fieldset	{
}
