/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	color: #333;
	background-color: #fff;
	background-repeat: repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.75em;
}
a{
	color: #6d0a0a;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 .6em
}
h3{
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 .5em
}
h2 em, h3 em{
	color: #6d0a0a;
	font-style: normal
}
em {
	color: #6d0a0a;
}

h4{
	color: #7b94dd;
	font-size: 1.2em;
	font-weight: normal
}
h5{
	color: #333333;
	font-size: 1em;
	font-weight: normal
}
p{
	padding: 0 0 1.1em;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 970px;
	background-color: #FFF;
}
#page-top{
	padding: 0 5px
}
#page-bot{
	background: #575556;
	color: #ffffff;
	font-size: .85em
}
#page-bot .content{
	height: 1%;
	margin: 0 auto;
	padding: 15px 0 10px;
	width: 970px
}
#page-bot a{
	color: #ffffff
}
#page-bot ul{
	margin: 0 0 1.5em
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) top right no-repeat;
	height: 162px;
	overflow: hidden
}
#login  {
	position: absolute;
	top: 1px;
	right: 50%;
	left: 50%;
	z-index: 100;
	padding-left: 345px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

#header .content{
	float: right;
	font-size: 12px;
	text-align: right;
	width: 540px;
	padding-top: 38px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header .content h2{
	color: #000000;
	margin: 0 0 9px
}
#header .content a{
	color: #000000;
	text-decoration: underline
}
#header .content li{
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.iso-label{
	float: right;
	margin: -5px 0 0 30px;
	position: relative
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 420px
}
#header h1 a{
	display: block;
	height: 162px;
	text-decoration: none
}
/*- Slogan -*/
.slogan{
	color: #000000;
	font-size: .9em;
	height: 1%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.callout {
	text-align: right;
	padding-top: 11px;
	padding-right: 10px;
}


.slogan h1 {
	font-size: 1.2em;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	
}

/*=== Title Placeholder ===*/
.title{
	background: url(../images/title-bgr.jpg) top no-repeat;
	clear: both;
	color: #000000;
	height: 260px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 38px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}
.portaltitle{
	clear: both;
	color: #000000;
	height: 406px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	z-index: 99;
}
.title a{
	color: #000000
}
.title img{
	border: 4px solid #ffffff;
	display: block
}
.title h5{
	color: #000000
}
.title-pic{
	float: left
}
.title-thumbs{
	float: right;
	width: 345px
}
.thumb{
	float: left;
	padding: 0 20px 7px;
	text-align: center;
	width: 125px
}
.thumb img{
	margin: 0 0 6px
}
/*=== All Columns ===*/
.col1{
	float: left;
	width: 700px
}
.portalcol1{
	float: left;
	width: 100%
}

.col1 a {
	text-decoration: underline;	
}	
.col1 a:hover {
	text-decoration: underline;
	color: #963;
}
.portalcol1 a {
	text-decoration: underline;	
}	
.portalcol1 a:hover {
	text-decoration: underline;
	color: #963;
}	
#page .box .content .col1 ul {
	margin-left: 15px;
	padding-left: 12px;	
}
#page .box .content .col1 li {
	list-style-type: disc;
}
#page .box .content .portalcol1 ul {
	margin-left: 15px;
	padding-left: 12px;	
}
#page .box .content .portalcol1 li {
	list-style-type: disc;
}
.col2{
	float: right;
	margin: 20px 0 0;
	width: 201px
}
.col2.nomargin{
	margin: 0
}
.col3{
	float: left;
	width: 365px
}
.col4{
	float: left;
	margin: 0 0 0 22px;
	width: 325px
}
.col5{
	float: right;
	width: 235px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 15px;
	width: 970px
}
.box .top,.box .bot{
	background: url(../images/box-top.gif) top no-repeat;
	clear: both;
	height: 9px;
	overflow: hidden
}
.box .bot{
	background: url(../images/box-bot.gif) top no-repeat;
	height: 14px
}
.box .content{
	background: url(../images/box-bgr.gif) repeat-y;
	height: 1%;
	padding: 10px 32px 5px 25px
}
/*- Box2 -*/
.box2{
	color: #333333;
	font-size: .85em;
	margin: 0 0 18px;
	width: 201px
}
.box2-top,.box2-bot{
	background: url(../images/box2-top.gif) top no-repeat;
	clear: both;
	height: 7px;
	overflow: hidden
}
.box2-bot{
	background: url(../images/box2-bot.gif) top no-repeat
}
.box2-content, .box2-content2{
	background: url(../images/box2-bgr.gif) repeat-y;
	height: 1%;
	padding: 10px 12px 0 12px
}

box2-content-contact{
	text-align: left;	
}


.box2-content2{
	padding: 10px 4px 0
}
.box2 li{
	padding: 0 0 .5em
}
.box2 ul{
	padding: 25px 0 0
}
* html .box2 ul{
	font-family: Arial, Helvetica, sans-serif;
}
.box2 li em{
	color: #6d0a0a;
	font-style: normal
}
/*=== Link Buttons ===*/
.btn-more{
	color: #333333;
	font-size: 1.2em;
	padding: 0 0 1.3em 25px
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 1em
}
.pic.fl img{
	margin-right: 10px
}
.pic.fr img{
	margin-left: 10px
}
.pic-equip{
	margin: 0 0 0 -7px;
	position: relative
}
/*=== Footer ===*/
#footer{
	background: #000000;
	color: #5b3232;
	font-size: 10px;
	height: 22px;
	line-height: 22px;
	text-align: center
}
#footer .content{
	margin: 0 auto;
	width: 970px
}
#footer a{
	color: #ffffff
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
#page .box .content .col1 h3 {
	color: #036;
	font-weight: normal;
	text-decoration: underline;
}
#floatmenu {
	position: fixed;
	right: 0px;
	bottom: 0px;
}
#topright {
	text-align: right;
	padding-right: 5px;
}
hr {
	color: #000;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#emaillink2 {
	color: #000;
	background-color: #000;
	text-decoration: none;
	padding-bottom: 10px;
}
#emaillink2 a{
	color: #000;
	background-color: #000;
	text-decoration: none;
}


/*------------------- JQuery Styling---------*/


.service_name {
	font-size:16pt;
	color:#FFFFFF;
	padding-bottom: 5px;
	text-align: left;
}

.content_area {
	text-align:center;
	font-size:12pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

.callout_text {
	margin:20px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
}
td {
	vertical-align: top;
}


.callout_text a {
	color: #6d0a0a;
	padding-top: 10px;
	
}

.content_body {
	margin:10px;
	font-size:14pt;
}

.service_image_div {
	padding-top:1px;
	padding-right: 5px;
}
