@charset "utf-8";
/* CSS Document */

* {
	font-family: Tahoma, Arial, sans-serif;
	color: #0b2d48;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

body {
background-image: url(images/bk_main.gif);
	
}
p {
	font-size: .75em;
	padding: 5px;
}

h2 {
	font-size: .95em;
	padding: 2px;

}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 899px;
}

#main_content_top {
	background-image: url(images/bk_top.png);
	height: 14px;
}

#main_content {
	background-image:url(images/bk_box.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#main_content_interior {
	background-image:url(images/bk_box.png);
	background-repeat: repeat-y;
	padding-top: 65px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	
}

#main_content_side {
	
	width: 205px;
	float: right;	
}

#main_content_bottom {
	background-image: url(images/bk_bottom.png);
	height: 62px;
}

#main_content_interior ul li {
	font-size: .70em;
	list-style-image: url(images/ico_star.png);
	line-height: 1.25em;
	list-style-position: inside;
	padding-left: 10px;
	
}


#main_image {
	position: relative;
	left: -36px; 
	width: 1000px;
}

#logo {
	padding-left: 10px;
	float: left;
}
#topLinks {
 position: relative;
 left: 20px;
 top: 75px;
 	padding: 0px;
	margin: 0px;
}

#topLinks ul {
	width: 655px;
	float: right;
		padding: 0px;
	margin: 0px;
}

#topLinks ul li {
	display: inline;
		padding: 0px;
	margin: 0px;
}

#topLinks ul li a {
	padding: 0px;
	margin: 0px;
}

.insideBox {
	width: 338px;

	
}

.insideBoxShort {
	width: 200px;

	
}
.insideBoxTop {
	background-image: url(images/box_top.png);
	background-repeat: no-repeat;
	height: 14px;
}
.insideBoxBottom {
	background-image: url(images/box_bottom.png);
	background-repeat: no-repeat;
	height: 14px;
}
.insideBoxMiddle {
	background-image: url(images/box_middle.png);
	background-repeat: repeat-y;
	padding: 7px;

}

.insideBoxTopShort {
	background-image: url(images/box_top_short.png);
	background-repeat: no-repeat;
	height: 14px;
}
.insideBoxBottomShort {
	background-image: url(images/box_bottom_short.png);
	background-repeat: no-repeat;
	height: 14px;
}
.insideBoxMiddleShort {
	background-image: url(images/box_middle_short.png);
	background-repeat: repeat-y;
	padding: 7px;
		
}

.clear {
	clear: both;
}

.portraitBorder {
	border: solid 1px #E4CB60;
	margin: 3px;
	float: left;
}

#footer {
	color: #AAB3BC;
	padding-left: 25px;
}

#footer ul li, #footer p {
	display: inline;
	color: #FFF;
	font-size: .65em;
}

#footer ul li a, #footer p a{
	color: #FFF;
}

#footer ul li a:HOVER, #footer p a:HOVER{
	color: #EBD36D;
}

.image {
	margin: 3px;
	padding: 3px;
	background-color: #FFF;
	border: solid 1px #B0B0B0;
}

.left {
	float: left;
	margin-right: 25px;
}

.right {
	float: right;
}

.button {
	background-color:#000066;
	font-size: 10px;
	color: #CCC;
}

.smallText {
	font-size: .85em;
}