
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font:70% Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	background-image: url(../images/background.jpg);
	
}

/*-------------------- GENERAL FORMATTING DIVS -----------------------------------------------------------------------------------------------*/


#wrap {
	width: 750px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
	background: #ffffff;
}
#content {
	width: 350px;
	float: left;
	/*line-height: 1.5em;*/
	display:inline;
	/*text-align: left;*/
	padding: 10px 0px 0px 25px;
	margin: 8px;
}


#mainContent {
	width: 200px;
	float: left;
	/*line-height: 1.5em;*/
	display:inline;
	margin: 40px 20px 8px 50px;
	padding: 0px 0px 10px 0px;
	/*font-size: 80%;*/
	z-index: auto;
}

#mainFlashElement {
	/*background: url('images/alternativeImage') no-repeat;*/
	height: 450px;
	width: 730px;
	text-align: center;
	margin-right: auto;
	margin-left: auto
}

/*-------------------- HEADER LOGO DIV -----------------------------------------------------------------------------------------------*/


div#logoHeader {
	height: 40px;
	margin: 0px auto;
	width: 750px;
	padding: 45px 0px 20px 0px;
  	background: #ffffff;
	text-align: right;
	background-image: url(../images/logo.png);
	background-position: left top;
	background-repeat: no-repeat;

}


div#logoHeader a { padding: 5px 45px 0px 0px; }


/*-------------------- FOOTER -----------------------------------------------------------------------------------------------*/

#footer {
clear: both;
text-align: center;
height: 45px;
width: 750px;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #666;
background:transparent;
background-image: url(../images/footer.png);
background-repeat: no-repeat;
background-position: left top;
padding: 0px 0px 0px 0px;
margin: 0px auto;
background: #ffffff;
}

#footer p {
margin: 10px 10px 0 0;
padding: 0px 20px 4px 4px;
}

#footer a:link, #footer a:visited {
color: red;
padding: 0px 4px 0px 4px;
}
#footer a:hover {
color: #666666;
background: #cccccc;
}


/* ----------------- Copyrighht text in footer ----------*/

.copyright {font-size: 8px }


/*-------------------- H1 H2 -----------------------------------------------------------------------------------------------*/


h1 {
margin: 5px 0px 0px 0px;
padding: 10px 0px 10px 0px;
font-size: 130%;
color: #333333;
}

h2{
	margin: 8px 0px 0px 0px;
	font-size: 100%;
	text-transform: uppercase;
}

h3, h4 {
	padding-top: 5px;
	padding-bottom: 15px;
}

a:link {
background-color: transparent;
text-decoration: underline;
color: #666;
}

a:hover {
background-color: #cccccc;
text-decoration: underline;
color: red;
}

a:visited {
background-color: transparent;
text-decoration: underline;
color: #666
}


/*-------------------- pageTitle Class -----------------------------------------------------------------------------------------------*/

.pageTitle{
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	/*line-height: 1.5em;*/
}


.pageTitlebody a {
	height: 16px;
	margin-top: 0;
	text-decoration: underline;
	color: red;
	
}

.pageTitlebody a:link {
background-color: transparent;
text-decoration: underline;
color: red;
}

.pageTitlebody a:hover {
background-color: #cccccc;
text-decoration: underline;
color: red;
}

.pageTitlebody a:visited {
background-color: transparent;
text-decoration: underline;
color: #666
}

.pageTitlebody img {
	padding: 5px 5px 5px 5px;
	
}
.pageTitlebody ul {
	margin-left: 20px;
	padding-left:0px;
	list-style-type: none;
}
.pageTitlebody ol{
	margin-left:20px;
	padding-left:0px;
}
.pageTitlebody ul li {
	list-style-image:url(../images/bullet.png)
}

.pageTitlebody p{
margin: 10px 0px 0px 0px;
}

.pageTitlebody ul {
	margin-left: 30px;
	padding-left:0px;
	list-style-type: none;
}
.pageTitlebody ol{
	margin-left:30px;
	padding-left:0px;
}
.pageTitlebody ul li {
	list-style:square;
	list-style-image:url(../images/bullet.png)
}


/*-------------------- Side Bar Styles -----------------------------------------------------------------------------------------------*/




#mainContent h2 {
	color: #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 1px solid #ccc;
	font-size:100%;
	font-weight: bold;
	text-transform: uppercase;
}
#mainContent ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#mainContent ul li {
	display: inline;
	margin:0;
	padding:0
}
#mainContent li{
	list-style: none;

}

#mainContent ul li a {
	border-bottom: 1px dotted #666;
	color: #666666;
	display: block;
	text-decoration: none !important;
}


#mainContent ul li a:hover{
	color: red;
	background-color: #666;
}









