﻿/* CSS Document */

/******* Imported Sheets *********/
/*
@import url("content.css");
@import url("header.css");
@import url("sidemenu.css");
@import url("news.css");
@import url("accmenu.css");
*/

/******* END - Imported Sheets *********/

body
{
	margin:0;
	padding:0;
	background:#fff;
	font-family:"Tahoma", "Verdana", "Arial", "Helvetica", "Serif";
	font-size:80%;
	font-weight:normal;
	color:#666666;
	margin-top:20px;
}

a
{
	color:#cc0000;
	text-decoration:none;
}

a:hover
{
	color:#ff0000;
	text-decoration:underline;
}

#MainContainer
{
	margin:0 auto;
	width:950px;
	height:600px;
}

#logo
{
	float:left;
}

#logo a 
{
	border:none;
}

a img
{
	border:none;
}

a.button, div.floaterHalf a.button, div.sideBox a.button
{
    color:#fff;
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    padding:9px 0 0 10px;
    display:block;
    height:34px;
    background:url("../Images/html/common/ContactButton.png") no-repeat;
    background-position:top right;
    text-decoration:none;
    text-transform:none;
    vertical-align:top;
    margin:30px 10px 30px 0;
    border:none;
}

a.button:hover, div.floaterHalf a.button:hover, div.sideBox a.button:hover
{
    color:#fff;
    background-position:bottom right;
    text-decoration:none;
}

/* image link styles */

div.imageLinkPlaceholder
{
    margin:10px 0 10px 0;
    padding:0;
    position:relative;
}

a.imageLink
{
    display:block;
    position:absolute;
    left:0;
    top:0;
}

a.imageLink:hover
{
}

h1
{
	margin:0 0 0 0;
	padding:0;
	font-family:"Arial", "Trebuchet MS", "Calibri", "Tahoma", "Verdana", "Serif";
	font-size:22px;
	color:#cc0000;
	font-weight:bold;
	border-bottom:1px solid #eee;
	padding-bottom:5px;
}

h2
{
	margin:0;
	padding:4px 0 4px 7px;
	background:#cc0000;
	font-family:"Arial", "Calibri", "Trebuchet MS", "Tahoma", "Verdana", "Serif";
	font-size:16px;
	font-weight:bold;
    color:#fff;
}

h3
{
	margin:0;
	padding:4px 0 4px 7px;
	background:#848484;
	font-family:"Arial", "Calibri", "Trebuchet MS", "Tahoma", "Verdana", "Serif";
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

h4
{
	margin:0;
	padding:0 0 0 5px;
	font-family:"Arial", "Calibri", "Trebuchet MS", "Tahoma", "Verdana", "Serif";
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#8b8a8a;
}



h5, h5.red
{
	background:#555555;
	margin:0 0px 15px 0px;
	padding:6px 6px 6px 6px;
	font-family:"Arial", "Calibri", "Tahoma", "Verdana", "Serif";
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#fff;
}

h5.red
{
    background:#cc0000;
}



h6, h6.newsTitle
{
	margin:0;
	padding:5px 0 5px 5px;
	font-family:"Verdana", "Calibri", "Trebuchet MS", "Tahoma", "Serif";
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

h6.newsTitle
{
    border-bottom:1px solid #cc0000;
}

p
{
	margin:10px 0 10px 0;
	padding:0 10px 0 10px;
	font-family:"Tahoma", "Arial", "Calibri", "Trebuchet MS", "Verdana", "Serif";
	font-size:11px;
	color:#666666;
	text-align:justify;
	line-height:15px;
}

p a
{
	font-family:"Tahoma", "Arial", "Calibri", "Trebuchet MS", "Verdana", "Serif";
	font-size:11px;
	color:#cc0000;
	text-decoration:none;
}

p a:hover
{
	text-decoration:underline;
}

ul
{
	margin:0 0 0 0;
	padding:0 10px 0 10px;
	list-style-type:none;
	line-height:18px;
}

ul li
{
	font-family:"Tahoma", "Arial", "Calibri", "Trebuchet MS", "Verdana", "Serif";
	font-size:11px;
	color:#666666;
	background-image:url("../Images/html/body/bullet.gif");
	background-repeat:no-repeat;
	padding:0 0 10px 10px;
}


/******* Utility classes *********/

.clear
{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}

.hidden
{
	visibility:hidden;
}

.splitterHeader
{
	height:20px;
	width:1px;
}

.dottedSplitter
{
    border-bottom:2px dotted #eee;
    line-height:2px;
    display:block;
    margin:10px 0 15px 0;
}



/******* END - Utility classes *********/

/* Du-Rah specific  */

 
div.floaterHalf
{
	margin:0;
	padding:0;
	font-family:"Tahoma", "Arial", "Calibri", "Trebuchet MS", "Verdana", "Serif";
	font-size:11px;
	color:#000;
	text-align:justify;
	line-height:15px;
	float:left;
    width:47%;
}

div.floaterHalf h2, div.floaterHalf h3
{
	line-height:19px;
}
 
div.floaterHalf a
{
	font-family:"Tahoma", "Arial", "Calibri", "Trebuchet MS", "Verdana", "Serif";
	font-size:11px;
	color:#cc0000;
	text-decoration:none;
}

div.floaterHalf a:hover
{
	text-decoration:underline;
}

div.floaterHalf .more a:hover
{
	text-decoration:none;
}

div.floaterHalf a.small
{
    font-size:9px;
    text-decoration:none;
    color:#8d8d8d;
}
 
div.floaterHalf a.small:hover
{
    color:#cc0000;
}

/*----------- OVERLOAD ----------------*/

.red
{
	color:#cc0000;
}

.grey
{
    color:#586fa3;
}

.floatleft
{
    float:left;
}

.floatright
{
    float:right;
}

a .red
{
	font-size:12px;
}

a:hover .red
{
	text-decoration:underline;
}

a.nodecoration img
{
   border:2px solid #fff;
}

a.nodecoration:hover img
{
   border:2px dotted #eee;
}

.textleft
{
    text-align:left;
    padding-left:5px;
}

.textright
{
    text-align:right;
    padding-right:5px;
}

.nopadding
{
    padding:0;
}

div.borderRight
{
    margin-right:20px;
    padding-right:20px;
}

div.borderDottedLeft
{
    border-left:2px dotted #eee;
    margin-left:20px;
    padding-left:20px;
}

div.borderDottedRight
{
    border-right:2px dotted #eee;
    margin-right:20px;
    padding-right:20px;
}

i
{
    font-size:11px;
    font-style:italic;
    font-weight:bold;
    color:#666;
}

.pdf /* adds background pdf icon to the left side */
{
    
    display:inline-block;
    background:url("../Images/html/common/ico_pdf.gif") top left no-repeat;
    padding:5px 0 10px 40px;
    margin:10px 10px 10px 10px;
    font-family:"Tahoma";
    text-transform:none;
    color:#666;
    font-weight:normal;
}

.pdfRight /* adds background pdf icon to the right side */
{
    display:inline-block;
    background:url("../Images/html/common/ico_pdf.gif") top right no-repeat;
    padding:5px 40px 10px 0;
    margin:15px 0 10px 10px;
    font-family:"Tahoma";
    text-transform:none;
    color:#666;
    font-weight:normal;
}

.fla /* adds background pdf icon to the left side */
{
    display:inline-block;
    background:url("../Images/html/common/ico_fla.gif") top left no-repeat;
    padding:5px 0 10px 40px;
    margin:10px 0 10px 10px;
}

.flaRight /* adds background pdf icon to the right side */
{
    display:inline-block;
    background:url("../Images/html/common/ico_fla.gif") top right no-repeat;
    padding:5px 40px 10px 0;
    margin:15px 0 10px 10px;
}

.doc /* adds background word icon to the left side */
{
    display:inline-block;
    background:url("../Images/html/common/ico_doc.gif") top left no-repeat;
    padding:5px 0 10px 40px;
    margin:10px 0 10px 10px;
}

.docRight /* adds background word icon to the right side */
{
    display:inline-block;
    background:url("../Images/html/common/ico_doc.gif") top right no-repeat;
    padding:5px 40px 10px 0;
    margin:15px 0 10px 10px;
}

.video /* adds background video media icon to the left side */
{
    display:inline-block;
    background:url("../Images/html/common/ico_video.gif") top left no-repeat;
    padding:5px 0 10px 40px;
    margin:10px 0 10px 10px;
}

.videoRight /* adds background video media icon to the right side */
{
    display:inline-block;
    background:url("../Images/html/common/ico_video.gif") top right no-repeat;
    padding:5px 40px 10px 0;
    margin:15px 0 10px 10px;
}

.marginBottom15
{
    margin-bottom:15px;
}

.marginTop15
{
    margin-top:15px;
}

.bold
{
    font-weight:bold;
}

div.wide
{
    width:64%;
}

div.narrow
{
    width:30%;
}

