/***** Global Settings *****/
* {
	margin: 0;
	padding: 0;
}
html, body {
    border:0;
    margin:0;
    padding:0;
}
 
body {
    font:14px arial, helvetica, sans-serif;
	background-color:#000033;
	color:#FFF;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
    font-weight:normal;
}
 
h1 {
    font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size:1.5em;
	color:#FFF;
}
 
h2 {
    padding:0;
    letter-spacing:-1px;
    font:1.5em arial, helvetica, sans-serif;
}
 
h3 {
    font:1em arial, helvetica, sans-serif;
    font-weight:bold;
}
h5 {
    font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size:15px;
	color:#009EE0;
} 

p, ul, ol {
    margin:0;
    padding:0;
}
 
ul, ol {
    list-style:none;
    padding:0;
}
 
blockquote {
    margin:22px 40px;
    padding:0;
}
 
small {
    font-size:0.85em;
}
 
img {
    border:0;
}
 
sup {
    position:relative;
    bottom:0.3em;
    vertical-align:baseline;
}
 
sub {
    position:relative;
    bottom:-0.2em;
    vertical-align:baseline;
}
 
acronym, abbr {
    cursor:help;
    letter-spacing:1px;
    border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
    text-decoration:none;
}
 
/***** Forms *****/
 
form {
    margin:0;
    padding:0;
}
 
input, select, textarea {
}
 
textarea {
    line-height:1.25;
}
 
label {
    cursor:pointer;
}
 
/***** Tables *****/
 
table {
    border:0;
    padding:0;
}
 
table tr td {
}
 
/***** Wrapper *****/
 
#wrap {
    width:937px;
    margin:0 auto;
	background-color:#6699CC;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* CSS Table */
div#layout {display: table;}
div.hgroup {display: table-row;}
div.cell {display: table-cell; padding-top:5px;}

 
/***** Design Classes *****/
#logo{
		width:710px;
		float:left;
}
#phonebox{
		background-image:url(../images/free_quote.jpg);
		background-repeat:no-repeat;
		width:227px;
		height:179px;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#FFF;
}
#phonebox a{
		color:#FFF;
}
#phonebox a:hover{
		color:#FFF;
}
.headerimg{
		border-left:1px solid #666;
		border-right:1px solid #666;
}
#left_panel{

}
#menu{
		background-image:url(../images/menu_bg.jpg);
		background-repeat:no-repeat;
		width:710px;
		height:34px;
		padding-top:14px;
}
#menu a{
		padding-left:25px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
		color:#330099;
}
#menu a:hover{
		padding-left:25px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
		color:#FFF;
}
#menu a .selected{
		color:#FFF;
}
#nmenu{
		background-color:#3F3F66;
		height:40px;
		width:937px;
}
#navmenu{
		padding-left:10px;
		padding-top:15px;
		height:25px;
		width:560px;
		float:left;
		background-color:#3F3F66;
}
#navmenu a{
		padding-left:25px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
		color:#52B1F0;
}
#navmenu a:hover{
		padding-left:25px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
		color:#FFF;
}
#footer{
	width:907px;
	color:#000;
	background-color:#FFF;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;

	height:46px;
}
#footer a{
		font-family:Arial, Helvetica, sans-serif;
		color:#6699CC;
		
}
#footer a:hover{
		font-family:Arial, Helvetica, sans-serif;
		color:#6699CC;
}
#text_link a{
           color:#000000;
		   font-size:16px;
		   }
		   #text_link a:hover{
           color:#000000;
		   font-size:16px;
		   }
.proimg{
		width:220px;
		height:141px;
		border:2px solid #000;
}