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

body {
	margin: 0;   /* It's a good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;  /* This centers the container in IE 5* browsers.  The text is then set to the left aligned default in the #container selector */
	background-color: #bb9b6f;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#allContent {
	width:  760px;
	margin:  0 auto;  /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(../images/template/red_container_bkg.jpg);  
	background-repeat: repeat-y;	
}

#header {
	padding: 0;
	display: block;
	margin: 0;
	border-bottom:  2px solid #f3dfc4;
	background-color: #f3dfc4;
}


/* TOP NAVIGATION */
#topNav {
	margin: 0;
	padding: 0;
	border-top: 1px solid #243r17;
	border-bottom: 1px solid #243r17;
	background-color: #f3dfc4;
	display: block;
}

#topNav ul {
	margin: 0;
	padding: 3px 30px 3px 0px; 
	text-align: right;
}

#topNav li {
	display: inline;
	margin: 0;
	padding: 0;	
	font-size: 10px;
}

#topNav a:link, #topNav a:visited {
	text-decoration:  none;
	color: #000000;	
}

/* PAGE CONTENT */

#mainContent {
	background-color: #FFFFFF;
	margin: 15px 0 0 175px;  
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 100px;
	padding-right: 15px;
}

.noStyleType li {
	list-style-type: none;
	padding-bottom: 0px;
}

/* NAVIGATION MENU ON LEFT */

#leftSideBar {
	float: left;  /* since this element is floated, a width must be given */
	width: 170px;
	padding: 0;
	margin: 0;
	padding-bottom: 100px;
}

#leftSideBar .mainNav {
	padding-top: 20px;  
	font-size:  13px;
	text-decoration:  none;
	padding-bottom: 45px;
	border-bottom:  2px inset #ffffff;
}

#leftSideBar .mainNav li {
	list-style: none;
	margin-bottom: 10px;
}


#leftSideBar .mainNav a{
	text-decoration: none;
	color: #FFFFFF;
}

#leftSideBar .mainNav a:visited:hover {
	color: #b3c1ab;
	text-decoration: none;
}

#leftSideBar .callboardNav {
	text-align:center;
	padding-top: 25px;
}


.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* TEXT FORMATTING */

#mainContent a:link {
	text-decoration: none;
	color: #0000ff;
}

#mainContent a:visited {
	color:  #800080;
	text-decoration: none;
}

#mainContent a:hover {
	color: #FF0000;
	text-decoration: none;
}

#mainContent .pageTitle {
	color: #152D6A;
	border-bottom: 2px solid #6dc044;
	font: normal 28px Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0 0 15px 0;
}

#mainContent h1 {
	font-size: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#mainContent h2 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	margin-top: 25px;
	margin-bottom: 3px;
	color: #CF0000;
	border-bottom: 1px dotted #CCCCCC;
}

#mainContent h3 {
	font: normal 20px Impact, "Arial Narrow", sans-serif;
	margin-bottom: 5px;
}

#mainContent table {
	font-size:  12px
}

#mainContent p {
	margin-bottom: 10px;
}

#mainContent .caption {
	background: #666666;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
}

#mainContent photoBox {
	text-align: left;
	margin-left: 40px;
	width: 250;
}
