/* I Cantori - Started Tuesday, Nov 13, 2007 */
/* Website coded by Darren Wissler - www.darrenwissler.com - darren.wissler@gmail.com */

/* Reset global properties
----------------------- */
* {
	margin: 0px;
	padding: 0px;
 }

html, body, p, form, input, label, 
div, span, h1, h2, h3, h4, h5, h6, h7,
br, a, table, tr, td, ul, ol, li, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	list-style-type: none;
 }
 
/* Basic HTML tags
--------------- */
a {
	color: #721D1F;
 }

a:hover {
	color: #721D1F;
 }
 
 #nav li a:hover {
	color: #000000;
 }
 
p {
	margin-bottom: 20px;
 }
 
h1 {
	font-size: 2em;
	line-height: 1.25em;
 }
 
h2 {
	font-size: 1.3em;
	font-weight: 100;
 }
 
h3 {
	font-size: 1.5em;
	font-weight: bold;
 }
 
 h4 {
	font-size: .85em;
 }
  
p2 {
	line-height: 2.75em;
 }
 

 
 p5 {
	color: #721D1F;	
	font-size: 0.95em;
	line-height: 1em;
}

 ulink {
	color: #721D1F;
	font-size: 0.95em;
	line-height: 1em;
	text-decoration: underline;	
}

 
 
/* Start Website in Sequence
------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;     
	font-size: 75%;  
	color: #000000;    
	background: #b1282e url(images/bg.jpg) repeat-x;                    
 }
 
#container {
	width: 760px;
	margin: 15px auto;
	background-color: #FFFFFF;
	border: 6px solid #751e20;
 }
 
#header {
	height: 287px;
	width: 760px;
 }
 
#content_left {
	float: left;
	line-height: 1.5em;
	width: 480px;
	padding: 30px;
	background-color: #FFFFFF;
 }
 
 
#content_left_scroll {
	float: left;
	line-height: 1.5em;
	width: 480px;
	padding: 0px 30px 10px 30px;
	background-color: #FFFFFF;
	overflow: auto;
	height: 365px;
	margin-top: 20px;
 }
 
#content_left_scroll .image_home {
	float: left;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 150px;
 }
 
#content_left_scroll p img {
	float: left;
	margin-right: 20px;
 }
 
#content_right {
	margin-left: 540px;
	width: 159px;
	padding: 0 30px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-top: 20px;
 }
 
#content_right img {
	margin-right: 30px;
	margin-top: 10px;
 }
 
#footer {
	float:right;
	margin-top: 10px;
	font-size: 9px;
	color: #FFFFFF;
 }
 
 #footer a {
	color: #FFFFFF;
 }
 
#ticker {
	width: 159px;
	height: 180px;
	text-align: center;	
 }
 

 
 
 /* Start Nav
--------- */

#nav {
	padding-left: 70px;
 }
 

#nav li {
	display: inline;
	margin-right: -4px;
 }


#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0.2em 10px;
}


li {
	position: relative;
	cursor: default;
}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	font-weight: normal;
	background-color: #999999;
	font-size: 1em;
}


 
/* All Second Tier Dropdown Itmes 
------------------------------ */

li li li a {
	display: block;
	font-weight: normal;
	padding: 0.2em 0px;
}


li:hover ul ul,
li li:hover ul ul,
li li li:hover ul ul,
li li li li:hover ul ul {
	display: none;
 }

li:hover ul,
li li:hover ul,
li li li:hover ul,
li li li li:hover ul {
 	display: block;
}

 

/* End Nav
-------- */

/* Start Forms */

.textarea {
	border: 1px solid #2f3760;
	background-color: #FFFFFF;
 }
 

form td {
	color: #721D1F;
	font-weight: bold;
 }

.submit {
	position: relative;
	left: 79px;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #FFFFFF;
	border: 1px solid #2f3760;

 }
 
.reset {
	position: relative;
	left: 84px;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #FFFFFF;
	border: 1px solid #2f3760;

 }
/* End Forms */
