p
{
	line-height: 1.2;
	margin-bottom: 10px;
}

ul
{
	line-height: 1.2;
}


body
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	*text-align: center;
}

a, a:visited
{
	text-decoration:none;
	color:#4361fb;
}

a:hover
{
	text-decoration: underline;
}

h1, .heading
{
	font-family: Georgia, serif;
	font-size: 23px;
	/*font-weight: normal;*/
	font-weight: 100 !important;
	margin-bottom: 14px;
	*margin-bottom:0px;
}

.content-wrapper
{
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 10px;
	width: 1000px;
	*text-align:left;
}

h2
{
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: 100 !important;
}

.white
{
color:#ffffff;
margin-bottom:10px;
}

a:hover.white  {
	text-decoration:none;
	}

.clear
{
	clear: both;
}

.logo
{
	background: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 170px;
}

.menu-bar
{
	height: 20px;
	margin-bottom: 7px;
	margin-top:7px;
	position:absolute;
	top:145px;
	width:805px;
}

.quote-bar
{	
	position: absolute;
	height: 170px;
	background: #0b3379;
	background-image:url(../images/quote1.jpg);
	background-position:center;
	background-repeat:repeat-y;
	left:0;
	float: left;
	width: 100%;	
	*width:expression(document.body.clientWidth);
}

#quotes
	{
		position:relative;
		width:100%;
		height:170px;
		left:-40px;
		overflow:hidden;
		text-align:center;
	}
	
#quotes blockquote
	{
		width:100%;
		color:#ffffff;
		background-image:url(../images/quote1.jpg);
		background-position:50% 50%;
		background-attachment:fixed;
		background-repeat:repeat-y;
		margin-top:40px;
		*margin-top:49px;
		text-align:center;
		font-size:15px;
	}
	
#quotes cite {
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	}

.columns
{
	width: 1000px;
	margin-left: 0;
	margin-top:170px;
}

.columns-left-wrapper
{
	width: 760px;
	padding-right: 7px;
	float: left;
	border-right:2px dotted #000000;
	*height: 485px;
}

.columns-right-wrapper
{
	width: 220px;
	padding-left:8px;
	float: right;
}

.columns-left-wrapper .row.first
{
	margin-bottom: 10px;
	*margin-bottom:0;
}

.columns-left-wrapper .row
{
	height: 100px;
}

.col-left-one
{
	width: 139px;
	*width: 133px;
	height: 100px;
	*height: 85px;
	padding-left: 5px;
	*padding-left: 10px;
	padding-top: 5px;
	*padding-top:17px;
	margin-left: 10px;
	float: left;
	color: #fff;
	cursor: pointer;
	padding-bottom:0;
}

.col-left-one a:hover
{
	background: #ffffff;
}

.col-left-one.left
{
	margin-left: 0px;
}

div.col-left-one {
        background: transparent url(../images/box-bg.jpg) no-repeat left top;
    }

a:hover div.col-left-one {
        background-position: left -124px;
		text-decoration:none;
    }
	
.col-left-two
{
	position:relative;
	width: 750px;
	*width: 754px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	*padding-top:12px;
	float: left;
	margin-top:0;
}

.inner-col-left
{
	position:relative;
	width:360px;
	float:left;
	text-align:justify;
	background:#ffffff;
	margin-right:15px;
}

.inner-col-right
{
	width:365px;
	float:right;
	text-align:justify;
	padding-top:55px;
	margin-right:0;
}
.col-left-two.blue
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	padding-left:0;
	background: #ffffff;
	color: #000;
}
.col-left-two.blue h2
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
.col-left-two.left
{
	margin-left: 0px;
}

.col-left, .col-right
{
    width: 470px;
    *width: 465px;
}

.col-left
{
    float: left;
    margin-right: 20px;
}

.col-right
{
    float: right;
    margin-left: 20px;
}

.col-left ul, .col-right ul
{
	list-style-type: disc;
	list-style-position: inside;
}

.quote
{
	margin-bottom: 10px;
}

.highlightthis {
color:#4361fb;
}

a:link.highlightthis {
	color:#4361fb;
	text-decoration:none;
	font-style:normal;
	}
	
a:hover.highlightthis {
	color:#4361fb;
	text-decoration:underline;
	}
	
.news
{
	height: 180px;
	margin-top:0;
	padding-bottom: 10px;
	*padding-top:14px;
	border-bottom:2px dotted #000000;
	overflow: hidden;
	background: #fff;
}

.col-right-two
{
position:relative;
float:right;
width:100%;
text-align:left;
margin-top:14px;
font-family:Georgia, serif;
font-size:16px;
}

 #nav { display: block; margin: 0; padding: 0; position: relative; z-index: 2; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; font-style: normal; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  /** html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 165px; *top: 21px;}

/* Everything else is theming */
 

#nav li a { height: 20px; line-height: 20px; *float: left; }

#nav a { 
	border-left: 1px solid #000000;
	color: #000000; 
	text-decoration: none; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 9px;
	padding-right: 20px;
}

#nav a:hover, #nav li:hover
{
	color:#4361fb;
	border-left-color:#4361fb;
    *background-color: #fff;
}

#nav a.current { 
	/* this shorthand version doesn't work in Firefox... */
	/*background: #fff url(/media/nav_current.png) no-repeat center -1 !important; */
	color: #4361fb;
	border-left: 1px solid #4361fb;
}

#leftone {
padding-left:0;
margin-left:0;
}

#nav a.contact {
	border-right:1px solid #000000;
	}
	
.footer
{
margin-top:17px;
padding-top:12px;
width:100%;
border-top:2px solid #b8b8b8;
color:#787879;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
line-height:15px;
}

.list1
{
padding-left:1.6em;
margin-top:12px;
}

.list1 li {
margin-top:4px;
color: #244ac5;
font-weight: bold;
}

.list1 span {
color:#333333;
}

.list2
{
list-style-type:none;
padding-left:25px;
color:#233ac5;
font-weight:bold;
padding-top:5px;
}

.list2 li {
margin-bottom:12px;
}

.list2 span {
color:#333333;
font-weight:normal;
}

.list4
{
color:#3b56f9;
font-weight:bold;
list-style-type:circle;
margin-top:12px;
padding-left:2em;
}

.list4 li
{
padding-top:3px;
padding-bottom:2px;
}

.list4 ul
{
list-style-type:circle;
padding-top:9px;
}

.list4 ul li
{
color:#000000;
font-weight:normal;
}

.box2
{
background-color:#f3f3f3;
padding:5px;
border:1px solid #999999;
}

.testimonial
{
background-color:#f8f8f8;
border:1px solid #e2dfdf;
position:relative;
margin-top:14px;
padding:5px;
color:#3b56f9;
}

.testimonial blockquote
{
color:#000000;
text-align:justify;
}

.testimonial em {
color:#000000;
font-weight:bold;
margin-left:0;
}

.widgettitle {
display:none;
}

#sidebar ul {
	list-style-type:none;
	margin-left:0px;
	padding-left:0;
	margin-top:0;
	padding-top:0;
	}
	
.widget li {
	padding-left:0;
	margin-left:0;
	padding-top:0;
	}
	
.widget blockquote {
	padding-left:0;
	margin-left:0;
	width:220px;
	text-align:justify;
	}
	
.post h2 {
margin-top:0;
}

.post {
text-align:justify;
}

.postwrap {
	background-image: url(../images/grad-bg-1.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin-top:40px;
}

#recentpostswithexcerpts-3 {
	list-style-type:none;
	padding-left:0;
	}

.timestamp {
	float:right;
	background-color:#4361fb;
	color:#FFFFFF;
	border:1px solid #3b54d7;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:11px;
	width:210px;
	padding:3px;
	padding-right:0;
	font-weight:bold;
	}
	
.postmetadata {	
	border-top:1px solid #4361fb;
	margin-top:29px;
	}

#archives-3 {
	border-top:2px dotted #000000;
	}

#archives-3 h2 {
	margin-left:0;
	display:block;
	font-size:16px;
	color:#3b54d7;
	float:left;
	text-align:left;
	}
	
#archives-3 select {
	float:right;
	margin-top:14px;
	margin-right:10px;
	}
	
.navigation {
float:right;
font-size:12px;
}

#respond {
	margin-top:25px;
	width:500px;
	padding:5px;
	background-color:#f3f3f3;
	border:1px solid #c5c4c4;
	}
	
#respond h3 {
	margin-top:0;
	}

.commentlist {
	list-style-type:none;
	}

.commentlist li {
	width:455px;
	padding:5px;
	background-color:#eef1ff;
	margin-bottom:15px;
	border:1px solid #7489f4;
	}
	
.comment-time {
	width:446px;
	background-color:#4361fb;
	color:#FFFFFF;
	border:1px solid #3b54d7;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:11px;
	padding:3px;
	font-weight:bold;
	margin-bottom:7px;
	}
	
.comment-time a {
	color:#ffffff;
	}