* {
	margin: 0;
	padding: 0;
}
HTML, BODY {
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
}

INPUT		{FONT-FAMILY: Arial, Helvetica, sans-serif;}
SELECT		{FONT-FAMILY: Arial, Helvetica, sans-serif;}
TEXTAREA	{FONT-FAMILY: Arial, Helvetica, sans-serif;}

IMG			{border:0;}

a:link 		{color: #333333; text-decoration: none;}
a:visited 	{color: #333333; text-decoration: none;}
a:active 	{color: #333333; text-decoration: underline;}
a:hover 	{color: #333333; text-decoration: underline;}


/************************************/
/*GENERAL*****************************/
/************************************/
.fl{float:left;}
.fr{float:right;}
.cb{clear:both;}
.dn{display:none;}
.b{border:solid 1px black;}
.g{border:solid 1px #dadada;}

.p5{padding:5px;}
.p10{padding:10px;}
.p20{padding:20px;}
.p40{padding:40px;}

.f9{font-size:9px;}
.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f15{font-size:15px;}
.f20{font-size:20px;}
.f25{font-size:25px;}

.black	{color:black;}
.white	{color:white;}
.red	{color:red;}
.green	{color:green;}
.blue	{color:blue;}
.gray	{color:gray;}
/************************************/


/************************************/
/*HEADER*****************************/
/************************************/
#objHeader{
	width:880px;
	height:117px;
	background-image:url(../Images/custom/topBack.gif);
	background-repeat:repeat-x;
	border:solid 0px black;
}
#objLogo{
	float:left;
	width:366px;
	max-width:336px;
	height:117px;
        max-height:97px;
	background-image:url(../Images/custom/topLeftEdge.gif);
	background-repeat:repeat-x;
	padding:20px 0px 0px 30px;
	border:solid 0px black;
}
#objNavigation{
	float:left;
	width:514px;
	height:117px;
}

#objNavigation .objPadding{
	margin:0px 20px 0px 0px;
	height:88px;
}

#objTopLinks{
	line-height:14px;
	height:18px;
	color:#333333;
	text-align:right;
}
#objTagLine{
	color:#333;
	font-size:13px;
	text-align:left;
	line-height:29px;
	height:29px;
	font-style: italic;
	text-indent:56px;
}
#objTopLinks a		 	{color:#333; font-size:10px; padding:0px 5px 0px 5px;}
#objTopLinks a:link 	{text-decoration: none;}
#objTopLinks a:visited 	{text-decoration: none;}
#objTopLinks a:active 	{text-decoration: underline;}
#objTopLinks a:hover 	{text-decoration: underline;}

#objMainLinks{
	color:#333333;
	text-align:right;
}
#objMainLinks span, #objMainLinks a{
	float:right;
	display:block;
	font-size:13px;
	font-weight:bold;
	color: #fff;
	padding:23px 9px 0px 9px;
	border:solid 0px black;

}
#objMainLinks a.in	 	{background-image:url(../Images/custom/navInBack.gif);background-repeat:repeat-x;color:#67c8de;}
#objMainLinks a		 	{}
#objMainLinks a:link 	{text-decoration: none;}
#objMainLinks a:visited {text-decoration: none;}
#objMainLinks a:active 	{text-decoration: underline;}
#objMainLinks a:hover 	{text-decoration: underline;}


#objContent{
	width:880px;
	background-color:#FFFFFF;
	padding:0px 0px 0px 10px;
}
.HR {height:2px; margin:10px 0px 10px 0px; padding:0px;background-image:url(../Images/custom/gray-dashed-line.gif);background-repeat:repeat-x;}

#objHighlight{
	font-size:12px;
	width:324px;
	height:130px;
	border-bottom:solid 10px #efefef;
}
#objRSS, #objRegister, #objVideoSurv {
	font-size:12px;
	width:324px;
	height:34px;
	border-bottom:solid 10px #efefef;
}

#objRegister{padding: 15px 0; height: auto;}
.update-button{ background: url(../IMages/custom/azalea-updates-button.gif) no-repeat 0 0; width: 300px; height: 41px; display: block; text-indent: -999999px;}
.update-button:hover{background-position: 0 -41px;}
.clear{clear:both;}

#objOne, #objTwo, #objThree{
	float:left;
	height:920px;
}

#objOne{
	width:200px;
	background-color:#efefef;
	margin-right:5px;
}
#objTwo{
	width:324px;
	background-color:#efefef;
	margin-right:5px;
}
#objThree{
	width:324px;
}
#objOne .objTitle, #objTwo .objTitle, #objThree .objTitle{
	color:#f58020;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 5px 5px 5px;
}
#objOne .objSideTitle{
	font-size:18px;
	padding:10px;
	margin:20px 0px 20px 0px;
	color:#0f5589;
	font-weight:bold;
	height:124px;
	border:solid 0px black;
}
#objOne .objSideTitle B{
	color:#6dabc6;
}

#objOne .objItems A{
	font-size:12px;
	padding:10px;
	border-left:solid 0px #0f5589;
	border-right:solid 0px #0f5589;
	margin-bottom:5px;
	display:block;
	background-color:#CCCCCC;
}
#objOne .objItems a:link 	{text-decoration: none;}
#objOne .objItems a:visited {text-decoration: none;}
#objOne .objItems a:active 	{text-decoration: none;}
#objOne .objItems a:hover 	{text-decoration: none;background-color:#0f5589;color:#FFFFFF;}



#objFooter{
	width:880px;
	height:152px;
	background-image:url(../Images/custom/bottomBack.gif);
	background-repeat:no-repeat;
}
#objFooter .objCopyright{
	font-size:10px;
	color: #fff;
	padding:10px 15px 10px 15px;
}
#objFooter a 			{color:#fff;}
#objFooter a:link 		{text-decoration: none;}
#objFooter a:visited 	{text-decoration: none;}
#objFooter a:active 	{text-decoration: underline;}
#objFooter a:hover 		{text-decoration: underline;}


.objAccordion{
	font-size:12px;
	background-color:#efefef;
}

.objAccordion H3{
	font-size:12px;
	color:#333333;
	cursor:pointer;
	line-height:30px;
	background-image:url(../Images/custom/accordianFade.gif);
	background-repeat:repeat-x;
	padding:0px 10px 0px 10px;
}
.objAccordion H3:hover{
	background-color:#0f5589;
	background-image:none;
	color:#FFFFFF;
}

.objAccordion .objBody{
	height:90px;
        max-height:80px;
	padding:10px 10px 10px 10px;
}
/************************************/

.objPics {  
    width:  324px;  
    height:   174px;  
    padding: 0;  
    margin:  0;
    border-bottom:solid 5px #ccc; 
}
.objPics img {  
    padding: 0px;  
    border:  0px solid #ccc;  
    background-color: #fff;  
    width:  324px;  
    height:   174px;  
    top:  0; 
    left: 0 
} 








