/*  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;
}
#wrapper	{
	clear: both;
	float: none;
	width: 800px;
	margin:0px auto;
}
/* header */
#header {
	height: 120px;
	padding: 0 15px;
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-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: 10px;
	width: 450px;

}
#tagline h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: lighter;
	font-style: italic;
	text-align: right;
	margin: 0;
	padding-top: 10px;
}
#login {
	font-size: 11px;
	padding-top: 5px;
}
#login a {
	color: #333333;
}



/* /header */


/* navigation */
#menu {
	width: 800px;
	color: #FFFFFF;
	height: 28px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	background-color: #6a1225;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
 #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;
}



/* home table rows */
.homeinner	{
	width:500px;
	height:300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#feature {
	display: block;
	margin: 0px;
}
#feature p	{
	color: #FFFFFF;
	margin: 6px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#feature h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: -0.5px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#feature h1 a:link, #feature h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#feature h1 a:hover	{
	text-decoration: none;
	color: #F4BC15;
}

#feature a:link, #feature a:visited {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}



.row1 {
	height: 150px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.row2 {
	height: 150px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.row3 {
	height: 100px;
	width: 300px;
}

/* /navigation */


/* content */
#content-wrapper {
	padding: 0;
	background-color: #fff;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	clear: both;
}
#content {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/content_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

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

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #1B325F;
}

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

#content ul, #content ol {
	margin-left: 2em;
}

#content ul, #content ol, #content p {
	margin-bottom: 1em;
}
#content p	{
	padding-left:30px;
	padding-right:30px;
	margin-top: 6px;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

#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: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 12px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-top: 20px;
}

#content h3 {
	color: #369;
	font-family: Arial, Helvetica, sans-serif;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #369;
}
#content h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	font-size: 1.1em;
}
#content .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

/* /content */


/* sidebar */
#sidebar-wrapper {
	float: right;
	display: block;
	width: 250px;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}

#sidebar {
	display: block;
	padding: 10px 10px 0 10px;
}
/* /sidebar */




/* footer */
#footer {
	width: 800px;
	margin: 0 auto;
	padding-bottom: .25em;
}

#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;
}

/* form styles */
form	{
	margin: 0;
	padding-top: 5px;
}
input	{
	font-size: 10px;
}

