

body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #171717;
    margin: 0px;
    background-color: #E5E5E5;
    font-size: 12px;
}

div#logo
{
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: -9999px;
	background-image: url(/_images/regosearch.jpg?100);
	background-repeat: no-repeat;
}

p
{
    line-height: 18px;
}

h1
{
    border: 1px solid #485BA8;
    font-size: 150%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #FBFDFF;
    background-color: #5D6FB9;
    padding: 2px;
}

h2
{
	font-size: 130%;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #d51b28;
}

h3
{
	font-size: 14px;
	color: #d51b28;
	margin-bottom: 10px;
	margin-top: 5px;
}

h4
{
    font-weight: bold;
    font-size: 100%;
    margin-top: 0px;
    margin-bottom: 3px;
    color: #d51b28;
}


#top_header, #top_links div, #page
{
	margin: 0 auto;
	width: 920px;
}
#top_links
{
	background-color: #D3D3D3;
}
#top_links div
{		
	border-style: solid none none none;
	background-color: #414141;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-weight: bold;
}
#top_links div a
{
	color: #DEDEEB;
	padding-left: 5px;
	padding-right: 8px;
	text-decoration : none;	
	border-right: 1px solid #DEDEEB;
}
#top_links div a[title=AboutUs]
{
	border-right: 0px;
}
#top_links div a:link {
	color: #DEDEEB;
	text-decoration : none;
}
#top_links div a:visited {
	color: #DEDEEB;
	text-decoration : none;
}
#top_links div a:hover
{
	color: #FF4040;
	text-decoration: underline;
}
#top_links div a:active {
	color: #DEDEEB;
	text-decoration : none;
}

#root
{
	width: 100%;
	background-color: #FFF;
}

#top_header
{
	background-color: #FFF;
}

#grab
{
	text-align: center;
	width: 100%;
	background-color: #EBEBEB;
	height: 160px;
	background-image: url(/_templates/default/images/headBgClean.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}

#content
{
    float: left;
    width: 700px;
}

#hmContent1, #hmContent2, #hmContent3
{ 
    margin-top: 10px;
}
#hmContent1, #hmContent2
{
    float: left;
    width: 340px;
    padding-right: 25px;
}

#hmContent3
{
    float: right;
    width: 190px;    
}
#hmContent3 ul
{
    padding-top: 10px;
    margin-top: 0px;
}
#hmContent3 li
{
    list-style-image: url(/_templates/default/images/bullet_red.png);
}
#hmContent3 .advert
{
    margin-bottom: 15px;
}
.advert
{
    margin-top: 15px;
}


#page
{
	padding-top: 7px;
	background-color: #FFF;	
	padding-bottom: 20px;	
}


fieldset
{
	border: 1px solid silver;
	padding: 3px;
}
legend
{
	color: #d51b28;
    font-size: 13px;
    font-weight: bold;
}


/* --------------- Footer  ----------------------------*/
div#footer
{
	clear: both;
	text-align: center;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: top;
    background-image: url(/_templates/default/images/grayGradient.jpg);
    background-repeat: repeat-x;
}
div#footer div {
	margin-bottom:5px;
}

/* --------------- Form ----------------------------*/

/*Validation */
form label.error
{
	float: none;
	color: red;
	padding-left: 5px;
	padding-top: 3px;
}
form em 
{
	color: Red;
	padding: 3px;
}


/*Formatting*/
input[type=text], input[type=password], input[type=submit], input[type=button], select, textarea {
	letter-spacing : normal;
	border: 1px solid #BEBED3;
	padding: 1px;
}
input:focus,  select:focus, textarea:focus {
	letter-spacing : normal;
	border: 1px solid #0066FF;
	padding: 1px;
}
input[type=text]:hover, input[type=password]:hover, input[type=submit]:hover, input[type=button]:hover, select:hover, textarea:hover {
	letter-spacing : normal;
	border: 1px solid #0066FF;
	padding: 1px;
}
input[type=checkbox]:active
{
	letter-spacing : normal;
	border: 0px;
	padding: 0px;
}
input[type=button], input[type=submit]
{
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #F0F0F0;
    margin-top: 2px;
}
input[type=button]:hover, input[type=submit]:hover
{
	padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
}
input[type=checkbox]
{
	vertical-align: middle;
}



/* --------------- Normal Links  ----------------------------*/
a {
	text-decoration : none;
	color: blue;
}
a:link {
	text-decoration : none;
	color: blue;
}
a:visited {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
	color: Red;
}
a:active {
	text-decoration : none;
}



/* --------------- Other Stuff  ----------------------------*/
.imgLoad
{
	position: relative;
	left: 20px;
}

.red
{
	color: red;
}

.green
{
	color: green;
}

.blue
{
	color: blue;
}

.bold
{
	font-weight: bold
}

.center
{
	text-align: center;
}








