/* Generic CSS file - strip browser defaults */

a:link, a:hover, a:visited, a:active { text-decoration:none; }

ul, ol {	list-style:none; }

html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,body,div,code,fieldset,legend,input,img,hr { margin:0; padding:0; border:0; font: 1em; }

a img { border:0; }

/****************************************************************/

body	{
	font-size: 80%;
	font-family: sans-serif;
	background: url(images/footer_bg2.jpg) repeat-x bottom;
	background-color: #000;
	padding-bottom: 40px;
}

#content	{
	position: relative;
	width: 758px;
	left: 50%;
	margin-left: -381px;
	background-color: #fff;
	border: 2px solid #999;
	}

#main, #main2	{
	margin: 80px 20px 20px 20px;
	width: 460px;
	text-align: justify;
}

#main2 {
	width: 710px;
}

#main2 p {
	margin: 10px 0;
}

#main2 ul {
	list-style: disc;
	padding-left: 20px;
}

#main img, #main2 img	{
	margin: 10px 10px 10px 0;
	border: 1px solid #999;
}

#main a, #main2 a	{
	color: #df0126;
	text-decoration: none;
}

#main a:hover, #main2 a:hover	{
	text-decoration: underline;
}

.fleft	{
	float: left;
}

.fright {
	clear: right;
	float: right;
	margin: 0 0 20px 20px !important;
}
#nav	{
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	background: url(images/nav_bg.jpg) repeat-x;
	text-align: center;
}

#nav a	{
	color: #fff;	/*#5686c4;*/	
	text-decoration: none;
	padding-right: 30px;
}

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

h2	{
	color: #5686c4;
	margin-bottom: 20px;
}

h3	{
	margin: 20px 0;
	color: #df0126;
	font-weight: bold;
}

#index h2, #index h3 {
	margin: 20px;
}

#sidebar	{
	float: right;
	width: 200px;
	margin: 70px 0px 20px 20px;
	background-color:  #f0f4f8;
	border: 2px solid #eee;
	padding: 10px;
}

#sidebar a {
	color: #c00;
}

#sidebar p	{
	padding: 0;
	margin: 10px 0;
}

#sidebar br	{
	font-size: 0.2em;
}

#sidebar ul	{
	line-height: 1.3em;
	margin-bottom: 40px;
}

#index img	{
	margin: 20px 0 0 20px;
}

#index p	{
	padding: 0 20px;
	color: #000;
}


h1	{
	background: url(images/header4.jpg) no-repeat;
	text-indent: -1000px;
	font-size: 0.01em;
	position: relative;
	height: 136px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}

/************************ Contact Form ********************/

fieldset	{
	margin: 80px 0 20px 20px;
	border: 2px solid #ccc;
	width: 400px;
	padding: 20px;
}

legend	{
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: bold;
	border: 2px solid #ccc;
	color: #5686c4;
	margin-left: 20px;
	padding: 0px 5px;
}

form ul	{
	line-height: 2em;
}

input, textarea	{
	background-color: #eef;
	padding: 2px 5px;
	border: none;
}

label	{
	clear: left;
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 20px;
}

.submit	{
	float: right;
	border: 1px solid #999;
	background: url(images/nav_bg.jpg) repeat-x;
	color: #fff;
	padding: 2px 5px;
	margin-right: 18px;
}

/************************ validate email **********/

.required	{	font-size: 0.8em; }

.invalid	{

			border: 1px solid #f00 !important;

}



#notsent	{

		text-align: center;

		color: #f00;

		font-size: 0.9em;
}


#bottom_links a {
	font-size: 0.8em;
	text-decoration: underline;
	color: #c00;
}

/**********************************************************/

#footer	{
	clear: both;
	font-size: 0.9em;
	padding: 30px 20px 10px 20px;
	color: #467cc2;
}

#footer span {
	float: right;
	margin-top: 20px;
}
