/* CSS Document */

html {
	font-size:90%;
}

body{
	margin: 0px;
	padding: 0;
	font:0.85em/1.333 verdana, "trebuchet MS", helvetica, sans-serif;
	color: #000;
	background-color:#f69827;	
	background-image: url(images/orange_bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

a {
	color: #003e61;}

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

.quote {
	font-size:.7em;
	color:#663333;
	font-size:1em;
	font-weight:normal;
}

h1 {
	font-family: "Brush Script MT";
	font-style: normal;
	font-size:3em;
	color: #9b1015;
	font-weight: normal;
	padding-bottom:2px;
	padding-top:12px;
	padding-left:30px;
	margin-left:15px;
	margin-top:20px;
	background-image: url(images/batchelor_text.png);
	background-repeat:no-repeat;
	text-align: left;
}

#right h1 {
	background-image:none;
	font-size:3em;
	text-align: left;
	padding-left:0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.5em;
	color: #003e61;
	font-weight: bold;
	text-align: left;
	padding-top:8px;
	padding-left:16px;
	margin-bottom:8px;
}

h3 {
	font-size:1.25em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	margin-top:30px;
	padding-top:6px;
	color:#333;
	background-color:#ededdd;
	padding-bottom:6px;
	text-align:center;
	border-bottom:1px solid #888;
	border-top:1px solid #888;
}

#top {
	height:100px;
	width:auto;
	background-color: #003e61;
	border-bottom:0px solid #eee;
	border-left:0px solid #9a9d82;
}

#top .addressPhone {
		margin: 0px;
		padding: 15px 20px 0px 20px;
		width: auto;
		height: auto;
		line-height:normal;
		color: #ededdd;
		font-weight: normal;
		text-align: right;
		text-transform: capitalize;
}
#top .addressPhone span {
		float: left;
}
	
#header_a {
	position:relative;
	width:370px;
	float:left;
	height:215px;
	margin-top:0;
	border-bottom:1px solid #333;
	background-color:#fff;	
}

#header_b {
	width:530px;
	float:right;
	height:215px;
	margin-top:0;
	border-bottom:1px solid #333;
}

.stripe_border {
	height:16px;
	background-image: url(images/orange_bg_stripe.jpg);
	background-repeat:repeat-x;
}

.card {
	position:absolute;
	left: 34px;
	top: -73px;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }

#container {
	margin:0 auto;
	background-color:white;
	background-image:none;
	background-repeat: no-repeat;
	background-position:bottom right;
	width:900px;
	min-height:100%;
	border:1px solid #003366;
	margin-top:35px;
}
	
#left {
	float:left;
	width:610px;
	margin-left:0;
	padding-right:20px;
	padding-left:15px;
	background-color:transparent;
	padding-bottom:30px;
	border-right:1px dashed #ccc;
}

#left p {
	margin-left:16px;
	text-align:justify;
}

#right {
	float:right;
	width:220px;
	padding-top:0px;
	padding-left:0;
	padding-right:15px;
	text-align: left;
	background-color:transparent;
	border-right:0px solid #003366;
	height:100%;
}

#double_column {
border:1px solid orange;
margin-top:50px;
margin-bottom:50px;
}

#double_column h2 {
text-align:center;
}

#double_column p {
text-align:left;
}

.leftcolumn {
float:left;
width:270px;
border:0px solid pink;
padding:0 15px;
text-align:left;

}

.rightcolumn {
float:right;
width:250px;
border-left:1px solid orange;
padding:0 20px;
text-align:left;
}

.clear {
clear:both;
height:0px;
}

#left ul li {
	line-height:130%;
	list-style:square;
	display:list-item;
	font-weight: normal;
	background-color:none;
}

.readmore {
	text-align:right;
	font-style:italic;
}

/****images****/

img {
	border:none;
}	

#right img {
	padding:3px;
	border:1px solid #888;
	margin-top:20px;
	margin-bottom:15px;
}

.img_left {
	float:left;
	margin-right:16px;
	margin-bottom:2px;
	padding:3px;
	border:1px solid #888;
}
	
#footer {
	clear: both;
	background-color:transparent;
	background-image: none;
	background-repeat: repeat-x;
	padding-bottom:15px;
	height: auto;
	border-top:1px solid #ededdd;
	margin-top:6px;
}

#copyright {
	 width:860px;
 	margin:0 auto;
 	text-align:center;
 	height:60px;
 	padding-top:8px;
}

	fieldset {
	margin-left:6px;
	border:none;
	}
	label {
		float: left;
		margin-left:10px;
		width: 9em;
	}
	
#catfish {
text-align:center;
padding:15px;
font-size:.85em;
}

