/* CSS Document */

body {
margin:0px;
padding:0px;
background-color:#666666;
background-image:url(../images/main_background.gif);
background-repeat:repeat-x;
text-align:center;
}

p {
text-align:left;	
}
/* start of header */

#top {
width:100%;
height:65px;
background-color:#333333;
background-image:url(../images/top_bg.gif);
background-repeat:no-repeat;
}

ul {
text-align:right;
}

ul li {
display:block;
float:left;
style:none;
}



p {
	
text-align:left;	
}

/* end of header */

/* top navigation */

#topnav {
width:100%;
height:35px;
background-image:url(../images/nav_bg.gif);
background-repeat:repeat-x;

}

#topnav_int {
width:900px;
height:35px;
margin-left:auto;
margin-right:auto;
}





#menu {
height:35px;
width:950px;
float:left;
text-align:right;
margin-left:-10px;
}



/*  #menu a:link, #menu a:visited {
display:block;
float:left;
color:white;
font-family:trebuchet ms, arial, verdana;
font-size:9pt;
font-weight:bold;
line-height:35px;
text-decoration:none;
padding: 0px 13px 0px 12px;
margin-top:-16px;
}

#menu a:hover {
background-image:url(../images/nav_bg_over.gif);
} */

/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
	float:left;
color:white;
font-family:trebuchet ms, arial, verdana;
font-size:9pt;
font-weight:bold;
line-height:25px;
text-decoration:none;
padding: 0px 13px 0px 12px;
height:35px;
	margin-top:0px;
	
	
}
#nav li{
	float:left;
	margin-right:5px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#fff;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
background-image:url(/images/nav_bg_over.gif);
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	
background-image:url(/images/nav_bg_over.gif);
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}


/* end of navigation */

/* start of content */

#container {
width:900px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
}

#main_image {
width:870px;
height:210px;
background-image:url(../images/main_image.gif);
border-style: solid none solid none;
border-width: 1px 0px 1px 0px;
border-color:#660000;
font-family:trebuchet ms, arial;
font-size:11.5pt;
line-height:17pt;
padding:15px;
margin-top:10px;
}

#logo {
float:left;
width:225px;
}


.companyname {
font-size:18px;
color:#330000;
font-weight:bold;
}

#content {
width:870px;
border-style: solid none solid none;
border-width: 1px 0px 0px 0px;
border-color:#330000;
font-family:trebuchet ms, arial;
font-size:11.5pt;
line-height:17pt;
padding:15px;
margin-top:10px;
}

#highlight {
width:900px;
height:10px;
line-height:10px;
margin-left:auto;
margin-right:auto;
background-color:#330000;
clear:both;
}

.header {
font-family:trebuchet ms, arial, verdana;
font-size:15pt;
color:#330000;
margin-top:20px;
}

#left {
width:400px;
float:left;
margin-left:20px;
text-align:left;
}


#right {

float:left;
margin-left:20px;
border-style:solid;
border-width:2px;
border-color:#330000;
}

#right_alt {

float:left;
margin-left:20px;
width:420px;
margin-top:-300px;
}


#twitter {
	
width:800px;
float:left;
margin-left:20px;
text-align:left;
	margin-top:-20px;
}



/* end of content */

/* start of footer */
#footer {
width:900px;
margin-left:auto;
margin-right:auto;
height:35px;
background-image:url(../images/top_bg.gif);
color:white;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
line-height:25px;
clear:both;
}



#footer a:link, #footer a:visited {

color:white;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height:25px;
text-decoration:underline;

}

#footer a:hover {
text-decoration:none;
}

/*
#logo_right {
float:left;
width:400px;
text-align:right;
margin-top:65px;
}*/

#logo_right {
float:left;
width:400px;
text-align:right;
margin-top:2px;
#margin-top:5px;
}

#logo_right a:link, #logo_right a:visited {

color:#660000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height:25px;
text-decoration:underline;

}

#logo_right a:hover {
text-decoration:none;
}




/* end of footer */
