/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px Helvetica, Arial, sans-serif;
	text-align: justify;
}
a
{
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}

hr {
	border: 0 #cccccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	color: #6e6e6e;
}

h2 {
	font-size: 23px;
	color: #6e6e6e;
}

h3 {
	font-size: 21px;
	color: #6e6e6e;
}

h4 {
	font-size: 19px;
	color: #6e6e6e;
}

h5 {
	font-size: 17px;
	color: #6e6e6e;
}

h6 {
	font-size: 15px;
	color: #6e6e6e;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/*		Misc
----------------------------------------------------------------------------------------------------*/
#seperator
{
	border-top: 1px solid #dcdcdc;
}

/*		Menu
----------------------------------------------------------------------------------------------------*/
			#navlist
			{
				margin-left: 9px;
				margin-right: auto;
				font-size: 14px;
				font-weight: bold;
				text-align: center;
				margin-top: -5px;
			}
			
			#navlist ul, #navlist li
			{
				display: inline;
				list-style-type: none;
			}
			
			#navlist a:link, #navlist a:visited
			{
				display: block;
				float: left;
				color: #4f4f4f;
				padding: 10px;
				margin-bottom:20px;
				width: 100px;
				text-decoration: none;
			}
			
			#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
			{
				background: white;
				color: #ffffff;
				background:#4f4f4f;
				text-decoration: none;
			}

			
			#navlist_sub
			{
				margin-left: 100px;
				margin-right: auto;
				font-size: 12px;
				font-weight: bold;
				text-align: center;
				margin-top: -1px;
			}
			
			#navlist_sub ul, #navlist_sub li
			{
				display: inline;
				list-style-type: none;
			}
			
			#navlist_sub a:link, #navlist_sub a:visited
			{
				display: block;
				float: left;
				color: #4f4f4f;
				padding: 10px;
				margin-bottom:20px;
				width: 150px;
				text-decoration: none;
			}
			
			#navlist_sub a:link#current, #navlist_sub a:visited#current, #navlist_sub a:hover
			{
				background: white;
				color: #ffffff;
				background:#cccccc;
				text-decoration: none;
			}
			
/*		Misc
----------------------------------------------------------------------------------------------------*/
		.caption
			{
				font-size: 12px;
				color: #000000;
				background-color: #ffffff;
			}
			
		.btn
		{
			background-color: #cccccc;
			font-size: 12px;
			color: #ffffff;
			width: 100px;
			height: 35px;
			text-align: center;
			vertical-align: middle;
			border: none;
		}
		
		.error
		{
			color: #ff0000;
			font-size: 12px;
		}

		
/*		Gallery
----------------------------------------------------------------------------------------------------*/
		.thumbnail
			{
				border: 1px solid #6e6e6e;
				display: inline;
				border: 1px solid #6e6e6e;
				margin-bottom: 10px;
				clear: both;
			}
		.right_image_area
			{
				padding-top: 10px;
				padding-bottom: 10px;
				border: 2px solid #6e6e6e;
				font-size: 12px;
				color: #ffffff;
				text-align: center;
			}
		.right_image_image
			{
				border: 1px solid #ffffff;
			}
			
/*		Footer
----------------------------------------------------------------------------------------------------*/

			#ftr_holder
			{
				padding-top: 10px;
				text-align: center;
					color: #6e6e6e;
					font-size: 10px;
			}
				#ftr_link
				{
					color: #6e6e6e;
					font-size: 10px;
					text-decoration: none;
				}
				#ftr_link:hover
				{
					text-decoration: underline;
				}