* {
	margin: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    background: url(images/bg_image_mccrawfull_grid.gif);
    text-align: center;
}
div /* Left */ {
 margin-top: 0px;
 margin-bottom: 0px;
 background-color: #efefcf;
}

span {
	display: block;
}
#container{
	margin: 0 auto;
	width: 1000px;
	height: 748px;
	position: relative;
	text-align: left;
	border: 1px solid #0B1962;
	font-family: Arial;
	font-size: 12px;
}

#header {
	background: #FFF url(Templates/images/McCrawLogo_368x64.png) no-repeat center center;
	height: 10%;
	width: 100%;
}

#nav1 {
	height: 3.5%;
	width: 100%;
	background-color: #D9D9D9;
	text-align: center;
	border-bottom-width: 2px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 2px;
	border-top-color: #0B1962;
	border-top-style: solid;
	border-bottom-color: #0B1962;
}
#nav1 span {
	padding-top: .3%;
}

#detail {
	height: 80%;
	width: 32%;
	background-image: url(images/shape114334534.gif);
	background-repeat: repeat-y;
	background-position: right;

}
#detail span {
	padding-top: 30px;
}

#detail p {
	padding-top: 10px;
	padding-left: 50px;
	color: #000000;
}

.detailItem1 {
	list-style-type: none;
	width: 270px;
	padding-top:10px;
	color: #0B1962;
}

.detailItem2 {
	list-style-type: none;
	width: 200px;
	padding-top:10px;
	color: #0B1962;
}

.sublist {
	position: relative;
	margin: 0 auto;
	padding: 0 auto;
}

.imagespace{
	padding-top:20px;
	width:200px;
	height: 100px;
}

#content img{
	padding-left:50px;
	padding-top: 20px;
}

#content {
	position: absolute;
	top: 14%;
	left: 33%;
	width: 67%;
	height: 78%;
	font-family: Arial;
	font-size: 12px;
}

#content span {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#content h3 {
	font-size: 18px;
}

#content p {
	padding-top: 20px;
	color: #000000;
}
#content ul {
	padding-left:15px;
	padding-top: 10px;
}

#content li {
	clear: right;
	padding-top: 5px;
	color: #0B1962;
}
#content h4 {
	color: #FF8000;
}


#footer {
	background-color: #0B1962;
	width:100%;
	height: 6.5%;
	text-align: center;
	border-top-width: 2px;
	border-top-color: #0B1962;
	border-top-style: solid;
}
#contactfooter {
	background-color: #D9D9D9;
	text-align: center;
	text-transform: lowercase;
	height: 30px;
}
#contactfooter span {
	padding-top: 5px;

}

/*----------Text Styles----------*/
.ws4 {
	font-size: 16px;
	font-weight: bold;
}
.ws5 {
	font-size: 15px;
}

.ws6 {
	font-size: 14px;
}

.ws7 {
	font-size: 11px;
	color: 000000;
	padding: 0px 15px;
}
.ws8 {
	font-size: 11px;
	color: FFFFFF;
}
.ws6tab{
	position: relative;
	font-size: 14px;
	left: 75px;
}
.wpmd {font-size: 13px;font-family: 'Arial';font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
.detaillink {
	font-size: 16px;
	height: 30px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 2px;
	margin-right: 2px;

}

.detaillink:link{color:#0B1962;}
.detaillink:visited {color:#0B1962}

.detaillink:hover{
	color:#B5B9CE;
	list-style-image: url(images/bg_image_mccrawfull_grid.gif);
	list-style-position: outside;
		text-decoration: underline;
}

a.detailactive {
	font-size: 16px;
	height: 30px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 2px;
	margin-right: 2px;
	color:#000000;
}

a.detailactive:link{
	color:#000000;
}

a.detailactive:visited {color:#0B1962}

a.detailactive:hover{
	color:#000000;
}

a.mccrawlink {
	font-size: 14px;
	background-color: #ffffff;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 2px;
	margin-right: 2px;
}

a.mccrawlink:link{color: #0B1962;}
a.mccrawlink:visited {color: #0B1962}
a.mccrawlink:hover{
	color: #000000;
	background-color: #B5B9CE;
	border-right-color: #B5B9CE;
	border-left-color: #B5B9CE;
}

a.morelink {
	color: #0B1962;
	padding-left: 10px;
}


.contactform {
	width=300px;
	padding-left: 50px;
}
.contactlabels {
	width:150px;
}
.imgfloatrt {
	float: right;
}
.floatleft {
	float: left;
}

