/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #FFF url("images/bg.jpg");
	background-repeat: repeat-x;
	font-family: "Verdana";
	color: #111;
	font-size: 12px;
	text-align: center;
	height: 100%;
}

p {
	padding: 4px;
	margin: 4px;
}

img, div { 
 	behavior: url("iepngfix.htc") 
}

h1 {
	color: #D16636;
	font-family: "Verdana";
	font-size: 18px;
}

h2 {
	color: #999;
	font-family: "Georgia";
	font-size: 16px;
}

#header {
	width: 950px;
	height: 77px;
	margin: auto;
	padding: auto;
	color: #333;
	font-size: 9px;
	text-align: left;
	background: url("images/header_bg.png");
}

#header a {
	color: #333;
	text-decoration: none;
}

#header a:hover {
	color: #D16636;
	text-decoration: underline;
}

#logo {
	top: 30px;
	left: 39px;
	position: relative;
}

#callout {
	width: 930px;
	margin: 0 auto;
	padding: 0 auto;
	color: #777;
	position: relative;
}

#callout_left {
	float: left;
	width: 390px;
}

#callout_right {
	top: 20px;
	width: 530px;
	text-align: center;
	position: relative;
	float: left;
}

#callout ul {
	padding: 30px 0 0 1px;
	list-style: none;
}

#callout ul li {
	display: inline;
	margin: 0 20px 0 0;
}

#callout a:link, #callout a:visited {
	color: #666;
	text-decoration: none;
}
	
#callout a:hover {
	color: #666;
	text-decoration: underline;
}

a:link IMG, a:visited IMG { 
	border-style: none; 
}

.alertHead {
	text-align: center;
	font-size: 22px;
	color: blue;
}

.alert {
	text-align: center;
	font-size: 14px;
	color: blue;
}

.alert a:link, .alert a:visited {
	color: blue;
	text-decoration: underline;
}

.alert a:hover {
	color: blue;
	text-decoration: underline;
}

#navbar {
	width: 98.7%;
	height: 32px;
	margin: auto;
	padding: auto;
	background: url("images/nav_bg.png");
}

#content_bg {
	width: 950px;
	margin: auto;
	padding: auto;
	text-align: left;
	background: url("images/content_bg.png");
}

#content_wrapper {
	overflow: hidden;
	margin: 0 auto;
 	width: 900px;
	padding-top: 7px;
}

#content {
	float: left;
 	color: #333;
 	margin: 15px 5px 5px 0px;
 	width: 556px;
	height: 434px;
 	display: inline;
	text-align: center;
}

#content_right {
	color: #333;
 	background: #FFF;
 	margin: 8px 5px 5px 0px;
 	width: 328px;
 	float: right;
 	text-align: right;
}

#footer {
	overflow: hidden;
	width: 950px;
	height: 80px;
	margin: auto;
	padding: auto;
	background: url("images/footer_bg.png");
	font-size: 9px;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #D16636;
	text-decoration: underline;
}


/* Navigation */

#dropmenudiv {
	float: left;
	position: absolute;
	border: 1px solid #1A1A1A;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 18px;
	text-align: left;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #444;
	padding: 1px 0;
	text-decoration: none;
	font-weight: none;
	color: #D16636;
}

#dropmenudiv a:hover {
	background-color: #E6E6E6;
}


/* Widgets */

#box {
	width: 172px;
	margin: 10px 2px 15px 0px;
	padding: 5px;	
	text-align: left;
	font-size: 10px;
}

#box li {
	list-style: none;
	padding: 2px;
	list-style-position: inside;
}

#box a {
	color: #D16636;
	text-decoration: none;
}

#box a:hover {
	color: #333;
	text-decoration: underline;
}

#pics {   
    width: 536px;
	height: 434px;
	padding: 0 auto;  
    margin: 0 auto;  
} 
 
#pics img {  
    top: 0; 
    left: 0;
} 