/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
    font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: black;/*#7a7a7a;*/
	background-color: White;
	font-size: 11pt;
}

a
{
	color: #AF0A0A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	margin: .5em .5em .5em .5em;
	/*margin: 2.5em 3.0em 1.5em 3.0em;*/
}

/* Header */

#header
{
	padding: 0em 0em 0em 0em;
	height: 4em;
	width: 15em;
	float: left;
	position: relative;
	/*background: #AF0A0A url('images/a1.gif') top right no-repeat;*/
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}

/* Navigation */

#nav {
	background: #858F9E; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	display: block;
	background: #BF3E18 no-repeat center left;
	color: #FFFFFF;
	padding: 3px 8px;
	margin: 0 0 1px 0;
	text-decoration: none;
	float: left;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	}
#nav li a:hover {
	color: #FFFFFF;
	background: #822C0F no-repeat center left;
}
#nav li a.on { background-color:White; color:Black; font-weight:bold }

#navOld li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #858F9E;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}

/* END Navigation */

/* Menu */

#menu
{
	height: 4em;
	/*background: #fafafa url('images/a2.gif') top left repeat-x;*/
	margin-left: 18em;
	position: relative;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 3.3em;
	margin-left: 1.5em;
}

#menu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}

#menu li a:hover
{
	background: #AF0A0A /*url('images/a4.gif')*/ bottom left repeat-x;
	color: #fff;
}

/* Content */

#content
{
	background: #fff url('images/a3.gif') top left repeat-x;
/*	margin-top: 1px;
	padding-top: 1.5em;
*/
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
/*	margin-bottom: .5em; */
	border-bottom: solid 1px #f2f2f2;
}

/*
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;

    list-style-position: outside;
    list-style-image:none;
    list-style-type:circle;
    padding: 1em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;

}
*/

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
    vertical-align: top;
/*	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
*/
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

/*
#content table td
{
	padding: 0.5em;
}
*/

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 18em;
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 15em;
	padding: 1em;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

div.subLinks{
	float:left;
	clear:left;
	color:#777777;
	margin-left:2em;
}

div.subLinks a{
	color:#777777;
}

.clear
{
	clear: both;
}

/* form elements */
form {
	margin:2px 2px 2px 2px; padding: 5px 5px 0px 5px;
	border: 1px solid #f2f2f2; 
	/*background-color: #FAFAFA;*/
}
/*
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
*/
/*
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
*/

input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}


/* AnimationExtenders */

wireFrame {
display: 	none; 
overflow: hidden; 
z-index: 2; 
background-color: #FFFFFF; 
border: solid 1px #D0D0D0;

}

ul
{
    list-style-position: inside;
    list-style-image:none;
    list-style-type:circle;
}
li
{
    padding: .25em;
	margin-top: .25em;
	margin-bottom: .25em;
	text-align: justify;
}


.button {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
   }

.phone
{
    margin-top: 2px;
    margin-left: 20px;
    color: #DB0808;
    font-family: 'Eras Bold ITC';
    font-size: 32px;
    float: right;
    vertical-align:text-top;
}